Details
| Manufacturer | Linksys (by RaLink) |
|---|---|
| Model | WMP54G ver 4.1 |
| Bus | pci |
| Type | Network controller |
| Id | 1814 |
| Info2 | 0301 |
| Info3 | 1737 |
| Info4 | 0055 |
| Manufacturer | Linksys (by RaLink) |
|---|---|
| Model | WMP54G ver 4.1 |
| Bus | pci |
| Type | Network controller |
| Id | 1814 |
| Info2 | 0301 |
| Info3 | 1737 |
| Info4 | 0055 |
Overall rating: 3.8 x 5
By Linux distribution:
Comments
The WMP54G version 4.1 works flawlessly with the RT61 drivers by the rt2×00 project.
http://rt2×00.serialmonkey.com/
The RutilT WLAN manager tool works perfectly. Recommended!
I´ve edited two files. First one is “/etc/conf.d/net.wlan0”
——————————-CODE———————————-
modules=(“wpa_supplicant”)
wpa_supplicant_wlan0=”-Dwext”
config_wlan0=( “dhcpcd” )
——————————-CODE———————————-
And second file is “/etc/wpa_supplicant/wpa_supplicant.conf” after installing “wpa_supplicant”
——————————-CODE———————————-
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel #
update_config=0
fast_reauth=1
ap_scan=1
network={ ssid=“YourSSID” psk=“YourVeryVerySecureKey” pairwise=TKIP group=TKIP priority=5
}
network={ key_mgmt=NONE priority=-9999999
}
——————————-CODE———————————-
With these settings I can run both WPA I+II, eather with static network, or over dhcp. ;-)