<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;C08CRnozfSp7ImA9WhRRFEk.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051</id><updated>2011-11-28T13:57:47.485+13:00</updated><category term="linux" /><category term="armored core" /><category term="java" /><category term="software" /><category term="6910p" /><category term="forza" /><category term="rc" /><category term="games" /><category term="scala software" /><category term="cars" /><category term="laptop" /><category term="hardware" /><category term="oracle" /><title>Jun's Scribbles</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://jkyamog.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>52</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/JunsScribbles" /><feedburner:info uri="junsscribbles" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;C0EDR3w9fSp7ImA9WhdVE08.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-7257002835300305225</id><published>2011-09-18T16:54:00.000+12:00</published><updated>2011-09-18T16:54:36.265+12:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-18T16:54:36.265+12:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><title>Verify TRIM support on Linux</title><content type="html">Wasted my time today puzzling why the trim support of my ssd does not work, or I thought it wasn't but was working alright. When you google "linux trim verify" the link below and most people link to the site below. Apparently the tests is not fully correct. Most of the time it works for others, but not me. Maybe it has to do that I formatted my ext4 w/ -E stripe-width=128&lt;br /&gt;
Anyway this is a better test I found, but I can't seem to see the link anymore. Using my bash history for reference.&lt;br /&gt;
&lt;pre&gt;dd if=/dev/urandom of=tmpfile bs=1M count=10 &amp;amp;&amp;amp; sync
hdparm --fibmap tmpfile
hdparm --read-sector [address between begin_LBA and end_LBA of previous command] # expecting random numbers here
rm tmpfile &amp;amp;&amp;amp; sync &amp;amp;&amp;amp; sleep 120
hdparm --read-sector [address between begin_LBA and end_LBA of previous command] # expecting zeroes
&lt;/pre&gt;
The real key is the sector address is somewhere in between and NOT the start sector, as its possible the trim command will not set things to zeroes if files overlap. As it had happened to me 9 out of 10 tries using the test below I get random numbers still. The test above I get zeroes consistently.
&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-7257002835300305225?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/7257002835300305225/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=7257002835300305225" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/7257002835300305225?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/7257002835300305225?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/-tOkTJPhAGI/verify-trim-support-on-linux.html" title="Verify TRIM support on Linux" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2011/09/verify-trim-support-on-linux.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck4HQX8-fyp7ImA9WhdVE00.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-6397839465039847294</id><published>2011-09-18T11:03:00.001+12:00</published><updated>2011-09-18T11:08:50.157+12:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-18T11:08:50.157+12:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><title>Manual setup of UEFI, GPT and GRUB2</title><content type="html">I recently got a Crucial m4. &amp;nbsp;I then have to transfer my existing HDD on it. &amp;nbsp;Its easier to do a clean install of Oneiric and it would pretty much do UEFI + GPT + GRUB2 for you. &amp;nbsp;However if you want to manually transfer everything I did the following steps:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Boot on Oneiric live CD or another boot this that will boot in UEFI mode.  Its important that boot is on UEFI mode and not BIOS mode&lt;/li&gt;
&lt;li&gt;Go to a shell and install gdisk as we want to partition the SSD w/ GPT and not MBR. fdisk only supports MBR
&lt;pre&gt;apt-get install gdisk
&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Partition a EFI system partition. &amp;nbsp;This would hold grub2 files later and other boot loaders if needed. &amp;nbsp;I partitioned mine on sda1 as type EF00 (EFI System) w/ the size of 200mb. &amp;nbsp;Yes a bit bigger than what is needed however most people recommend 200mb as some boot loaders needs a bigger space.&lt;/li&gt;
&lt;li&gt;Format the partitions. &amp;nbsp;The EFI System partition is formatted as vfat, as per EFI spec.
&lt;pre&gt;mkfs.vat /dev/sda1
mkswap /dev/sda2
mkfs.ext4 -E stripe-width=128 /dev/sda3
mkfs.ext4 -E stripe-width=128 /dev/sda4
&lt;/pre&gt;
I put in a stripe width of 128 k as there are some recommendation this is optimal for SSD.  However test suggest that your mileage may vary.
&lt;/li&gt;
&lt;li&gt;Mount and create the dirs on EFI system partition
&lt;pre&gt;mkdir /boot/efi
mount /dev/sda1 /boot/efi
mkdir -p /boot/efi/efi&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Install grub efi
&lt;pre&gt;apt-get install grub-efi-amd64
&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Setup grub on the EFI system partition
&lt;pre&gt;modprobe dm-mod
grub-install --boot-directory=/boot/efi/efi --bootloader-id=GRUB2 --no-floppy --recheck
cp /usr/share/grub/unicode.pf2 /boot/efi/efi/grub/
cp /boot/grub/grub.cfg /boot/efi/efi/grub/grub.cfg
&lt;/pre&gt;
I copied my old grub.cfg and update the UUID to point to the new SSD
&lt;/li&gt;
&lt;li&gt;Setup the EFI boot entry
&lt;pre&gt;modprobe efivars
efibootmgr --create --gpt --disk /dev/sda --part 1 --write-signature --label "GRUB2" --loader "\\EFI\\grub\\grub.efi"
&lt;/pre&gt;
GRUB2 is the entry that would appear on the EFI bootloader.
&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
The following resource helped me a lot&lt;/div&gt;
&lt;div&gt;
&lt;a href="https://wiki.archlinux.org/index.php/GRUB2#UEFI_systems"&gt;https://wiki.archlinux.org/index.php/GRUB2#UEFI_systems&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;a href="https://help.ubuntu.com/community/UEFIBooting#Install_GRUB2_in_.28U.29EFI_systems"&gt;https://help.ubuntu.com/community/UEFIBooting#Install_GRUB2_in_.28U.29EFI_systems&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I am still working out on the graphics output, &amp;nbsp;This would only give you a text based grub.&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-6397839465039847294?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/6397839465039847294/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=6397839465039847294" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/6397839465039847294?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/6397839465039847294?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/hlUytqhRsLg/manual-setup-of-uefi-gpt-and-grub2.html" title="Manual setup of UEFI, GPT and GRUB2" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2011/09/manual-setup-of-uefi-gpt-and-grub2.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C04BRnw5cSp7ImA9Wx9XFE0.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-4434888572460933647</id><published>2011-01-08T00:54:00.003+13:00</published><updated>2011-01-08T01:05:57.229+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-08T01:05:57.229+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="6910p" /><title>HP 6910p 3G on linux</title><content type="html">I got the 3G hs2300 on the 6910p running before, but it was a long time ago.  I would need internet access again on the road.  I detached the battery and put in the sim card to test.  It seems modem can't be detected.  Doesn't appear on lsusb, not much clue on dmesg, I verified that its turned on bios, started to look around forums, tried various modprobe, was going to start using usb-modeswitch.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I then decided to reboot to Windows after several years of not going there.  HP wireless assistant tells that its disabled as that the gsm sim is accessible and suggest to close or put the battery back.  I put the battery back, HP wireless assistant changes status to still disabled but now suggest to fix via Device Manager.  No luck, Device Manager can't find drivers, etc.  So did not want to spend it running on Windows and maybe putting the battery back is enough to get it running on Linux again.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Reboot to linux, network manager picks it up.  Nothing to setup aside from APN, etc.  No driver install, etc.  Just put the battery back.  Hopefully this post saves someone a few hours diagnosing the problem.  Just put the battery back and linux should see the hs2300 3G modem.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-4434888572460933647?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/4434888572460933647/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=4434888572460933647" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/4434888572460933647?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/4434888572460933647?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/Khq7ai7aFxo/hp-6910p-3g-on-linux.html" title="HP 6910p 3G on linux" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2011/01/hp-6910p-3g-on-linux.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUcBR3kyeip7ImA9Wx5QEkg.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-5876899167549226673</id><published>2010-08-31T22:54:00.005+12:00</published><updated>2010-08-31T23:10:56.792+12:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-08-31T23:10:56.792+12:00</app:edited><title>More on Scala</title><content type="html">&lt;h1&gt;Get Started on Debian/Ubuntu&lt;/h1&gt;&lt;br /&gt;Install scala, this would install version 2.7.7 though, 2.8.0 has just been out recently&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;apt-get install scala&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Run the scala shell&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;scala&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;(optional) Quick upgrade to scala 2.8.0, install scala as per above and just copy the newer jars&lt;br /&gt;Download scala from http://www.scala-lang.org/downloads and extract the tarball&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;tar xzf scala-2.8.0.final.tgz&lt;br /&gt;cd scala-2.8.0.final/lib&lt;br /&gt;cp scala-compiler.jar scala-library.jar scala-dbc.jar /usr/share/java&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h1&gt;Get Started on Eclipse&lt;/h1&gt;&lt;br /&gt;Get the eclipse scala plugin http://www.scala-ide.org/ this would include the scala jar, compiler, console, etc.&lt;br /&gt;When you have the plugin the following options are available&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;create a new scala project&lt;/li&gt;&lt;br /&gt;&lt;li&gt;right click on existing java project and add scala nature and you can now start coding both java and scala together&lt;/li&gt;&lt;br /&gt;&lt;li&gt;run the scala console inside eclipse&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;h1&gt;Reference and Links&lt;/h1&gt;&lt;br /&gt;Below are some useful reference&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.scala-lang.org/sites/default/files/linuxsoft_archives/docu/files/ScalaTutorial.pdf"&gt;Scala Tutorial&lt;/a&gt; - useful w/ Java Background&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.scala-lang.org/sites/default/files/linuxsoft_archives/docu/files/ScalaByExample.pdf"&gt; Scala by Example&lt;/a&gt; - a little long, more like a scala cookbook&lt;br /&gt;&lt;br /&gt;&lt;a href="http://programming-scala.labs.oreilly.com/"&gt;Programming Scala&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.artima.com/scalazine/articles/steps.html"&gt;First Steps to Scala&lt;/a&gt; - a bit old but still useful&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blog.lostlake.org/index.php?/archives/41-Scala-Idioms,-Step-1,-Lists-and-Maps.html"&gt;Scala Idioms, Step 1, Lists and Maps&lt;/a&gt; - a bit old but quick way to learn about lists.  Tuples are using old syntax of {x, y} which is now changed to (x, y)&lt;br /&gt;&lt;br /&gt;&lt;h1&gt;Who is using Scala&lt;/h1&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.artima.com/scalazine/articles/twitter_on_scala.html"&gt;Twitter&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.scala-lang.org/node/5130"&gt;Foursquare&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://www.scala-lang.org/node/1658"&gt; Sony, Siemens, etc.&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;h1&gt;Frameworks and OSS Projects&lt;/h1&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://liftweb.net/"&gt; Lift&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://twitter.com/about/opensource"&gt; twitter&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/scalaz/"&gt; Scalaz&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/specs/"&gt; specs&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://code.google.com/p/simple-build-tool/"&gt; sbt&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://incubator.apache.org/esme/"&gt; esme&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://squeryl.org/index.html"&gt; squeryl&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;a href="http://github.com/scalatra/scalatra"&gt; scalatra&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-5876899167549226673?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/5876899167549226673/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=5876899167549226673" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/5876899167549226673?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/5876899167549226673?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/Y-U87yib9bg/more-on-scala.html" title="More on Scala" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2010/08/more-on-scala.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A08HRXo6eip7ImA9Wx5REUw.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-3342845958319701186</id><published>2010-08-18T20:02:00.005+12:00</published><updated>2010-08-18T20:23:54.412+12:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-08-18T20:23:54.412+12:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="scala software" /><title>Looking at Scala again</title><content type="html">I have been look at scala and lift (web framework built on scala), on and off about a year now.  I have revisited it again for the past few weeks.  Scala as a language seems to be promising.  For me it adds something new to the main stream languages today, like pattern matching (not regexp), functional programming, actors library.  There are some languages that have these properties but I think scala has got some transitional properties giving some balance.  Using scala you get to access java libraries natively, despite its terse syntax it is still a static language, this would mean tool developers will have an easier.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.scala-lang.org/"&gt;Scala&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.liftweb.net/"&gt;Lift&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I have also been re-using emacs again.  Some interesting scala emacs some stuff.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://scala.sygneca.com/tools/emacs"&gt;Scala emacs tools&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-3342845958319701186?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/3342845958319701186/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=3342845958319701186" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/3342845958319701186?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/3342845958319701186?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/efy4iJpf2AM/looking-at-scala-again.html" title="Looking at Scala again" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2010/08/looking-at-scala-again.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkAHR34_eSp7ImA9WxFaEks.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-6882893818755034768</id><published>2010-07-16T17:48:00.003+12:00</published><updated>2010-07-16T18:12:16.041+12:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-16T18:12:16.041+12:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="rc" /><title>Low tech stuff</title><content type="html">I have started on computers when its wasn't hip yet.  When I was a kid, I toyed around a PC XT on green monochrome monitor.  Then on to doing BASIC, then to over clocking on a Pentium when Asus brought out the first overclock board.  Buying a linux book to get a slackware CD as downloading over a 2400bps modem is very slow.  Time has passed so fast.&lt;br /&gt;&lt;br /&gt;Lately the latest and greatest tech stuff hasn't been appealing for me.  I do get touch the nice smart phones at work.  Although new tech stuff isn't as appealing as before.  Not sure why, maybe just too many tech stuff going around these days.&lt;br /&gt;&lt;br /&gt;Back in the 80s there was something cool, which wasn't computers.  I am talking about RC.  Remote Control cars, me and my son have a few them.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_LyDwUJ4Va88/TD_yxy2V9WI/AAAAAAAAAEE/7gn3k4brC9I/s1600/DSC00125.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_LyDwUJ4Va88/TD_yxy2V9WI/AAAAAAAAAEE/7gn3k4brC9I/s400/DSC00125.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5494377007692510562" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;These are low tech stuff, but very interesting for me.  Its one of the interesting things to me as kid back then, aside from playing space wars on a PC XT.  This appeals for me especially now as my son is able to build and play with me right now.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-6882893818755034768?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/6882893818755034768/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=6882893818755034768" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/6882893818755034768?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/6882893818755034768?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/olg2K_7dDqo/low-tech-stuff.html" title="Low tech stuff" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_LyDwUJ4Va88/TD_yxy2V9WI/AAAAAAAAAEE/7gn3k4brC9I/s72-c/DSC00125.JPG" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2010/07/low-tech-stuff.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak4FQnY6cSp7ImA9WxFaEkg.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-6388467626880515536</id><published>2010-07-16T16:22:00.007+12:00</published><updated>2010-07-16T17:41:53.819+12:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-16T17:41:53.819+12:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><title>LXC on Ubuntu 10.04 Lucid Lynx</title><content type="html">If you are like me who doesn't have a lot of time anymore, at times trying new stuff is a lot harder.  About a year ago I used kvm, which is great and easy enough to get up and running.  I have used it since then however Kvm is a bit too much for my needs as its a full paravirt.  Container based virtualization like vserver and openvz seems to be more challenging to get running on a laptop.&lt;br /&gt;&lt;br /&gt;Fast forward today, it seems LXC Linux Containers (http://lxc.sourceforge.net) has now made some strides.  Its now part of the main kernel, most modern distro should have like.  Here is a quick guide on how to get lxc up and running on Ubuntu Lucid.&lt;br /&gt;&lt;br /&gt;Below is to setup a debian lenny guest, that uses virbr0 and has dhcp.  Do the following as root:&lt;br /&gt;&lt;br /&gt;- install libvirt as its easier to do networking on it.  No need to setup your own bridge, ipchains and nat.  libvirt default qemu network should create a virbr0 interface.&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;apt-get install libvirt-bin&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;I have installed this prior for kvm.  What we want is virbr0 is up and running.  You check this by ifconfig.  Try to start it manually on /etc/init.d/libvirt-bin&lt;br /&gt;&lt;br /&gt;- install lxc&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;apt-get install lxc debootstrap&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;- create the capabilities dir and mount it&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;mkdir /cgroup&lt;br /&gt;&lt;br /&gt;add to /etc/fstab&lt;br /&gt;none /cgroup cgroup defaults 0 0&lt;br /&gt;&lt;br /&gt;mount /cgroup&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;- get and edit the lxc-debian script from /usr/share/doc/lxc/examples/lxc-debian.gz (gunzip it somewhere and apply correct permissions)&lt;br /&gt;&lt;br /&gt;Edit and add the following lxc parameters on copy_configuration() function before EOF&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;# networking&lt;br /&gt;lxc.network.type = veth&lt;br /&gt;lxc.network.flags = up&lt;br /&gt;lxc.network.link = virbr0&lt;br /&gt;lxc.network.name = eth0&lt;br /&gt;lxc.network.mtu = 1500&lt;br /&gt;EOF&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;What this does is use the host virbr0 which is already NATed.  This would appear as eth0 on the guest container.&lt;br /&gt;&lt;br /&gt;You may need to edit increase the tty allowed, I was getting init warning on my syslog respawning.  What I did was to edit my guest inittab to reduce the tty.  &lt;br /&gt;&lt;pre&gt;&lt;br /&gt;lxc.tty = 4 to lxc.tty = 6&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;- create your lxc dir.  In my case the name of my container is "altair".  Change it as you fit.&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;mkdir /home/lxc/altair&lt;br /&gt;lxc-debian -p /home/lxc/altair create&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;This would start downloading debian lenny packages and create the root file system on /home/lxc/altair/rootfs.&lt;br /&gt;&lt;br /&gt;- create the container&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;lxc-create -n altair -f /home/lxc/altair/config&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;- run the container&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;lxc-start -n altair&lt;br /&gt;&lt;br /&gt;the above runs it on the foreground, once you have setup everything then you can run it as a deamon&lt;br /&gt;&lt;br /&gt;lxc-start -n altair -d&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Once you are inside the container, things that I did was&lt;br /&gt;- set the hostname&lt;br /&gt;- fix /etc/hosts&lt;br /&gt;- add your favorite repo on /etc/apt/sources.list&lt;br /&gt;- add X forwarding on ssh and install xauth package&lt;br /&gt;- install rsyslog&lt;br /&gt;- maybe edit your hosts /etc/hosts and add the IP address of the container.&lt;br /&gt;&lt;br /&gt;Some useful links:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://lxc.teegra.net/"&gt;http://lxc.teegra.net/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://blog.bodhizazen.net/linux/lxc-configure-ubuntu-lucid-containers/"&gt;http://blog.bodhizazen.net/linux/lxc-configure-ubuntu-lucid-containers/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://nigel.mcnie.name/blog/a-five-minute-guide-to-linux-containers-for-debian"&gt;http://nigel.mcnie.name/blog/a-five-minute-guide-to-linux-containers-for-debian&lt;/a&gt;&lt;br /&gt;&lt;a href="http://en.gentoo-wiki.com/wiki/LXC"&gt;http://en.gentoo-wiki.com/wiki/LXC&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-6388467626880515536?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/6388467626880515536/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=6388467626880515536" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/6388467626880515536?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/6388467626880515536?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/ghPE2qE7FyU/lxc-on-ubuntu-1004-lucid-lynx.html" title="LXC on Ubuntu 10.04 Lucid Lynx" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2010/07/lxc-on-ubuntu-1004-lucid-lynx.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkYEQn48eSp7ImA9WxFaEkg.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-5036095304659090798</id><published>2010-07-16T16:05:00.005+12:00</published><updated>2010-07-16T16:21:43.071+12:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-16T16:21:43.071+12:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="laptop" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="6910p" /><title>HP 6910p, Acer 4315,  HP dv6000 on Ubuntu 10.04 / Lucid Lynx</title><content type="html">Its been a while since I posted on this blog.  Been very busy and had a few months not really keen about computers, more on that later.  Anyway for the past few weeks I have installed Lucid on my aging laptops.  So far Lucid has been pretty good.  Everything runs right out of the box, I needed to install restricted wireless drivers for the Acer 4315 and HP dv6000.  Very easy now, as you can do this on GUI.  Gone are the days of downloading tars balls, patching kernels, compile and create kernel images.&lt;br /&gt;&lt;br /&gt;There has been some minor issues.  The Acer 4315 after resume has the wireless disabled sometimes.  The volume is now better for Acer 4315.  At times after resume the screen brightness is set to lowest, doesn't seem to appear lately.&lt;br /&gt;&lt;br /&gt;For the 6910p xrandr is now able to rotate the screen.  So at work my 2nd dvi monitor is vertically oriented.  Great when doing code.  My xrandr script has something like this.&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;xrandr --output DVI-0 --auto --rotate left --right-of LVDS --crtc 1&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;What I really liked about upgrading to Lucid is it seems LXC (Linux Containers) seems to be good enough now.  I have stayed away from vserver and openvz, as I didn't have much time patching the kernel, then patching again all hardware to work (e.g. wireless) and suspend to work.  Will have another post on how to get LXC running on Lucid pretty fast and hassle free.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-5036095304659090798?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/5036095304659090798/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=5036095304659090798" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/5036095304659090798?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/5036095304659090798?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/T1FXFizefDw/hp-6910p-acer-4315-hp-dv6000-on-ubuntu.html" title="HP 6910p, Acer 4315,  HP dv6000 on Ubuntu 10.04 / Lucid Lynx" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2010/07/hp-6910p-acer-4315-hp-dv6000-on-ubuntu.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DE8NSXg7fCp7ImA9WxVTEkU.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-6180235780099793681</id><published>2008-12-26T22:53:00.005+13:00</published><updated>2008-12-26T23:21:38.604+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-26T23:21:38.604+13:00</app:edited><title>Intrepid Ibex and virtualization</title><content type="html">I always wanted to do virtualization on my development workstation.  There are some software that doesn't get along with one another, PHP5 and 4, apache 1 and 2.  The list goes on.  I also wanted the fact that I can upgrade my desktop w/o fearing to break things like Oracle libraries suddenly breaks because my distro decided to change libc.&lt;br /&gt;&lt;br /&gt;It was a bit hard last year to make it work and let alone all the hardware of 6910p to work.  I tried to use vserver and kvm, it was too hard to make a custom kernel to make everything work.  I didn't try Xen as its an overkill for my needs, vserver is just fine for my needs.  Also I think due to Xen design and objective it simply will not support suspend and resume on a laptop.  vserver isn't even really a virtualization more like jail or chroot.  This time I am trying again as Intrepid server comes with kvm as its virtualization choice.  When I tried kvm last year it was the best candidate for me, however whenever I forget to stop a guest machine then I suspend the laptop I will get a hard lock.  This time I am trying kvm which part of Ubuntu Interpid server edition, I am running Intrepid desktop and all I had to was to install the following packages.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;apt-get install ubuntu-virt-server&lt;br /&gt;apt-get install kvm libvirt-bin&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;I was too lazy to do things by hand, I gave the gui a shot.  It was pleasantly surprising easy to install and run.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;apt-get install virt-manager virt-viewer&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;It works! its not VMware easy but it close enough.  Good enough for me that it does not get in the way and I can start putting my different projects in their own virtual space.  I can even suspend and resume the laptop even if I forget the virtual guest machines are still running.  Now I am shifting my projects that has similar virtual machines, like java-devel, rails-devel, etc.  I am using Ubuntu JeOS as my guest OS, which is pretty good.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-6180235780099793681?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/6180235780099793681/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=6180235780099793681" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/6180235780099793681?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/6180235780099793681?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/-60-nCuSPFM/intrepid-ibex-and-virtualization.html" title="Intrepid Ibex and virtualization" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2008/12/intrepid-ibex-and-virtualization.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEEHQnY9fSp7ImA9WxVTEkU.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-3762254986342218767</id><published>2008-12-26T22:39:00.004+13:00</published><updated>2008-12-26T23:17:13.865+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-26T23:17:13.865+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="laptop" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><title>Acer Aspire 4315 on Ubuntu 8.10 / Intrepid Ibex</title><content type="html">I did an upgrade for the Acer 4315 from Hardy to Intrepid.  There where a couple of issues, its similar to Hardy that I had to install the madwifi-ng driver for the Atheros wireless card to run.  Its a bit easier now as they are now included on the backports.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;sudo apt-get install linux-backports-modules-intrepid&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Add &lt;span style="font-weight:bold;"&gt;ath5k&lt;/span&gt; on &lt;span style="font-weight:bold;"&gt;/etc/modules&lt;/span&gt;, reboot.&lt;br /&gt;&lt;br /&gt;Then you need to switch the drivers on System-&gt;Administration-&gt;Hardware Drivers.  Deactive the current default driver (Atheros 802.11 wireless LAN cards) and activate the 5xxx series of Atheros 802.11 wireless LAN cards.&lt;br /&gt;&lt;br /&gt;I also encountered a new problem in Skype.  It seems my Logitech S 5500 mic is very choppy, the mic is connected via USB.  I didn't have time to fix it, so I just activated the mic of the laptop which works with Intrepid.  This is likely a software problem, as the S 5500 works fine with the HP 6910p on Intrepid.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-3762254986342218767?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/3762254986342218767/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=3762254986342218767" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/3762254986342218767?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/3762254986342218767?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/LhT5e4YlEPs/acer-aspire-4315-on-ubuntu-810-intrepid.html" title="Acer Aspire 4315 on Ubuntu 8.10 / Intrepid Ibex" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2008/12/acer-aspire-4315-on-ubuntu-810-intrepid.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEEDRnozcCp7ImA9WxVTEkU.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-5690114813954182560</id><published>2008-12-26T22:28:00.004+13:00</published><updated>2008-12-26T23:17:57.488+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-26T23:17:57.488+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="laptop" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="6910p" /><title>HP 6910p on Ubuntu 8.10 / Intrepid Ibex</title><content type="html">My HP 6910p is still running after 1 year.  Hardware is still fine, I did a clean install of Intrepid a few days ago.  So far its alright, the only problem I encountered was with wireless.  Kinda weird that Hardy worked just fine, however it is a known issue and is clearly stated on Intrepid release notes.  I had to add backports and then install the backported modules.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;sudo apt-get install linux-backports-modules-intrepid&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Since I also liked the radeonhd, works great with the HP docking station.  I also installed it.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;apt-get install xserver-xorg-video-radeonhd&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Aside from that everything is still alright.  I also noticed that suspend and resume works faster.  The harddisk aggressive power management seems to have been taken cared of with Intrepid.  I will be observing the load cycle times for the next few days.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-5690114813954182560?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/5690114813954182560/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=5690114813954182560" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/5690114813954182560?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/5690114813954182560?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/RMN_R9-Og30/hp-6910p-on-ubuntu-810-intrepid-ibex.html" title="HP 6910p on Ubuntu 8.10 / Intrepid Ibex" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>4</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2008/12/hp-6910p-on-ubuntu-810-intrepid-ibex.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU8GQHwyfSp7ImA9WxRSGUw.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-8654102710028967894</id><published>2008-09-21T00:07:00.003+12:00</published><updated>2008-09-21T00:30:21.295+12:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-09-21T00:30:21.295+12:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="laptop" /><title>Acer support and cashback (part 2)</title><content type="html">Now here is my cashback experience from Acer.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Jul 21 - Posted the required form, box cut out of the snid and invoice&lt;/li&gt;&lt;li&gt;checking the cashback status from time to time at Acer cashback website.  Has always been on status where the documents hasn't been received yet.&lt;/li&gt;&lt;li&gt;Sep 8 - I noticed my status says "declined due to documents were not received by the due date".  I emailed the cashback email address asking them how can this happen, and I asked them to give me some good explanation why on earth a mail from New Zealand to Australia will take 5-7 weeks to arrive.&lt;/li&gt;&lt;li&gt;Sep 9 - I noticed my status says "processing, check will be issued on ... November *something*"&lt;/li&gt;&lt;li&gt;Sep 16 - I got an email from Acer cashback telling me that they never recieved my documents.  They are asking me to email or fax copies of the form, snid and invoice.  I emailed them the digital copies of it, except for the box cut out of the snid.  Its impossible for me to produce one as it was sent in the mail, I just shot a photo of the my snid on the bottom of the laptop.&lt;/li&gt;&lt;li&gt;Sep 17 - I got mail from Acer, its the $99 check. ?!? Are these guys confused of my status or what?  Or did suddenly their cashback turnaround processing time is within 12 hours?&lt;/li&gt;&lt;/ul&gt;Acer cashback is not that bad if you only look into what happened on the start and end.  I got the $99 cashback in 1.5 months, I was expecting it to be longer than that.  However given that they are certainly confused or just radomly picking cashback status, their cashback is really poor.  Oh yeah before getting the cashback form you will be bombarded with extended warranty option.&lt;br /&gt;&lt;br /&gt;For those who go into Acer cashback process here are the following things that might help you.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;scan the snid box cut out. Expect the worst that the mail will get lost, most likely somewhere in the cashback dept of Acer.&lt;/li&gt;&lt;li&gt;declined doesn't mean anything.  They are just actually confused with your status, or probably trying to see if you the type of person that would just accept a decline status.&lt;/li&gt;&lt;li&gt;push for your cashback&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-8654102710028967894?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/8654102710028967894/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=8654102710028967894" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/8654102710028967894?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/8654102710028967894?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/vxANfFT7iS8/acer-support-and-cashback-part-2.html" title="Acer support and cashback (part 2)" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2008/09/acer-support-and-cashback-part-2.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU8AQXg5fCp7ImA9WxRSGUw.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-1396204773930875955</id><published>2008-09-19T23:25:00.004+12:00</published><updated>2008-09-21T00:30:40.624+12:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-09-21T00:30:40.624+12:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="laptop" /><title>Acer support and cashback (part 1)</title><content type="html">I would like to give out my long about my personal experience with &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Acer&lt;/span&gt; support and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;cashback&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;Acer&lt;/span&gt; support:&lt;br /&gt;Here is my long support story, which all started with a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;dvd&lt;/span&gt; combo drive going wrong.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Aug 3 - &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;dvd&lt;/span&gt; combo drive started not to read &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;dvd&lt;/span&gt; discs.  After a few retry, ejects, etc. there is no more power on the drive.&lt;/li&gt;&lt;li&gt;Aug 4 - Called up &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;Acer&lt;/span&gt;.  Call center tech tries to go by the book, tells me reinstall driver, etc.  I politely explained the problem further and told him that I am computer literate.  Call center tech goes to the next step and files a case number, tells me that someone will call me regarding the repair.  Told me that I don't need to bring in the laptop anywhere.  I thought wow this is great, I bought a cheap laptop and I don't have to return it to base for repair.  I knew something was a miss, but gave him the benefit of the doubt.&lt;/li&gt;&lt;li&gt;Aug 7 - I called &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;Acer&lt;/span&gt; again since nobody has called me up.  Yeah I know it was too good to be true.  This call center tech told me that I should bring my laptop to &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;Datacom&lt;/span&gt; which is their Wellington repair contractor.&lt;/li&gt;&lt;li&gt;Aug 12 - I brought the laptop to &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;Datacom&lt;/span&gt;.  I also left the power adapter as advised by &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;Datacom&lt;/span&gt; (this event will trigger another sub-story).&lt;/li&gt;&lt;li&gt;Aug 19 - Called up &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;Acer&lt;/span&gt; call center to ask what's the status of the repair and why its taking more than the 5 days turnaround time.  Call center tech puts me on hold and comes back to me tell me that &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;Datacom&lt;/span&gt; is ordering another &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;dvd&lt;/span&gt; combo drive as the first replacement was also defective.&lt;/li&gt;&lt;li&gt;Aug 22 - Pickup of laptop after the 2&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;nd&lt;/span&gt; replacement drive was deemed to be &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;ok&lt;/span&gt;.  I noticed the power adapter was different, but did not make a fuss about it.  Laptop was also not cleaned up and has some minor new scratches (nothing to really fuss about).&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Aug 22 - Got home to test the unit.  I realized the adapter that &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;Datacom&lt;/span&gt; returned to me was faulty (and older too), its wire was loose.  The adapter was charging and discharging the laptop depending on the position and if the wire gets nudged.&lt;/li&gt;&lt;li&gt;Aug 22 - Called up &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;Acer&lt;/span&gt; telling them about the power adapter issue and demanded to get it replaced.  Call center tech places an order for an adapter to be shipped to me.&lt;/li&gt;&lt;li&gt;Aug 27 - New adapter has arrived.  The &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;dvd&lt;/span&gt; combo drive worked initially.  After a while failed to read the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;dvd&lt;/span&gt; drives, can read some &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;cdrom&lt;/span&gt; drives.  Drive physically works, but has lots of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_21"&gt;crc&lt;/span&gt; errors and is unable to read the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_22"&gt;dvd&lt;/span&gt; discs most of the time.&lt;/li&gt;&lt;li&gt;Aug 27 - Called up &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_23"&gt;Acer&lt;/span&gt; about the problem.  &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_24"&gt;Acer&lt;/span&gt; call center tech apologizes and opens a new case.  &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_25"&gt;Acer&lt;/span&gt; also arranged for my laptop to be picked up.  They also told me not include the batteries and power adapter for the repair.  Not including accessories is what I would have expected (SOP I have experienced with other repairs), not what &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_26"&gt;Datacom&lt;/span&gt; did which caused a new problem regarding the power adapter.&lt;/li&gt;&lt;li&gt;Aug 29 - Courier arrived and picked up the laptop.  After a few days some message exchanges on the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_27"&gt;Acer&lt;/span&gt; support website to get the status of the repair.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Sep 1 - The adapter also came with a notice I need to return the defective power adapter in 10 days or else they will invoice me $50.  Called up &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_28"&gt;Acer&lt;/span&gt;, call center tech tells that yes I need to post back the defective courier and gave the address.  He also tells me that I need to ship back at my expense, despite my protest.  I posted this protest on the support website, that I should not shoulder the expense to ship back as it was not my fault that &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_29"&gt;Datacom&lt;/span&gt; replaced my power adapter with a defective unit.&lt;/li&gt;&lt;li&gt;Sep 2 - &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_30"&gt;Acer&lt;/span&gt; call center tech calls me up that they are sorry and will arranged a courier pickup for the power adapter.  My support case on the support website was also updated with this information.&lt;/li&gt;&lt;li&gt;Sep 5 - &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_31"&gt;Acer&lt;/span&gt; call center tech calls me up telling me that there was a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_32"&gt;mixup&lt;/span&gt;.  The notice to return the defective adapter should have been given.  They will not pickup the defective adapter anymore and I can dispose of it.&lt;/li&gt;&lt;li&gt;Sep 8 - Laptop finally arrives.  The &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_33"&gt;dvd&lt;/span&gt; combo drive was also upgraded to a Lite-on &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_34"&gt;dvd&lt;/span&gt; writer.  I am not sure if the upgrade was &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_35"&gt;delibrate&lt;/span&gt; or a honest mistake on &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_36"&gt;Acer's&lt;/span&gt; part.&lt;/li&gt;&lt;/ul&gt;In short, it was long support case just to get the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_37"&gt;dvd&lt;/span&gt; combo drive sorted.  &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_38"&gt;Acer's&lt;/span&gt; Wellington local contractor &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_39"&gt;Datacom&lt;/span&gt; is poor.  They should have a stock of a common part like a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_40"&gt;dvd&lt;/span&gt; combo drive, should not have got the power adapter and other accessories when turning in a laptop for repair, should clean and take extra careful of the laptop while on repair.  &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_41"&gt;Acer's&lt;/span&gt; call center tech are confused about things, they are not consistent.  I found the support website to be a better way of contact, you get slower reply times though.  Demand the support you deserve in a polite manner after all the other person the other end is just on his/her day job.  &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_42"&gt;Acer&lt;/span&gt; did eventually stepped up and sorted things out.  Acer support in Wellington, NZ is poor primarily because of their local repair contractor Datacom.&lt;br /&gt;&lt;br /&gt;Wow this support story is very long, I need to sleep.  I will post up my cashback experience hopefully tomorrow which is equally hilarous.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-1396204773930875955?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/1396204773930875955/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=1396204773930875955" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/1396204773930875955?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/1396204773930875955?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/2PQPzrDueRI/acer-support-and-cashback-part-1.html" title="Acer support and cashback (part 1)" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2008/09/acer-support-and-cashback-part-1.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkIMSHs_eCp7ImA9WxRSE00.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-5973374265245907893</id><published>2008-07-23T00:00:00.006+12:00</published><updated>2008-09-13T22:09:49.540+12:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-09-13T22:09:49.540+12:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="laptop" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><title>Acer Aspire 4315 short review and Ubuntu 8.04 (Hardy) install</title><content type="html">We got an Acer Aspire 4315 since we needed an extra laptop around.  As both the 6910p and dv6000 is being used normally. We wanted something cheap for e-mail, skype, browsing, watching dvd and document editing.  The Acer Aspire 4315 seems to fit the bill especially the price.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Specifications&lt;/h3&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Processor:&lt;/b&gt; Celeron M 540 1.86GHz, 1MB Cache, 533MHz FSB, 64-bit capable&lt;/li&gt;&lt;li&gt;&lt;b&gt;RAM:&lt;/b&gt; 512MB DDR2-667(1 x 512MB)&lt;/li&gt;&lt;li&gt;&lt;b&gt;HDD:&lt;/b&gt; 80GB 5400rpm SATA&lt;/li&gt;&lt;li&gt;&lt;b&gt;Display:&lt;/b&gt; 14.1" WXGA CrystalBrite widescreen (1280 x 800)&lt;/li&gt;&lt;li&gt;&lt;b&gt;Optical:&lt;/b&gt; DVD+CDRW Combo&lt;/li&gt;&lt;li&gt;&lt;b&gt;Wireless:&lt;/b&gt; Yes 802.11b⁄g&lt;/li&gt;&lt;li&gt;&lt;b&gt;Graphics:&lt;/b&gt; Intel Graphics Media Accelerator X3100 up to 358MB&lt;/li&gt;&lt;li&gt;&lt;b&gt;Firewire⁄S-video⁄FIR:&lt;/b&gt; No⁄Yes⁄No&lt;/li&gt;&lt;li&gt;&lt;b&gt;VGA Out:&lt;/b&gt; Yes&lt;/li&gt;&lt;li&gt;&lt;b&gt;USB Ports:&lt;/b&gt; x 3&lt;/li&gt;&lt;li&gt;&lt;b&gt;Ethernet 10⁄100:&lt;/b&gt; Yes&lt;/li&gt;&lt;li&gt;&lt;b&gt;Express Card slot:&lt;/b&gt; Yes&lt;/li&gt;&lt;li&gt;&lt;b&gt;Battery:&lt;/b&gt; 6 cell&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Cost&lt;/h3&gt;&lt;br /&gt;Acer Aspire 4315 = $598&lt;br /&gt;512mb upgrade = $30&lt;br /&gt;512mb clearance and bundle = -$30&lt;br /&gt;we got the display model as its the last in store = -$30&lt;br /&gt;acer cashback promo = -$99&lt;br /&gt;Total cost = $469 NZD ~ $356 USD&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Short Review&lt;/h3&gt;&lt;br /&gt;What have we got for $470 bucks?  A pretty decent laptop if you ask me.  Build quality is pretty good.  Keyboard is pretty sturdy and no flex, in fact its probably better than our HP dv6000.  The hinges is firm and solid, not as good as the HP 6910p but good enough.  Performance wise its just as good as the HP 6910p on most everyday tasks, and what we intended to use it for (e-mail, skype, browsing, watching dvd and document editing).&lt;br /&gt;&lt;br /&gt;Minor problems as other owners of Acer 4315 has stated:&lt;br /&gt;- touchpad is very near the keyboard, I tend to touch it accidentally while typing.&lt;br /&gt;- speaker sound is a bit low, however quality is pretty good.  Maybe better sounding than the 6910p.  It does not sound like a tin can, just not as loud as you would expect.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Ubuntu 8.04 (Hardy)&lt;/h3&gt;&lt;br /&gt;The Acer Aspire 4315 comes with Ubuntu 7.10 (Gutsy), which is great and no need to pay Windows Vista that I don't use.  I immediately installed 8.04 Hardy on it, I used the alternative CD since that is what I downloaded.  I did some post install steps which came from this &lt;a href="http://www.hbclinux.net.nz/acer4315-804.html"&gt;guide&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Status&lt;/span&gt;&lt;br /&gt;&lt;table&gt;&lt;br /&gt;&lt;tbody&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Ethernet&lt;/td&gt;&lt;td&gt;works&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Wireless&lt;/td&gt;&lt;td&gt;works, needs post install steps&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Video&lt;/td&gt;&lt;td&gt;works&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Suspend and Hibernate&lt;/td&gt;&lt;td&gt;works, suspend works with updated hardy kernel&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Splash screen and virtual terminals&lt;/td&gt;&lt;td&gt;works&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Harddisk Power management&lt;/td&gt;&lt;td&gt;needs post install steps&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Audio and Mic&lt;/td&gt;&lt;td&gt;works, needs post install steps for proper resume&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Screen brightness&lt;/td&gt;&lt;td&gt;works&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Post Install Steps&lt;/h4&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Wireless&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The atheros card will only work with madwifi-ng, stated on this &lt;a href="http://www.hbclinux.net.nz/acer4315-804.html"&gt;guide&lt;/a&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install build-essential&lt;br /&gt;wget -c http://snapshots.madwifi.org/special/madwifi-ng-r3366+ar5007.tar.gz&lt;br /&gt;tar xvf madwifi-ng-r3366+ar5007.tar.gz&lt;br /&gt;cd madwifi-ng-r3366+ar5007&lt;br /&gt;sudo make install&lt;br /&gt;sudo modprobe ath_pci&lt;br /&gt;sudo modprobe wlan_scan_sta&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Audio and Mic&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;After resuming it doesn't have audio and mic.  There are some suggestions to do "sudo /sbin/alsa force-reload" which works.  I find it annoying as the volume control applet will complain and needs to be reloaded.  What I did was to edit /etc/modprobe.d/alsa-base and added this at the end of the file&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;# properly detect the sound again after resume&lt;br /&gt;options snd-hda-intel model=acer&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Take note after reboot, volume control will be different.  Re-adjust accordingly.&lt;br /&gt;&lt;br /&gt;The mic does work, but its very hard to fine tune the proper level.  Too low and I hardly hear myself, too loud and it shuts itself or there are lots of crackle.  I ended up just plugging in a front external mic.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Harddisk Power Management&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Just like the HP 6910p, the Acer Aspire 4315 came with a Hitachi disk (Hitachi HTS542580K9SA00).  This also suffers from the over aggressive power management.  I used my old guide, but the script will not work as in Gutsy its placed on "/etc/acpi/resume.d" which is not sourced anymore, I placed the script on "/etc/pm/sleep.d" on Hardy.  There is a &lt;a href="https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/205005"&gt;launchpad bug filed&lt;/a&gt; on this, apparently Ubuntu changed things a bit.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Summary&lt;/h3&gt;&lt;br /&gt;The Acer Aspire 4315 is a great laptop, cost 1/7th of the HP 6910p.  I can surely say that the value is more than 1/7th of the HP 6910p.  Comes with Ubuntu 7.10 pre-installed, installing Ubuntu 8.04 Hardy is also straight forward with a few post install steps.  Now time to wait for that cash back check to arrive.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_LyDwUJ4Va88/SIhIW7ke_II/AAAAAAAAABU/SV4ugOAnF6M/s1600-h/DSC01920.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp3.blogger.com/_LyDwUJ4Va88/SIhIW7ke_II/AAAAAAAAABU/SV4ugOAnF6M/s400/DSC01920.JPG" alt="" id="BLOGGER_PHOTO_ID_5226506926348500098" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-5973374265245907893?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/5973374265245907893/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=5973374265245907893" title="7 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/5973374265245907893?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/5973374265245907893?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/rcaNkoJgB1I/acer-aspire-4315-short-review-and.html" title="Acer Aspire 4315 short review and Ubuntu 8.04 (Hardy) install" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp3.blogger.com/_LyDwUJ4Va88/SIhIW7ke_II/AAAAAAAAABU/SV4ugOAnF6M/s72-c/DSC01920.JPG" height="72" width="72" /><thr:total>7</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2008/07/acer-aspire-4315-short-review-and.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkUFR3kzcCp7ImA9WxdaEEw.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-5345862695193434707</id><published>2008-07-22T23:09:00.014+12:00</published><updated>2008-08-18T09:56:56.788+12:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-08-18T09:56:56.788+12:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="laptop" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="6910p" /><title>HP 6910p on Ubuntu 8.04 / Hardy Heron</title><content type="html">I have upgraded from Ubuntu 7.10 (Gutsy) to 8.04 (Hardy).  This is not a clean install however I made some effort to remove any post install steps that was done previously with my &lt;a href="http://jkyamog.blogspot.com/2007/12/linux-install-on-hp-6910p-using-ubuntu.html"&gt;7.10 Gutsy guide&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;HP 6910p specification:&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;CPU: Intel Core 2 Duo T7700 (2.4Ghz)&lt;br /&gt;Display: 14.1" WXGA+ 1440x900&lt;br /&gt;GPU: AMD/ATI Radeon X2300&lt;br /&gt;RAM: 2GB (2x1GB)&lt;br /&gt;Harddisk: 120GB 7200rpm Hitachi 7k200 Travelstar&lt;br /&gt;Optical Drive: MultiBay II DVD SM DL&lt;br /&gt;Wireless: Intel Pro/Wireless 4965 a/b/g/n, Bluetooth, Infrared&lt;span id="ctl00_Content_ProductStocks_lblSpec"&gt;&lt;/span&gt;&lt;br /&gt;Ports/slots: 3xUSB 2.0; MultiBay II; Intel 82566MM 10/100/1000 Lan; Modem; S-Video out; VGA out; Firewire; Audio in; Audio out; internal microphone; SD/MMC card reader; Smart Card Reader; Type I/II PC Card Reader; SIM card slot; Docking connector; Second battery connector.&lt;br /&gt;Other: Finger print reader, Touch stick with 2 buttons, Touch pad with 2 buttons, Volume up – down, Volume mute, Presentation, Wireless, HP Info Centre touch sensitive buttons.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Status:&lt;/span&gt;&lt;br /&gt;&lt;table&gt;&lt;br /&gt;&lt;tbody&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Ethernet&lt;/td&gt;&lt;td&gt;works&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Wireless&lt;/td&gt;&lt;td&gt;works&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Video&lt;/td&gt;&lt;td&gt;works, using radeonhd&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Suspend and Hibernate&lt;/td&gt;&lt;td&gt;works&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Splash screen and virtual terminals&lt;/td&gt;&lt;td&gt;works&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Harddisk Power management&lt;/td&gt;&lt;td&gt;needs post install steps&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Fingerprint reader&lt;/td&gt;&lt;td&gt;works&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Audio and Mic&lt;/td&gt;&lt;td&gt;works&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Bluetooth&lt;/td&gt;&lt;td&gt;works&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Screen brightness&lt;/td&gt;&lt;td&gt;does not work inside X, but light sensor works&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Card reader&lt;/td&gt;&lt;td&gt;detected with intrepid kernel, some issues see comments below&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;td&gt;Docking station&lt;/td&gt;&lt;td&gt;works including dvi&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Post Install Steps:&lt;/h3&gt;&lt;br /&gt;&lt;h4&gt;Harddisk Power management&lt;/h4&gt;&lt;br /&gt;&lt;br /&gt;It seems this isn't resolved yet.  I brought back &lt;a href="http://jkyamog.blogspot.com/2008/01/little-tweak-here-and-there.html"&gt;my changes&lt;/a&gt; for the hard disk not to park its head excessively.  This only affects a few select 6910p using a particular model of harddisk.  This is not a 6910p issue but more of harddisk issue.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Summary:&lt;/h3&gt;&lt;br /&gt;The upgrade to 8.04 Hardy removed the post install steps that was needed for 7.10 Gutsy, which is what I expected.  Since mine is not a clean install and I am unlikely to do a clean install due to the lack of time, anyone has a story from a clean install?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-5345862695193434707?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/5345862695193434707/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=5345862695193434707" title="11 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/5345862695193434707?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/5345862695193434707?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/mzG6WdjPHVc/hp-6910p-on-ubuntu-804-hardy-heron_22.html" title="HP 6910p on Ubuntu 8.04 / Hardy Heron" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>11</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2008/07/hp-6910p-on-ubuntu-804-hardy-heron_22.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYMSX4_cSp7ImA9WxdVF08.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-4871179739821461312</id><published>2008-07-18T17:45:00.004+12:00</published><updated>2008-07-22T23:46:28.049+12:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-07-22T23:46:28.049+12:00</app:edited><title>Quick update</title><content type="html">Well I am still alive, been very busy and had some series of unfortunate of health problems.  Today I had some spare time, I upgraded to Hardy Heron using the update manager.  So far everything is still alright.  I haven't seen any needed customization yet, will check if the hard disk park issue is fixed.  Suspend, works.  wifi, works.&lt;br /&gt;&lt;br /&gt;This is an upgrade from Gutsy and not a clean install.  Things that still don't work is the brightness function key.  I will try to check the other stuff over the coming days and probably list in detail.&lt;br /&gt;&lt;br /&gt;I just need to bring back my customization, oracle, tomcat, etc.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-4871179739821461312?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/4871179739821461312/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=4871179739821461312" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/4871179739821461312?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/4871179739821461312?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/UkgMHLIUuzQ/hp-6910p-on-ubuntu-804-hardy-heron.html" title="Quick update" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2008/07/hp-6910p-on-ubuntu-804-hardy-heron.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0EDSXk7fSp7ImA9WxZXFUk.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-7354296096591026252</id><published>2008-03-03T23:16:00.003+13:00</published><updated>2008-03-03T23:54:38.705+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-03-03T23:54:38.705+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="games" /><category scheme="http://www.blogger.com/atom/ns#" term="armored core" /><title>Armored Core 4</title><content type="html">Its been a while since I posted, been busy and also having fun playing &lt;a href="http://www.sega.com/gamesite/armoredcore4/"&gt;Armored Core 4&lt;/a&gt; (AC4).  I have always liked playing with mech games, I have played &lt;a href="http://en.wikipedia.org/wiki/MechWarrior_%28video_games%29"&gt;MechWarrior&lt;/a&gt; from 1 to 4.  I guess maybe since I was a kid I got exposed to Gundam and one of the first games I placed on my PC XT was Battletech.&lt;br /&gt;&lt;br /&gt;I really liked AC4 because its fast and yet you need to think.  As one reviewer put it "its a cross between Virtua On and MechWarrior".  I really like the fast pace battle and it has the Japanese touch to mechs, something I missed on MechWarrior where things are much slower and less Japanese touch.  I also liked how you can customized your mech, but veterans of the AC series indicated that AC4 had less depth than previous games.  I think I have missed this series, much like Grand Turismo and was only able to discover it much later.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_LyDwUJ4Va88/R8vYFExgVkI/AAAAAAAAAA8/OzTq_Qo9AGM/s1600-h/930035_20061201_screen008.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_LyDwUJ4Va88/R8vYFExgVkI/AAAAAAAAAA8/OzTq_Qo9AGM/s400/930035_20061201_screen008.jpg" alt="" id="BLOGGER_PHOTO_ID_5173466178657474114" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_LyDwUJ4Va88/R8vYF0xgVlI/AAAAAAAAABE/xgtopQfeVKE/s1600-h/930035_20061018_screen008.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_LyDwUJ4Va88/R8vYF0xgVlI/AAAAAAAAABE/xgtopQfeVKE/s400/930035_20061018_screen008.jpg" alt="" id="BLOGGER_PHOTO_ID_5173466191542376018" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_LyDwUJ4Va88/R8vYGExgVmI/AAAAAAAAABM/dEFk-SVFvmY/s1600-h/930035_20061201_screen004.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_LyDwUJ4Va88/R8vYGExgVmI/AAAAAAAAABM/dEFk-SVFvmY/s400/930035_20061201_screen004.jpg" alt="" id="BLOGGER_PHOTO_ID_5173466195837343330" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-7354296096591026252?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/7354296096591026252/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=7354296096591026252" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/7354296096591026252?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/7354296096591026252?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/jLrsEsUC2EM/armored-core-4.html" title="Armored Core 4" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_LyDwUJ4Va88/R8vYFExgVkI/AAAAAAAAAA8/OzTq_Qo9AGM/s72-c/930035_20061201_screen008.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2008/03/armored-core-4.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0YGQXwyeCp7ImA9WxZSEkg.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-3076770259660123586</id><published>2008-01-25T21:40:00.000+13:00</published><updated>2008-01-25T21:52:00.290+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-01-25T21:52:00.290+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="laptop" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="6910p" /><title>Fingerprint reader on 6910p</title><content type="html">I tried to make the fingerprint reader on the 6910p to work.  Surprisingly it works alright.  I grabbed the packages and instruction from &lt;a href="http://www.madman2k.net/comments/105"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I then run fprint_demo and registered by right index finger.  So far its alright, its not perfect.  There are shortcoming (mostly not the fault of fprint) like what is pointed at this &lt;a href="http://thread.gmane.org/gmane.linux.fprint/288"&gt;thread&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-3076770259660123586?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/3076770259660123586/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=3076770259660123586" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/3076770259660123586?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/3076770259660123586?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/LR1VHx-Snn8/fingerprint-reader-on-6910p.html" title="Fingerprint reader on 6910p" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>3</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2008/01/fingerprint-reader-on-6910p.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak8ER3s5eSp7ImA9WxZTE0U.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-3322803060810352840</id><published>2008-01-15T21:03:00.000+13:00</published><updated>2008-01-15T22:20:06.521+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-01-15T22:20:06.521+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="laptop" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="6910p" /><title>Little tweak here and there</title><content type="html">I am unfortunate that I own a hard disk (Hitachi HTS722012K9SA00) that had a too aggressive power management.  See &lt;a href="https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/59695"&gt;https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/59695&lt;/a&gt; for details.&lt;br /&gt;&lt;br /&gt;I tried different settings of "hdparm -B" and have observed the following:&lt;br /&gt;&lt;br /&gt;127 - spins down and parks the head&lt;br /&gt;128 to 191 - parks the head&lt;br /&gt;192 to 255 - never parks the head&lt;br /&gt;&lt;br /&gt;I have also observed that when the 6910p is on battery it does not keep on unparking the head.  It seems that the best settings in battery is the default 128.  I am now using 128 as the apm value when on battery.  I have also added a script "/etc/acpi/resume.d/99-fix-hd.sh" as it seems "/etc/acpi/power.sh" will set never call "hdparm -B" as the power has never changed state when the laptop resumes.  My 99-fix-hd.sh contains the following:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;#!/bin/sh&lt;br /&gt;&lt;br /&gt;. /etc/default/acpi-support&lt;br /&gt;. /usr/share/acpi-support/power-funcs&lt;br /&gt;&lt;br /&gt;for x in /proc/acpi/ac_adapter/*; do&lt;br /&gt;    grep -q off-line $x/state&lt;br /&gt;&lt;br /&gt;    if [ $? = 0 ] &amp;&amp; [ x$1 != xstop ]; then     &lt;br /&gt;        if [ x$ENABLE_LAPTOP_MODE = xtrue ]; then&lt;br /&gt;            $HDPARM -S $SPINDOWN_TIME /dev/sda 2&gt;/dev/null&lt;br /&gt;            $HDPARM -B 128 /dev/sda 2&gt;/dev/null&lt;br /&gt;        fi&lt;br /&gt;    else&lt;br /&gt;        if [ x$ENABLE_LAPTOP_MODE = xtrue ]; then&lt;br /&gt;            $HDPARM -S 0 /dev/sda 2&gt;/dev/null&lt;br /&gt;            $HDPARM -B 254 /dev/sda 2&gt;/dev/null&lt;br /&gt;        fi&lt;br /&gt;    fi&lt;br /&gt;done&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;For the past 2 days my 6910p wireless seems to be disconnecting. I am not sure if my wireless is getting interference from another AP or not, as this has happened to my other laptops before.  I haven't seen this problem from the 6910p for a few weeks or my old nx8220.  I have also changed my WRT54G firmware from thibor to &lt;a href="http://www.polarcloud.com/tomato"&gt;tomato firmware&lt;/a&gt; for the past few days.  Maybe the tomato firmware is causing the problem, but I doubt it so I decided to upgrade my iwlwifi from 1.2.22 to 1.2.23 and mac80211 from 10.0.2 to 10.0.4.  So far it looks alright after several hours of use.  I have to wait a few more hours, as it it happened for the past few days near midnight... maybe there is something happening to the 2.4ghz rf during that time in our neighborhood.&lt;br /&gt;&lt;br /&gt;I am also trying to look at my power draw with the help of &lt;a href="http://www.polarcloud.com/tomato"&gt;powertop&lt;/a&gt; from intel.  Not sure how much I can save with the tweaks... still playing with it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-3322803060810352840?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/3322803060810352840/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=3322803060810352840" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/3322803060810352840?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/3322803060810352840?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/c3b4VZ5TnfE/little-tweak-here-and-there.html" title="Little tweak here and there" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>3</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2008/01/little-tweak-here-and-there.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0MARH0_cCp7ImA9WB9aE0Q.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-4632228133773668221</id><published>2008-01-04T11:18:00.000+13:00</published><updated>2008-01-04T11:30:45.348+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-01-04T11:30:45.348+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="laptop" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="6910p" /><title>xrandr and radeonhd crtc problem</title><content type="html">I have been having a problem with my 6910p re-enabling the DVI or VGA external output.  It does work when I re-login or restart X, but after I disconnect the external monitor for a long time I couldn't enable it back.  Here is what is happening to me:&lt;br /&gt;&lt;pre&gt;xrandr --output DVI-D_1 --auto --right-of PANEL&lt;br /&gt;X Error of failed request:  BadMatch (invalid parameter attributes)&lt;br /&gt;Major opcode of failed request:  154 (RANDR)&lt;br /&gt;Minor opcode of failed request:  21 ()&lt;br /&gt;Serial number of failed request:  19&lt;br /&gt;Current serial number in output stream:  19&lt;br /&gt;&lt;/pre&gt;To resolve the issue I have to explicitly pass in the crtc number&lt;br /&gt;&lt;pre&gt;xrandr --output DVI-D_1 --crtc 1 --auto --right-of PANEL&lt;br /&gt;&lt;/pre&gt;For a more detailed discussion of the problem you can look at xorg mailing list archive post here:&lt;br /&gt;&lt;a href="http://lists.freedesktop.org/archives/xorg/2007-November/030024.html"&gt;&lt;br /&gt;http://lists.freedesktop.org/archives/xorg/2007-November/030024.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A newer xrandr should resolve the issue in the future, for now I just use --crtc switch.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-4632228133773668221?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/4632228133773668221/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=4632228133773668221" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/4632228133773668221?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/4632228133773668221?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/uPoOHc_I-_s/xrandr-and-radeonhd-crtc-problem.html" title="xrandr and radeonhd crtc problem" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2008/01/xrandr-and-radeonhd-crtc-problem.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU4CSH8yeSp7ImA9WxZaGUk.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-3659539309781804102</id><published>2007-12-30T16:17:00.001+13:00</published><updated>2008-05-05T11:32:49.191+12:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-05-05T11:32:49.191+12:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="laptop" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="6910p" /><title>Linux install on HP 6910p using Ubuntu 7.10 (Gutsy)</title><content type="html">I have installed Ubuntu 7.10 (Gutsy) on my HP 6910p, there where a couple gotchas although most should be gone by Ubuntu 8.04 (Hardy) or a more recent Linux distribution.  Most of the issues can be resolved by updating to more recent versions of the affected software.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;HP 6910p specification:&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;CPU: Intel Core 2 Duo T7700 (2.4Ghz)&lt;br /&gt;Display: 14.1" WXGA+ 1440x900&lt;br /&gt;GPU: AMD/ATI Radeon X2300&lt;br /&gt;RAM: 2GB (2x1GB)&lt;br /&gt;Harddisk: 120GB 7200rpm Hitachi 7k200 Travelstar&lt;br /&gt;Optical Drive: MultiBay II DVD SM DL&lt;br /&gt;Wireless: Intel Pro/Wireless 4965 a/b/g/n, Bluetooth, Infrared&lt;span id="ctl00_Content_ProductStocks_lblSpec"&gt;&lt;/span&gt;&lt;br /&gt;Ports/slots: 3xUSB 2.0; MultiBay II; Intel 82566MM 10/100/1000 Lan; Modem; S-Video out; VGA out; Firewire; Audio in; Audio out; internal microphone; SD/MMC card reader; Smart Card Reader; Type I/II PC Card Reader; SIM card slot; Docking connector; Second battery connector.&lt;br /&gt;Other: Finger print reader, Touch stick with 2 buttons, Touch pad with 2 buttons, Volume up – down, Volume mute, Presentation, Wireless, HP Info Centre touch sensitive buttons.&lt;br /&gt;&lt;br /&gt;lspci output:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)&lt;br /&gt;00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 0c)&lt;br /&gt;00:03.0 Communication controller: Intel Corporation Mobile PM965/GM965 MEI Controller (rev 0c)&lt;br /&gt;00:03.2 IDE interface: Intel Corporation Mobile PM965/GM965 PT IDER Controller (rev 0c)&lt;br /&gt;00:03.3 Serial controller: Intel Corporation Mobile PM965/GM965 KT Controller (rev 0c)&lt;br /&gt;00:19.0 Ethernet controller: Intel Corporation 82566MM Gigabit Network Connection (rev 03)&lt;br /&gt;00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 03)&lt;br /&gt;00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)&lt;br /&gt;00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)&lt;br /&gt;00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)&lt;br /&gt;00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)&lt;br /&gt;00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)&lt;br /&gt;00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03)&lt;br /&gt;00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)&lt;br /&gt;00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)&lt;br /&gt;00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)&lt;br /&gt;00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)&lt;br /&gt;00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)&lt;br /&gt;00:1f.0 ISA bridge: Intel Corporation 82801HBM (ICH8M-E) LPC Interface Controller (rev 03)&lt;br /&gt;00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)&lt;br /&gt;00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)&lt;br /&gt;01:00.0 VGA compatible controller: ATI Technologies Inc M64-S [Mobility Radeon X2300]&lt;br /&gt;02:06.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b9)&lt;br /&gt;02:06.1 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b9)&lt;br /&gt;02:06.2 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 03)&lt;br /&gt;02:06.3 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 20)&lt;br /&gt;02:06.4 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 10)&lt;br /&gt;10:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection (rev 61)&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Installation&lt;/h3&gt;&lt;br /&gt;Installation of Ubuntu 7.10 (Gutsy) went fine, however some of the hardware was not running.  Most notably Gutsy is unable to identify the GPU.  X will be configured with the basic VESA driver and configured to run on a low resolution.  After the installation I had to do some fixing to most of the hardware run, here are the solutions that I have found out.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Wireless&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;My 6910p came with a Intel 4965 wireless card, Gutsy was able to detect it.  For some reason my wireless card would not function properly, its unable to proceed in scanning the network.  There is no notable error on syslog or dmesg.  I was able to run it once only using the live cd while Ubuntu was installing.  Intel 4965 should have been supported out of the box on Gutsy, but mine did not run maybe because its revision (rev 61).  I had to update the drivers from http://www.intellinuxwireless.org and rebuild the linux-ubuntu-modules package.&lt;br /&gt;&lt;br /&gt;Here is how I made it to work.&lt;br /&gt;&lt;br /&gt;1. Download the linux-ubuntu-modules source package&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;sudo apt-get source linux-ubuntu-modules-`uname -r`&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;2. Edit the iwlwifi download script to fetch the latest drivers from http://www.intellinuxwireless.org&lt;br /&gt;cd linux-ubuntu-modules-2.6.22-2.6.22/ubuntu/wireless/iwlwifi&lt;br /&gt;edit the BOM script file, set the correct versions and fix the firmware move, here is my diff:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;@@ -4,10 +4,10 @@&lt;br /&gt;# only need to do this when you are updating from one version&lt;br /&gt;# if iwlwifi to the next.&lt;br /&gt;#&lt;br /&gt;-IVER=1.1.0&lt;br /&gt;-MVER=10.0.0&lt;br /&gt;-FW3945_VER=2.14.4&lt;br /&gt;-FW4965_VER=4.44.17&lt;br /&gt;+IVER=1.2.23&lt;br /&gt;+MVER=10.0.4&lt;br /&gt;+FW3945_VER=2.14.1.5&lt;br /&gt;+FW4965_VER=4.44.1.20&lt;br /&gt;&lt;br /&gt;if [ ! -f iwlwifi-${IVER}.tgz ] ; then wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-${IVER}.tgz; fi&lt;br /&gt;if [ ! -f mac80211-${MVER}.tgz ] ; then wget http://intellinuxwireless.org/mac80211/downloads/mac80211-${MVER}.tgz; fi&lt;br /&gt;@@ -24,13 +24,13 @@&lt;br /&gt;# Note the '-1' in the new firmware file name.&lt;br /&gt;#&lt;br /&gt;tar xzf iwlwifi-3945-ucode-${FW3945_VER}.tgz&lt;br /&gt;-mv iwlwifi-3945-ucode-${FW3945_VER}/iwlwifi-3945.ucode ../../../ubuntu-firmware/iwlwifi/iwlwifi-3945-1.ucode&lt;br /&gt;+mv iwlwifi-3945-ucode-${FW3945_VER}/iwlwifi-3945-1.ucode ../../../ubuntu-firmware/iwlwifi/iwlwifi-3945-1.ucode&lt;br /&gt;rm -rf iwlwifi-3945-ucode-${FW3945_VER}&lt;br /&gt;&lt;br /&gt;#&lt;br /&gt;# Note the '-1' in the new firmware file name.&lt;br /&gt;#&lt;br /&gt;tar xzf iwlwifi-4965-ucode-${FW4965_VER}.tgz&lt;br /&gt;-mv iwlwifi-4965-ucode-${FW4965_VER}/iwlwifi-4965.ucode ../../../ubuntu-firmware/iwlwifi/iwlwifi-4965-1.ucode&lt;br /&gt;+mv iwlwifi-4965-ucode-${FW4965_VER}/iwlwifi-4965-1.ucode ../../../ubuntu-firmware/iwlwifi/iwlwifi-4965-1.ucode&lt;br /&gt;rm -rf iwlwifi-4965-ucode-${FW4965_VER}&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;3. Run the update script so it will fetch and patch the files.&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;./MUNGE&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;4. Rebuild the linux-unbuntu-modules, then reinstall the package.&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;fakeroot debian/rules binary-modules-generic&lt;br /&gt;dpkg -i ../linux-ubuntu-modules-2.6.22-14-generic_2.6.22-14.37_i386.deb&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Now my wireless is working flawlessly.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;UPDATE:&lt;/b&gt; updated iwlwifi to newer version and step #4&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Video&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;Gutsy will not detect the Radeon X2300 and will configure X with just the standard vesa driver.  I have decided to use radeonhd driver because of 2 reasons:&lt;br /&gt;&lt;br /&gt;1. fglrx currently has a problem with suspend, see Ubuntu issue &lt;a href="https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules-2.6.24/+bug/121653"&gt;121653&lt;/a&gt;&lt;br /&gt;2. radeonhd supports xrandr&lt;br /&gt;&lt;br /&gt;Here is how I got radeonhd running.&lt;br /&gt;&lt;br /&gt;1. Install the xserver-xorg-video-radeonhd from universe&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;sudo apt-get install xserver-xorg-video-radeonhd&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;2. Unfortunately the version is still old on Gutsy, Hardy has the working one.  I had to manually update and install from source.  Download the &lt;a href="ftp://ftp.freedesktop.org/pub/individual/driver/xf86-video-radeonhd-1.1.0.tar.gz"&gt;radeonhd tarball&lt;/a&gt; and follow the install instruction and overwrite the files from the debian package.&lt;br /&gt;&lt;br /&gt;I was able to run xrandr, but its not that stable on the external display.  Based from the radeonhd wiki I believe it can be fixed by updating X and xrandr.  For now I just logoff to shutdown X and login again.  I am trying to backport the Hardy deb package.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;UPDATE:&lt;/span&gt; I have now resolved the xrandr re-enable of the external display.  The basic fix is to explicitly specify the CRTC via --crtc switch of xrandr.  My later &lt;a href="http://jkyamog.blogspot.com/2008/01/xrandr-and-radeonhd-crtc-problem.html"&gt;blog entry&lt;/a&gt; explains it further.&lt;br /&gt;&lt;br /&gt;Another solution is to grab the Hardy deb packages, this is what I did recently.&lt;br /&gt;&lt;br /&gt;1. Edit the file /etc/apt/sources.list find all "gutsy" and replace with "hardy"&lt;br /&gt;2. Get the newer packages&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;sudo apt-get update&lt;br /&gt;sudo apt-get install xserver-xorg-core&lt;br /&gt;sudo apt-get install xserver-xorg-video-radeonhd&lt;br /&gt;sudo apt-get install libxrandr2&lt;br /&gt;sudo apt-get install xserver-xorg-input-synaptics&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;3. Revert the file /etc/apt.sources.list find all "hardy" and replace with "gutsy"&lt;br /&gt;4. Update apt so it points back to gutsy packages&lt;br /&gt;&lt;pre&gt;sudo apt-get update&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;If you need 3D support, then fglrx is the only way.  Just go install on the menu "System-&gt;Administration-&gt;Restricted Drivers Manager" and use "ATI accelerated graphics driver".&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;UPDATE:&lt;/span&gt; I am able to change the brightness when I switch to the console screen. I think this will be fixed on the later versions, its a documented issue with radeonhd on some video cards. Its a bit annoying but I don't change the brightness much so its ok. Ambient light sensor also has the same problem, function keys only works on the console.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Suspend and Hibernate&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;Suspend and hibernate works once I have edited "/etc/default/acpi-support".  I have set the following:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;SAVE_VBE_STATE=false&lt;br /&gt;POST_VIDEO=false&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Sometimes resume takes a while, it takes about 20 secs after to resume after suspending.  Resume also sometimes does not work, however after setting&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;DOUBLE_CONSOLE_SWITCH=true&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;My resume has been successful all of the time.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Splash screen and virtual terminals&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;The splash screen and virtual terminals does not work.  I was only able to make either work, but not both.&lt;br /&gt;&lt;br /&gt;To make the virtual terminals work, I disabled the splash screen:&lt;br /&gt;&lt;br /&gt;1. Edit /boot/grub/menu.lst&lt;br /&gt;2. Change the defoptions=[your custom kernel params] splash to defoptions=[your custom kernel params] nosplash&lt;br /&gt;3. Change the "kernel /boot/vmlinuz-[your kernel] root=UUID=[your UUID] ro quiet splash" to "kernel /boot/vmlinuz-[your kernel] root=UUID=[your UUID] ro quiet splash"&lt;br /&gt;&lt;br /&gt;To make the splash screen work, but with no working virtual terminals:&lt;br /&gt;&lt;br /&gt;1. Edit /etc/usplash.conf&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;xres=1024&lt;br /&gt;yres=768&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;2. Edit /boot/grub/menu.lst&lt;br /&gt;3. Add "vga=791" to "defoptions=[your custom kernel params] splash vga=791" and your kernel&lt;br /&gt;"kernel /boot/vmlinuz-[your kernel] root=UUID=[your UUID] ro quiet splash"&lt;br /&gt;4. Update your initramfs&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;sudo update-initramfs -u -k `uname -r`&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;The above work around is discussed here:&lt;br /&gt;&lt;a href="https://answers.launchpad.net/ubuntu/+question/2299"&gt;https://answers.launchpad.net/ubuntu/+question/2299&lt;/a&gt;&lt;br /&gt;&lt;a href="http://ubuntuforums.org/showthread.php?p=1541970"&gt;http://ubuntuforums.org/showthread.php?p=1541970&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Harddisk Power management&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;I am unfortunate that my harddisk (Hitachi 7k200 Travelstar  HTS722012K9SA00) is one of those affected by too aggressive power management.  This issue is discussed here &lt;a href="https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/59695"&gt;https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/59695&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The workaround that reduced my Load_Cycle_Count&lt;br /&gt;&lt;br /&gt;1. edit /etc/laptop-mode/laptop-mode.conf:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;LM_AC_HD_IDLE_TIMEOUT_SECONDS=300&lt;br /&gt;LM_BATT_HD_IDLE_TIMEOUT_SECONDS=300&lt;br /&gt;CONTROL_HD_POWERMGMT=1&lt;br /&gt;BATT_HD_POWERMGMT=128&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;2. edit /etc/default/acpi-support:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;ENABLE_LAPTOP_MODE=true&lt;br /&gt;SPINDOWN_TIME=60&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;3. edit /etc/acpi/power.sh:&lt;br /&gt;Changed "$HDPARM -B 1 /dev/$drive 2&gt;/dev/null" to "$HDPARM -B 128 /dev/$drive 2&gt;/dev/null"&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;UPDATE:&lt;/span&gt; lowered the apm value when on battery, check my &lt;a href="http://jkyamog.blogspot.com/2008/01/little-tweak-here-and-there.html"&gt;later post&lt;/a&gt; for the additional script.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Fingerprint reader&lt;/h3&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;UPDATE:&lt;/span&gt; It works, just needed to install fprint.  Read my later post for some more details.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Audio&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;UPDATE:&lt;/span&gt; The microphone works perfectly, the thing is, its is at the Capture level 0 by default. Go in your sound config panel, Capture tab and set Capture at e.g. 60%. - by Alexander&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Bluetooth&lt;/h3&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;UPDATE:&lt;/span&gt; Bluetooth works. I had to install "gnome-bluetooth" since I want my laptop to be the server.  You can stop the bluetooth service. "/etc/init.d/bluetooth stop" and use update-rc.d to stop it permanently. &lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Summary&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;Ubuntu 7.10 (Gutsy) will not able to run HP 6910p right of the box.  With some work it will be able to do it.  Ubuntu Hardy should be able to resolve most if not all of the issue.  For now I am pretty happy with the laptop as most of it now works.  Items I wish to work on the future:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;hard disk accelerometer&lt;/li&gt;&lt;li&gt;3G broadband&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-3659539309781804102?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/3659539309781804102/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=3659539309781804102" title="40 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/3659539309781804102?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/3659539309781804102?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/O13eJjDWGwQ/linux-install-on-hp-6910p-using-ubuntu.html" title="Linux install on HP 6910p using Ubuntu 7.10 (Gutsy)" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>40</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2007/12/linux-install-on-hp-6910p-using-ubuntu.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak8EQH8zfip7ImA9WB9bGU8.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-2702410497590493488</id><published>2007-12-30T00:06:00.002+13:00</published><updated>2007-12-30T00:46:41.186+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-12-30T00:46:41.186+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="laptop" /><category scheme="http://www.blogger.com/atom/ns#" term="6910p" /><title>HP 6910p photos</title><content type="html">My mini review didn't contain photos so here are a few photos of the HP 6910p&lt;br /&gt;&lt;br /&gt;Photo of 6910p (left) and nx8220 (right). You can clearly see the size difference of the screen and chassis. The 6910p keys are slightly bigger and full size keyboard, the keyboard layout has also changed. 6910p gun metal gray color is also slightly lighter in shade.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_LyDwUJ4Va88/R3YyMeB-3xI/AAAAAAAAAAk/HBFYHetGczY/s1600-h/DSC00619.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_LyDwUJ4Va88/R3YyMeB-3xI/AAAAAAAAAAk/HBFYHetGczY/s400/DSC00619.JPG" alt="" id="BLOGGER_PHOTO_ID_5149358413745938194" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Despite the 6910p being the newer model its front is slightly thicker than the nx8220. The thickness at the rear is however the same. 6910p (left) and nx8220 (right), an AA battery as a reference.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_LyDwUJ4Va88/R3YyMuB-3yI/AAAAAAAAAAs/mmWGJaNo6qg/s1600-h/DSC00620.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_LyDwUJ4Va88/R3YyMuB-3yI/AAAAAAAAAAs/mmWGJaNo6qg/s400/DSC00620.JPG" alt="" id="BLOGGER_PHOTO_ID_5149358418040905506" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;HP laptops 6910p (left), nx8220 (center) and dv6000 (right)&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_LyDwUJ4Va88/R3YuNOB-3wI/AAAAAAAAAAc/zj_1Wk941Yg/s1600-h/DSC00680.JPG"&gt;&lt;br /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_LyDwUJ4Va88/R3YuNOB-3wI/AAAAAAAAAAc/zj_1Wk941Yg/s1600-h/DSC00680.JPG"&gt; &lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_LyDwUJ4Va88/R3YyNOB-3zI/AAAAAAAAAA0/3wLOahzigyw/s1600-h/DSC00680.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_LyDwUJ4Va88/R3YyNOB-3zI/AAAAAAAAAA0/3wLOahzigyw/s400/DSC00680.JPG" alt="" id="BLOGGER_PHOTO_ID_5149358426630840114" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-2702410497590493488?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/2702410497590493488/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=2702410497590493488" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/2702410497590493488?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/2702410497590493488?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/2HAjvVX1vWQ/hp-6910p-photos.html" title="HP 6910p photos" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_LyDwUJ4Va88/R3YyMeB-3xI/AAAAAAAAAAk/HBFYHetGczY/s72-c/DSC00619.JPG" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2007/12/hp-6910p-photos.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkQFQnc7eyp7ImA9WB9bGU8.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-7462917526283462508</id><published>2007-12-24T22:08:00.000+13:00</published><updated>2007-12-29T23:31:53.903+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-12-29T23:31:53.903+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="laptop" /><category scheme="http://www.blogger.com/atom/ns#" term="6910p" /><title>HP 6910p mini review</title><content type="html">I just got a HP 6910p, which is HP's 14.1" premier business laptop range.  It was toss between a Lenevo T61 or HP 6910p, in the end the 6910p edge out since there where no T61 14.1" available locally that had WXGA+ (1440x900) resolution and a 7200 rpm hard disk.  I will be comparing the 6910p with my current and previous laptops which are: HP nx8220, HP dv6000, HP zx5000, IBM G40 and Toshiba *forgot the model*.  I got a few laptops that are HP, not that I am a fan of HP its just a coincidence due to the circumstances at the time of purchase such as with the 6910p where the T61 models was not available locally.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;HP6910p specs: &lt;/span&gt;&lt;a style="font-weight: bold;" href="http://h10010.www1.hp.com/wwpc/nz/en/sm/WF06b/1090709-1124051-1124051-1124051-12434656-80069181-80868374.html"&gt;GU42pa&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;CPU: Intel C2D T7700 2.4Ghz 4MB L2 Cache&lt;br /&gt;OS: MS Vista Business 32/64bit&lt;br /&gt;RAM: 2x1024MB DDR2-667 (2GB Total; expandable to 4GB)&lt;br /&gt;Display: 14.1” WXGA+ 1440x900 Anti-glare 200nit&lt;br /&gt;GPU: ATi X2300 w/128MB Dedicated DDR3 RAM&lt;br /&gt;HDD: 120GB 7200rpm&lt;br /&gt;Optical Drive: MultiBay II DVD SM DL&lt;br /&gt;Battery: 6 cell Li-Ion 55WHr&lt;br /&gt;Wireless: Intel Pro/Wireless 4965 a/b/g/n, Bluetooth, Infrared, &lt;span id="ctl00_Content_ProductStocks_lblSpec"&gt;Vodafone 3G Broadband&lt;/span&gt;&lt;br /&gt;Weight: 2.30kg w/6 cell and Multibay II DVD SM DL drive&lt;br /&gt;2.15kg w/6 cell and weight saver&lt;br /&gt;Dimensions: 330x240x33-40mm WxDxH (front-back)&lt;br /&gt;Ports/slots: 3xUSB 2.0; MultiBay II; 10/100/1000 Lan; Modem; S-Video out; VGA out; Firewire; Audio in; Audio out; internal microphone; SD/MMC card reader; Smart Card Reader; Type I/II PC Card Reader; SIM card slot; Docking connector; Second battery connector.&lt;br /&gt;Other: Finger print reader, Touch stick with 2 buttons, Touch pad with 2 buttons, Volume up – down, Volume mute, Presentation, Wireless, HP Info Centre touch sensitive buttons.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Design and Build&lt;/span&gt;&lt;br /&gt;The 6910p does not have a flashy design, some people may not like it as its just shades of gun metal gray and black.  Some people like me do like the low-key design and gives the laptop a very professional look.  The design is very similar to the nx8220, as some of my office mates could not tell the difference which is the newer laptop among the two.  For me I like the design of the 6910p compared to a T61 which has an off-center screen and 6 cell battery that is not flushed.&lt;br /&gt;&lt;br /&gt;The build quality is very good, on par with the best laptop quality builds like the Thinkpad T-series.  This laptop is solid, no chassis flex and LCD panel flex under normal use. I can carry the laptop one corner w/o flex or creaks.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Keyboard and Pointing device&lt;br /&gt;&lt;/span&gt;The keyboard is a fullsize one, like the build quality it is on par with the best laptop keyboards in the market.  I don't have a long term experience with a Thinkpad, so I don't know if its better or worse than a Thinkpad keyboard as for me its just has a different feel.  There is some flex near the enter key, however its minimal and does not flex under normal typing. I need to push the area to see the flex.  Coming from a nx8220 laptop, I welcome the bigger keys that the 6910p have.  I don't like where the home, pgup, pgdn and end are placed as they are lined up vertically at the right side.  I still prefer the nx8220 layout that is similar to a desktop keyboard where its  clustered near the backspace in 2 rows.  I guess its better for me, as my other laptop is a dv6000 which has an identical layout.&lt;br /&gt;&lt;br /&gt;I always liked the touchpad of the nx8220.  Its deep and skewed to the left, so I don't accidentally touch it while typing.  Unlike my dv6000 and zx5000, their touchpad have no borders and centered on the laptop which makes it a constant pain of jumping mouse pointer.  I also like the the touchpad surface as its not too slippery.  The 6910p also comes with a track point, which I can say is not as good the Thinkpads.  Its stiff and I don't have the option of using a different cover, it only comes with a flat top rubber cover.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Screen&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The screen is 14.1" WXGA+ (1440x900) matte (non-glossy) which is rated 200 nit brightness.  It is certainly better than the nx8220 screen, because nx8220 has a poor screen.  I don't think its a good screen, its probably somewhere in the middle of the pack.  The dv6000 and even the older zx5000 has better screens, then again the 6910p is a business laptop and not a multimedia laptop.  Horizontal and vertical viewing angles are decent, there is noting to write about and noting to complain about.  The LCD panel seems to be made by &lt;span style="font-size:100%;"&gt;Chi Mei Optoelectronics, as it identified as cmo.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Sound&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The sound for the 6910p is pretty good, but its not exceptional.  I can confirm what the other reviews on notebookreview.com that the 2 speakers are located on the right of the laptop, so it looks like the speaker screen on the left is just for vent and looks.  The sound quality is pretty good, not as good as dv6000 altec lansing or zx5000 harman kardon but good enough for presentation.  The amount of bass is alright for a small speaker, unlike some Asus laptop speakers which are really poor.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Summary&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Overall the 6910p is a very good laptop, its got the punch of the bigger laptops in terms of cpu (T7700) and harddisk (7200rpm) speed.  It sacrifices the video performance (amd/ati x2300) for the mobility (2.3 kgs).  Its build quality is one of the best which should last the daily travel and its a pleasure to use as you feel the quality in the keyboard, hinges, etc.&lt;br /&gt;&lt;br /&gt;A more detailed review of 6910p can be seen here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://forum.notebookreview.com/showthread.php?t=140343"&gt;http://forum.notebookreview.com/showthread.php?t=140343&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.notebookreview.com/default.asp?newsID=3960"&gt;http://www.notebookreview.com/default.asp?newsID=3960&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I will try to post details of running Linux on the 6910p in a few days.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-7462917526283462508?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/7462917526283462508/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=7462917526283462508" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/7462917526283462508?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/7462917526283462508?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/rjAttLAl2AU/hp-6910p-mini-review.html" title="HP 6910p mini review" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2007/12/hp-6910p-mini-review.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkAHRX46fSp7ImA9WB9bEk4.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-3872680056784621818</id><published>2007-12-21T23:48:00.001+13:00</published><updated>2007-12-21T23:58:54.015+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-12-21T23:58:54.015+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="laptop" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><title>Vista resize ntfs partition woes</title><content type="html">I just got a HP 6910p, I am now resizing the vista partition to make way for linux.  Unlike the HP dv6000, this Vista on HP 6910p didn't want to resize as much as I wanted.  It only gave me 7mb, despite following the workarounds listed here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.howtogeek.com/howto/windows-vista/working-around-windows-vistas-shrink-volume-inadequacy-problems/"&gt;http://www.howtogeek.com/howto/windows-vista/working-around-windows-vistas-shrink-volume-inadequacy-problems/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Nothing worked PowerDefragmenter, Auslogics Disk Defrag, PageDefrag, diskpart.exe, etc.  I finally went on to just use gparted as documented here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.howtogeek.com/howto/windows-vista/using-gparted-to-resize-your-windows-vista-partition/"&gt;http://www.howtogeek.com/howto/windows-vista/using-gparted-to-resize-your-windows-vista-partition/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Fortunately for me vista just fdisk itself and I didn't need to use the recovery disk, which I left in the office.  I used gparted live cd 0.3.4-11&lt;br /&gt;&lt;br /&gt;Now time to install gutsy...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-3872680056784621818?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/3872680056784621818/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=3872680056784621818" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/3872680056784621818?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/3872680056784621818?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/vSyZfb7y-UY/vista-resize-ntfs-partition-woes.html" title="Vista resize ntfs partition woes" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2007/12/vista-resize-ntfs-partition-woes.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkcAR30yfyp7ImA9WB9bEk4.&quot;"><id>tag:blogger.com,1999:blog-1713722984429677051.post-6110411573352109487</id><published>2007-11-13T11:23:00.000+13:00</published><updated>2007-12-21T23:47:26.397+13:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-12-21T23:47:26.397+13:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="laptop" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><title>Ubuntu Gutsy NetworkManager erratic on resume</title><content type="html">It seems Ubuntu Gutsy's NetworkManager is erratic, didn't have a similar problem in Feisty.  I need to restart after resume often now.  Just to save me the hassle of typing and my wife having not to deal with it I added a resume script on &lt;span style="font-family:courier new;"&gt;/etc/acpi/resume.d&lt;span style="font-family:georgia;"&gt; called &lt;span style="font-family:courier new;"&gt;99-restart-wireless.sh&lt;/span&gt; that contained:&lt;br /&gt;&lt;br /&gt;#!/bin/sh&lt;br /&gt;&lt;br /&gt;/etc/dbus-1/event.d/25NetworkManager restart&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--edit&lt;br /&gt;&lt;br /&gt;The above is lame.  I figured the problem, I needed to unload the broadcom drivers of the dv6000 during suspend.  Just edit /etc/default/acpi-support&lt;br /&gt;&lt;br /&gt;MODULES="bcm43xx"&lt;br /&gt;&lt;br /&gt;That should unload bcm43xx module during suspend&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1713722984429677051-6110411573352109487?l=jkyamog.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://jkyamog.blogspot.com/feeds/6110411573352109487/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=1713722984429677051&amp;postID=6110411573352109487" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/6110411573352109487?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1713722984429677051/posts/default/6110411573352109487?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JunsScribbles/~3/vk8HgDqvMUI/ubuntu-gutsy-networkmanager-erratic-on.html" title="Ubuntu Gutsy NetworkManager erratic on resume" /><author><name>Jun Yamog</name><uri>http://www.blogger.com/profile/03159791999869901648</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://jkyamog.blogspot.com/2007/11/ubuntu-gutsy-networkmanager-erratic-on.html</feedburner:origLink></entry></feed>

