| Re: wireless help, Fedora Oh, OK.. sounds reasonable
what have you tried and what were the results/errors? more info about what you did..
"..have the driver but can't get it to connect"
1. does the driver even load ? does it show something about that wireless device in /var/log/messages file during bootup?
2. what does lsmod show? is the driver shown as loaded there?
3. if not, can you force the driver to load with: modprobe DRIVERNAME or insmod DRIVERNAME? (substitute your actual driver name for DRIVERNAME, of course)
4. try this sequence:
iwlist wlan0 scan
( does it see any access point?)
(if so, extract the essid and chan # and place into...)
iwconfig essid "YOUR-ESSID" channel YOUR-CHANNEL
ifconfig wlan0 up
dhclient wlan0
(now, go look at the lease file to find the gateway IP address)
cat /var/lib/dhcp/dhclient.leases
(the line that says option routers xx.xx.xx.xx)
route add default gw xx.xx.xx.xx
netstat -rn
(does the link LED light up on the wireless NIC??)
cuervo
__________________
--------------------------------
#52009 @ Linux Counter
Using... UNIX since '88.. Linux since '95.. BSD since '02
7 active systems : 4 Linux, 1 Solaris, 1 FBSD, 1 XP
|