• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help getting wireless to work in Redhat

wyvrn

Lifer
Have an Orinoco card in laptop dual boot with XP/Redhat 7.1.. Have the instructions to build and install the driver, but getting error message. Step 4.2, typing "make config" and get an error that "/user/src/linux is missing or incomplete" . I don't have /linux but instead have /redhat, but when I try that directory it does not work. I even made a symbolic link for /user/src/linux, but that doesn't work. Says I need to download the kernel source. Any idea what I am doing wrong? Thanks!
 
Just like it says, you need the kernel source. This is usually a requirement to compile any 3rd-party drivers (loadable modules).

If you're using Red Hat, you should be(come) familiar with their Errata page. Here's the one with updated kernel packages, including the latest officially supported kernel source package.
 
Ok so need more stuff not on the Redhat cds to compile a 3rd-party driver. Gotcha. Just one question, why am I having to compile the driver, why can't I just unpack it and copy? Am I being too much of a Windows homer here?
 
The driver comes with Redhat 7.1 and 7.2. What you need to do is edit the file /etc/pcmcia/wireless.opts and edit the section that starts:

# Lucent Wavelan IEEE (+ Orinoco, RoamAbout and ELSA)

and add in your ESSID and Mode. Mode is Managed for Infrastructure and Ad-Hoc for Ad-Hoc.

Restart the pcmcia service and possibly the network service and you should be all set.
 


<< The driver comes with Redhat 7.1 and 7.2. What you need to do is edit the file /etc/pcmcia/wireless.opts and edit the section that starts:

# Lucent Wavelan IEEE (+ Orinoco, RoamAbout and ELSA)

and add in your ESSID and Mode. Mode is Managed for Infrastructure and Ad-Hoc for Ad-Hoc.

Restart the pcmcia service and possibly the network service and you should be all set.
>>



Great, I am going to give that a try. Thanks
 
Back
Top