Comment 1 for bug 58927

Revision history for this message
atie (atie-at-matrix) wrote :

Confirm this problem with Edgy knot3 upgraded from Dapper. Can't get an IP for eth0, message is same as "send_packet: Message too long".

$lspci | grep Ethernet
00:12.0 Ethernet controller: National Semiconductor Corporation DP83815 (MacPhyter) Ethernet Controller

$lsmod | grep nat*
natsemi 30112 0

And, "sudo dhclient wlan0" (zd1211) is OK to get an IP, however there is "SIOCSIFMTU: Invalid argument" message.

eth0 Link encap:Ethernet HWaddr (...)
          UP BROADCAST MULTICAST MTU:64 Metric:1
          RX packets:70 errors:0 dropped:0 overruns:0 frame:0
          TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:9191 (8.9 KiB) TX bytes:1200 (1.1 KiB)
          Interrupt:5 Base address:0x4000

wlan0 Link encap:Ethernet HWaddr (...)
          inet addr:10.0.0.19 Bcast:255.255.255.255 Mask:255.255.255.0
          inet6 addr: fe80::213:49ff:fe22:feed/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:5485 errors:120 dropped:0 overruns:0 frame:120
          TX packets:3512 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:7197061 (6.8 MiB) TX bytes:372786 (364.0 KiB)