Results 1 to 5 of 5
I'm trying to install a wireless PCMCIA card driver on Redhat 8.0 (adm8211-20041111 for an SMC2635w card). The included makefile looks for a file called
/lib/modules/2.4.18-14/build
which, on my computer, ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-13-2005 #1Just Joined!
- Join Date
- Aug 2004
- Posts
- 5
wireless driver
I'm trying to install a wireless PCMCIA card driver on Redhat 8.0 (adm8211-20041111 for an SMC2635w card). The included makefile looks for a file called
/lib/modules/2.4.18-14/build
which, on my computer, is a link to
/usr/src/linux-2.4.18-14
which does not exist. I do have a directory called
/usr/src/redhat
but I don't know if it is the same thing. Does anyone have any suggestions.
Thanks.
- 01-13-2005 #2
what's inside /usr/src/redhat?
- 01-14-2005 #3Just Joined!
- Join Date
- Aug 2004
- Posts
- 5
The /usr/src/redhat/ has the following subdirectories
BUILD/
RPMS/
SOURCES/
SPECS/
SRPMS/
The RPMS directory has subdirectories for several chips (i486, i586, etc) each of which are empty.
- 01-14-2005 #4
you will need to install the kernel sources then.
try http://www.kernel.org
- 01-14-2005 #5
I personally had a lot of problems with wireless in RH 8 I had to write a script called hermes.conf and configure things then RH 9 came and everything worked out of the box. I suggest trying to upgrade at least to RH 9.0 if Possible.
This might be of help though,
http://www.net.cmu.edu/docs/services...x-redhat8.htmlSome people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds


Reply With Quote
