Results 1 to 10 of 12
I downloaded the drivers for the WPC11 wireless card from
ftp.linux-wlan.org/pub/linux-wlan-ng/
and followed the instructions. But when I got to the command:
./Configure
the machine gave me the error: program ...
- 02-28-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 8
Instaaling Wireless Drivers
I downloaded the drivers for the WPC11 wireless card from
ftp.linux-wlan.org/pub/linux-wlan-ng/
and followed the instructions. But when I got to the command:
./Configure
the machine gave me the error: program not found even when I was SU or root.
What did I do wrong?
- 02-28-2008 #2
Case is important in Linux, ./configure
- 02-28-2008 #3Just Joined!
- Join Date
- Jan 2008
- Posts
- 8
I did that and the system came back with:
bash: ./configure: No such file or directory
- 02-28-2008 #4
What file did you download? did you uncompress it?
Are you in the right directory? configure should come with the package.
- 02-28-2008 #5Just Joined!
- Join Date
- Jan 2008
- Posts
- 8
Yes.
I'm in the same directory with the files
- 02-28-2008 #6
List the files an see if it is there. ls or dir
- 02-29-2008 #7Just Joined!
- Join Date
- Jan 2008
- Posts
- 8
Yes there is a .ls appended
- 02-29-2008 #8
Lets start over.
This is a package that must be compiled.
Do you have the gcc compiler installed. Probably be a good idea to also install the kernel-source as well. This can be done through Yast
- 02-29-2008 #9Just Joined!
- Join Date
- Jan 2008
- Posts
- 8
I downloaded the file
linux-wkan-ng-0.2.8.tar.bz2
from
ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/
The instructins included do not mention the need for the installation of gcc however, it is already installed
- 02-29-2008 #10
Ok one last thing. Are you doing this as root?


Reply With Quote