Bug 162726

Summary: Wake on LAN (WOL) settings not remembered after second powerup 8139too driver
Product: [Fedora] Fedora Reporter: Chris Conrad <cjc3>
Component: ethtoolAssignee: Jeff Garzik <jgarzik>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: peterm
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-19 23:32:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Chris Conrad 2005-07-08 02:08:50 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4

Description of problem:
I enable Wake On LAN with ethertool for my Ethernet card: 'ethtool -s eth0 wol g'.  The Wake on LAN work for the first power on (that is, I shutdown and can do a wol). However on the next powerdown the WOL does not work.  After manual poweron the ethtool query indicates the ethernet card did not retain the WOL settings. I need to issue 'ethtool -s eth0 wol g' again.

It's not clear if it is something with ethtool or the ethernet driver.  Ethtool reports the following information for the network device:

driver: 8139too
version: 0.9.27
firmware-version:
bus-info: 0000:00:0e.0

The description is: Realtek Semiconductor Co., Ltd. RTL8139/8139C/8139C+.

   

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Enable WOL settings: ethtool -s eth0 wol g
2. Power off computer
3. Send WOL, i.e. magic packet, or other WOL packet to power on computer.
4. Power off computer second time.
5. Send WOL. WOL will fail.
6. Manually power on computer. Verify that WOL settings were forgotten or unset.
  

Additional info: