marvel yukon 88e8001 1GB-Ethernet Adapter and WoL

This is a discussion on marvel yukon 88e8001 1GB-Ethernet Adapter and WoL within the Linux Networking forums, part of the Linux Forums category; A previous poster wrote the following: > Hello, > i'm trying to use the WOL feature from my ethernet ...


Go Back   Usenet Forums > Linux Forums > Linux Networking

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-14-2006
id10t5@hotmail.com
 
Posts: n/a
Default marvel yukon 88e8001 1GB-Ethernet Adapter and WoL

A previous poster wrote the following:

> Hello,
> i'm trying to use the WOL feature from my ethernet adapter without success
> yet.
> After shutdown my debian/sid the link at the switch (and card) goes down and
> therefore no wol is possible. After power on the link comes back after the
> driver was loaded.
> If i shutdown from windows the link is on after shutdown and wol works fine
> after enabling wakeup from magic pattern in windows driver settings.
> Summarized: the hardware and wol works fine.
> So therefore i've tried to enable the same thing from linux with ethtool,
> but without success.
>
> some informations:
> nias:/home/nias# uname -a
> Linux nias 2.6.13 #1 Thu Sep 22 22:53:11 CEST 2005 i686 GNU/Linux
>
> nias:/home/nias# ethtool -i eth0
> driver: sk98lin
> version: 8.24.1.2 (beta) (01)
> firmware-version: N/A
> bus-info: 0000:00:0a.0
>
> nias:/home/nias# ethtool eth0
> Settings for eth0:
> Supported ports: [ TP ]
> Supported link modes: 10baseT/Half 10baseT/Full
> 100baseT/Half 100baseT/Full
> 1000baseT/Half 1000baseT/Full
> Supports auto-negotiation: Yes
> Advertised link modes: 10baseT/Half 10baseT/Full
> 100baseT/Half 100baseT/Full
> 1000baseT/Half 1000baseT/Full
> Advertised auto-negotiation: Yes
> Speed: 100Mb/s
> Duplex: Full
> Port: Twisted Pair
> PHYAD: 0
> Transceiver: internal
> Auto-negotiation: on
> Supports Wake-on: g
> Wake-on: g
>
> this looks like an enabled wol, but link always goes down after shutdown or
> suspend to ram (s3).
>
> anyone has an idea or the same mainboard and working wol with linux?


So about a year on, I'm having a similar issue.

Centos 4.4 dual boot with Xp on a Asus An8-SLI Premium
eth0: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller
(rev 13)

1. I have been using my old machine W2k/Centos with WOL for years
conclusion: Magic Packets are working correctly

2. If I shutdown from XP, WOL works (on the Marvell eth)
conclusion: Magic Packets are working, BIOS settings are correct, XP
leaves eth0 in the correct state


Default driver is sk98lin (v 6 driver if I recall correctly) but this
does not
support ethtool, so I switched to the skge driver. This does
respond to ethtool
and wol flag was set to d. I set it to g, shutdown -h the machine
and WOL
doesn't work. It also appears to disable the interface completely
as XP then
reports the cable is disconnected. A hard power off/on is needed
to resolve this.
Setting the flag to 'g' then a reboot, ethtool says the wol flag is
back to 'd'.

I tried using the later v8 of sk98lin, which needed a kernel rebuild,
but my initial
tests seemed to have the same results - I then ran out of test time
(too late at night)

I'm not on my machine atm, but the kernel and drivers are the default
versions
as in RH 4u4, Centos 4.4

ID

Reply With Quote
  #2 (permalink)  
Old 09-14-2006
id10t5@hotmail.com
 
Posts: n/a
Default Re: marvel yukon 88e8001 1GB-Ethernet Adapter and WoL


id10t5@hotmail.com wrote:
> A previous poster wrote the following:
>
> > Hello,
> > i'm trying to use the WOL feature from my ethernet adapter without success
> > yet.
> > After shutdown my debian/sid the link at the switch (and card) goes down and
> > therefore no wol is possible. After power on the link comes back after the
> > driver was loaded.
> > If i shutdown from windows the link is on after shutdown and wol works fine
> > after enabling wakeup from magic pattern in windows driver settings.
> > Summarized: the hardware and wol works fine.
> > So therefore i've tried to enable the same thing from linux with ethtool,
> > but without success.
> >
> > some informations:
> > nias:/home/nias# uname -a
> > Linux nias 2.6.13 #1 Thu Sep 22 22:53:11 CEST 2005 i686 GNU/Linux
> >
> > nias:/home/nias# ethtool -i eth0
> > driver: sk98lin
> > version: 8.24.1.2 (beta) (01)
> > firmware-version: N/A
> > bus-info: 0000:00:0a.0
> >
> > nias:/home/nias# ethtool eth0
> > Settings for eth0:
> > Supported ports: [ TP ]
> > Supported link modes: 10baseT/Half 10baseT/Full
> > 100baseT/Half 100baseT/Full
> > 1000baseT/Half 1000baseT/Full
> > Supports auto-negotiation: Yes
> > Advertised link modes: 10baseT/Half 10baseT/Full
> > 100baseT/Half 100baseT/Full
> > 1000baseT/Half 1000baseT/Full
> > Advertised auto-negotiation: Yes
> > Speed: 100Mb/s
> > Duplex: Full
> > Port: Twisted Pair
> > PHYAD: 0
> > Transceiver: internal
> > Auto-negotiation: on
> > Supports Wake-on: g
> > Wake-on: g
> >
> > this looks like an enabled wol, but link always goes down after shutdown or
> > suspend to ram (s3).
> >
> > anyone has an idea or the same mainboard and working wol with linux?

>
> So about a year on, I'm having a similar issue.
>
> Centos 4.4 dual boot with Xp on a Asus An8-SLI Premium
> eth0: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller
> (rev 13)
>
> 1. I have been using my old machine W2k/Centos with WOL for years
> conclusion: Magic Packets are working correctly
>
> 2. If I shutdown from XP, WOL works (on the Marvell eth)
> conclusion: Magic Packets are working, BIOS settings are correct, XP
> leaves eth0 in the correct state
>
>
> Default driver is sk98lin (v 6 driver if I recall correctly) but this
> does not
> support ethtool, so I switched to the skge driver. This does
> respond to ethtool
> and wol flag was set to d. I set it to g, shutdown -h the machine
> and WOL
> doesn't work. It also appears to disable the interface completely
> as XP then
> reports the cable is disconnected. A hard power off/on is needed
> to resolve this.
> Setting the flag to 'g' then a reboot, ethtool says the wol flag is
> back to 'd'.
>
> I tried using the later v8 of sk98lin, which needed a kernel rebuild,
> but my initial
> tests seemed to have the same results - I then ran out of test time
> (too late at night)
>
> I'm not on my machine atm, but the kernel and drivers are the default
> versions
> as in RH 4u4, Centos 4.4
>
> ID


so tried the modules sk98lin, skge from the default install
Both appear to work as nic drivers, but both appear to
kill the card on shutdown - ie the orange link light goes off.

When XP shuts down, the orange link light stays on and
the machine will WOL

i can't ifup eth0, if I modprobe sky2
and modprobe -r skge/sk98lin


has anyone got wol working with sk drivers?

ID

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:54 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0