Comment 86 for bug 160413

Revision history for this message
In , py.bretecher (py.bretecher-linux-kernel-bugs) wrote :

Bruno,

I have done what you advised to me :

py@pc-fixe2:~$ acpitool -w
   Device S-state Status Sysfs node
  ---------------------------------------
  1. PCI0 S5 enabled no-bus:pci0000:00
  2. PEX0 S5 enabled pci:0000:00:1c.0
  3. PEX1 S5 enabled
  4. PEX2 S5 enabled
  5. PEX3 S5 enabled
  6. PEX4 S5 enabled pci:0000:00:1c.4
  7. PEX5 S5 enabled pci:0000:00:1c.5
  8. HUB0 S5 enabled pci:0000:00:1e.0
  9. UAR1 S3 disabled pnp:00:07
  10. USB0 S3 disabled pci:0000:00:1d.0
  11. USB1 S3 disabled pci:0000:00:1d.1
  12. USB2 S3 disabled pci:0000:00:1d.2
  13. USB3 S3 disabled
  14. US31 S3 disabled pci:0000:00:1a.0
  15. USB4 S3 disabled pci:0000:00:1a.1
  16. USB5 S3 disabled pci:0000:00:1a.2
  17. USBE S3 disabled pci:0000:00:1d.7
  18. USE2 S3 disabled pci:0000:00:1a.7
  19. AZAL S5 disabled pci:0000:00:1b.0

py@pc-fixe2:~$ sudo ethtool eth0
Settings for eth0:
 Supported ports: [ TP ]
 Supported link modes: 10baseT/Half 10baseT/Full
                         100baseT/Half 100baseT/Full
                         1000baseT/Full
 Supports auto-negotiation: Yes
 Advertised link modes: 10baseT/Half 10baseT/Full
                         100baseT/Half 100baseT/Full
                         1000baseT/Full
 Advertised auto-negotiation: Yes
 Speed: 100Mb/s
 Duplex: Full
 Port: Twisted Pair
 PHYAD: 0
 Transceiver: internal
 Auto-negotiation: on
 Supports Wake-on: pumbg
 Wake-on: g
 Current message level: 0x00000033 (51)
 Link detected: yes

But unfortunately, I could not wake up my PC with magic packet after shutdown.
There is not much stuff in the BIOS but these events are enabled.
Again, I checked right after that rebooting with XP actually enables WOL.

I didn't try the patch from Rafael but I understood it only gives debug information, no kernel or module behaviour modification.

Thanks for your help.