在eeepc 901 上安裝了ubuntu 9.04
wifi 終於可以什麼都不做就能正常使用了
可惜連不到WPA / WPA2...
在google 找到的解決方法:
http://www.sealabs.net/seadog/2009/03/upgrading-my-eeepc-to-ubuntu-904/
I found a WiFi workaround. Download the wifi package from array.org and install it. It will build rt2860 driver, version 1.7.1 instead of the latest 1.8.0. The driver won't be installed because dpkg complains about it being older than the one already installed, so remember to copy the driver to the correct directory.
sudo cp /var/lib/dkms/rt2860/1.7.1.1/`uname -r`/i686/module/rt2860.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
sudo depmod -a
and then disable the wireless networking through network manager, unload the driver and load the new one.
<disable wireless networking>
sudo modprobe -r rt2860sta
sudo modprobe rt2860sta
<enable wireless networking>
這樣應該可以連到WPA 了
感覺上和easy peasy 好像沒什麼不同嘛...
|