Install a USB wireless Nic TL-WN321G under Fedora7

Source: Internet
Author: User
Today is the last day of work a year ago. I want to install a USB wireless network card & mdash; TP-Link WN321G + under Fedora7, which uses the rt73 chip, it belongs to the Ralink chipset. I encountered a problem during the installation process and finally succeeded. record it. Plug in the usb Nic and run the lsusb command... today is the last day of work a year ago. we want to install a USB wireless network adapter-TP-Link WN321G + under Fedora7, which uses the rt73 chip and belongs to the Ralink chipset, I encountered a problem during the installation process and finally succeeded. record it.
 
Plug in the usb Nic and run the lsusb command to view the device:
Bus 004 Drvice 003: ID 148f: 2573 Ralink Technology, Corp
 
The rtora7 driver with rt73 is ready for loading with the following command:
Modprobe rt73usb
 
However, after the driver is loaded, the NIC still cannot be used. the iwconfig command does not display the Wireless NIC, and the dmesg command displays an error message:
Error-connt read firmware
Unable to read firmware. The reason is unknown.
 
Instead, you can only download a new driver, compile and install it, and the driver name is:
Rt73-k2wrlz-3.0.3-3
:
Http://homepages.tu-darmstadt.de /~ P_larbig/wlan/rt73-k2wrlz-3.0.3.tar.bz2
 
Decompress the package and follow the README file description to compile and install the package:
Tar-xvf rt73-k2wrlz-3.0.3-3.tar.bz2
Cd rt73-k2wrlz-3.0.3-3/Module
Make
Make install
Modprobe rt73 ifname = wlan0
The installation is successful.
 
You can use iwconfig to view information about wlan0,


 
Add the ifcfg-wlan0 file under the/etc/sysconfig/network-scripts directory to add the following:
DEVICE = wlan0
ONBOOT = yes
ROOTPROTO = dhcp
 
Save and exit. run the ifup wlan0 command to start the NIC.
 
Use iwlist wlan0 scan to view available wireless routers.
Use the iwconfig wlan0 ap [mac] command to connect to the MAC address of an available wireless router.
 
After work is done, happy to go home.
 
Refer:
Wireless Setup: https://wiki.archlinux.org/index.php/Wireless_Setup
Rt73-k2wrlz-3.0.3-3:
Http://aur.archlinux.org/packages.php? ID = 15377
Rt2x00 beta driver:
Https://wiki.archlinux.org/index.php/Using_the_new_rt2x00_beta_driver

From Bob's Blog

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.