Ubuntu12.0 install 4 Dell D620 Wireless NIC driver
Source: Internet
Author: User
Ubuntu12.0 4 Dell D620 wireless network card driver installed in an old book these two days Ubuntu12.04, found that wireless network card is not available, Google, du Niang cannot find the driver, however, we found a common method for installing wireless network adapters in linux. through ndiswrapper, we can use the virtual windows api on the linux platform ,... ubuntu12.0 4 Dell D620 wireless network card driver installed in an old book these two days Ubuntu12.04, found that wireless network card is not available, Google, du Niang cannot find the driver, however, we found a common method for installing a wireless network card in linux. we used ndiswrapper to virtualize windows APIs on the linux platform, and then used a driver in windows to drive the network card. There are many articles about this method on the internet. after a long time, I finally succeeded. now I want to record the installation process. I. preparations 1. download the latest ndiswrapper package, http://sourceforge.net/projects/ndiswrapper Download ndiswrapper-1.58rcl.tar.gz 2. prepare the win driver for the wireless network card and find the corresponding inf and sys files. Here are bcmwl5.inf and bcmwl5.sys (xp supported ). Note: If the driver is in exe or cab format, use the zip or cabextract tool to unbind it and find the corresponding file. II. install ndiswrapper 1. decompress the installation package tar zxvf ndiswrapper-1.58rcl.tar.gz 2. enter the decompressed folder cd ndiswrapper-1.58rcl 3. compile make 4. install make install 3. install the Wireless NIC driver 1. enter the driver Directory, that is, the bcmwl5.inf and bcmwl5.sys directories ndiswrapper-I bcmwl5.inf 2. check whether ndiswrapper-l is installed on the driver. write the configuration file ndiswrapper-m ndiswrapper-ma ndiswrapper-mi 4. load Module modprobe ndiswrapper note: If you encounter "FATAL: Module ndiswrapper notfound ", http://sourceforge.net/projects/ndiswrapper /Download ndiswrapper and then make-> make install Last reboot your computer, you will see Wireless LED blinking. You secess! Congratulation! 4. restart to use the wireless network.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.