LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
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 10-19-2002, 12:56 AM   #31
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72

Two high pitched beeps just means it bound "a" module to the card, lets figure out which one it is. What's listed with the command:

/sbin/lspci

If prism2_cs is there, the device must have registered right. Look at the goop from the command "dmesg" and you should see a mountain of prism card spam.

Bring it up with the command:

ifconfig wlan0 up

Then hopefully you can just tell it to grab an IP address and other goop with:

dhcpcd wlan0

You can't manually modprobe pcmcia modules, cardmgr has to do that for you. Well, okay there are a few you actually can, but that's weird hotplug stuff and these cards don't fall under that category.

iwconfig doesn't work, or more to the point, isn't entirely supported yet with the prism2_cs drivers, so just stick to the wlan-ng.otps file.

Luck,

Finegan
 
Old 10-21-2002, 08:11 PM   #32
nxny
Member
 
Registered: May 2002
Location: AK - The last frontier.
Distribution: Red Hat 8.0, Slackware 8.1, Knoppix 3.7, Lunar 1.3, Sorcerer
Posts: 771

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by finegan
128-bit refers to the encryption scheme, 104-bit refers to the actual key length.
Finegan,

You'd helped my configure my WPC11v3. I was going to enable encryption, but since I thought hermes supported just 40 bit(key length) encryption and my base access point had only 64 and 128 bit choices, I had to drop the idea. Also, how is the encryption scheme related to key-length? Do they use standard routines like 3DES?
 
Old 10-21-2002, 08:54 PM   #33
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
3DES, no, oh my I wish, the encryption is down there in the layering, at the hardware level, hence when WEP was first cracked about 2 years ago there was nothing to do, WEP was in the 802.11 standard.

Hermes will go higher than 40-bit which is the key length for what is called 64bit WEP, as far as I know it'll do a 104-bit key which is 128-bit WEP. For instance the Orinoco Silver cards can only do 64 which the Gold will do both. Offhand I think the only difference between the two cards is firmware, but I've cracked two open out of boredom to be sure. I don't understand why there's a friggin' dichotomy, maybe its like how the hardware industry calls a Megabyte, 1000000Bytes while everyone else knows its really 1048576Bytes.

Cheers,

Finegan
 
Old 10-22-2002, 05:29 PM   #34
_clona_
LQ Newbie
 
Registered: Oct 2002
Location: San Diego, CA
Distribution: Mostly RH 7.x, 8.0
Posts: 4

Rep: Reputation: 0
finegan,

You rule!!
I have a Dell Inspiron 8100 with Linksys WPC11, and your few-step explanation quoted below did the trick for me. I should probably mention that I was at total loss after struggling with my card until I stumbled onto your post.

Rock on!

Matt


Quote:
Originally posted by finegan
Yipes, I can't believe I let this thread slip by. First off, the linux-wlan project work is great, interesting, very involved, and a complete nuisance.

The joker that re-wrote the driver for the Lucent/Orinoco/Agere series of cards tweaked his driver to work with the prism2 series as well, of which the wpc11 is one. Is the card v2.5 or 3? If not, then this is very easy, and even if it is, its not that much harder.

Go to Jean's page, who wrote the api for wireless devices under Linux, that the Linux-wlan project doesn't pay any attention to... unlike every other wireless driver out there. Anyway, download the file hermes.conf and copy it into /etc/pcmcia and then restart pcmcia, and since both of you are talking redhat, then it would be with the command:

/etc/rc.d/init.d/pcmcia restart

Then check "dmesg" to see if the drivers bound to the card. The device name will be ethX, whatever is next in line, so eth1 if you already have an onboard eth device. That wlan0 goop is strictly those jokers.

Afterwards you can bring the card up with "ifconfig" and manipulate the settings of the wireless goop like essid and encryption and mode with "iwconfig". If iwconfig isn't installed, its an RPM on the RedHat CDs called wireless_tools.

There's even a dozen ways to Sunday to automate configuration on card insertion, post back if you need any help.

Luck,

Finegan
 
Old 10-23-2002, 11:46 AM   #35
nxny
Member
 
Registered: May 2002
Location: AK - The last frontier.
Distribution: Red Hat 8.0, Slackware 8.1, Knoppix 3.7, Lunar 1.3, Sorcerer
Posts: 771

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by finegan
3DES, no, oh my I wish, the encryption is down there in the layering, at the hardware level, hence when WEP was first cracked about 2 years ago there was nothing to do, WEP was in the 802.11 standard.

Hermes will go higher than 40-bit which is the key length for what is called 64bit WEP, as far as I know it'll do a 104-bit key which is 128-bit WEP. For instance the Orinoco Silver cards can only do 64 which the Gold will do both. Offhand I think the only difference between the two cards is firmware, but I've cracked two open out of boredom to be sure. I don't understand why there's a friggin' dichotomy, maybe its like how the hardware industry calls a Megabyte, 1000000Bytes while everyone else knows its really 1048576Bytes.

Cheers,

Finegan
Makes sense. I was wondering if there's something really wrong with WEP why cant anyone fix it!!

I'm going to upgrade my laptop to RH 8.0 one of these days and then we'll do some talking.
 
Old 12-02-2002, 03:39 PM   #36
tel1jag
LQ Newbie
 
Registered: Dec 2002
Posts: 7

Rep: Reputation: 0
I have the same problem...I get everything working properly, but I do not get any DHCP information...

The iwconfig shows all wireless info, but I get no ip address, subnet mask, router, etc. etc.

Anyone have any ideas?

--Jeff
 
Old 12-02-2002, 03:59 PM   #37
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
What card? also what distro and what driver set, I can't remember which were covered here, most likely this is a WPC11 v2.5, orinoco drivers, and RedHat 8.0?

Then again I may be way off. If it is Rh 8.0, that now uses a different dhcp client daemon, dhclient, than what everyone else uses, dhcpcd.

Also, you may try manually configuring your route:

ifconfig eth0 192.168.1.23 up
route add default gw 192.168.1.1

(assuming the 192.168.1.x IP block, use your own of course.)

ping 192.168.1.1

If that works, then at least the drivers are working and the rest can be sorted out in the long run.

Cheers,

Finegan
 
Old 11-11-2003, 03:51 PM   #38
mark9121
LQ Newbie
 
Registered: Jul 2003
Location: Akron,Ohio USA
Distribution: Gentoo,Slackware
Posts: 14

Rep: Reputation: 0
Linksys WPC11 v3 pains.

She can see the ap now fine...Since I compiled wlan from source. But if I say for example
iwconfig wlan0 essid marksland
I get function not implemented rather then a command prompt of joy...Sigh. It does that on anything that I try to set. I had a acx100 card with drivers installed that worked. According to service pcmcia stop the acx100 driver is not loaded.

Any ideas?
 
Old 11-11-2003, 04:58 PM   #39
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
The linux-wlan.net drivers don't actually comply at all with the wireless extensions API at all, so all of the "iw" commands won't do anything. Configuration info in /etc/wlan should help you sort it out, everything gets fed to the driver on module load. It should still work by editting /etc/pcmcia/wlan-ng.opts by hand.

Cheers,

Finegan
 
Old 11-11-2003, 08:24 PM   #40
mark9121
LQ Newbie
 
Registered: Jul 2003
Location: Akron,Ohio USA
Distribution: Gentoo,Slackware
Posts: 14

Rep: Reputation: 0
is that file read at boot time or when the service starts? I rather need to configure it for two different networks. Two different essid's one has wep enabled, the other (presently) does not..... With the acx100 (now defunct) i could set them on the fly and it happily talked to either network.......
 
Old 11-11-2003, 08:35 PM   #41
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
When service starts, its been a while since I messed with the linux-wlan.net drivers, but last I checked, you have to manually restart pcmcia after making manual changes to a file in order to switch networks... then again, it has been years, all of the documentation would explain it faster, and that's in /etc/wlan

Also,

There's two entire other drivers for this card, the orinoco_cs set that sometimes bogs down on newer firmware and the host_ap modules, which work fine in managed and ad-hoc modes too.

Cheers,

Finegan
 
Old 11-11-2003, 08:48 PM   #42
mark9121
LQ Newbie
 
Registered: Jul 2003
Location: Akron,Ohio USA
Distribution: Gentoo,Slackware
Posts: 14

Rep: Reputation: 0
orinoco_cs is what i had been using in coridnation with the linux-wlan... i can probably do a script that will cp the approperiate network into place and then restart pcmcia to make it read the changes, but is there a better solution that would just allow me to set the parameters on the fly and go?
 
Old 11-11-2003, 08:54 PM   #43
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Hmmm...

The linux-wlan.net modules are one set of drivers for the prism2 chipset, under /sbin/lsmod they'll be listed as prism2_cs, p8211, etc... As far as I know, the settings have to handed to the module on module load, which means a hard restart of pcmcia every time you want to change essids...

The orinoco_cs modules are part of the default kernel and should have loaded for the card originally. They are compliant with the wireless tools api and should take commands like "iwconfig eth0 essid bob" and so forth.

Which ones are you using?

Cheers,

Finegan
 
Old 11-11-2003, 09:02 PM   #44
mark9121
LQ Newbie
 
Registered: Jul 2003
Location: Akron,Ohio USA
Distribution: Gentoo,Slackware
Posts: 14

Rep: Reputation: 0
iwconfig <enter> reports that wlan0 can see whichever ap i'm in range of....either home or work. but when i say ifconfig wlan0 essid whatever it comes back and says function not impolemented for device wlan0. i don't believe eth0 shows up but maybe ifconfig will say differently..... should iwconfig show eth0 as well if its defined?
 
Old 11-12-2003, 05:38 PM   #45
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Actually, do you just have the "dmesg" dump for when the driver loaded? I haven't successfully dealt with this linuxant stuff yet. The only laptop I had around to abuse up until recently is running Gentoo, and what they patch the kernel with does not work out with linuxant's wrappers.

Cheers,

Finegan
 
  


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
Wireless Card WPC11 v.3 Linksys Install mismajor99 Linux - Newbie 11 02-06-2005 12:31 PM
Linksys Wireless WPC11 card UmneyDurak Fedora 1 01-19-2005 12:44 AM
linksys WPC11 wireless networking natesaider Linux - Wireless Networking 94 07-23-2003 03:38 PM
Linksys WPC11 v3 wireless card jgeddes Linux - Wireless Networking 0 04-02-2003 08:06 PM
linksys wpc11 wireless card kernel_forbin Linux - Hardware 1 03-23-2003 01:52 PM

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

All times are GMT -5. The time now is 09:31 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