LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 02-24-2004, 10:08 PM   #1
448grams
LQ Newbie
 
Registered: Feb 2004
Posts: 7

Rep: Reputation: 0
searched- linksys WMP11v4


i've read alot and im confused.

im new to linux but its intersting to me and i like the wi-fi tools (i think)

i have a linksys wmp11 v4. ive tryed doing a /sbin/lspci but i didnt see where it listed any chipset for the device.

will this card work with linux or what? if so will someone explain what i need to do?

i use red hat 9 (shrike)
thanks
 
Old 02-24-2004, 10:47 PM   #2
beyer42
Member
 
Registered: Dec 2003
Location: San Jose
Distribution: Redhat WS 3
Posts: 410

Rep: Reputation: 30
It is a InProComm IPN2120 chipset.

http://www.linuxant.com has product called driverloader that supports this chipset, you can get a free trial of it and permanent license for under $20.

another possibility is http://ndiswrapper.sourceforge.net
 
Old 06-10-2005, 01:07 AM   #3
MikeZila
Member
 
Registered: Jul 2004
Location: Parts Unknown
Distribution: Arch
Posts: 377

Rep: Reputation: 30
Hate to revive an old thread, but...

I have this card, the WMP11V4 with the InProComm, and I...nevermind my lame story. I tried to get this to work a long time ago (maybe a year and a half), but it wasn't supported by ndiswrapper. Today, out of curiosity, I checked the card list, and it's there. The WMP11V4 with InProComm is in the list.

Has anyone else out there gotten it to work? I would try again myself, but I would have to reinstall Linux on the machine with the card in it, and I don't want to unless I can get a heads-up on it's workability. The only thing stopping me from having Linux on said machine is this WMP11V4.

Please, tell me it works now.

Last edited by MikeZila; 06-10-2005 at 01:17 AM.
 
Old 06-10-2005, 09:45 AM   #4
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
This is third-hand info, so take it for what it's worth. A friend just got a Linksys G card with the InProComm chipset running with ndiswrapper under Knoppix without trouble. It's probably worth your time to try.

edit: I didn't even wish you luck. How rude is that?!

Good luck.

Last edited by 2Gnu; 06-10-2005 at 12:38 PM.
 
Old 06-10-2005, 12:11 PM   #5
MikeZila
Member
 
Registered: Jul 2004
Location: Parts Unknown
Distribution: Arch
Posts: 377

Rep: Reputation: 30
Thanks for the reply. I'm all over it. I'm very happy to finally have hope of getting this card working without shelling out cash to Linuxant.

I will report back my success or failure for others to find an read. With me luck.
 
Old 06-10-2005, 10:36 PM   #6
MikeZila
Member
 
Registered: Jul 2004
Location: Parts Unknown
Distribution: Arch
Posts: 377

Rep: Reputation: 30
SUCCESS!

I'm coming to you live, from my fresh install of Slack10.1! I had to custom build a kernel (2.6.10), but other than that, no tinkering was required! It's all good! Signal quality is perfect, and signal strength is very high as well, just like on WindowsXP.

If anyone is wondering if they should try again or not, go ahead and do so. Things come of without a hitch.

I'm so happy right now. Look! A banner ad just loaded! Over my wireless! YES!
 
Old 06-11-2005, 09:29 PM   #7
CORE244
LQ Newbie
 
Registered: Jun 2005
Location: United States
Distribution: Mandrake
Posts: 12

Rep: Reputation: 0
Thumbs up WMP11v4 & ndiswrapper

I am new to linux & wireless but this page took all the pain out of getting my drivers loaded & network up/running:

http://ndiswrapper.sourceforge.net/p...p?Installation

also you will have to create the file ifcfg-wlan0 & place it in your network-scripts folder. It should contain (at least) some of the following:

DEVICE=wlan0
TYPE=Wireless
HWADDR=00:0C:41:506:70 -->may be different.
ONBOOT=yes
BOOTPROTO=dhcp
GATEWAY=192.168.1.1
NETMASK=255.255.255.0
WIRELESS_ESSID=midnight
WIRELESS_ENC_KEY=7E23F3F3AE -->just an example, make sure it's same as the router.
WIRELESS_MODE=Managed

This has worked for me using WPC11v4(PCMCIA), WMP11v4, and NetGear WG311.

I hope this helps.
 
Old 07-20-2005, 12:27 PM   #8
Civil
LQ Newbie
 
Registered: Jul 2005
Posts: 2

Rep: Reputation: 0
Hi,

I am using Ubuntu 5.04 and I am having trouble connecting to my Access Point.

I am using NDISWrapper 1.0rc1, which is bundled with Ubuntu, and I have grabbed the drivers from the NDISWrapper List of drivers for my WLAN card. I am using the LinkSys WMP11v4.

I successfully loaded the drivers (all three inf files) and verify that they were installed (#ndiswrapper -l), and I get a message indicating that the hardware and driver are installed. Also, the green power light is now lit on my card. But, I can't get a 'link' light.

I can see my router in the #iwlist and I #iwconfig all my settings, but they don't seem to stick. Everytime I try #iwconfig, my access point is listed as 'off/any'. One point - I am using WEP and have not tried it without. My fear is that I can't get WEP to work in Linux for this card. If so, then I will have to go buy a new card, because I really don't want to leave my network open.

I tried CORE244's recommendation of creating a 'ifcfg-wlan0' file (which indicates that he was able to get WEP encryption to work), but that didn't seem to help me.

Anyone else have this problem? I would love to get a solution so I can use my existing WLAN card.

Thanks!

-Richard
 
Old 07-21-2005, 07:39 PM   #9
Civil
LQ Newbie
 
Registered: Jul 2005
Posts: 2

Rep: Reputation: 0
OK. I figured it out. I disabled WEP Encryption and now I can connect my box to my home AP. I don't really like to have my home network "open" since I am in an apartment, so for the time being I have enabled MAC address control on my router.

Has anyone been able to get WEP working with ndiswrapper using the LinkSys WMP11v4?

Any thoughts on MAC Address Control versus WEP Encryption?

Thanks!
 
Old 07-22-2005, 05:48 PM   #10
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
I can't explain why WEP isn't working for you, but I'll take the bait on MAC address filtering vs. WEP:

WEP is vulnerable to a couple of attacks. Some recently-demonstrated tools can produce your key in a few minutes. That said, most folks lack the tools and the skills to accomplish this. It still take a fair amount of data to crack the key.

MAC addresses, on the other hand, are passed in the clear - always. Whether you use 802.1x or WEP, if you disable "SSID broadcast" or not, your client MAC addresses are being beamed about in the open. Spoofing the MAC addy of a client is trivial.

Pick your poison and move to WPA if you can. Other than dictionary attacks for weak passwords in WPA-PSK, there is no published vulnerability.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
WMP11v4 and Breezy abbeyroadd Linux - Wireless Networking 33 11-16-2005 07:37 PM
Getting my Linksys WMP11V4 working in Linux Mr.Ampersand() Linux - Wireless Networking 13 11-10-2005 11:31 AM
suse 10.0 wmp11v4 the1sephiroth Linux - Wireless Networking 2 10-17-2005 04:59 PM
ndiswrapper for linksys WMP11v4 but modprobe fails theonlydrew Linux - Wireless Networking 4 01-26-2005 09:43 PM
Linksys driver install (searched hi & low) Bogus8 Slackware 3 10-15-2003 08:05 PM

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

All times are GMT -5. The time now is 01:41 AM.

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