Linksys wmp54g and ndiswrapper-1.11

Nebby

Distinguished
May 20, 2004
175
0
18,690
Im tring to get my Linksys Wireless Adapter installed but im having some problems

At first when i tried tar zxvf ndiswrapper-1.11.tar.gz I would get an error saying Directory not found. So I found out i had the file in the wrong place so I fixed that

Now after I extract the file and
cd ndiswrapper-1.11
I try make install and I get error saying Kernel cannot be found so I try ls -l /lib/modules/`uname -r`/build and it shows the kernel anyone able to help me understand what im doing wrong? I am new to linux go figure

I am using FC5 x86-64
 

linux_0

Splendid
Im tring to get my Linksys Wireless Adapter installed but im having some problems

At first when i tried tar zxvf ndiswrapper-1.11.tar.gz I would get an error saying Directory not found. So I found out i had the file in the wrong place so I fixed that

Now after I extract the file and
cd ndiswrapper-1.11
I try make install and I get error saying Kernel cannot be found so I try ls -l /lib/modules/`uname -r`/build and it shows the kernel anyone able to help me understand what im doing wrong? I am new to linux go figure

I am using FC5 x86-64


You have to have your kernel source installed

yum install kernel-devel


and you need to

./configure
make
make install