Asus eee PC running Wolvix: a success story

annda
Posts: 8
Joined: 2007-08-14
Member

i thought i should share my experiences because i believe Wolvix is the perfect distribution for the tiny laptop. so this is how i dealt with the problems i encountered:

1. networking

---------------

after booting the liveCD via external CD drive i had no network connections. but i knew that linux drivers for the hardware existed since the eee runs Xandros. so i installed to an SD card first. that way i could stick the card into another linux machine and chroot into the system to easily install any missing packages. i didn't know how many dependencies i would have to deal with so that seemed the safest way to go. it turned out i was too scared - i believe i needed only gcc, binutils and make to compile the Atl2 Ethernet driver from the original source:

http://people.redhat.com/csnook/

those installation instructions helped me a lot:

make

sudo cp ./atl2.ko /lib/modules/`uname -r`/kernel/drivers/net

sudo depmod -a

sudo modprobe atl2

dmesg

ifconfig -a

source: http://ubuntuforums.org/showthread.php?t=696835&page=2

wolvix froze on me numerous times when i tried to install windows wireless drivers via System > Windows Wireless Drivers (integrated ndiswrapper), so i used another guide to load the drivers included on the ASUS driver DVD:

http://www.eeeguides.com/2007/11/get-wifi-working-in-different-linux.html

now the eee has wired and wireless internet.

2. display

-----------

i wasn't able to get the right screen resolution from within Wolvix, but the eee sports an Intel video chipset with Linux support (or see above). this is how i resolved the problem: http://forum.eeeuser.com/viewtopic.php?id=15708

3. Flash storage

-------------------

since my eee uses only flash drives, i had to modify /etc/fstab and include noatime for the SD card. Wolvix has done this for the SSD already.



oithona
oithona's picture
Posts: 609
Joined: 2006-03-06
Developer
Wolvix on E's

cool - maybe you could write a full How-To for the wiki? I think it would be useful.

--

“How should I know if it works? That's what beta testers are for. I only coded it." (Attributed to Linus Torvalds, somewhere in a posting)



xpt
xpt's picture
Posts: 236
Joined: 2007-06-05
Developer
Congratulation!!! I saw

Congratulation!!!

I saw people at the slax forum having problem even booting up slax from Asus eee PC...

Real achievement!!!

--

xpt.sourceforge.net
- Where are the Windows?
- They are on the walls.
In the world that Gods want to profit from the Windows,
you'll bump into walls everywhere.
Welcome to the world of freedom.



Wolfwood
Posts: 3
Joined: 2007-08-24
Great work!

oithona wrote:
cool - maybe you could write a full How-To for the wiki? I think it would be useful.

I second this suggestion! I see Wolvix (Hunter) as THE choice for my future Asus Eee900 and any How-To would make my life _so_ much easier!

Even better, of course, if Wolvix supported Eee right from the boot-up... I think Mandriva already does... ;)



annda
annda's picture
Posts: 8
Joined: 2007-08-14
Member
eeeHOWTO coming soon

next week i'll post any tips i have on the wolvix wiki. right now i'm struggling with the touchpad, trying to get it to scroll...

UPDATE: the first version of the guide is online:
http://wiki.wolvix.org/eeePC



xpt
xpt's picture
Posts: 236
Joined: 2007-06-05
Developer
Re: eeeHOWTO

annda wrote:
. . . the first version of the guide is online. . .

Super! Thanks a lot for sharing.

I think Wolvix is still ahead of other similar distros. Just wishing the best gets even better (hint new version?). :-)

--

xpt.sourceforge.net
- Where are the Windows?
- They are on the walls.
In the world that Gods want to profit from the Windows,
you'll bump into walls everywhere.
Welcome to the world of freedom.



xpt
xpt's picture
Posts: 236
Joined: 2007-06-05
Developer
sound on eeepc

FYI,

--- >8 --- >8 ---
Newsgroups: gmane.linux.distributions.grml.user
Subject: sound on eeepc works
Date: 13 Mar 2008

If i a remove the snd-hda-intel module and load it as follows

modprobe snd-hda-intel model=3stack-dig

the sound on the eeepc works, and if i do

echo sftsyn >/proc/speakup/synth_name

and swspeak the softwarespeak will work.

Regards.

Dietmar
--- >8 --- >8 ---

--

xpt.sourceforge.net
- Where are the Windows?
- They are on the walls.
In the world that Gods want to profit from the Windows,
you'll bump into walls everywhere.
Welcome to the world of freedom.



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.