Details

ManufacturerLinksys (by RaLink)
ModelWMP54G ver 4.1
Buspci
TypeNetwork controller
Id1814
Info20301
Info31737
Info40055

Ratings

Overall rating: 3.8 x 5

By Linux distribution:

  • Ubuntu 7.10 x86_64: 5.0 x 1
  • Mandriva Linux 2008.0 i586: 5.0 x 1
  • Gentoo Gentoo Base System release 1.12.10 GenuineIntel: 3.0 x 1
  • Gentoo Gentoo Base System release 1.12.13 AuthenticAMD: 3.0 x 1
  • Ubuntu 10.10 i386: 3.0 x 1

Comments

Working PCI wireless cards on Gentoo Gentoo Base System release 1.12.10 GenuineIntel (kernel: 2.6.23.14) by Taipou (3):

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!

Working PCI wireless cards on Gentoo Gentoo Base System release 1.12.13 AuthenticAMD (kernel: 2.6.32-gentoo-r1-k8) by SpikyAtLinux (3):

I´ve edited two files. First one is “/etc/conf.d/net.wlan0”
——————————-CODE———————————-
modules=(“wpa_supplicant”)
wpa_supplicant_wlan0=”-Dwext”

  1. Dynamic Network configuration

config_wlan0=( “dhcpcd” )

  1. Static Network configuration
  2. Replace SSID with name of your SSID
  3. config_SSID=( “192.168.1.100 netmask 255.255.255.0 # broadcast 192.168.1.255” );
  4. routes_SSID=( “default via 192.168.1.1” )
  5. dns_servers_SSID=( “192.168.1.1” )
  6. gateways_SSID=( “192.168.1.1” )

——————————-CODE———————————-

And second file is “/etc/wpa_supplicant/wpa_supplicant.conf” after installing “wpa_supplicant”

——————————-CODE———————————-
ctrl_interface=/var/run/wpa_supplicant

  1. You must be a member of wheel

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. ;-)

System having this component

Modules supporting this component