5

Can't wait till raring officially release, I decided to use daily-image of it.

However, my ethernet is not working. cannot be selected and activated to retrieve DHCP from my LAN.

It was working when I bootup my ubuntu with LAN cable attached, but to day I rebooted many times with attached cable the ethernet still not working.

WLAN is working just fine.

Husni
  • 561

3 Answers3

3

Somehow it went up (the Ethernet picking up the DHCP on my LAN) after I plug the laptop charger/adapter as the battery ran out

Husni
  • 561
1

There's a current bug report on LaunchPad and the latest news is that the fix is due with the 3.8.13 kernel updates.

I'm using 13.04 on a Dell Latitude e6430u with the same problem (Intel NIC).

1

I'm experiencing the same issue. Using Paul's supplied link to the bug I've used the workaround that is mentioned there - simply type this into the command line:

echo on | sudo tee /sys/class/net/eth0/device/power/control
iddo
  • 331