public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] 8139too driver
@ 2003-03-08 19:25 Robert Cole
  2003-03-09  0:36 ` Zach Welch
  0 siblings, 1 reply; 5+ messages in thread
From: Robert Cole @ 2003-03-08 19:25 UTC (permalink / raw
  To: gentoo-dev

Does someone here know what compiler options the 1.4 rc3 used for the 8139too 
network driver by chance? I've tried everything I can think of with the 
gentoo-sources and I can only get the driver to work when I boot the rc3 CD 
but not when I boot into the system after an emerge system.

Did they use a different version than whats in the 2.4.20 gentoo sources?

I keep getting a watchdog timeout error message.
NETDEV WATCHDOG: eth0: transmit timed out.
then several tx descriptor messages
then a message that full duplex 100 mbps has been established.

Any ideas?

Thanks,
Robert

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] 8139too driver
  2003-03-08 19:25 [gentoo-dev] 8139too driver Robert Cole
@ 2003-03-09  0:36 ` Zach Welch
  2003-03-09  1:41   ` Brian Jackson
  2003-03-10  5:28   ` Robert Cole
  0 siblings, 2 replies; 5+ messages in thread
From: Zach Welch @ 2003-03-09  0:36 UTC (permalink / raw
  To: robert.cole; +Cc: gentoo-dev

Robert Cole wrote:
 > Does someone here know what compiler options the 1.4 rc3 used for the
 >  8139too network driver by chance? I've tried everything I can think
 > of with the gentoo-sources and I can only get the driver to work when
 >  I boot the rc3 CD but not when I boot into the system after an
 > emerge system.
 >
 > Did they use a different version than whats in the 2.4.20 gentoo
 > sources?
 >
 > I keep getting a watchdog timeout error message. NETDEV WATCHDOG:
 > eth0: transmit timed out. then several tx descriptor messages then a
 > message that full duplex 100 mbps has been established.
 >
 > Any ideas?
 >

I fixed this problem on my hardware by using a kernel those does not
include the IO-APIC functionality.  This option was causing problems for
me on my SiS chipset mobo and resulted in the exact symptom you mention.

Cheers,

Zach Welch
Gentoo ARM Developer
Superlucidity Services


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] 8139too driver
  2003-03-09  0:36 ` Zach Welch
@ 2003-03-09  1:41   ` Brian Jackson
  2003-03-09  1:50     ` Zach Welch
  2003-03-10  5:28   ` Robert Cole
  1 sibling, 1 reply; 5+ messages in thread
From: Brian Jackson @ 2003-03-09  1:41 UTC (permalink / raw
  To: gentoo-dev

You can test for this by adding "noapic" to your bootflags. That way you don't 
have to recompile just to test this theory out.

--Brian

On Saturday 08 March 2003 06:36 pm, Zach Welch wrote:
> Robert Cole wrote:
>  > Does someone here know what compiler options the 1.4 rc3 used for the
>  >  8139too network driver by chance? I've tried everything I can think
>  > of with the gentoo-sources and I can only get the driver to work when
>  >  I boot the rc3 CD but not when I boot into the system after an
>  > emerge system.
>  >
>  > Did they use a different version than whats in the 2.4.20 gentoo
>  > sources?
>  >
>  > I keep getting a watchdog timeout error message. NETDEV WATCHDOG:
>  > eth0: transmit timed out. then several tx descriptor messages then a
>  > message that full duplex 100 mbps has been established.
>  >
>  > Any ideas?
>
> I fixed this problem on my hardware by using a kernel those does not
> include the IO-APIC functionality.  This option was causing problems for
> me on my SiS chipset mobo and resulted in the exact symptom you mention.
>
> Cheers,
>
> Zach Welch
> Gentoo ARM Developer
> Superlucidity Services
>
>
> --
> gentoo-dev@gentoo.org mailing list


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] 8139too driver
  2003-03-09  1:41   ` Brian Jackson
@ 2003-03-09  1:50     ` Zach Welch
  0 siblings, 0 replies; 5+ messages in thread
From: Zach Welch @ 2003-03-09  1:50 UTC (permalink / raw
  To: gentoo-dev

Brian Jackson wrote:
 > On Saturday 08 March 2003 06:36 pm, Zach Welch wrote:
 >> Robert Cole wrote:
 >>> Any ideas?
 >>
 >> I fixed this problem on my hardware by using a kernel those does
 >> not include the IO-APIC functionality.  This option was causing
 >> problems for me on my SiS chipset mobo and resulted in the exact
 >> symptom you mention.
 >>
 > You can test for this by adding "noapic" to your bootflags. That way
 > you don't have to recompile just to test this theory out.

I tested this option and, if I recall correctly, it did not fix the
problems.  The only solution I found was to recompile; however, this
suggestion is worth testing before going that far.

Cheers,

Zach


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] 8139too driver
  2003-03-09  0:36 ` Zach Welch
  2003-03-09  1:41   ` Brian Jackson
@ 2003-03-10  5:28   ` Robert Cole
  1 sibling, 0 replies; 5+ messages in thread
From: Robert Cole @ 2003-03-10  5:28 UTC (permalink / raw
  To: Zach Welch; +Cc: gentoo-dev

That was it! :) Thank you very much. 

Robert

On Saturday 08 March 2003 04:36 pm, Zach Welch wrote:
> Robert Cole wrote:
>  > Does someone here know what compiler options the 1.4 rc3 used for the
>  >  8139too network driver by chance? I've tried everything I can think
>  > of with the gentoo-sources and I can only get the driver to work when
>  >  I boot the rc3 CD but not when I boot into the system after an
>  > emerge system.
>  >
>  > Did they use a different version than whats in the 2.4.20 gentoo
>  > sources?
>  >
>  > I keep getting a watchdog timeout error message. NETDEV WATCHDOG:
>  > eth0: transmit timed out. then several tx descriptor messages then a
>  > message that full duplex 100 mbps has been established.
>  >
>  > Any ideas?
>
> I fixed this problem on my hardware by using a kernel those does not
> include the IO-APIC functionality.  This option was causing problems for
> me on my SiS chipset mobo and resulted in the exact symptom you mention.
>
> Cheers,
>
> Zach Welch
> Gentoo ARM Developer
> Superlucidity Services


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-03-10  5:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-08 19:25 [gentoo-dev] 8139too driver Robert Cole
2003-03-09  0:36 ` Zach Welch
2003-03-09  1:41   ` Brian Jackson
2003-03-09  1:50     ` Zach Welch
2003-03-10  5:28   ` Robert Cole

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox