Comment 2 for bug 1341278

Revision history for this message
CoudCoud (coudertmatthieu) wrote : Re: Wake-on-LAN doesn't work for some NICs

I've been watching /usr/share/pyshared/epoptes/core/wol.py in my buntu gnome 14.04 64.
I think the problem comes from the function getInterfaceList() : it returns ['lo', '', ''] but it should return something like ['lo', 'eth0', ''].
I don't know which config file is parsed by this function, but if it's /etc/network/interfaces, I know that eth0 isn't defined in this file any more in Ubuntu.