Quote:
|
Originally Posted by zaphod777
Hey guys I am new to LInux and I am running Fedora Core 5 and am running into some trouble with updateing the wireless drivers. I am using a Dell insperon 700M. Any Help would be great.
I am following this document
http://www.ces.clemson.edu/linux/fc2-ipw2200.shtml
and all seams to be going well except this part:
[root@localhost ieee80211-1.2.15]# make
Checking in /lib/modules/2.6.15-1.2054_FC5 for ieee80211 components...
find: /lib/modules/2.6.15-1.2054_FC5/build/: No such file or directory
egrep: /lib/modules/2.6.15-1.2054_FC5/build//.config: No such file or directory
egrep: /lib/modules/2.6.15-1.2054_FC5/build//include/linux/autoconf.h: No such file or directory
find: /lib/modules/2.6.15-1.2054_FC5/build/: No such file or directory
make -C /lib/modules/2.6.15-1.2054_FC5/build M=/root/ieee80211-1.2.15 modules
make: *** /lib/modules/2.6.15-1.2054_FC5/build: No such file or directory. Stop.
make: *** [modules] Error 2
[root@localhost ieee80211-1.2.15]#
I am a complete newb to this any ideas?
|
DO NOT re-do this procedure - it doesn't apply to recent FC5 kernels.
Instead you want to update your kernel with .... 'yum update kernel'
The only thing you need to do on the current FC5 kernel is to download
the firmware and install it in /lib/firmware with:
# rpm -ihv
http://rpm.livna.org/fedora/5/i386/l...5-4.noarch.rpm
# yum install ipw2200-firmware
then reboot.
You should see the ieee80211 and ipw2200 drivers in the recent kernels
like:
[root@here ~]# locate ipw2200.ko
/lib/modules/2.6.17-1.2174_FC5/kernel/drivers/net/wireless/ipw2200.ko
/lib/modules/2.6.17-1.2187_FC5/kernel/drivers/net/wireless/ipw2200.ko
[root@here ~]# locate ieee80211.ko
/lib/modules/2.6.17-1.2157_FC5/net/ieee80211/ieee80211.ko
/lib/modules/2.6.17-1.2174_FC5/kernel/net/ieee80211/ieee80211.ko
/lib/modules/2.6.17-1.2187_FC5/kernel/net/ieee80211/ieee80211.ko
On reboot these should automatically load when the interface is initialized
like:
[root@here ~]# lsmod | grep ipw
ipw2200 103709 0
ieee80211 31625 1 ipw2200