LinuxQuestions.org
Visit Jeremy's Blog.
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
 
LinkBack Search this Thread
Old 06-08-2006, 05:47 PM   #1
taahtheold
LQ Newbie
 
Registered: Jun 2006
Distribution: Kubuntu
Posts: 5

Rep: Reputation: 0
Proxim Orinoco 11 a/b/g on Kubuntu not working


I am running Kubuntu on my laptop and wanted to be able to connect to my wireless network. I can connect over a wired connection without a problem but I am unable to get an IP over wireless. This wireless AP is working fine as I can use another laptop with windows xp running on it. I'm thinking the issue is my lack of knowledge.

My card is a PCMCIA Proxim Orinoco 11 a/b/g gold card (ath0)
My AP is a Netgear WPN824: it is set for g and b with a 128-bit shared key and not to broadcast the SSID

iwconfig ath0
Code:
ath0      IEEE 802.11  ESSID:"doodad"
          Mode:Managed  Frequency:5.68 GHz  Access Point: XX:XX:XX:XX:XX:XX
          Bit Rate:6 Mb/s   Tx-Power:18 dBm   Sensitivity=0/3
          Retry:off   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=0/94  Signal level=-95 dBm  Noise level=-95 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
sudo iwlist ath0 key
Code:
ath0      3 key sizes : 40, 104, 128bits
          4 keys available :
                [1]: XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XX (104 bits)
                [2]: off
                [3]: off
                [4]: off
          Current Transmit Key: [1]
          Security mode:restricted
          Authentication capabilities :
                WPA
                WPA2
                CIPHER TKIP
                CIPHER CCMP
I set the essid, AP MAC, and key using iwconfig. When I "sudo dhclient ath0" it fails to get any DHCPOFFERS. Any advice would be greatly appreciate as I'm the typical Linux newbie.
 
Old 06-08-2006, 10:36 PM   #2
osor
HCL Maintainer
 
Registered: Jan 2006
Distribution: (H)LFS, Gentoo
Posts: 2,450

Rep: Reputation: 64
Your first snippet shows a lot of bad stuff (seems like there's barely a signal). Are you sure you iwconfiged correctly. It seems like your laptop is in 802.11a mode whereas your AP is in b/g mode. Maybe you misspelled something?

For more debugging, one thing I would suggest is to disable encryption (temporarily) on both the access point and laptop. If it's still not working, we know it's not the encryption. Then, try to set your ip manually (without dhcp) and see if you can ping the AP.

Tell us if this works for you.
 
Old 06-08-2006, 11:36 PM   #3
taahtheold
LQ Newbie
 
Registered: Jun 2006
Distribution: Kubuntu
Posts: 5

Original Poster
Rep: Reputation: 0
I set my AP to use no encryption and I "sudo iwconfig ath0 key off". I tried the following this time:
Code:
sudo iwconfig ath0 essid doodad
sudo iwconfig ath0 ap xx:xx:xx:xx:xx:xx
sudo iwconfig ath0 channel 6
Worked fine. (seems I forgot to set the channel the first time around) I got an IP running "sudo dhclient ath0".

I then tried WEP and WPA-PSK. Neither of these seemed to work. What I do to enter the key is "sudo iwconfig ath0 key s:thisismykey" or "sudo iwconfig ath0 key 1234abcd5678efgh1234abcd5678ef".

I suppose it is the encryption then.
 
Old 06-08-2006, 11:53 PM   #4
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware 13.1
Posts: 1,872

Rep: Reputation: 48
Turn the SSID broadcast back on. Some configurations will not work with it off and it provides no security advantage to do so.
 
Old 06-09-2006, 01:09 PM   #5
taahtheold
LQ Newbie
 
Registered: Jun 2006
Distribution: Kubuntu
Posts: 5

Original Poster
Rep: Reputation: 0
Turning on broadcasting is helping some, thank you for that tip. This is what I've found so far.

AP: no encryption, broadcasting SSID - works
AP: no encryption, no broadcasting SSID - does not work
AP: encryption, broadcasting SSID - does not work
AP: encryption, no broadcasting SSID - does not work

It really seems that the overall issue is with encryption. This is the command I run to set the encryption.
Code:
sudo iwconfig ath0 key xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
 
Old 06-09-2006, 03:51 PM   #6
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware 13.1
Posts: 1,872

Rep: Reputation: 48
Try setting the encryption mode to open, and make sure you're entering a 26-digit hex key that matches the hex key in use by the router (not an alpha-numeric passphrase).
 
Old 06-11-2006, 09:27 AM   #7
taahtheold
LQ Newbie
 
Registered: Jun 2006
Distribution: Kubuntu
Posts: 5

Original Poster
Rep: Reputation: 0
My router has a section where you enter a passphrase then hit a generate button. A 26-digit key shows up, it looks to be in hex. This is what I'm using. I tried both of the following:

sudo iwconfig ath0 key open 1234ABCD5678EFAB9012CDEF34
sudo iwconfig ath0 key restricted 1234ABCD5678EFAB9012CDEF34

Neither will allow me to get an IP using dhclient. I've tried setting the IP manually but the laptop still won't see the network.

sudo iwconfig ath0 essid doodad
sudo iwconfig ath0 ap 00:11:22:33:44:55
sudo iwconfig ath0 channel 6
sudo iwconfig ath0 key open 1234ABCD5678EFAB9012CDEF34

Those are the new commands I type it after I insert my PCMCIA card. (with things like essid, ap mac, and key being the real values )
 
Old 06-11-2006, 10:12 PM   #8
taahtheold
LQ Newbie
 
Registered: Jun 2006
Distribution: Kubuntu
Posts: 5

Original Poster
Rep: Reputation: 0
Not exactally sure why but updating the router's firmware made it work.
 
  


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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
anyone got the proxim orinoco gold 8420-WD wireless pcmcia card working??? jipe Linux - Laptop and Netbook 15 03-02-2005 02:43 PM
Proxim Orinoco Silver Card not working on Sony PCG-GRZ630 BlueNowhere Linux - Laptop and Netbook 0 09-11-2004 10:48 PM
Proxim?Orinoco 8420-WD chopp Linux - Wireless Networking 2 08-27-2004 09:06 AM
orinoco proxim gold card hotgirl101 Linux - Hardware 3 08-06-2004 05:43 PM
Proxim orinoco troubles. jim64 Linux - Wireless Networking 5 11-18-2003 09:22 PM


All times are GMT -5. The time now is 07:52 AM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration