By the way, there was a directory called /usr/src/redhat that I redirected the make to use for the device config and it still didn't work.
The directory /usr/src/redhat has has five sub-directories: BUILD, RPMS, SOURCES, SPECS, SRPMS
The only directory that has anything in is is the RPMS directory. Is that the kernel-source RPMs?
-steve
Cliff Wells wrote:
On Wed, 2003-03-26 at 15:13, Stephen Loscialpo wrote:I've just installed RedHat Advanced Server 2.1 and I'm trying to get my Netgear MA401 PCMCIA card to work with it. has anyone has success in doing this? I've tried using the drivers for RH 7.1,2,3 but I can't seem to make the files because of the kernel location... its looking for /usr/src/kernel or /usr/src/redhat but to no avail.Do you have the kernel-source rpms installed? If that's not the problem, you might try making a linkln -s /usr/src/linux-2.4 /usr/src/kernel or alternatively, edit the Makefile for the driver to use the actual kernel source directory.