Solemnly declare: This article is written by the author based on my personal understanding. errors are inevitable. Please be prepared!
You can reprint, modify, and indicate the source when reprinting!
Many people have started to upgrade their systems to Ubuntu 12.04 or above. I still insist on ubuntu10.4, my favorite. However, it is a little flawed, that is, the wireless connection is often dropped, but the network connection is still connected. The solution is very simple, that is, the Windows Wireless NIC Driver is used.
1. view your Nic model and download the corresponding NIC Driver for Windows.
Lspci | grep-I net
. 0 network controller: atheros Communications Inc. ar9285 wireless network adapter (pCI-Express) (Rev 01). 0 Ethernet controller: Marvell Technology Group Ltd. device 4381 (Rev 11)
Here, my wireless network card is ar9285. Download the driver for Windows.
2. Install ndisgtk
Sudo apt-Get install ndisgtk
3. After ndisgtk is successfully installed, open "Windows Wireless Driver" in "system-system management ". Click "install new driver ".
4. Select windows driver for the wireless network card. INF file, here. the inf file is in the downloaded Windows Wireless NIC Driver folder. For example, my file is in the WINXP folder named netathw. INF. Click "Install ".
5. A message may pop up saying "You cannot determine whether the hardware exists." click "OK ".
6. In the "currently installed Windows drivers" list, the driver for the wireless Nic is displayed, and the "Hardware existence: yes" is displayed ". Click "close ".
7. The installation is complete. Click the network manager in the upper-right corner of the screen to find the wireless network.