<?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>Thinking Aloud &#187; Debian</title>
	<atom:link href="http://www.jrichards.ca/category/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jrichards.ca</link>
	<description>From the ether</description>
	<lastBuildDate>Sun, 29 Jan 2012 22:33:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Making Bell Internet Stick U727 Work under Debian (Squeeze) Linux</title>
		<link>http://www.jrichards.ca/2010/09/making-bell-internet-stick-u727-work-under-debian-squeeze-linux/</link>
		<comments>http://www.jrichards.ca/2010/09/making-bell-internet-stick-u727-work-under-debian-squeeze-linux/#comments</comments>
		<pubDate>Sun, 12 Sep 2010 08:02:41 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[kppp]]></category>
		<category><![CDATA[u727]]></category>
		<category><![CDATA[wvdial]]></category>

		<guid isPermaLink="false">http://www.jrichards.ca/?p=288</guid>
		<description><![CDATA[I got a mobile internet stick from Bell so that I could have a little internet on the go. And&#8230; it works really quite well. The model I got was the Bell U727 made by Novatel. It worked right away under Windows (as expected) but I was really hoping to get it working under Debian [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jrichards.ca/wp-content/uploads/2010/09/bellu727.jpg" class="broken_link"><img src="http://www.jrichards.ca/wp-content/uploads/2010/09/bellu727.jpg" alt="" title="bellu727" width="226" height="410" class="alignleft size-full wp-image-471" /></a>I got a mobile internet stick from Bell so that I could have a little internet on the go.  And&#8230; it works really quite well.  The model I got was the Bell U727 made by Novatel.  It worked right away under Windows (as expected) but I was really hoping to get it working under Debian Linux as that&#8217;s my preferred working environment.  And so my adventures began&#8230;  A friend had said that he had got a similar stick working using <a href="http://docs.kde.org/stable/en/kdenetwork/kppp/index.html">KPPP</a>.  So that seemed like a good place to start. </p>
<p>After much futzing around with KPPP, I abandoned it on the strength of some <a href="http://www.digitalhome.ca/forum/showthread.php?t=96856">forum encouragement that wvdial is the way to go</a> being the way to go and if you&#8217;re going to mess around you may as well mess around on the command line.</p>
<h2>How I made WvDial work!</h2>
<p>You need to update the /etc/wvdial.conf file to read as below.  Provided that your modem is indeed located at /dev/ttyUSB0, easiest way to find out if that is the case.  unplug is, from the command line run &#8220;ls /dev/tty*&#8221; then plug it in and run the same command and see if what has changed, the new address is new stick.  (A lot of people on the Ubuntu forums have mentioned that this device gets mounted as a memory stick and that the mounted memory stick needs to be ejected first, this wasn&#8217;t the case for me running Debian.)</p>
<p>Here are the settings for the working /etc/wvdial.conf<br />
<code>[Dialer Defaults]</p>
<p>Modem = /dev/ttyUSB0<br />
Username = ''<br />
Password = ''<br />
Phone = #777<br />
Init1 = ATZ<br />
Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
Dial Command = ATDT<br />
Abort on No Dialtone = on<br />
Carrier Check = on<br />
Auto Reconnect = on<br />
Check Def Route = on<br />
Auto DNS = on<br />
Idle Seconds = 0<br />
Stupid Mode = on<br />
Dial Attempts = 1<br />
Ask Password = off</code></p>
<p>then you&#8217;ll need to close up that file and&#8230; at the command line type</p>
<p><code>~$ wvdial</code></p>
<p>Generally I get some output that looks like</p>
<p><code>--&gt; WvDial: Internet dialer version 1.60<br />
--&gt; Cannot get information for serial port.<br />
--&gt; Initializing modem.<br />
--&gt; Sending: ATZ<br />
ATZ<br />
OK<br />
--&gt; Sending: ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
OK<br />
--&gt; Modem initialized.<br />
--&gt; Sending: ATDT#777<br />
--&gt; Waiting for carrier.<br />
ATDT#777<br />
CONNECT<br />
--&gt; Carrier detected.  Starting PPP immediately.<br />
--&gt; Starting pppd at Sun Feb 28 09:19:56 2010<br />
--&gt; Pid of pppd: 28980<br />
--&gt; Using interface ppp0<br />
--&gt; pppd: 0[02]n�<br />
--&gt; Q [10]�P [01]<br />
--&gt; pppd: 0[02]n�<br />
--&gt; Q [10]�P [01]<br />
--&gt; pppd: 0[02]n�<br />
--&gt; Q [10]�P [01]<br />
--&gt; pppd: 0[02]n�<br />
--&gt; Q [10]�P [01]<br />
--&gt; local  IP address 70.28.210.69<br />
--&gt; pppd: 0[02]n�<br />
--&gt; Q [10]�P [01]<br />
--&gt; remote IP address 68.182.192.100<br />
--&gt; pppd: 0[02]n�<br />
--&gt; Q [10]�P [01]<br />
--&gt; primary   DNS address 204.174.120.46<br />
--&gt; pppd: 0[02]n�<br />
--&gt; Q [10]�P [01]<br />
--&gt; secondary DNS address 204.174.120.45<br />
--&gt; pppd: 0[02]n�<br />
--&gt; Q [10]�P [01]</code></p>
<p>and then if I check my connections by typing at the command line</p>
<p><code>sudo ifconfig</code></p>
<p>I see a new entry, ppp0 and there is a small amount of traffic running on it.</p>
<h2>Gotchas</h2>
<p>One possible gotcha I found is that if you attempt this while my wireless is on (not even connected, but just on) it still connects fine but my browser doesn&#8217;t connect to the internet.  The solution for me was to switch the wireless off then run wvdial.  I&#8217;ve only had to do this on 1/3 machines that I&#8217;ve set up my Bell internet stick for.</p>
<h2>U727 Performance</h2>
<p>An interesting side note, is that another friend of mine was visiting a fairly remote part of BC and tried a newer model side by side with the U727 and found that the newer model (Sorry I don&#8217;t know the model).  The newer model was unable to maintain a service signal but the U727 worked without problem.  I guess the external antenna really does improve reception!</p>
<p>I&#8217;ve used the stick in a number of remote areas where the reception is really quite weak.  1 or two bars on a cell phone and had reasonably good success.  Sometimes it is quite slow, but in general it has been perfectly adequate for what I need and in places that aren&#8217;t remote (one bar of reception areas) its relatively zippy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jrichards.ca/2010/09/making-bell-internet-stick-u727-work-under-debian-squeeze-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting Bluetooth Keyboard Working on my Debian eeePC</title>
		<link>http://www.jrichards.ca/2010/06/bluetooth-keyboard-debian-1001p/</link>
		<comments>http://www.jrichards.ca/2010/06/bluetooth-keyboard-debian-1001p/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 08:12:17 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[1001P]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[keyboard]]></category>

		<guid isPermaLink="false">http://www.jrichards.ca/?p=367</guid>
		<description><![CDATA[Simple problem. I have a bluetooth keyboard, I want to use it at work (Thinkpad T61) and home (eeePC 1001P), both machines running Debian (hardware and OS details). I want to find a good way to get this keyboard connected and running full time. Here goes. Bluetooth Doesn&#8217;t Seem To Be Working At All! First [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jrichards.ca/wp-content/uploads/2010/06/bluetooth-logo1.jpg" class="broken_link"><img src="http://www.jrichards.ca/wp-content/uploads/2010/06/bluetooth-logo1.jpg" alt="" title="bluetooth-logo" width="132" height="180" class="alignright size-full wp-image-377" /></a><br />
Simple problem.  I have a bluetooth keyboard, I want to use it at work (Thinkpad T61) and home (eeePC 1001P), both machines running Debian (<a href="http://www.jrichards.ca/2010/06/bluetooth-keyboard-debian-1001P#details">hardware and OS details</a>). I want to find a good way to get this keyboard connected and running full time.  Here goes.</p>
<h2>Bluetooth Doesn&#8217;t Seem To Be Working At All!</h2>
<p>First I install <a href="http://blueman-project.org/">blueman</a>. Start it up, most everything is disabled (greyed out).  Ok, why is that?</p>
<p>hmm&#8230; maybe hcitool will tell me something different<br />
<code>$ <strong>hcitool scan</strong><br />
Device is not available: No such device</code></p>
<p>ok&#8230; I guess that means there is no device available, check the startup via<br />
<code>$ <strong>dmesg | grep Blue</strong></code><br />
lots of Bluetooth entries there.</p>
<p>next check the bluetooth kernel module is loaded<br />
<code>$ <strong>lsmod | grep blue</strong><br />
bluetooth              41795  6 sco,bnep,rfcomm,l2cap<br />
rfkill                 13012  4 bluetooth,cfg80211</code></p>
<p>Looks like the module is loaded. Time to Google my error message<br />
<a href="http://forum.soft32.com/linux/Bluetooth-ftopict440233.html">http://forum.soft32.com/linux/Bluetooth-ftopict440233.html</a><br />
Provides a hint that I need to install the userspace package, in Debian this means<br />
<code>$ <strong>sudo aptitude install bluetooth</strong></code><br />
that installed a bunch of packages.  Trying my tests again<br />
<code>$ <strong>hcitool scan</strong><br />
(same result)</code><br />
Blueman (same result) </p>
<p><code>$ <strong>/etc/init.d/bluetooth restart</strong></code><br />
(maybe it&#8217;ll help&#8230; nope)<br />
Hmmm.. sort of feels like the bluetooth adaptor is turned off.  The 1001P doesn&#8217;t really have a hardware switch that I can see for turning bluetooth on.</p>
<p>Further Googling is talking making me feel like I should really have an entry in the output of lsusb that says something pretty clear about bluetooth, and I&#8217;m not seeing that.  This really makes me think it isn&#8217;t on.</p>
<p>I know I shouldn&#8217;t have to&#8230; but I&#8221;ll try a reboot to get a fresh dmesg to look at and this laptop has been in and out of suspend a lot, I see that has fouled others up in that past.  Nope that didn&#8217;t help.</p>
<h2>eeePC Gotcha: Bluetooth is Controlled in the BIOS</h2>
<p>Okay, Got a tip from a site that bluetooth on the 1001P can only be controlled via the bios (are you serious!?!) So I boot into the bios and sure enough under Advanced -> Onboard Settings (I think) there is Onboard Bluetooth and it is disabled. Enable that, save and exit.  Reboot.  </p>
<p><code>$ <strong>lsusb</strong> </code><br />
now has an extra line in it&#8230; promising.<br />
<code>Bus 005 Device 002: ID 0b05:1788 ASUSTek Computer, Inc.</code></p>
<h2>Bluetooth is Working, Now for the Keyboard</h2>
<p>Straight for the throat, starting blueman, YES we have an adapater.  Double checking with hcitool.<br />
<code>$ <strong>hcitool scan</strong><br />
Scanning....</code><br />
alright!!</p>
<p>Now just to get the keyboard working. Put the keyboard into discovery mode.<br />
<a href="http://www.jrichards.ca/wp-content/uploads/2010/06/bluetooth-keyboard.jpg"><img src="http://www.jrichards.ca/wp-content/uploads/2010/06/bluetooth-keyboard.jpg" alt="" title="Bluetooth Keyboard" width="480" height="240" class="alignnone size-full wp-image-375" /></a><br />
Into Blueman, and searching for the device.  It shows up!  Good sign.  Attempt to pair with the device.  My secret code is requested.  I enter it.  &#8220;1111&#8243; (the usual) and I go to the keyboard type &#8220;1111&#8243; Enter.  Looks like we&#8217;re paired.  Uh oh it looks like it disconnected.  Hmm&#8230; reconnect, which works, and then click on the trust icon.  Still connected good, good.  Start typing, it&#8217;s working!!  (I&#8217;m sure this could all be done from the command line with hcitool as well, I&#8217;m not exactly sure how.)</p>
<p>Awesome.   </p>
<h2>Testing, The Use Cases</h2>
<p>Now the two remaining tests.  At work I&#8217;m doing some frustrating hack  using<br />
<code>hidd --connect MAC ADDRES GOES HERE </code><br />
and if I leave the computer for 10-20 minutes the keyboard dies.  It totally sucks.  Secondarily, if I restart the computer the keyboard isn&#8217;t connected.  Both of these things didn&#8217;t weren&#8217;t a problem in the past, but they are now.  So let&#8217;s see if the problem is the same here.</p>
<ol>
<li>Coming back the next morning and it is still working!!</li>
<li>Suspending and restoring and it is still working.</li>
<li>And it even works (with a minor delay after a reboot) in the gdm screen. </li>
</ol>
<p>Hurray!!  Complete Success.</p>
<p>Bonus: killing the Blueman applet doesn&#8217;t kill the connection, I suspected this would be true but just wanted to confirm.</p>
<h2>Bluetooth Files</h2>
<p>I previously had attempted to edit a bunch of files in the /etc/bluetooth/* and /etc/default/bluetooth, but none of those files appear changed in this case and the keyboard is working fine.  Being curious I snooped around and found that the specific device information related to the connection with my keyboard can be found in /var/lib/bluetooth/* but looking at a few of the files.  I can see that they are definitely not meant to be editted by hand.  AKA leave it to the tools in this case blueman.  I&#8217;m sure hcitool also refers to and edits these files although I have not confirmed that. </p>
<h2 id='details'>Hardware and Operating System Details</h2>
<ul>
<li>Keyboard : Microsoft Wireless Entertainment Keyboard 7000</li>
<li>Debian squeeze (pre stable release) </li>
<li>Linux Kernel Linux 2.6.32-3-amd64</li>
<li>And of course my <a href="http://www.jrichards.ca/2010/03/my-new-eeepc-1001p/" class="broken_link">eeePc 1001P</a></li>
</ul>
<p>Now to see if I can get it working on my work computer! Thinkpad T61.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jrichards.ca/2010/06/bluetooth-keyboard-debian-1001p/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing New Fonts (ttf) in Debian for the your Personal Use</title>
		<link>http://www.jrichards.ca/2008/12/installing-new-fonts-ttf-in-debian-for-the-your-personal-use/</link>
		<comments>http://www.jrichards.ca/2008/12/installing-new-fonts-ttf-in-debian-for-the-your-personal-use/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 17:38:22 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Debian Fonts]]></category>
		<category><![CDATA[Fonts]]></category>

		<guid isPermaLink="false">http://jeffunk.wordpress.com/?p=12</guid>
		<description><![CDATA[Installing fonts into Debian for a single user is easy. Here it is in 3 steps Step 1 &#8211; The .fonts File Folder Looks into your home directory.  We&#8217;re looking for a hidden folder ~/.fonts If you already have this folder then you can go to step 3, if not&#8230; Step 2 &#8211; Making the [...]]]></description>
			<content:encoded><![CDATA[<p>Installing fonts into Debian for a single user is easy. Here it is in 3 steps</p>
<h2>Step 1 &#8211; The .fonts File Folder</h2>
<p>Looks into your home directory.  We&#8217;re looking for a hidden folder</p>
<blockquote><p>~/.fonts</p></blockquote>
<p>If you already have this folder then you can go to step 3, if not&#8230;</p>
<h2>Step 2 &#8211; Making the .fonts File Folder</h2>
<p>Open up your terminal go to your home folder and make the the .fonts file folder (this can also be done in the file manager of your choice)</p>
<blockquote><p>mkdir ~/.fonts</p></blockquote>
<p>you can check to see if it is there using</p>
<blockquote><p>ls -a ~</p></blockquote>
<p>See it there?  Good! Time for &#8230;</p>
<h2>Step 3 &#8211; Copying your font files (.ttf) into the .fonts file folder</h2>
<p>This can be done either on the command line or in your file manager of choice.</p>
<h2>You&#8217;re Done</h2>
<p>That&#8217;s it!  If you open up an application that let&#8217;s you choose your font, you should see your newly installed font.  I can attest this works in OpenOffice and in GIMP.</p>
<p>As an example, <a href="http://www.ecofont.eu/ecofont_en.html">try installing ecofont</a> and save the world/your money by using less ink on your print outs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jrichards.ca/2008/12/installing-new-fonts-ttf-in-debian-for-the-your-personal-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samba Permission Denied Message</title>
		<link>http://www.jrichards.ca/2007/03/samba-permission-denied-message/</link>
		<comments>http://www.jrichards.ca/2007/03/samba-permission-denied-message/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 15:13:22 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://jeffunk.yi.org/wordpress/?p=34</guid>
		<description><![CDATA[I run smbclient -L &#60;hostname&#62; I see all the shares but when I try to actually get a directory listing I get a permission denied error. Grrr.. The solution from [url=http://gentoo-wiki.com/HOWTO_Setup_Samba]http://gentoo-wiki.com/HOWTO_Setup_Samba[/url] I get a Permision denied message trying to access a Windows 2000, XP, 2003: Make sure you have Guest account enabled on Windows machines [...]]]></description>
			<content:encoded><![CDATA[<p>I run smbclient -L &lt;hostname&gt;<br />
I see all the shares but when I try to actually get a directory listing  I get a permission denied error. Grrr..</p>
<p>The solution from [url=http://gentoo-wiki.com/HOWTO_Setup_Samba]http://gentoo-wiki.com/HOWTO_Setup_Samba[/url]<br />
I get a Permision denied message trying to access a Windows 2000, XP, 2003: Make sure you have Guest account enabled on Windows machines and Guest have sharing permissions over the shares. Sometimes this is not trivial due to the permissions editing of a carpet is not shown by default in some Windows systems. If it is enabled, right click on the share, pick up the Permissions section and add Guest user with the appropriate rights (probably full control full control can be security risk. &quot;Modify&quot; provides read/write and create/delete without the more dangerous abilities).</p>
<p>And now I can the website backed up. yay</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jrichards.ca/2007/03/samba-permission-denied-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ATI Drivers and kernel 2.6.20</title>
		<link>http://www.jrichards.ca/2007/03/ati-drivers-and-kernel-2-6-20/</link>
		<comments>http://www.jrichards.ca/2007/03/ati-drivers-and-kernel-2-6-20/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 17:18:39 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://jeffunk.yi.org/wordpress/?p=32</guid>
		<description><![CDATA[You can&#039;t make the required kernel module with the sources from ATI and to get your driver up and running. Ugh&#8230; how long did it take to find that out. However you can install the .deb files that you can get from ATI cd /usr/src/ tar xjf fglrx-tar-bzr cd /usr/src/modules/fglrx then get the patch from [...]]]></description>
			<content:encoded><![CDATA[<p>You can&#039;t make the required kernel module with the sources from ATI and  to get your driver up and running.  Ugh&#8230; how long did it take to find that out.</p>
<p>However you can install the .deb files that you can get from ATI<br />
cd /usr/src/<br />
tar xjf fglrx-tar-bzr<br />
cd /usr/src/modules/fglrx</p>
<p>then get the patch from [url=http://darcs.frugalware.org/repos/frugalware-current/source/x11-extra/fglrx/fglrx-2.6.20.patch]http://darcs.frugalware.org/repos/frugalware-current/source/x11-extra/fglrx/fglrx-2.6.20.patch[/url]</p>
<p>run the patch using the command<br />
patch &lt; /path/to/fglrx-2.6.20.patch</p>
<p>and then compile the modules using following steps of 4.1c here<br />
[url=http://www.stanchina.net/~flavio/debian/fglrx-installer.html]http://www.stanchina.net/~flavio/debian/fglrx-installer.html[/url]</p>
<p>Lord bless the smart people that figured all this out!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jrichards.ca/2007/03/ati-drivers-and-kernel-2-6-20/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>glxgears framerate</title>
		<link>http://www.jrichards.ca/2007/03/glxgears-framerate/</link>
		<comments>http://www.jrichards.ca/2007/03/glxgears-framerate/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 17:15:45 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://jeffunk.yi.org/wordpress/?p=31</guid>
		<description><![CDATA[From [url=http://www.readingboy.com/]http://www.readingboy.com/[/url] glxgears You see people using the program to test the framerate (FPS) of their ATI cards. trying to spot imporvements&#8230; well the newest version. requires this switch $ glxgears -iacknowledgethatthistoolisnotabenchmark to output the fps. Haha, you gotta love when people are that careful.]]></description>
			<content:encoded><![CDATA[<p>From<br />
[url=http://www.readingboy.com/]http://www.readingboy.com/[/url]</p>
<p>glxgears</p>
<p>You see people using the program to test the framerate (FPS) of their ATI cards.  trying to spot imporvements&#8230; well the newest version. requires this switch </p>
<p>$ glxgears -iacknowledgethatthistoolisnotabenchmark</p>
<p>to output the fps.  </p>
<p>Haha, you gotta love when people are that careful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jrichards.ca/2007/03/glxgears-framerate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting the Extra Laptop Buttons Working</title>
		<link>http://www.jrichards.ca/2007/03/getting-the-extra-laptop-buttons-working/</link>
		<comments>http://www.jrichards.ca/2007/03/getting-the-extra-laptop-buttons-working/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 09:42:28 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://jeffunk.yi.org/wordpress/?p=30</guid>
		<description><![CDATA[So I wanted the laptop volume buttons to work&#8230; Turns out it is easy. In Gnome go to Desktop &#8211;&#62; Preferences &#8211;&#62; Keyboard Shortcuts Then find the function you want to control, click on it, and then click on the laptop button that you want to control it. And now it works. yaya.]]></description>
			<content:encoded><![CDATA[<p>So I wanted the laptop volume buttons to work&#8230; </p>
<p>Turns out it is easy. In Gnome go to Desktop &#8211;&gt; Preferences &#8211;&gt; Keyboard Shortcuts</p>
<p>Then find the function you want to control, click on it, and then click on the laptop button that you want to control it.</p>
<p>And now it works. yaya.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jrichards.ca/2007/03/getting-the-extra-laptop-buttons-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WE have sound</title>
		<link>http://www.jrichards.ca/2007/03/we-have-sound/</link>
		<comments>http://www.jrichards.ca/2007/03/we-have-sound/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 19:57:55 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://jeffunk.yi.org/wordpress/?p=29</guid>
		<description><![CDATA[Gah Finally after reading what seems like hundreds of help lists and all that I finally found the problem with my Gateway 7515 laptop sound. Sound card is an ATI IXP card with built in modem. To make a long story short all that I needed to do was go to the alasmixer and mute [...]]]></description>
			<content:encoded><![CDATA[<p>Gah Finally after reading what seems like hundreds of help lists and all that I finally found the problem with my Gateway 7515 laptop sound.  Sound card is an ATI IXP card with built in modem.  </p>
<p>To make a long story short all that I needed to do was go to the alasmixer and mute the External Amplifier.  </p>
<p>Bango, it worked.  </p>
<p>Now if only the ocean glider I am working on would come to the surface and call home&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jrichards.ca/2007/03/we-have-sound/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian on my New Laptop</title>
		<link>http://www.jrichards.ca/2007/03/debian-on-my-new-laptop/</link>
		<comments>http://www.jrichards.ca/2007/03/debian-on-my-new-laptop/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 22:43:03 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://jeffunk.yi.org/wordpress/?p=28</guid>
		<description><![CDATA[Well&#8230; it seems that I have done it Debian Etch installed and working on my new laptop. It&#039;s pretty great! Works good&#8230; now. There have been a few trials. 1. Audio &#8211; I like music, I want music. So when the audio didn&#039;t work I was a little bit bummed. Then suddenly its working&#8230; Now [...]]]></description>
			<content:encoded><![CDATA[<p>Well&#8230; it seems that I have done it Debian Etch installed and working on my new laptop.  It&#039;s pretty great!  Works good&#8230; now.</p>
<p>There have been a few trials.<br />
1. Audio &#8211; I like music, I want music.  So when the audio didn&#039;t work I was a little bit bummed.<br />
Then suddenly its working&#8230; Now it ain&#039;t kind of intermittent every time I boot up its a question&#8230; &quot;Oh is the sound working?&quot;<br />
Hopefully I can get this nailed down soon!</p>
<p>2. Wireless not working &#8211; This was a toughy.  I initially solved it by following the tutorial here [url=http://www.debiantutorials.org/content/view/153/213/]http://www.debiantutorials.org/content/view/153/213/[/url]</p>
<p>And then undid that fix because I wanted to use the network-manager-gnome package.  This started working after I actually read the README.Debian file for network-manager (the daemon, RTFM) and recomiled the kernel for 2.6.20 not exactly sure what made the difference the change the manual suggested or the kernel.  But I am currently putting my money on the kernel.</p>
<p>3. Fan control &#8211; I do not like noisy computers<br />
Why all the noise when I am just typing?!?!  Driving me crazy luckily I fixed the problem, it seems by<br />
&quot;apt-get install powernowd&quot;<br />
powernowd couldn&#039;t be started for two reasons<br />
1. The virtual file system for accessing the cpu wasn&#039;t loaded (uh ok) so the README.Debian says you need to add<br />
&quot;sysfs /sys sysfs defaults 0 0&quot; to the /etc/fstab file did that.<br />
Then I realized the powernow-k8 kernel module wasn&#039;t loaded.  So I loaded the module with the command<br />
modprobe powernow-k8<br />
and then started the powernowd with the command<br />
/etc/init.d/powernowd start<br />
and finally added this line to the /etc/modules list so that<br />
powernow-k8<br />
to the /etc/modules list  so it would load in the future at boot up.</p>
<p>And right now I it all seems to be working.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jrichards.ca/2007/03/debian-on-my-new-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

