Ubuntu 9.10 Karmic Koala in Eee PC 1101HA
Since I bought my beloved Eee PC 1101HA (wonderful screen and battery life), I’ve been using Ubuntu 9.04, yesterday I’ve decided to upgrade to Karmic Koala.

When I’ve installed 9.04, I had problem with the network (wifi and ethernet drivers), and the display drivers. That was all, the rest was great.
When I did the upgrade, the display once more was not working properly but the worst was the speed connection, awful.
Then I’ve decided to do a fresh clean installation:
- Download Karmic Koala
- Make a pen drive bootable with the app in system->administration->Usb Startup Disk Creator
- Boot you Eeepc form the pendrive (you can find this in the bios F2->Boot)
- Install Karmic Koala
- After this almost everything was working fine but the display and still the internet connection
Problems and how I fixed them:
Display resolution:
I found many solutions the easier was this one:
In command shell:
wget http://gma500re.altervista.org/scripts/poulsbo_ppa.sh && sh ./poulsbo_ppa.sh dpkg-reconfigure psb-kernel-source
Restart and works ;)
Internet connection Speed:
There’s some short of bug that for some weird reason makes your browsing experience really slow. As far as I know (and how I did to solve it) it’s caused by ipv6.
If you use firefox you can use this solution to disable ipv6 only in firefox of course.
Open a firefox browser window and type this in the address bar:
about:config
In the filter bar put:
network.dns.disableIPv6
You will disable the IPv6 DNS if you set the value to true. Once you have done that close Firefox and then reopen a browser a window. Your internet should be fast again!
But I use Chomium!! and skype….then we need to disable the module ipv6 to load on start (boot).
Open a terminal:
gksudo gedit /etc/default/grub
Look for this line and add:
GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1 quiet splash"
Save and close your file then run:
sudo update-grubThat’s all until now…seems everything to work pretty good, just I don’t like from karmic the new Ubuntu Software Center, I liked more the old one…
Related Posts- Java Runtime Environment on Ubuntu 64bits and Firefox plugin
- Best tools for Twitter
- jsTabs - Simple tab switcher
- Open Classifieds 1.6.2 released
- WP-Datediff - Plugin for WordPress
- Connected to the internet and its not working
- How to Fix Common Laptop Problems
- Prosper Greasemonkey Script for Firefox
- Browser Windows Of Opportunity?
- Save Time, Money and Space in Over 80 Ways
Help sharing and Flatter me ;)

Hi.
There is no problem caused by ipv6. If your ipv6 is broken fix it instead of disabling the v6 module :P
take a look at sixxs.net if your isp does not offer proper ipv6 support.
The point is that before I had 9.04 installed and was working fine, more to say the computer I’m working right now uses 9.04.
Nice resource the webpage http://ipv6gate.sixxs.net/
thanks
or you could install the ndiswrapper: http://dietrichschroff.blogspot.com/2010/01/ping-sendmsg-no-buffer-space-available.html &
https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper
This did fixed the issue on my eee
I tihnk it’s easier how I propose but for those doens’t work my solution of course try something else ;)
I ran the script for the display resolution as above, but got a 403 forbidden error. For a Dell 1010 btw.
Any ideas?
The website it’s currently blocked for traffic.
Try the 1st of may :S I’m sorry.
I don’t have a copy with my since I don’t have the laptop :(
I found another place:
https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo#karmic
Thanks for your help!
thanks to you!