Install wireless driver by windows driver

Install wireless driver by windows driver

1. lspci
    Ethernet controller: Marvell Technology Group Ltd. 88w8335 [Libertas] 802.11b/g Wireless (rev 03)
2. disable the broken free driver
  
echo 'blacklist mrv8k' | sudo tee -a /etc/modprobe.d/blacklist

3. install ndiswrapper
  
 sudo apt-get install ndisgtk

4. download xp driver
  
 http://people.freebsd.org/~wpaul/marvell/

5. System -> Administration -> Windows Wireless drivers
  
  choose just download mrv8335.inf

   
引用
https://help.ubuntu.com/community/WifiDocs/Driver/mrv8k
https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper

猜你喜欢

转载自robinwu.iteye.com/blog/902933