On Twitter
On Last.fm
On Tumblr
On StumbleUpon
On Debian Administration
On Drupal.org
On Flickr
I installed Debian Lenny onto my eeePC yesterday, completely removing the default Xandros-based OS shipped with the Linux-flavoured eeePC that I had grown annoyed with.
This is a brief explanation of how I did it, and what steps I have taken (so far) to iron out some of the (very minor) glitches. Overall the installation was incredibly straightforward. I've never installed Debian onto anything other than a desktop box or server, so something smaller and a little different (SSD) was fun. Next step: mp3 player, mobile phone, toaster...
Anyway, first I downloaded the eeepc Debian Lenny image that was very conveniently built by the DebianEeePC developers (I assume). I did all this directly on the eee.
I had a USB stick plugged in. It was known to the system as /dev/sdc
Then I put the image onto the disk like so:
dd if=debian-eeepc.img of=/dev/sdc
That's it! Rebooted, and as BIOS loaded, hit ESC multiple times to get a boot menu. Chose the USB stick to boot from instead of the SSD, and I was presented instantly with the standard Debian installer.
Proceed as normal with a Debian install!
Apparently WEP is the only working encryption understood by the wireless ath0, so during install if you choose to do a netinstall using wireless, be aware that if your wireless network is using WPA, you may run into trouble. Ours does, but I didn't bother with the fuss and just plugged in an ethernet cable and used eth0.
I chose only 'Standard System' during tasksel. This gave me just a command line with no GUI, but you can go ahead and install KDE / Gnome / XfCE / Fluxbox / whatever from there. I chose KDE. However I didn't install the entire KDE suite, because there's a lot of fluff there that I'll never use that takes up a lot of space. Just the ksmserver, kwin, kicker, kdm, etc. Then I proceeded to install my regular apps.
These are some of the tweaks I made to get some other stuff working the way I wanted.
adduser yourusername netdev
Now I can connect to networks without having to run as root.
apt-get install linux-uvc-source luvcview
m-a a-i linux-uvc
modprobe uvcvideo
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "CorePointer"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
EndSection
Section "Server Layout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Synaptics Touchpad"
EndSection
Some people like horizontal scrolling, for me it's annoying. See here for more.
Fixed by blacklisting one module and adding another:
echo "blacklist rtc" >> /etc/modprobe.d/blacklist
echo "genrtc" >> /etc/modules
After a reboot, the error messages were gone and my clock would stay correct.
That's it really! Sound 'just worked'. Nothing to say here. :) Function keys seem to work fine (Fn and down / up arrows for page up/down, etc)

The wiki for Debian and eeePC is really incredibly helpful, much more so than anything else I've ever found in the wiki :) The team has done a fantastic job. I have only listed here what I needed to do to get my system working the way I wanted. There are lots of other configuration tweaks, troubleshooting and alternate methods at http://wiki.debian.org/DebianEeePC.
Good luck!
Comments
when i reboot system, put in password,it comes up with a flashing cursor like its waiting for something. There is no desktop.
Try 'apt-get install kde'?
I basically did what you did, but was unable to install any boot loader. Do you know how to fix that?
That's strange, did you use the Debian EeePC image? I did, and Grub installed as per any normal installation (asked me if I wanted to install it to the Master Boot Record etc, near the end of the installation)
Did you not see that message? Have you asked on #debian-eeepc on OFTC.net or anything?
I must admit I haven't looked at the more recent images they've built so not sure if something's changed.
This is a first for me, so i probably screwed something up the first time. However, I made a reinstall and everything went fine. And KDE installed without problems. Thanks a lot for your tip - this is so much better than the default xandros install...
Ah, glad to hear it worked for you in the end :) Have fun with Debian!
Thanks, I already do - I can't believe how cool this tiny, powerfull debian box of mine is. I used to shy away from installing linux on my own, because it seemed difficult and i didn't want to mess around with dual boot system or several machines - i need windows on a daily basis and have xp installed on a separate machine. Now I can look at that big, noisy, expensive monster and I really don't feel like booting it up ever again :)
Post new comment