LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 01-26-2003, 07:37 PM   #1
SSTwinrova
Member
 
Registered: Aug 2002
Location: Dallas
Distribution: Ubuntu 5.04 (Hoary)
Posts: 51

Rep: Reputation: 15
Post Linksys WMP11 with Mandrake 9


I am about to go crazy with this problem, so hopefully someone here can help me. I've only had experience with Linux for about a week, and that was mainly just clicking on icons in KDE, so if possible please keep the Linux jargon to a minimal .

What I am trying to do is get my WMP11 installed under Mandrake 9.0 (I have the ISOs downloading right now and I don't expect that it will auto-detect the card) so that I will be able to browse the internet and not need to have a 98SE/Linux Dual-boot system. I have gone to linux-wlan.org and downloaded the linux-wlan-ng-0.1.9.tar file, and extracted it on my XP desktop to read the README file in hopes that it would help. It didn't... I've also looked at the Linux Networking HOWTO (http://www.tldp.org/HOWTO/Net-HOWTO/) which didn't help my problem either. The only information I've been able to gather is:
  • Linksys used to point to linux-wlan.com as location for Linux Driver

And that is really about it...I know that the WMP11 used to be PrismII based, but with one of the newer versions, the PrismII drivers no longer work (I have no idea which verion I have...Any way to tell?) If anyone could walk me through how to set it up or at least give me a better idea of how to configure all of the files that will need manual configuring, I would appreciate it so much. Thanks.

Last edited by SSTwinrova; 01-26-2003 at 07:49 PM.
 
Old 01-27-2003, 02:16 PM   #2
comp_vredebreuk
LQ Newbie
 
Registered: Jan 2003
Distribution: RedHat
Posts: 5

Rep: Reputation: 0
WMP11 driver (look for the 2.7)

Do yourself a big favor and take a look at the wireless card to see what version it is.....if you see 2.7 anywhere on it you are out of luck for now as the card has a Broadcom 4301 chipset that does not have Linux driver support as of this writing. The v2.5 and earlier units will use the wlan-ng stuff and there are some very good and easy to use packages out there for prism2_pci and prism2_plx users.....
 
Old 01-27-2003, 05:43 PM   #3
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
/sbin/lspci

If it mentions Broadcom under Ethernet Controller, then its the WPC11 v2.7

Cheers,

Finegan
 
Old 01-27-2003, 06:59 PM   #4
SSTwinrova
Member
 
Registered: Aug 2002
Location: Dallas
Distribution: Ubuntu 5.04 (Hoary)
Posts: 51

Original Poster
Rep: Reputation: 15
Re: WMP11 driver (look for the 2.7)

Quote:
Originally posted by comp_vredebreuk
Do yourself a big favor and take a look at the wireless card to see what version it is.....if you see 2.7 anywhere on it you are out of luck for now as the card has a Broadcom 4301 chipset that does not have Linux driver support as of this writing. The v2.5 and earlier units will use the wlan-ng stuff and there are some very good and easy to use packages out there for prism2_pci and prism2_plx users.....
Thanks--Next time I get some free time, I'll open up my computer and take a look...Wish I still had the boxes....
 
Old 01-28-2003, 10:13 AM   #5
rpg
Member
 
Registered: Dec 2002
Distribution: OpenSUSE
Posts: 58

Rep: Reputation: 15
Linksys WMP11 with Mandrake 9

I have a WMP11 with the Prism chipset (not the broadcom one), and still had trouble with getting it to work. I don't know why, but the hardware detection routines weren't able to configure the device and choose drivers.

I tried linux-wlan-ng. I could never get a reasonable kernel compiled, trying to build from the Mandrake 9 kernel sources plus linux-wlan. Also, I could never get the PCI stuff to work. Support for PCMCIA (the card manager) seemed to always interfere, even though I was working on a desktop PC with no PCMCIA.

I tried hostap. I could almost get that to work, but I could never get the card configured right for a stable connection.

Then someone kindly put me straight and got me to use the orinoco_pci driver. There are still soem rough spots (the connection goes on the blink periodically and I have to rmmod and reinstall the drivers), but the connection works fine now. So you might try that.
 
Old 01-28-2003, 12:51 PM   #6
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
The orinoco modules that shipped with the 2.4.19 kernel are still a little old, the issues with slow transfer times and huge frame errors got knocked out with the .13 series of the driver, you've got .11b, you can download the newer set right from the maintainer:

http://ozlabs.org/people/dgibson/dldwd/

unpack, make, make install... nothing funky.

Cheers,

Finegan
 
Old 01-28-2003, 12:54 PM   #7
rpg
Member
 
Registered: Dec 2002
Distribution: OpenSUSE
Posts: 58

Rep: Reputation: 15
Thank you very much for this update. Very useful information and I'll go look for those drivers.

Best,
R
 
Old 01-28-2003, 02:59 PM   #8
Jack458
LQ Newbie
 
Registered: Jan 2003
Posts: 16

Rep: Reputation: 0
I downloaded the new drivers, and when I tried to make the file, i got this error...

cc -MD -O2 -Wall -Wstrict-prototypes -pipe -D__KERNEL__ -DPCMCIA_DEBUG=1 -DMODULE -DEXPORT_SYMTAB -I/lib/modules/2.4.18-14/build/include -c hermes.c
make: cc: Command not found
make: *** [hermes.o] Error 127

Is my kernel old? I have gotten my WMP11 to work, but it crashes alot. I'd like this one to work.

Thanks
 
Old 01-28-2003, 03:13 PM   #9
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Nope, nothing to do with kernel at all, you don't have a compiler!

2.4.18-14... RH 8.0 or 7.3? doesn't matter really, regardless, pop in the RH install CD, the first one I think, and try using that GUI software manager to install gcc, which should grab the 3-4 dependencies you need... it'll take up about 200+ megs of space. RH, being weenies, stopped putting a compiler on in back in 6.2 as part of the Default Install... If you have to rpm everything by hand:

rpm -Uhv gcc.whatever

and then it'll grouch about dependencies and you'll have to install them first... it can be a hastle.

Also, if you are using up2date, turn off updating the kernel as the next time it does this you'll boot to a new compile of 2.4.18 with the same old orinoco .11b modules... updating the kernel doesn't actually get you a newer kernel, just a different compile of the same old kernel.

Cheers,

Finegan
 
Old 01-28-2003, 03:37 PM   #10
Jack458
LQ Newbie
 
Registered: Jan 2003
Posts: 16

Rep: Reputation: 0
Thanks alot with that one.

I installed a compiler and was able to install the new drivers. It looks like it is going to work.

Thanks again
 
Old 01-28-2003, 03:49 PM   #11
Jack458
LQ Newbie
 
Registered: Jan 2003
Posts: 16

Rep: Reputation: 0
For my next question...

It doesn't seem to activate at startup. When booting my RH8.0 system, I get 1 failure stating something to the effect "brining up eth0 failed. prism doesn't seem to be there, delaying startup." I then have to maunally bring eth0 up by modprobe, ifconfig, ect. Any way I can get eth0 to come up at the start?

It's just a pain having to log in as root, bring it up, then log out and continue my day...
 
Old 01-28-2003, 04:16 PM   #12
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
edit /etc/modules.conf and add the line:

alias eth0 orinoco_pci

If there's a line there for eth0 already, its because the wlan-ng modules changed it.

Then hand edit /etc/sysconfig/network-scripts for icfg-eth0 and the one for wireless, and put in your specific settings... or, the nice quick and dirty hackish way!

edit /etc/rc.d/rc.local

and just put in there line by line whatever you have to do from the command line after boot. rc.local is the last init script to run on boot.

Cheers,

Finegan
 
Old 01-29-2003, 03:57 AM   #13
Jack458
LQ Newbie
 
Registered: Jan 2003
Posts: 16

Rep: Reputation: 0
Alright, I did edit the modules file...

One more thing. I am still have the drivers crash. I am getting an error as I shutdown and reboot...

Error 110 writing TX to BAP or something along those lines. Any idea what THAT means?

Thanks again
 
Old 01-29-2003, 11:49 AM   #14
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
That is quite curious, are you certain you're using the new drivers set? It might have installed the new orinoco_pci somewhere funky, when in doubt, just check dmesg and it'll have the version of the module loaded. Also, if you could post what firmware you have... I was pretty certain the .13beta took care of this, it would be a bummer if I was wrong.

However, no matter what I know that the host_ap modules will work now, and now that you have a compiler, that's another incredibly easy package to compile...

Cheers,

Finegan
 
Old 01-29-2003, 01:35 PM   #15
Jack458
LQ Newbie
 
Registered: Jan 2003
Posts: 16

Rep: Reputation: 0
Alright, here is what dmesg said...

Detected Orinoco/Prism2 PCI device at 00:09.0, mem:0xCDDFF000 to 0xCDDFFFFF -> 0xcc8d0000, irq:5
Reset done................................................................................................ .................................................................................................... .......................................................;
Clear Reset............................................................................................... .................................................................................................... .................................................................................................... .................................................................................................... .................................................................................................... ........;
pci_cor : reg = 0x0 - 481D - 471D
divert: allocating divert_blk for eth0
eth0: Station identity 001f:0002:0001:0004
eth0: Looks like an Intersil firmware version 1.04
eth0: Ad-hoc demo mode supported
eth0: IEEE standard IBSS ad-hoc mode supported
eth0: WEP supported, 104-bit key
eth0: MAC address 00:06:25:09:73:E2
eth0: Station name "Prism I"
eth0: ready
eth0: Channel out of range (0)!

I have no idea what most of this means.

Still getting the error 110.

Thanks
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linksys WMP11 -v4- ktindle Linux - Hardware 8 03-13-2006 09:20 PM
Linksys WMP11 kreator Linux - Wireless Networking 16 12-23-2004 02:17 AM
linksys WMP11 rigelstar Fedora 4 04-05-2004 01:42 PM
How To Configure Wireless Pci Linksys Card Wmp11 Ver 2.7 On Mandrake Linux AKBARL Linux - Hardware 3 09-29-2003 08:08 PM
linksys wmp11 digit Linux - Networking 3 06-03-2003 03:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration