Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.
-
Todd Brackett Hudgens #1
Redhat 9 Driver Install
I apologize for advance for being a total linux noob. I've just installed
Redhat 9 on a second hard drive and have Grub managing the dual boot.
I've been having alot of trouble installing the drivers for my SMC 2602W
wireless pci nic. There are Linux drivers included
with the card, but after untar'ing them and readin the man and readme,
I'm unsure what my problem is. I run "make config" and it asks for my
linux source directory, "/usr/src/linux/" is the default. But if I give
it that or /usr/src/redhat/ it yells at me and says linux doesn't exist
in that location. The drivers are named linux-wlan-ng-0.1.8-pre13.tar.gz
for reference. What location should I be giving this driver config
program? Or is there a better way to configure my card in Redhat 9. Any
help is appreciated.
--
Todd Hudgens
[email]gtg822g@mail.gatech.edu[/email]
aim : toddhudgens
Todd Brackett Hudgens Guest
-
Access database driver and Redhat
I am running CF7mx on a Redhat enterprise version 3 server. I was under the impression that we could still use access databases with CF if it was... -
perl install on redhat 9
Hi, I have installed perl 8 on redhat 9 and I installed it from source. (not an rpm) however, when I did a redhat up2date, the rpm's were then... -
How to install 4.3.3 on redhat 9.0?
Hi, I have a redhat 9.0 with PHP 4.2.2 installed from rpms. I have Apache 2.0.40 How do I upgrade to PHP 4.3.3 and not loose all the neat stuff... -
Redhat 9 install gone bad!
"Cindy Lichtenauer" <clichtenauer@csatech.net> wrote in message news:36d065cf.0308151234.2dd6c1e0@posting.google.com... Such as? -
RedHat 8 Driver Disks
Kind of a newbie here, so please bear with me. Installing Redhat 8 on a new box, cause can't get the drivers to work with RedHat 9 (maybe another... -
Lenard #2
Re: Redhat 9 Driver Install
On Sun, 31 Aug 2003 16:38:21 +0000, Todd Brackett Hudgens typed:
Do you have the kernel-source RPM package installed, check from the> I apologize for advance for being a total linux noob. I've just
> installed Redhat 9 on a second hard drive and have Grub managing the
> dual boot. I've been having alot of trouble installing the drivers for
> my SMC 2602W wireless pci nic. There are Linux drivers included with
> the card, but after untar'ing them and readin the man and readme, I'm
> unsure what my problem is. I run "make config" and it asks for my linux
> source directory, "/usr/src/linux/" is the default. But if I give it
> that or /usr/src/redhat/ it yells at me and says linux doesn't exist in
> that location. The drivers are named linux-wlan-ng-0.1.8-pre13.tar.gz
> for reference. What location should I be giving this driver config
> program? Or is there a better way to configure my card in Redhat 9. Any
> help is appreciated.
console or xterm session;
rpm -q kernel-source
If you don't then you need to install it. You have to install the same
kernel-source version that your running, from the console or xterm
session;
uname -r
If your running the default kernel from the installation CD's/DVD then the
kernel-source RPM package is on them. If not then you need to download and
install the RPM package. The name of the file your looking for is;
kernel-source-x.xx.xx-xx.i386.rpm replace the x.xx.xx-xx with the output
from uname-r
And you can get the updated kernel-source RPM package(s) here, just
download the one the matches your running kernel;
[url]ftp://updates.redhat.com/9/en/os/i386[/url]
To install, as root or su from the console or xterm session whee the
downloaded RPM package is located; rpm -Uvh kernel-source*.rpm
After this then the kernel source location is;
/usr/src/linux-x.xx.xx-xx <-- replace the x's with the version number
--
If it's Thursday it must be Micro$oft patching day!!!
Lenard Guest



Reply With Quote

