由于筆記本之前不能上網,故沒有采用YAST2等方式安裝,直接采用以下sources的方式
說明:筆記本無線網卡 AR242x,在WINDOWS下識別為AR5006EXS
Compiling it yourself using the sources
- Make sure you have installed the kernel-source and the C++ compiler. If not, please install them using YaST.
- Download the current drivers from this location [1]. (下載最后最新的就可以了)
- Unpack the archive in a temporary folder.
- Open up a terminal window.
- Switch to the temporary folder, and type in:
make
-
make install
- You can load the kernel modules using:
modprobe ath_pci
Note: in the openSUSE 11.0 may be a conflict with built in module ath5k, which seems is not functional yet, but prevents using madwifi's one. Resolution is to add this module to the blacklist. To do this add the line blacklist ath5k to the file /etc/modprobe.d/blacklist and reboot. |
Note: for the ath_pci and ath_hal to work for the AR242x, you have to reboot. |
參考:
http://en.opensuse.org/Atheros_madwifi
posted on 2008-09-17 13:20
狐貍貝貝 閱讀(1135)
評論(0) 編輯 收藏