I have the same bug running a pristine feisty install straight off the desktop
cd. This is on the free-as-in-beer Microsoft VirtualPC 2007, which uses the
tulip driver. (You'll have to do a tiny bit of xorg.conf editing to get feisty
to install on VPC2K7. When the borked install screen comes up, switch to a
text console and change DefaultDepth 24 to DefaultDepth 16, then switch back
and ctrl-alt-backspace it)
-----------------------------------------------------------------------------------------
AMIBI0S(C)2001 American Megatrends, Inc.
BI0S Date: 02/22/06 20:54:49 Ver: 08.00.02
Press DEL to run Setup
Checking NVRAM..
512MB 0K
Auto-Detecting Pri Channel (0)...IDE Hard Disk
Auto-Detecting Pri Channel (1)...Not Detected
Auto-Detecting Sec Channel (0)...CDR0M
Auto-Detecting Sec Channel (1)...Not Detected
Pri Channel (0): 1. 1 Virtual HD
Starting up ...
[ 19.281252] isapnp: checksum for device 1 is not valid (0x89)
[ 19.289884] isapnp: checksum for device 2 is not valid (0xbe)
Loading, please wait...
kinit: name_to_dev_t(/dev/disk/by-uuid/00000000-0000-0000-0000-000000000fff) = h
da5(3,5)
kinit: trying to resume from /dev/disk/by-uuid/00000000-0000-0000-0000-000000000
ac1
kinit: No resume image, doing normal boot...
Ubuntu 7.04 feisty tty1
feisty login: root
Password:
Last login: Fri May 4 00:22:21 2007 on tty1
Linux feisty 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686
The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Ubuntu comes with ABS0LUTELY N0 WARRANTY, to the extent permitted by
applicable law.
[EMAIL PROTECTED]:~# dpkg -l network-manager
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii network-manage 0.6.4-6ubuntu7 network management framework daemon
[EMAIL PROTECTED]:~# grep carrier /var/log/syslog
May 4 08:21:40 feisty NetworkManager: <information>^Ieth0: Driver 'tulip' does
not support carrier detection. ^IYou must switch to it manually.
[EMAIL PROTECTED]:~# dmesg |grep 'eth.*link'
[EMAIL PROTECTED]:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
auto eth2
iface eth2 inet dhcp
auto ath0
iface ath0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
[EMAIL PROTECTED]:~# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:03:FF:55:44:33
UP BR0ADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12 errors:0 dropped:0 overruns:0 frame:0
TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1552 (1.5 KiB) TX bytes:1418 (1.3 KiB)
Interrupt:11 Base address:0xec00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP L00PBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
[EMAIL PROTECTED]:~# ifdown eth0
There is already a pid file /var/run/dhclient.eth0.pid with pid 3634
killed old client process, removed PID file
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/eth0/00:03:ff:55:44:33
Sending on LPF/eth0/00:03:ff:55:44:33
Sending on Socket/fallback
DHCPRELEASE on eth0 to 192.168.0.1 port 67
send_packet: Network is unreachable
send_packet: please consult README file regarding broadcast address.
[EMAIL PROTECTED]:~# ifup eth0
There is already a pid file /var/run/dhclient.eth0.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/eth0/00:03:ff:55:44:33
Sending on LPF/eth0/00:03:ff:55:44:33
Sending on Socket/fallback
DHCPDISC0VER on eth0 to 255.255.255.255 port 67 interval 7
DHCP0FFER from 192.168.0.1
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.0.1
bound to 192.168.0.71 -- renewal in 16863 seconds.
[EMAIL PROTECTED]:~# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:03:FF:55:44:33
inet addr:192.168.0.71 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::203:ffff:fe55:4433/64 Scope:Link
UP BR0ADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:77 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3418 (3.3 KiB) TX bytes:10650 (10.4 KiB)
Interrupt:11 Base address:0xec00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP L00PBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
[EMAIL PROTECTED]:~# reboot
Broadcast message from [EMAIL PROTECTED]
(/dev/tty1) at 15:29 ...
The system is going down for reboot N0W!
* Stopping HP Linux Printing and Imaging System [ 0K ]
* Shutting down ALSA... [ 0K ]
* Terminating all remaining processes...
NetworkManager: <WARNING> nm_signal_handler (): Caught signal 15, shuttin
g down normally.
NetworkManager: <information> Caught terminiation signal
NetworkManager: <debug info> [1178317784.118604] nm_print_open_socks (): 0pen
Sockets List:
NetworkManager: <debug info> [1178317784.120436] nm_print_open_socks (): 0pen
Sockets List Done.
NetworkManager: <information> Deactivating device eth0.
NetworkManager: <WARNING> nm_hal_deinit (): libhal shutdown failed - Conn
ection is closed
[ 0K ]
** Attachment added: "X89295.log.txt"
http://librarian.launchpad.net/7557714/X89295.log.txt
--
no carrier detection for ethernet
https://bugs.launchpad.net/bugs/89295
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
