LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Anyone get it to work? (https://www.linuxquestions.org/questions/linux-networking-3/anyone-get-it-to-work-24048/)

fusfeld 06-22-2002 09:59 AM

Anyone get it to work?
 
Hey all - Anyone had any luck getting a Linksys WMP11 PCI wireless adapter running with red hat 7.3? I have been putzing around with the linux-wlan-ng drivers but don't have the brainpower to get them running (new to linux). I read about a few other driver sets that might work, but can't find where to get them.. Any help is appreciated..

Mara 06-22-2002 03:15 PM

Where have you gat this driver from? I don't have such an adapter, but I may try to help.

fusfeld 06-22-2002 03:30 PM

http://www.linux-wlan.org/

The biggest problem i'm having is getting them compiled. Its prompting me for a kernel source, which i either don't have or don't know where to find.

Thanks...

finegan 06-22-2002 04:00 PM

The WMP11 is just a PCI card version of the prism2 chipset wireless cards on the market. A long long time ago I stopped fiddling with the linux-wlan's really goopy and extremely buggy drivers.

There are two other projects out there that cover this chipset: one was originally built for the orinoco series Lucent/Agere cards, but then moded to work with prism2 and symbol kit, and another is built from the ground up as an Experiment (capital E on experiment there) in being a driver that works with the prism2 cards. Both of these have some support for the pci versions of the cards.

Jean (insert complicated French name here), has the best page on wireless gear under Linux; he also wrote the wireless API: here.

The newest set of orinoco drivers can be found here.

I've never had a problem getting them to compile under Redhat, but... this is a desktop machine so unless you selected the "everything" package during installation, or the "laptop" and "developer" options, you're not going to have everything you need.

wireless_tools-24???.rpm, RH only installs that if you tell it its a "laptop", silly buggers. This package is needed to manipulate network name, channel, mode of operation (master, managed, or ad-hoc), blah blah blah.

gcc and cc and automake and autoconf and a bunch of other garbage is needed to actually compile the drivers, I hope you installed 'em.

The orinoco drivers on-board the kernel module tree are not advanced enough to support your hardware, they're v.08b (I think) while the newest is v.12

To give you an idea of the wlan-ng drivers, they're not in the kernel, the orincos are... yippee!

As far as configuring this after you get the modules loaded and everything binds right according to "dmesg", check through the archives here by "prism2 and wireless" and there's more info than you can shake a cow at.

Luck,

Finegan

fusfeld 06-22-2002 04:55 PM

Quote:

Originally posted by finegan
I've never had a problem getting them to compile under Redhat, but... this is a desktop machine so unless you selected the "everything" package during installation, or the "laptop" and "developer" options, you're not going to have everything you need.

wireless_tools-24???.rpm, RH only installs that if you tell it its a "laptop", silly buggers. This package is needed to manipulate network name, channel, mode of operation (master, managed, or ad-hoc), blah blah blah.

gcc and cc and automake and autoconf and a bunch of other garbage is needed to actually compile the drivers, I hope you installed 'em.


I didn't install everything you mention, but thanks for the heads-up i'll have to go back and add those packages in..


All times are GMT -5. The time now is 09:36 AM.