Install a wireless NIC Driver In Debian

Source: Internet
Author: User
Debian-the Linux Release Technology-Debian, which is the driver for installing wireless NICs. For more information, see the following. 1. Install the corresponding version of linux-header:
Aptitude install linux-headers-$ (uname-r)
This is required for ndiswrapper compilation.

2. Install
Ndiswrapper-common, ndiswrapper-utils-1.9, ndiswrapper-source, module-assistant

(You can also use the new installation)
Module-assistant is a great tool in Debian/Ubuntu. It helps you create kernel modules from the source code and compress them into deb packages.

3. After the above is installed
M-a prepare
M-a update
M-a-I ndiswrapper-source

In this way, the ndiswrapper kernel module is installed.

Depmod-a: update the module dependency
Modprobe ndiswrapper loads this module. If no error is reported, the module is successfully loaded.
Ndiswrapper-l check the existing wireless NIC Driver.
Put ndiswrapper-I wusb54ag. inf and sys together to install the driver file in windows
Ndiswrapper-l now we can see the WUSB54AG information.
Ndiswrapper-m associates wlan0 with the ndiswrapper module, so that udev can be loaded in the user space processing module.

Edit/etc/network/interfaces
Auto lo wlan0 auto enable wlan0
Iface wlan0 inet dhcp wlan0 device settings
Wireless-essid yourid ESSID
Wireless-key yourkey KEY

Restart, it should be available

If no network connection is available on the machine, the necessary module-assistant is installed and the kernel compilation system is installed. You can download the ndiswrapper source code and copy it with a USB flash drive. After installing the network adapter, delete the manually installed ndiswrapper after installing the ndiswrapper source package in apt-get.
Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.