<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>students@work &#187; 1510</title>
	<atom:link href="http://www.stupent.at/tag/1510/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stupent.at</link>
	<description>Antworten auf die die Menschheit gewartet hat!  -- Heisenberg war hier ... oder auch nicht!</description>
	<lastBuildDate>Tue, 17 Aug 2010 13:51:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu / Dell Vostro 1510 Media Keys Flashing</title>
		<link>http://www.stupent.at/2009/07/14/ubuntu-dell-vostro-1510-media-keys-flashing/</link>
		<comments>http://www.stupent.at/2009/07/14/ubuntu-dell-vostro-1510-media-keys-flashing/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 14:16:17 +0000</pubDate>
		<dc:creator>Cici</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[1510]]></category>
		<category><![CDATA[led blinking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vostro]]></category>

		<guid isPermaLink="false">http://www.stupent.at/?p=214</guid>
		<description><![CDATA[Have you ever wondered, what is happening when your media keys keep flashing?
This means your kernel has some sort of panic  
This happend to me with some sort of strange combination of wlan-access-point and ubuntu-kernel. Whenever i got a new dhcp-lease from this one access-point, my kernel paniced and the last log message was [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.stupent.at%2F2009%2F07%2F14%2Fubuntu-dell-vostro-1510-media-keys-flashing%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.stupent.at%2F2009%2F07%2F14%2Fubuntu-dell-vostro-1510-media-keys-flashing%2F" height="61" width="51" /></a></div><p>Have you ever wondered, what is happening when your media keys keep flashing?</p>
<p>This means your kernel has some sort of <strong>panic</strong> <img src='http://www.stupent.at/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>This happend to me with some sort of strange combination of wlan-access-point and ubuntu-kernel. Whenever i got a new dhcp-lease from this one access-point, my kernel paniced and the last log message was that i got a new IP. </p>
<p>See google for more information on kernel panic reasons!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stupent.at/2009/07/14/ubuntu-dell-vostro-1510-media-keys-flashing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Taking a Webcam-Snapshot on Ubuntu/Dell Vostro 1510</title>
		<link>http://www.stupent.at/2009/01/08/taking-a-webcam-snapshot-on-ubuntu-with-dell-vostro-1510/</link>
		<comments>http://www.stupent.at/2009/01/08/taking-a-webcam-snapshot-on-ubuntu-with-dell-vostro-1510/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 15:32:52 +0000</pubDate>
		<dc:creator>Cici</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[1510]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vostro]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.stupent.at/?p=208</guid>
		<description><![CDATA[Today i got to take snapshots with the integrated camera of my Dell Vostro 1510!
After some tries using mplayer, gqcam, camstreamer and others, I thought it would never work. But some adjustment of the parameters passed to mplayer it finally worked to get out movies:
mencoder tv:// -tv driver=v4l2:device=/dev/video0 -ofps 60 -ovc lavc -lavcopts vcodec=mjpeg -o [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.stupent.at%2F2009%2F01%2F08%2Ftaking-a-webcam-snapshot-on-ubuntu-with-dell-vostro-1510%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.stupent.at%2F2009%2F01%2F08%2Ftaking-a-webcam-snapshot-on-ubuntu-with-dell-vostro-1510%2F" height="61" width="51" /></a></div><p>Today i got to take snapshots with the integrated camera of my Dell Vostro 1510!</p>
<p>After some tries using mplayer, gqcam, camstreamer and others, I thought it would never work. But some adjustment of the parameters passed to mplayer it finally worked to get out movies:</p>
<p><code>mencoder tv:// -tv driver=v4l2:device=/dev/video0 -ofps 60 -ovc lavc -lavcopts vcodec=mjpeg -o test.avi</code></p>
<p>To record single images use these commands:</p>
<p><code>mplayer -vo jpeg -fps30 tv:// -tv  driver=v4l2:device=/dev/video0 -frames 1</code></p>
<p>The file 00000001.jpg now contains your screenshot!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stupent.at/2009/01/08/taking-a-webcam-snapshot-on-ubuntu-with-dell-vostro-1510/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Linux on a Dell Vostro 1510 &#8211; A review</title>
		<link>http://www.stupent.at/2008/06/22/ubuntu-linux-on-a-dell-vostro-1510-a-review/</link>
		<comments>http://www.stupent.at/2008/06/22/ubuntu-linux-on-a-dell-vostro-1510-a-review/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 19:20:24 +0000</pubDate>
		<dc:creator>Cici</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[1510]]></category>
		<category><![CDATA[8.04]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vostro]]></category>

		<guid isPermaLink="false">http://www.stupent.at/?p=176</guid>
		<description><![CDATA[As i recently got my new Dell Vostro 1510 and encountered some problems when using Ubuntu 8.04 i decided to create a post about my experiences and create a checklist and link to people who have solved some problems mentioned!
So this is my system:
Dell Vostro 1510

Intel Core 2 Duo T8300 (2.4 GHz, 3 MB L2-Cache)
3 [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.stupent.at%2F2008%2F06%2F22%2Fubuntu-linux-on-a-dell-vostro-1510-a-review%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.stupent.at%2F2008%2F06%2F22%2Fubuntu-linux-on-a-dell-vostro-1510-a-review%2F" height="61" width="51" /></a></div><p>As i recently got my new Dell Vostro 1510 and encountered some problems when using Ubuntu 8.04 i decided to create a post about my experiences and create a checklist and link to people who have solved some problems mentioned!</p>
<p>So this is my system:</p>
<p><strong>Dell Vostro 1510</strong></p>
<ul>
<li>Intel Core 2 Duo T8300 (2.4 GHz, 3 MB L2-Cache)</li>
<li>3 GB Ram</li>
<li>1440&#215;900 WXGA+</li>
<li>CardReader (SD/MMC/MSPro)</li>
<li>Front-Side Mic&amp;Headphone jacks</li>
<li>2 Megapixel Webcam</li>
<li>4x USB (2left,2right)</li>
<li>1394 (right)</li>
<li> NVidia Geforce 8400M GS</li>
</ul>
<p><script type="text/javascript"><!--
google_ad_client = "pub-3396611173469301";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text_image";
//2007-04-05: Swabidu
google_ad_channel = "2349987622";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>Checklist:</p>
<table border="0">
<tbody>
<tr>
<td>Component</td>
<td>Status?</td>
</tr>
<tr>
<td>Display / Graphic-Card</td>
<td><span style="color: #339966;">Works out of the Box</span></td>
</tr>
<tr>
<td>WLan</td>
<td><span style="color: #339966;">Works out of the Box</span></td>
</tr>
<tr>
<td>Lan</td>
<td><span style="color: #339966;">Works  (1) </span></td>
</tr>
<tr>
<td>Function Keys</td>
<td><span style="color: #339966;">Works out of the Box</span></td>
</tr>
<tr>
<td>Media-Keys (Volume etc&#8230; located above the keyboard)</td>
<td><span style="color: #339966;">Works out of the Box</span></td>
</tr>
<tr>
<td>Supend-Modes</td>
<td><span style="color: #339966;">Works  (3) </span></td>
</tr>
<tr>
<td>Sound</td>
<td><span style="color: #ff9900;">needs some work</span> (<a href="http://www.stupent.at/2008/06/18/dell-vostro-1510-with-ubuntu-804/">see this post</a>)</td>
</tr>
<tr>
<td>Card-Reader</td>
<td><span style="color: #339966;">Works out of the Box</span></td>
</tr>
<tr>
<td>DVD / CD-RW</td>
<td>Reading: <span style="color: #339966;">works out of the box</span>! Writing: Works using brasero (2)</td>
</tr>
<tr>
<td>Bluetooth</td>
<td><span style="color: #339966;">works out of the box</span></td>
</tr>
</tbody>
</table>
<p>(1): Lan: Sometimes it seems that the gnome-network-manager won&#8217;t work. Using dhclient (sudo) on console helped me!</p>
<p>If it doesn&#8217;t work though try this: <a href="http://www.martinhenze.de/2008/05/24/ubuntu-linux-on-dell-vostro-1510/">http://www.martinhenze.de/2008/05/24/ubuntu-linux-on-dell-vostro-1510</a></p>
<p>(2) Thank you Ignacio for reporting this!</p>
<p>(3) RE-starting your current <a href="http://en.wikipedia.org/wiki/Runlevel">runlevel</a> brings X back to live! (CTRL-ALT-F7)</p>
<p>What i already found out, is that my Sony DSC-W30 is <span style="text-decoration: line-through;">not</span> correctly mounted (sometimes waiting for an update just does the work)</p>
<p>Edit: Cardreader works out of the Box.</p>
<p>LAST EDIT: 09 of Jan.09</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stupent.at/2008/06/22/ubuntu-linux-on-a-dell-vostro-1510-a-review/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Dell Vostro 1510 with Ubuntu 8.04 (getting Sound to work!)</title>
		<link>http://www.stupent.at/2008/06/18/dell-vostro-1510-with-ubuntu-804/</link>
		<comments>http://www.stupent.at/2008/06/18/dell-vostro-1510-with-ubuntu-804/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 18:57:48 +0000</pubDate>
		<dc:creator>Cici</dc:creator>
				<category><![CDATA[Antworten]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[1510]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vostro]]></category>

		<guid isPermaLink="false">http://www.stupent.at/?p=175</guid>
		<description><![CDATA[Recently i got my new Dell Vostro 1510.
Ubuntu 8.04 works out of the box, only my microphone isn&#8217;t working, and the speakers aren&#8217;t muted, when plugging in the headphone. So the next few post will cover my battle against Ubuntu and the ALSA drivers 




Thats the output of lspci:

00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.stupent.at%2F2008%2F06%2F18%2Fdell-vostro-1510-with-ubuntu-804%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.stupent.at%2F2008%2F06%2F18%2Fdell-vostro-1510-with-ubuntu-804%2F" height="61" width="51" /></a></div><p>Recently i got my new Dell Vostro 1510.</p>
<p>Ubuntu 8.04 works out of the box, only my microphone isn&#8217;t working, and the speakers aren&#8217;t muted, when plugging in the headphone. So the next few post will cover my battle against Ubuntu and the ALSA drivers <img src='http://www.stupent.at/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
<center><script type="text/javascript"><!--
google_ad_client = "pub-3396611173469301";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text_image";
//2007-04-05: Swabidu
google_ad_channel = "2349987622";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center><br />
Thats the output of lspci:</p>
<blockquote>
<pre>00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 0c)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation GeForce 8400M GS (rev a1)
06:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection (rev 61)
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
08:05.0 FireWire (IEEE 1394): O2 Micro, Inc. Firewire (IEEE 1394) (rev 02)
08:05.2 SD Host controller: O2 Micro, Inc. Integrated MMC/SD Controller (rev 02)
08:05.3 Mass storage controller: O2 Micro, Inc. Integrated MS/xD Controller (rev 01)</pre>
</blockquote>
<p>First I installed the backports, as this blog post suggests: <a href="http://linuxtechie.wordpress.com/2007/10/19/getting-intel-ich8-family-rev-3-sound-card-to-work-in-gutsy/">http://linuxtechie.wordpress.com/2007/10/19/getting-intel-ich8-family-rev-3-sound-card-to-work-in-gutsy/</a></p>
<blockquote><p><code><em>sudo apt-get install linux-backports-modules-hardy </em></code></p>
<p><code><em># not -generic (named different now!)</p>
<p></em></code></p></blockquote>
<p>Edit:</p>
<p>inserting the following line to /etc/modprobe.de/alsa-base did a great job for now:</p>
<blockquote><p>options snd-hda-intel model=toshiba position_fix=0 enable=yes</p></blockquote>
<p><span style="text-decoration: line-through;">The microphone still has a litte problem, as it seems that is faaaaaaaar to loud, so recording with the mic gives me just garbage noise (but i can identify my words [that they start &amp; end] ), but muting the speakers now works!</span></p>
<p>Edit2:</p>
<p>Microphone now works: just turn down PCM to about 1/3 and increase mic-boost to 100.</p>
<p>Edit3: (5th of July)</p>
<p>Check if no channel is muted (using alsamixer on console!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stupent.at/2008/06/18/dell-vostro-1510-with-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>
