I'm so close to getting the Intel 3945 wireless connection to work on FC5. I've install the 80211 stuff and now I've been working on the IPW3945 stuff... it will actually connect to my access point, but I still cant get on the web (I'm a bit of a newbie so I probably just don't know how)... plus should I have to enable it from root like this?
[HTML][root@localhost /]# cd root
[root@localhost ~]# ls
anaconda-ks.cfg install.log ipw3945-1.0.12 ipw3945-ucode-1.13
Desktop install.log.syslog ipw3945d-1.7.18 scsound.log
ieee80211-1.1.14 install_trial ipw3945d-1.7.18.tgz
[root@localhost ~]# sudo ./load debug=0
sudo: ./load: command not found
[root@localhost ~]# cd ipw3945-1.0.12/
[root@localhost ipw3945-1.0.12]# sudo ./load debug=0
Killing ipw3945d...done.
Unloaded: ipw3945 ieee80211 ieee80211_crypt
Loaded: ieee80211 ipw3945
Loading ipw3945d.ipw3945d - regulatory daemon
Copyright (C) 2005-2006 Intel Corporation. All rights reserved.
version: 1.7.18
Intel PRO/Wireless 3945ABG Network Connection found at:
/sys/bus/pci/drivers/ipw3945/0000:0b:00.0
Daemon launched as pid 3719. Exiting.
..done.
[root@localhost ipw3945-1.0.12]# iwconfig eth1
Warning: Driver for device eth1 has been compiled with version 20
of Wireless Extension, while this program supports up to version 19.
Some things may be broken...
eth1 unassociated ESSID
ff/any
Mode:Managed Frequency=nan kHz Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power:16 dBm
Retry limit:15 RTS thr
ff Fragment thr
ff
Encryption key
ff
Power Management
ff
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
[root@localhost ipw3945-1.0.12]# iwconfig eth1 essid FITZ
[root@localhost ipw3945-1.0.12]# iwconfig eth1
Warning: Driver for device eth1 has been compiled with version 20
of Wireless Extension, while this program supports up to version 19.
Some things may be broken...
eth1 IEEE 802.11b ESSID:"FITZ"
Mode:Managed Frequency:2.462 GHz Access Point: 00:09:5B:9B:B8:08
Bit Rate:11 Mb/s Tx-Power:14 dBm
Retry limit:15 RTS thr
ff Fragment thr
ff
Encryption key
ff
Power Management
ff
Link Quality=99/100 Signal level=-21 dBm Noise level=-22 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
[/HTML]