TP-link wireless Internet access in UbuntuLinux system

Source: Internet
Author: User
Article title: TP-link wireless Internet access in UbuntuLinux system. Linux is a technology channel of the IT lab in China. Including desktop applications, Linux system management, kernel research, embedded systems, open source, and other basic categories 1. download, compile, and install necessary software packages
 
Wget http: // rt2 × 00 .serialmonkey.com/rt73-cvs-daily.tar.gz
 
Tar-xvzf rt73-cvs-daily.tar.gz
 
Sudo aptitude install build-essential linux-headers-'uname-R' cd rt73-cvs-yyyymmddhh/Modulesudo
 
Make sudo
 
Make install
 
2. fixed the module conflict.
 
Sudo modprobe-r rt73usb
 
Sudo modprobe-r rt2570
 
Sudo modprobe-r rt2500usb
 
Sudo modprobe-r rt2 × 00lib
 
Edit the blacklist file:
 
Sudo nano/etc/modprobe. d/blacklist:
 
# Blacklist rt73usb, as it is a non-functional beta module which conflicts with the working rt73 module.
 
Blacklist rt73usb
 
# Blacklist rt2570, as it causes conflicts with rt73
 
Blacklist rt2570
 
# Other modules that break rt73
 
Blacklist rt2500usb
 
Blacklist rt2 × 00lib
 
Installation module
 
Sudo modprobe-v rt73
 
3. configure network interfaces
 
Add sudo nano/etc/network/interface:
 
Auto rausb0 iface rausb0inet dhcp pre-up
 
Ifconfig rausb0 up pre-up
 
Iwconfig rausb0 essid "YOUR_ESSID"
 
According to the above help, I still cannot identify it step by step. after the restart, the wireless network card is recognized, but I still cannot dial the number. As a result, I used the graphical interface to continue to configure password and other information. in a short time, I would be able to dial normally.
 
We recommend that you install the driver on the command line and configure the user name and password on the GUI after the NIC is identified.
 
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.