Network & Firewall WiFi: configuration and use
Configuring a WiFi card Ovislink EVO-W54PCM
lspci: # lspci
06:00.0 Network controller: RaLink RT2500 802.11g Cardbus / mini-PCI (rev 01)
Search for driver sources on http://rt2x00.serialmonkey.com . The last driver is dated, it
rt2500-1.1.0-b4.tar.gz . Unzip the sources into an appropriate place (eg / usr / src . Inside the newly created directory, go into the directory Module /
Then: # make
# make install-fedora The current driver does not yet support bridging, so it is wise to disable eth0
. Edit / etc/sysconfig/network-scripts/ifcfg-eth0 :
...
ONBOOT = no ...
Upon reboot, Kudzu correctly identifies the card as wlan0
, and just learn the network parameters (static or DHCP).
0 comments:
Post a Comment