2007-02-21 21:13:06

by Patrick Ale

[permalink] [raw]
Subject: [SKY2] Does anyone have this driver working?

Hi,

And now, for something completely different, no libata ;-)

I was wondering if any of you ever got the sky2 driver working
(gigabit network card found in most Siemens E laptops).

Which kernel I am trying, 2.6.17-gentoo (the kernel on the install
CD), 2.6.20, the latest gits, nothing works. It either tells me "Link
not ready" when bringing the interface up or it just gives massive
time outs.

Then, after literaly 6 reboots, it might get a DHCPACK, work, till the
next reboot, then same story all over again.

Any clue towards module settings or patches are welcome,

At the moment I am compiling Jeff's netdev upstream-linus.


Patrick


2007-02-22 18:32:35

by Adrian Bunk

[permalink] [raw]
Subject: Re: [SKY2] Does anyone have this driver working?

On Wed, Feb 21, 2007 at 10:13:01PM +0100, Patrick Ale wrote:

> Hi,

Hi Patrick,

> And now, for something completely different, no libata ;-)
>
> I was wondering if any of you ever got the sky2 driver working

there are many people who are successfully using this card.

> (gigabit network card found in most Siemens E laptops).
>
> Which kernel I am trying, 2.6.17-gentoo (the kernel on the install
> CD), 2.6.20, the latest gits, nothing works. It either tells me "Link
> not ready" when bringing the interface up or it just gives massive
> time outs.
>
> Then, after literaly 6 reboots, it might get a DHCPACK, work, till the
> next reboot, then same story all over again.
>
> Any clue towards module settings or patches are welcome,

The maintainer for this driver is:

SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
P: Stephen Hemminger
M: [email protected]
L: [email protected]
S: Maintained

> At the moment I am compiling Jeff's netdev upstream-linus.
>
> Patrick

cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

2007-02-22 18:43:10

by Paul Rolland

[permalink] [raw]
Subject: RE: [SKY2] Does anyone have this driver working?

Hello,

> > I was wondering if any of you ever got the sky2 driver working
>
> there are many people who are successfully using this card.

I have :
ACPI: PCI Interrupt 0000:04:00.0[A] -> GSI 19 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:04:00.0 to 64
sky2 0000:04:00.0: v1.13 addr 0xff8fc000 irq 19 Yukon-EC (0xb6) rev 2
sky2 eth0: addr 00:18:f3:e0:5d:d4
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 16 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:03:00.0 to 64
sky2 0000:03:00.0: v1.13 addr 0xff7fc000 irq 16 Yukon-EC (0xb6) rev 2
sky2 eth1: addr 00:18:f3:e0:36:fd

and a wonderfully working eth0 interface...
Kernel : 2.6.19+ up to 2.6.21-rc1

Regards,
Paul

2007-02-22 18:49:19

by Patrick Ale

[permalink] [raw]
Subject: Re: [SKY2] Does anyone have this driver working?

On 2/22/07, Paul Rolland <[email protected]> wrote:
> Hello,

hey all,

using 2.6.21-rc1 now, all seems to work great,


thanks!


patrick