[Bug 1178171] Re: Interface eth0 not often detected at boot

2013-05-22 Thread Luis Henriques
This could be related with the e1000e driver power management bug that
was present in the 3.8 (raring) kernel. Basically, the ethernet card
couldn't detect carrier signal if it was on deep sleep state (e.g., the
laptop was on battery, not on AC).

 I've uploaded a test kernel here: 
http://people.canonical.com/~henrix/e1000e-pm-bug/
Basically, it contains the fix for the e1000e PM issue. This fix is already in 
Raring kernel master-next branch, and should be released soon.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1178171

Title:
  Interface eth0 not often detected at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178171/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1178171] Re: Interface eth0 not often detected at boot

2013-05-22 Thread Luis Henriques
*** This bug is a duplicate of bug 1152194 ***
https://bugs.launchpad.net/bugs/1152194

** This bug has been marked a duplicate of bug 1152194
   Ethernet is showing up as disconnected

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1178171

Title:
  Interface eth0 not often detected at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178171/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1178171] Re: Interface eth0 not often detected at boot

2013-05-22 Thread Luis Henriques
*** This bug is a duplicate of bug 1112652 ***
https://bugs.launchpad.net/bugs/1112652

** This bug is no longer a duplicate of bug 1152194
   Ethernet is showing up as disconnected
** This bug has been marked a duplicate of bug 1112652
   [raring] no ethernet with auto default power option with 82579LM

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1178171

Title:
  Interface eth0 not often detected at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178171/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1178171] Re: Interface eth0 not often detected at boot

2013-05-22 Thread Ricardo Ferreira
*** This bug is a duplicate of bug 1112652 ***
https://bugs.launchpad.net/bugs/1112652

I'm sorry, but still not fixed for me with the kernel you specified:

lisrferre@por0003n:~/Downloads$ sudo ethtool eth0
[sudo] password for lisrferre: 
Sorry, try again.
[sudo] password for lisrferre: 
Settings for eth0:
Cannot get device settings: No such device
Cannot get wake-on-lan settings: No such device
Cannot get message level: No such device
Cannot get link status: No such device
No data available
lisrferre@por0003n:~/Downloads$ uname -a
Linux por0003n 3.8.0-21-generic #32~e1000epmbug SMP Wed May 22 14:13:22 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux
lisrferre@por0003n:~/Downloads$ dmesg | grep eth0
[1.117600] e1000e :00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 
50:26:90:a5:73:0d
[1.117603] e1000e :00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[1.117640] e1000e :00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FF-0FF
[8.425203] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   25.042826] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   25.043109] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
lisrferre@por0003n:~/Downloads$ 

I'm on battery of course.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1178171

Title:
  Interface eth0 not often detected at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178171/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1178171] Re: Interface eth0 not often detected at boot

2013-05-22 Thread Ricardo Ferreira
*** This bug is a duplicate of bug 1112652 ***
https://bugs.launchpad.net/bugs/1112652

This one fixed it.

lisrferre@por0003n:~/Downloads$ sudo ethtool eth0
[sudo] password for lisrferre: 
Settings for eth0:
Supported ports: [ TP ]
Supported link modes:   10baseT/Half 10baseT/Full 
100baseT/Half 100baseT/Full 
1000baseT/Full 
Supported pause frame use: No
Supports auto-negotiation: Yes
Advertised link modes:  10baseT/Half 10baseT/Full 
100baseT/Half 100baseT/Full 
1000baseT/Full 
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Speed: Unknown!
Duplex: Unknown! (255)
Port: Twisted Pair
PHYAD: 2
Transceiver: internal
Auto-negotiation: on
MDI-X: Unknown
Supports Wake-on: pumbg
Wake-on: d
Current message level: 0x0007 (7)
   drv probe link
Link detected: no
lisrferre@por0003n:~/Downloads$ uname -a
Linux por0003n 3.8.13-030813-generic #201305111843 SMP Sat May 11 22:44:40 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1178171

Title:
  Interface eth0 not often detected at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178171/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1178171] Re: Interface eth0 not often detected at boot

2013-05-14 Thread Ricardo Ferreira
When I sit the laptop into the dock, ethtool already lists the interface
correctly. I should add that this was working with the previous Ubuntu
version

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1178171

Title:
  Interface eth0 not often detected at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178171/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1178171] Re: Interface eth0 not often detected at boot

2013-05-13 Thread Ricardo Ferreira
Sorry, but the latest kernel has still not fixed this problem

lisrferre@por0003n:/mnt/repository/firmware/BROCADE$ sudo ifconfig eth0
[sudo] password for lisrferre: 
eth0  Link encap:Ethernet  HWaddr 50:26:90:a5:73:0d  
  UP BROADCAST MULTICAST  MTU:1500  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:1000 
  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
  Interrupt:17 Memory:e270-e272 

lisrferre@por0003n:/mnt/repository/firmware/BROCADE$ sudo ethtool eth0
Settings for eth0:
Cannot get device settings: No such device
Cannot get wake-on-lan settings: No such device
Cannot get message level: No such device
Cannot get link status: No such device
No data available
lisrferre@por0003n:/mnt/repository/firmware/BROCADE$ uname -a^C
lisrferre@por0003n:/mnt/repository/firmware/BROCADE$ cd /
lisrferre@por0003n:/$ sudo ifconfig eth0
eth0  Link encap:Ethernet  HWaddr 50:26:90:a5:73:0d  
  UP BROADCAST MULTICAST  MTU:1500  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:1000 
  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
  Interrupt:17 Memory:e270-e272 



lisrferre@por0003n:/$ sudo ethtool eth0
Settings for eth0:  


Cannot get device settings: No such device  


Cannot get wake-on-lan settings: No such device 


Cannot get message level: No such device


Cannot get link status: No such device  


No data available   


lisrferre@por0003n:/$ uname -a  


Linux por0003n 3.9.0-030900-generic #201305071030 SMP Tue May 7 14:32:17 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux 
   
lisrferre@por0003n:/$ ^C


lisrferre@por0003n:/$ 


** Tags added: kernel-bug-exists-upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1178171

Title:
  Interface eth0 not often detected at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178171/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1178171] Re: Interface eth0 not often detected at boot

2013-05-09 Thread Ricardo Ferreira
** Attachment added: lspci
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178171/+attachment/3670737/+files/lspci-vnvn.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1178171

Title:
  Interface eth0 not often detected at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178171/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1178171] Re: Interface eth0 not often detected at boot

2013-05-09 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel?  Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.9 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.  
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-saucy/


** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1178171

Title:
  Interface eth0 not often detected at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178171/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs