NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › ubuntu question: wifi wont connect
New Posts  All Forums:Forum Nav:

ubuntu question: wifi wont connect

post #1 of 6
Thread Starter 
if i type eth1, which is my wifi card, into network monitor, it wont connect. i went to network and enabled it, and still nutting, i even put in my SSID by hand, please help, i hate being tethered to eithernet
post #2 of 6
unplug your wifi router for a little bit and then plug it back in.
post #3 of 6
Thread Starter 
wifi works on windows though
post #4 of 6
it needs to find your network.... typing it in by hand won't help ya much if it doesn't see it. crack open terminal and do this:
Code:
$: sudo ifconfig eth1 up
$: sudo iwlist eth1 scan
look for what essids it found...is yours listed there? are any listed there? if yours is there you can connect to it via the network manager or via terminal with "iwconfig eth1 essid ESSID" and then doing "dhclient eth1"
post #5 of 6
Hi can't connect to di-524 using your guide above. Under windows its no problem. system is edgy eft. Using Wifi-radar or networking under administration doesn't help either. It says I'm connected but there is no data flowing. Plugging in the router by cable internet works instantly.

felix@felix-laptop:~$ sudo ifconfig eth1 up
Password:
felix@felix-laptop:~$ sudo iwlist eth1 scan
eth1 Scan completed :
Cell 01 - Address: 00:17:9A:5B:6E:0B
ESSID:"WG 8 - bei Wifi Bedarf melden"
Protocol:IEEE 802.11g
Mode:Master
Channel:6
Encryption keyn
Bit Rates:54 Mb/s
Extra: Rates (Mb/s): 54
Quality=91/100 Signal level=-37 dBm
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK
Extra: Last beacon: 97ms ago

felix@felix-laptop:~$ iwconfig eth1 essid WG 8 - bei Wifi Bedarf melden
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device eth1 ; Operation not permitted.
felix@felix-laptop:~$ sudo iwconfig eth1 essid WG 8 - bei Wifi Bedarf melden
Error : unrecognised wireless request "8"
felix@felix-laptop:~$ sudo iwconfig eth1 essid "WG 8 - bei Wifi Bedarf melden"
felix@felix-laptop:~$ 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
felix@felix-laptop:~$ sudo 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/

Listening on LPF/eth1/00:16:6f:4a:3e:11
Sending on LPF/eth1/00:16:6f:4a:3e:11
Sending on Socket/fallback
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 12
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
felix@felix-laptop:~$ sudo iwlist eth1 scan
eth1 Scan completed :
Cell 01 - Address: 00:17:9A:5B:6E:0B
ESSID:"WG 8 - bei Wifi Bedarf melden"
Protocol:IEEE 802.11g
Mode:Master
Channel:6
Encryption keyn
Bit Rates:54 Mb/s
Extra: Rates (Mb/s): 54
Quality=91/100 Signal level=-38 dBm
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK
Extra: Last beacon: 5283ms ago
post #6 of 6
Now i am very new to linux, and just started!!! But i have tried Ubuntu, Kubuntu , Xubuntu , PCLinuxOS , Freespire , openSUSE , and Knoppix and the only one that worked was Novell Suse Linux Enterprise Desktop 10. I have a Dell Inspiron 6000, with a Intel PROWireless 2200bg and a DLink DI-524 router. With WPA-PSK Security, i spent ages trying to get it to work (oh i was close to throwing it at the wall and getting a ThinkPad T60) But i am happy to pay $50 for SUSE and you get support. I would recommend it, but i am a newbie so i needed support
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Linux & Other OS's
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › ubuntu question: wifi wont connect