link broken
Hi, I'm trying to install the wireless drivers for my laptop (Compaq Presario V2000), but I face an error when trying to install the ieee80211-1.1.13.tgz.
[root@localhost ~]# cd /mnt/windows/kei/download
[root@localhost download]# cd ieee80211-1.1.13
[root@localhost ieee80211-1.1.13]# 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
make -C /lib/modules/2.6.15-1.2054_FC5/build M=/mnt/windows/kei/download/ieee80211-1.1.13 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.1.13]#
Then,I find that the build directory(/lib/modules/2.6.15-1.2054_FC5/build) is "link broken", the target link (/usr/src/kernels/2.6.15-1.2054_FC5-i686) of it(build directory) doesn't have the kernels directory, how can solve this problem? Can anyone give me so clues?
Last edited by tootcsen; 06-06-2006 at 04:44 AM.
|