Thanks, Fitzcarraldo, for trying to help me so early in the morning!
Here the relevant lines from lspci:
- Code: Select all
02:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
06:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8169 PCI Gigabit Ethernet Controller (rev 10)
And her what I believe is relevant from lsmod:
- Code: Select all
r8169 39896 0
iwl3945 41930 0
iwlegacy 38634 1 iwl3945
mac80211 215476 2 iwl3945,iwlegacy
cfg80211 137752 3 iwl3945,iwlegacy,mac80211
The question in respect of firmware I can't answer (would need more instructions / research to find out where to look) but both network controllers seem to work find since they seem to communicate in the early stage with the DHCP server. I tried deleting /etc/resolv.conf - it was properly rebuilt after eth0 down / up again.
Also, these interfaces work since ages without any problem, and they also work with the latest Daily Live DVD.
Using dhclient and then ping
http://www.cisco.com yields no result - no response at all after entring the command, and upon <Ctrl C> back to the command prompt, without any output.
Did you do also try equo update && equo upgrade && equo conf update afterwards?
I'm sure that I did equo conf update yesterday after the upgrade. This is consistent with the "All fine baby, nothing to do" message I get now when I try this again.
I'm pretty sure that I tried another equo update yesterday after the first run (initially, there was a problem with the nvidia driver, so I fumbled a bit and got it resolved). But, to the best of my memory, this yielded no further updates, and then I certainly skipped the second equo upgrade.
EDIT
Here the response to ifconfig which seems to indicate that communication has taken place at some point:
- Code: Select all
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.100 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::290:f5ff:fe58:471 prefixlen 64 scopeid 0x20<link>
ether 00:90:f5:58:04:71 txqueuelen 1000 (Ethernet)
RX packets 1375 bytes 173697 (169.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1376 bytes 149482 (145.9 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 512 bytes 33128 (32.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 512 bytes 33128 (32.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0