* eth1: Transmit timed out, status 0000, PHY status 0000
@ 2001-01-14 6:31 Mike A. Harris
2001-01-14 10:40 ` Urban Widmark
0 siblings, 1 reply; 6+ messages in thread
From: Mike A. Harris @ 2001-01-14 6:31 UTC (permalink / raw)
To: Linux Kernel mailing list
What might be a reason I'm seeing this?
Becker's latest via-rhine driver ontop 2.2.18..
...
eth1: Transmit timed out, status 0000, PHY status 0000,
resetting...
eth1: Transmit timed out, status 0000, PHY status 0000,
resetting...
eth1: Transmit timed out, status 0000, PHY status 0000,
resetting...
eth1: Transmit timed out, status 0000, PHY status 0000,
resetting...
eth1: Transmit timed out, status 0000, PHY status 0000,
resetting...
eth1: Transmit timed out, status 0000, PHY status 0000,
resetting...
Keeps going nonstop until I ifdown eth1.
Card worked fine 2 days ago...
----------------------------------------------------------------------
Mike A. Harris - Linux advocate - Free Software advocate
This message is copyright 2001, all rights reserved.
Views expressed are my own, not necessarily shared by my employer.
----------------------------------------------------------------------
Windows 95(n) - 32-bit extensions and graphical shell for a 16-bit patch
to an 8-bit operating system originally coded for a 4-bit microprocessor,
written by a 2-bit company that can't stand 1 bit of competition.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: eth1: Transmit timed out, status 0000, PHY status 0000
2001-01-14 6:31 eth1: Transmit timed out, status 0000, PHY status 0000 Mike A. Harris
@ 2001-01-14 10:40 ` Urban Widmark
2001-01-14 21:04 ` Mike A. Harris
0 siblings, 1 reply; 6+ messages in thread
From: Urban Widmark @ 2001-01-14 10:40 UTC (permalink / raw)
To: Mike A. Harris; +Cc: Linux Kernel mailing list
On Sun, 14 Jan 2001, Mike A. Harris wrote:
> Becker's latest via-rhine driver ontop 2.2.18..
>
> ...
> eth1: Transmit timed out, status 0000, PHY status 0000,
> resetting...
[snip]
> Keeps going nonstop until I ifdown eth1.
>
> Card worked fine 2 days ago...
So what did you change?
Has the machine been up since then?
Someone else with the same symptoms (in 2.4)
http://www.uwsg.iu.edu/hypermail/linux/net/0011.0/0027.html
Becker's reply
http://www.uwsg.iu.edu/hypermail/linux/net/0011.0/0032.html
"Try unplugging the system and doing a really cold boot. A soft-off does
not reset the chip.
If this solves the problem, we will have to add code to re-load the
EEPROM info into the chip."
There is no further reply in that thread.
/Urban
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: eth1: Transmit timed out, status 0000, PHY status 0000
2001-01-14 10:40 ` Urban Widmark
@ 2001-01-14 21:04 ` Mike A. Harris
2001-01-16 22:40 ` richard.morgan9
0 siblings, 1 reply; 6+ messages in thread
From: Mike A. Harris @ 2001-01-14 21:04 UTC (permalink / raw)
To: Urban Widmark; +Cc: Linux Kernel mailing list
On Sun, 14 Jan 2001, Urban Widmark wrote:
>> eth1: Transmit timed out, status 0000, PHY status 0000,
>> resetting...
>[snip]
>> Keeps going nonstop until I ifdown eth1.
>>
>> Card worked fine 2 days ago...
>
>So what did you change?
Nothing.
>Has the machine been up since then?
No. I rebooted to W98 a few times. W98 doesn't have a driver
installed for that card though - and wont.
>Someone else with the same symptoms (in 2.4)
> http://www.uwsg.iu.edu/hypermail/linux/net/0011.0/0027.html
>
>Becker's reply
> http://www.uwsg.iu.edu/hypermail/linux/net/0011.0/0032.html
>
>"Try unplugging the system and doing a really cold boot. A soft-off does
> not reset the chip.
Tried that too.. didn't work. I switched PCI slots and whatnot
though and it works again.. <shrug>
> If this solves the problem, we will have to add code to re-load the
> EEPROM info into the chip."
If the problem recurs I will try to test it out more and report
to the list.
FWIW it is a DLink DFE 530TX.
Thanks for the reply.
----------------------------------------------------------------------
Mike A. Harris - Linux advocate - Free Software advocate
This message is copyright 2001, all rights reserved.
Views expressed are my own, not necessarily shared by my employer.
----------------------------------------------------------------------
#[Mike A. Harris bash tip #1 - separate history files per virtual console]
# Put the following at the bottom of your ~/.bash_profile
[ ! -d ~/.bash_histdir ] && mkdir ~/.bash_histdir
tty |grep "^/dev/tty[0-9]" >& /dev/null && \
export HISTFILE=~/.bash_histdir/.$(tty | sed -e 's/.*\///')
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: eth1: Transmit timed out, status 0000, PHY status 0000
2001-01-14 21:04 ` Mike A. Harris
@ 2001-01-16 22:40 ` richard.morgan9
2001-01-16 22:59 ` Urban Widmark
0 siblings, 1 reply; 6+ messages in thread
From: richard.morgan9 @ 2001-01-16 22:40 UTC (permalink / raw)
To: Mike A. Harris, Urban Widmark; +Cc: Linux Kernel mailing list
>> On Sun, 14 Jan 2001, Urban Widmark wrote:
>>
>> >> eth1: Transmit timed out, status 0000, PHY status 0000,
>> >> resetting...
>> >[snip]
>> >> Keeps going nonstop until I ifdown eth1.
>> >>
>> >> Card worked fine 2 days ago...
>> >
>> >So what did you change?
>>
>> Nothing.
>>
>> >Has the machine been up since then?
>>
>> No. I rebooted to W98 a few times. W98 doesn't have a driver
>> installed for that card though - and wont.
>>
>>
>>
>> >Someone else with the same symptoms (in 2.4)
>> > http://www.uwsg.iu.edu/hypermail/linux/net/0011.0/0027.html
>> >
>> >Becker's reply
>> > http://www.uwsg.iu.edu/hypermail/linux/net/0011.0/0032.html
>> >
>> >"Try unplugging the system and doing a really cold boot. A soft-off does
>> > not reset the chip.
>>
>> Tried that too.. didn't work. I switched PCI slots and whatnot
>> though and it works again.. <shrug>
>>
>
>> > If this solves the problem, we will have to add code to re-load the
>> > EEPROM info into the chip."
>>
>> If the problem recurs I will try to test it out more and report
>> to the list.
>>
>> FWIW it is a DLink DFE 530TX.
>>
snip
I have the same problem as Urban with a recent DLink 530tx
(rhine2). Pulling the power cable from my atx psu (while the
computer was "off") fixed the card, until my next reboot from
win98.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: eth1: Transmit timed out, status 0000, PHY status 0000
2001-01-16 22:40 ` richard.morgan9
@ 2001-01-16 22:59 ` Urban Widmark
2001-01-17 2:04 ` Mike A. Harris
0 siblings, 1 reply; 6+ messages in thread
From: Urban Widmark @ 2001-01-16 22:59 UTC (permalink / raw)
To: richard.morgan9; +Cc: Mike A. Harris, Linux Kernel mailing list
On Tue, 16 Jan 2001, richard.morgan9 wrote:
> I have the same problem as Urban with a recent DLink 530tx
> (rhine2). Pulling the power cable from my atx psu (while the
> computer was "off") fixed the card, until my next reboot from
> win98.
I'm not the one with a problem but maybe it has something to do with win98
and/or the driver used there. I intend to test this myself eventually and
see if I can do something based on Donald Beckers suggestions on eeprom.
Unless someone else feels like playing with this ... anyone?
Does everyone seeing this have a Rhine-II, pci id 1106:3065, and not the
older chip found in dfe530tx with pci id 1106:3043?
/Urban
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: eth1: Transmit timed out, status 0000, PHY status 0000
2001-01-16 22:59 ` Urban Widmark
@ 2001-01-17 2:04 ` Mike A. Harris
0 siblings, 0 replies; 6+ messages in thread
From: Mike A. Harris @ 2001-01-17 2:04 UTC (permalink / raw)
To: Urban Widmark; +Cc: richard.morgan9, Linux Kernel mailing list
On Tue, 16 Jan 2001, Urban Widmark wrote:
>Date: Tue, 16 Jan 2001 23:59:33 +0100 (CET)
>From: Urban Widmark <urban@teststation.com>
>To: richard.morgan9 <richard.morgan9@ntlworld.com>
>Cc: Mike A. Harris <mharris@opensourceadvocate.org>,
> Linux Kernel mailing list <linux-kernel@vger.kernel.org>
>Content-Type: TEXT/PLAIN; charset=US-ASCII
>Subject: Re: eth1: Transmit timed out, status 0000, PHY status 0000
>
>On Tue, 16 Jan 2001, richard.morgan9 wrote:
>
>> I have the same problem as Urban with a recent DLink 530tx
>> (rhine2). Pulling the power cable from my atx psu (while the
>> computer was "off") fixed the card, until my next reboot from
>> win98.
>
>I'm not the one with a problem but maybe it has something to do with win98
>and/or the driver used there. I intend to test this myself eventually and
>see if I can do something based on Donald Beckers suggestions on eeprom.
>
>Unless someone else feels like playing with this ... anyone?
>
>Does everyone seeing this have a Rhine-II, pci id 1106:3065, and not the
>older chip found in dfe530tx with pci id 1106:3043?
00:12.0 Ethernet controller: VIA Technologies, Inc.: Unknown
device 3065 (rev 42)
Subsystem: D-Link System Inc: Unknown device 1400
Flags: bus master, medium devsel, latency 32, IRQ 10
I/O ports at e800
Memory at e7000000 (32-bit, non-prefetchable)
Expansion ROM at e6000000 [disabled]
Capabilities: [40] Power Management version 2
00:13.0 Ethernet controller: Winbond Electronics Corp W89C940
Flags: medium devsel, IRQ 12
I/O ports at ec00
And I do not have drivers for the dlink card in win98. The 2
cards are in my workstation, one goes to my firewall @ 10Mbit and
the other to my build/devel machine at 100mbit which 98 doesn't
get to see. It is sure interested in the card at boot time
though... EVERY time... ;o(
----------------------------------------------------------------------
Mike A. Harris - Linux advocate - Free Software advocate
This message is copyright 2001, all rights reserved.
Views expressed are my own, not necessarily shared by my employer.
----------------------------------------------------------------------
Windows 95(n) - 32-bit extensions and graphical shell for a 16-bit patch
to an 8-bit operating system originally coded for a 4-bit microprocessor,
written by a 2-bit company that can't stand 1 bit of competition.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2001-01-17 2:04 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-14 6:31 eth1: Transmit timed out, status 0000, PHY status 0000 Mike A. Harris
2001-01-14 10:40 ` Urban Widmark
2001-01-14 21:04 ` Mike A. Harris
2001-01-16 22:40 ` richard.morgan9
2001-01-16 22:59 ` Urban Widmark
2001-01-17 2:04 ` Mike A. Harris
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.