Public bug reported:
Hi,
First of all, this bug may be a duplicate of bug #80499 or #67152...
I tried to configure my wifi network by using network-admin instead of
network-manager. (NM works fine, but typing the password to unlock the
access to the wep key is not good for my mother...)
When I start the computer, the network is not working, sudo iwconfig
doesn't show the wep key and no IP address is given. Same behaviour if I
unplug/plug the dongle...
eth1 IEEE 802.11b/g ESSID:off/any Nickname:"zd1211"
Mode:Managed Frequency:2.472 GHz Access Point: Invalid
Bit Rate=1 Mb/s
Encryption key: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
This is what I see in /var/log/syslog
Mar 29 13:13:09 cyclope dhclient: Listening on LPF/eth1/00:60:b3:ee:9b:df
Mar 29 13:13:09 cyclope dhclient: Sending on LPF/eth1/00:60:b3:ee:9b:df
Mar 29 13:13:09 cyclope dhclient: Sending on Socket/fallback
Mar 29 13:13:09 cyclope dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
Mar 29 13:13:16 cyclope dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
Mar 29 13:13:32 cyclope dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port
67 interval 5
Mar 29 13:13:37 cyclope dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port
67 interval 10
Mar 29 13:13:47 cyclope dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port
67 interval 13
Mar 29 13:14:00 cyclope dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port
67 interval 3
Mar 29 13:14:03 cyclope dhclient: No DHCPOFFERS received.
Mar 29 13:14:03 cyclope dhclient: Trying recorded lease 192.168.1.10
Mar 29 13:14:03 cyclope avahi-daemon[5292]: Joining mDNS multicast group on
interface eth1.IPv4 with address 192.168.1.10.
Mar 29 13:14:03 cyclope avahi-daemon[5292]: New relevant interface eth1.IPv4
for mDNS.
Mar 29 13:14:03 cyclope avahi-daemon[5292]: Registering new address record for
192.168.1.10 on eth1.IPv4.
Mar 29 13:14:06 cyclope avahi-daemon[5292]: Withdrawing address record for
192.168.1.10 on eth1.
Mar 29 13:14:06 cyclope avahi-daemon[5292]: Leaving mDNS multicast group on
interface eth1.IPv4 with address 192.168.1.10.
Mar 29 13:14:06 cyclope avahi-daemon[5292]: Interface eth1.IPv4 no longer
relevant for mDNS.
Mar 29 13:14:06 cyclope avahi-autoipd(eth1)[7215]: Found user 'avahi-autoipd'
(UID 104) and group 'avahi-autoipd' (GID 108).
Mar 29 13:14:06 cyclope avahi-autoipd(eth1)[7215]: Successfully called chroot().
Mar 29 13:14:06 cyclope avahi-autoipd(eth1)[7215]: Successfully dropped root
privileges.
Mar 29 13:14:06 cyclope avahi-autoipd(eth1)[7215]: fopen() failed: Permission
denied
Mar 29 13:14:06 cyclope avahi-autoipd(eth1)[7215]: Starting with address
169.254.11.88
Mar 29 13:14:11 cyclope avahi-autoipd(eth1)[7215]: Callout BIND, address
169.254.11.88 on interface eth1
Mar 29 13:14:11 cyclope avahi-daemon[5292]: Joining mDNS multicast group on
interface eth1.IPv4 with address 169.254.11.88.
Mar 29 13:14:11 cyclope avahi-daemon[5292]: New relevant interface eth1.IPv4
for mDNS.
Mar 29 13:14:11 cyclope avahi-daemon[5292]: Registering new address record for
169.254.11.88 on eth1.IPv4.
Mar 29 13:14:11 cyclope avahi-autoipd(eth1)[7216]: client: RTNETLINK answers:
File exists
Mar 29 13:14:15 cyclope avahi-autoipd(eth1)[7215]: Successfully claimed IP
address 169.254.11.88
Mar 29 13:14:15 cyclope avahi-autoipd(eth1)[7215]: fopen() failed: Permission
denied
Mar 29 13:14:15 cyclope dhclient: No working leases in persistent database -
sleeping.
If I run /etc/init.d/networking restart, it take a while but finally I
obtain an IP address
This is the output of the command :
[...] // strip other interfaces
There is already a pid file /var/run/dhclient.eth1.pid with pid 134993416
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:60:b3:ee:9b:df
Sending on LPF/eth1/00:60:b3:ee:9b:df
Sending on Socket/fallback
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8
DHCPOFFER from 192.168.1.1
DHCPREQUEST on eth1 to 255.255.255.255 port 67
DHCPACK from 192.168.1.1
bound to 192.168.1.10 -- renewal in 239045 seconds.
Output of iwconfig :
eth1 IEEE 802.11b/g ESSID:"Wanadoo_XXXX" Nickname:"zd1211"
Mode:Managed Frequency:2.457 GHz Access Point: 00:16:41:02:30:9F
Bit Rate=11 Mb/s
Encryption key:FC94-D977-C9DE-963A-9D4D-XXXX-XX Security mode:open
Link Quality=98/100 Signal level=41/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Output of syslog :
Mar 29 13:16:23 cyclope kernel: [ 1789.576000] ADDRCONF(NETDEV_UP): eth1: link
is not ready
Mar 29 13:16:23 cyclope dhclient: There is already a pid file
/var/run/dhclient.eth1.pid with pid 134993416
Mar 29 13:16:23 cyclope kernel: [ 1789.596000] SoftMAC: Open Authentication
completed with 00:16:41:02:30:9f
Mar 29 13:16:23 cyclope dhclient: Internet Systems Consortium DHCP Client V3.0.4
Mar 29 13:16:23 cyclope dhclient: Copyright 2004-2006 Internet Systems
Consortium.
Mar 29 13:16:23 cyclope dhclient: All rights reserved.
Mar 29 13:16:23 cyclope dhclient: For info, please visit
http://www.isc.org/sw/dhcp/
Mar 29 13:16:23 cyclope dhclient:
Mar 29 13:16:23 cyclope kernel: [ 1789.612000] ADDRCONF(NETDEV_CHANGE): eth1:
link becomes ready
Mar 29 13:16:24 cyclope dhclient: Listening on LPF/eth1/00:60:b3:ee:9b:df
Mar 29 13:16:24 cyclope dhclient: Sending on LPF/eth1/00:60:b3:ee:9b:df
Mar 29 13:16:24 cyclope dhclient: Sending on Socket/fallback
Mar 29 13:16:25 cyclope avahi-daemon[5292]: Registering new address record for
fe80::260:b3ff:feee:9bdf on eth1.*.
Mar 29 13:16:27 cyclope dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port
67 interval 8
Mar 29 13:16:28 cyclope dhclient: DHCPOFFER from 192.168.1.1
Mar 29 13:16:28 cyclope dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67
Mar 29 13:16:28 cyclope dhclient: DHCPACK from 192.168.1.1
Mar 29 13:16:28 cyclope avahi-daemon[5292]: Joining mDNS multicast group on
interface eth1.IPv4 with address 192.168.1.10.
Mar 29 13:16:28 cyclope avahi-daemon[5292]: New relevant interface eth1.IPv4
for mDNS.
Mar 29 13:16:28 cyclope avahi-daemon[5292]: Registering new address record for
192.168.1.10 on eth1.IPv4.
Mar 29 13:16:28 cyclope dhclient: bound to 192.168.1.10 -- renewal in 239045
seconds.
Mar 29 13:16:28 cyclope ntpdate[7531]: adjust time server 82.211.81.145 offset
0.057953 sec
Mar 29 13:16:29 cyclope ntpdate[7476]: adjust time server 82.211.81.145 offset
0.057917 sec
Mar 29 13:16:34 cyclope kernel: [ 1800.240000] eth1: no IPv6 routers present
My /etc/network/interfaces contain :
iface eth1 inet dhcp
wireless-essid Wanadoo_24c1
wireless-key FC94D977C9DE963A9D4DXXXXXX
auto eth1
I'm using an Sagem XG-760A dongle with ndiswrapper
ndiswrapper -l
Installed ndis drivers:
wlanuzg driver present, hardware present
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu feisty (development branch)
Release: 7.04
Codename: feisty
Regards
Mât
ProblemType: Bug
Architecture: i386
Date: Thu Mar 29 12:54:17 2007
DistroRelease: Ubuntu 7.04
Uname: Linux cyclope 2.6.20-13-generic #2 SMP Sun Mar 25 00:21:25 UTC 2007 i686
GNU/Linux
** Affects: Ubuntu
Importance: Undecided
Status: Unconfirmed
--
network-admin doesn't use my wep key
https://launchpad.net/bugs/98553
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs