[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Banging my head accessing my wifi



Hi there,

  I am trying -yet again- to access wifi from my debian/stable box. I
gave up on using NetworkManager  since it does not even scan or list
available networks.

  I added the following line to  /etc/network/interfaces:

# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp

+ iface wlan0 inet dhcp
+        wpa-ssid NEUF_XXXX
+        wpa-psk thepassword

Which should be started using:

$ sudo ifup wlan0
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/wlan0/00:21:5c:a0:55:17
Sending on   LPF/wlan0/00:21:5c:a0:55:17
Sending on   Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 18
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 10
No DHCPOFFERS received.
No working leases in persistent database - sleeping.

Here is part of dmesg:

[   28.308932] lo: Disabled Privacy Extensions
[   31.768007] eth0: no IPv6 routers present
[   32.017203] iwlagn 0000:0c:00.0: firmware: requesting iwlwifi-4965-2.ucode
[   32.056427] iwlagn 0000:0c:00.0: loaded firmware version 228.57.2.23
[   32.056564] iwlagn 0000:0c:00.0: Radio disabled by HW RF Kill switch
[   32.069235] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  170.001038] CE: hpet increasing min_delta_ns to 15000 nsec
[ 1962.649644] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2284.348142] tg3 0000:09:00.0: PME# enabled
[ 2315.633884] iwlagn 0000:0c:00.0: Radio disabled by HW RF Kill switch
[ 2315.652621] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2399.634986] tg3 0000:09:00.0: PME# disabled
[ 2399.652239] tg3 0000:09:00.0: irq 30 for MSI/MSI-X
[ 2399.711970] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 2401.311916] tg3: eth0: Link is up at 100 Mbps, full duplex.
[ 2401.311919] tg3: eth0: Flow control is on for TX and on for RX.
[ 2401.312114] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 2411.652288] eth0: no IPv6 routers present


I am using a default debian installation with GNOME, what tool can use
to actually get anywhere (at least get informative debug info).

Thanks,
-- 
Mathieu


Reply to: