Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
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?
You should install your kernel source .rpm.
The post-install script should then take care of making the right symbolic links.
If it doesn't, and unless the scheme changed, it should go something like this if your kernel source is in directory "/usr/src/2.6.15-1.2054_FC5":
ln -s /usr/src/2.6.15-1.2054_FC5 /usr/src/linux-2.6
ln -s /usr/src/linux-2.6 /usr/src/linux
ln -s /usr/src/2.6.15-1.2054_FC5 /lib/modules/2.6.15-1.2054_FC5/build
M=/mnt/windows/kei/download/ieee80211-1.1.13
BTW, I wouldn't keep sourcecode to be compiled on VFAT/NTFS.
Though it prolly ain't gonna do no harm avoiding unnecessary complicashuns is a Good Thing.
One thing that I learned is if I had a partition with windows on it and I downloaded files that I wanted to install and they are on my windows partition, for some reason it doesn't work. Move the files from your windows partition over to you Linux partition and then try it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.