Activity log for bug #1665634

Date Who What changed Old value New value Message
2017-02-17 13:20:53 Victor bug added bug
2017-02-20 14:09:22 Simon Fels snappy-hwe-snaps: importance Undecided High
2017-02-20 14:09:25 Simon Fels snappy-hwe-snaps: assignee Simon Fels (morphis)
2017-02-20 14:41:22 Victor gonzalez bug added subscriber Victor gonzalez
2017-04-05 08:26:51 Victor gonzalez description STEPS 1. Setup candidate core image on pi3 2. Install: $ snap install --beta canonical-se-engineering-tests && snap install --candidate network-manager && snap install --devmode --edge se-test-tools 3. Check the ethernet port for the wake-on-lan setting (eth0 in this case) $ sudo se-test-tools.ethtool eth0 Verification: The output should be similar to this: Settings for eth0: [...] Supports Wake-on: pumbg Wake-on: g [...] The relevant line is the "Wake-on:" one. It should have the value "g" set which marks the port as waking up on the magic packet. Current result: wake-on: stays in "d" Expected result: wake-on: should change to "g" when on eth connection Environment: pi3 + network-manager snap (stable 165) and connected with an eth cable STEPS 1. Setup candidate core image on pi3 2. Install: $ snap install --beta canonical-se-engineering-tests && snap install --candidate network-manager && snap install --devmode --edge se-test-tools 3. Check the ethernet port for the wake-on-lan setting (eth0 in this case)   $ sudo se-test-tools.ethtool eth0 Verification: The output should be similar to this: Settings for eth0:  [...]  Supports Wake-on: pumbg  Wake-on: g  [...] The relevant line is the "Wake-on:" one. It should have the value "g" set which marks the port as waking up on the magic packet. Current result: wake-on: stays in "d" Expected result: wake-on: should change to "g" when on eth connection
2017-05-15 14:27:55 Simon Fels snappy-hwe-snaps: status New Triaged