can not connect wireless internet?

Asked by dhaval

i just installed Ubuntu 6.

and now i try to connect my wireless network.

but i can't do that

i read all the post and followed steps how ever still i am not be able to connect internet.

please help me

i Try to run:
    $ iwconfig

and got"

 iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

eth1 IEEE 802.11b/g ESSID:"" Nickname:"Broadcom 4311"
          Mode:Managed Access Point: Invalid
          RTS thr:off Fragment thr:off
          Link Quality:0 Signal level:0 Noise level:0
          Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
          Tx excessive retries:0 Invalid misc:0 Missed beacon:0

sit0 no wireless extensions.

"

i don't undestand what to do?

please help me

thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
dhaval
Solved:
Last query:
Last reply:
Revision history for this message
Joe Bowser (infil00p) said :
#1

Assuming that you do not have WPA (your iwconfig seems to indicate that you are running bcm43xx) The fastest way to do this, is to do the following:

iwconfig eth1 essid "<your_ssid>"

iwconfig eth1 key "<your_wep_key>" (if you have a WEP key)

dhclient eth1

If you still can't get connected, you may want to check to see if your firmware is right, there is a wiki article about this here:

https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx/Edgy

It references a recommended firmware, I would recommend that you use it. If you have, you may also want to try to get a different firmware from another supported driver (http://bcm43xx.berlios.de). However, I find that the driver recommended on the wiki works with my laptop better than any other thus far.

Once you get this working once, I also recommend using the Gnome Network Manager tool in Ubuntu to manage locations. After I got my card configured, I hardly had to use the command prompt anymore.

Revision history for this message
dhaval (dhaval-vyascentral) said :
#2

hi,

i tried it and i got this result?

"
dhruva@:~$ iwconfig eth1 essid "dmvyas"
Error for wireless request "Set ESSID" (8B1A) :
    SET failed on device eth1 ; Operation not permitted.
dhruva@:~$ dhclient eth1
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

can't create /var/lib/dhcp3/dhclient.leases: Permission denied
Can't create /var/run/dhclient.pid: Permission denied
drop_privileges: could not set group id: Operation not permitted
dhruva@:~$

"

i tried wifi- rader.

but still i can not connect

Revision history for this message
Joe Bowser (infil00p) said :
#3

You need to be root to do anything to your wireless interface.

Revision history for this message
Joe Bowser (infil00p) said :
#4

Add sudo in front of the commands in the prior message.

Revision history for this message
Best dhaval (dhaval-vyascentral) said :
#5

thanks

it helped me

thanks you very much

Revision history for this message
jansarz (jansarz) said :
#6

I have the same problem, I can't connect my wireless card, I have a nick with a passwd, so I need put the nickname and pass like in wondows, but if I put the passwd that's the result:

root@Antares:/home/jansarz# iwconfig eth1 essid "RIU"
root@Antares:/home/jansarz# iwconfig eth1 nickname "jansarz"
root@Antares:/home/jansarz# iwconfig eth1 key "YQWHsuC"

Error for wireless request "Set Encode" (8B2A) :
    invalid argument "YQWHsuC".