* eepro100 Driver Problems ( wait
@ 2001-11-25 8:31 Sid Carter
2001-11-25 8:47 ` Tim Hockin
2001-11-25 8:51 ` Jon
0 siblings, 2 replies; 7+ messages in thread
From: Sid Carter @ 2001-11-25 8:31 UTC (permalink / raw)
To: linux-kernel
Hi Folks,
I recently got a new comp. It's an IBM PC with an Intel Motherboard.
The results of lspci:
toboggan:~# lspci
00:00.0 Host bridge: Intel Corp. 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corp. 82815 CGC [Chipset Graphics Controller] (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82820 820 (Camino 2) Chipset PCI (rev 02)
00:1f.0 ISA bridge: Intel Corp. 82820 820 (Camino 2) Chipset ISA Bridge (ICH2) (rev 02)
00:1f.1 IDE interface: Intel Corp. 82820 820 (Camino 2) Chipset IDE U100 (rev 02)
00:1f.2 USB Controller: Intel Corp. 82820 820 (Camino 2) Chipset USB (Hub A) (rev 02)
00:1f.3 SMBus: Intel Corp. 82820 820 (Camino 2) Chipset SMBus (rev 02)
00:1f.5 Multimedia audio controller: Intel Corp. 82820 820 (Camino 2) Chipset AC'97 Audio Controller (rev 02)
01:08.0 Ethernet controller: Intel Corp. 82820 (ICH2) Chipset Ethernet Controller (rev 01)
I have setup it for network. It is running the Default Linus' 2.4.14 kernel
tree with the SGI's XFS Patch.
toboggan:~# uname -a
Linux toboggan 2.4.14-xfs.hommade #1 Sun Nov 11 00:01:40 IST 2001 i686 unknown
Nov 25 13:43:58 toboggan kernel: eepro100: wait_for_cmd_done timeout!
Nov 25 13:44:13 toboggan last message repeated 5 times
I keep getting the above errors on my machine after which my network connection
goes. This keeps happening randomly. I have to do a restart of my network to get
on to the network. Anyone knows what the problem ? How I can fix it ?
Please let me know if you require further information for an analysis of the
problem.
Thanks in Advance
Regards
Carter
--
The only difference between your girlfriend and a barracuda is the nailpolish.
Sid Carter Debian GNU/Linux.
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: eepro100 Driver Problems ( wait
2001-11-25 8:31 eepro100 Driver Problems ( wait Sid Carter
@ 2001-11-25 8:47 ` Tim Hockin
2001-11-25 9:21 ` Sid Carter
2001-11-25 8:51 ` Jon
1 sibling, 1 reply; 7+ messages in thread
From: Tim Hockin @ 2001-11-25 8:47 UTC (permalink / raw)
To: sidcarter; +Cc: linux-kernel
> Nov 25 13:43:58 toboggan kernel: eepro100: wait_for_cmd_done timeout!
> Nov 25 13:44:13 toboggan last message repeated 5 times
We have a patch for eepro100.c that should fix up a lot of issues - I need
to clean it up and solicit testers this week.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: eepro100 Driver Problems ( wait
2001-11-25 8:47 ` Tim Hockin
@ 2001-11-25 9:21 ` Sid Carter
0 siblings, 0 replies; 7+ messages in thread
From: Sid Carter @ 2001-11-25 9:21 UTC (permalink / raw)
To: linux-kernel
>>>>> On Sun, 25 Nov 2001 00:47:31 -0800 (PST), Tim Hockin <thockin@hockin.org> said:
>> Nov 25 13:43:58 toboggan kernel: eepro100: wait_for_cmd_done timeout!
>> Nov 25 13:44:13 toboggan last message repeated 5 times
Tim> We have a patch for eepro100.c that should fix up a lot of issues - I need
Tim> to clean it up and solicit testers this week.
Tim,
Yeah,It is a pain if I have to compile the module e100 everytime a new
kernel comes out :-) I hope the patch is included in the 2.4.16
kernel.
Thanks
Regards
Carter
--
The only difference between your girlfriend and a barracuda is the nailpolish.
Sid Carter Debian GNU/Linux.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: eepro100 Driver Problems ( wait
2001-11-25 8:31 eepro100 Driver Problems ( wait Sid Carter
2001-11-25 8:47 ` Tim Hockin
@ 2001-11-25 8:51 ` Jon
2001-11-25 8:52 ` Sid Carter
1 sibling, 1 reply; 7+ messages in thread
From: Jon @ 2001-11-25 8:51 UTC (permalink / raw)
To: linux-kernel
Try the Intel module e100, that is the Scyld version.
Regards,
Jon
----- Original Message -----
From: "Sid Carter" <sidcarter@symonds.net>
To: <linux-kernel@vger.kernel.org>
Sent: Sunday, November 25, 2001 12:31 AM
Subject: eepro100 Driver Problems ( wait
> Hi Folks,
>
> I recently got a new comp. It's an IBM PC with an Intel Motherboard.
>
> The results of lspci:
>
> toboggan:~# lspci
> 00:00.0 Host bridge: Intel Corp. 82815 815 Chipset Host Bridge and Memory
Controller Hub (rev 02)
> 00:02.0 VGA compatible controller: Intel Corp. 82815 CGC [Chipset Graphics
Controller] (rev 02)
> 00:1e.0 PCI bridge: Intel Corp. 82820 820 (Camino 2) Chipset PCI (rev 02)
> 00:1f.0 ISA bridge: Intel Corp. 82820 820 (Camino 2) Chipset ISA Bridge
(ICH2) (rev 02)
> 00:1f.1 IDE interface: Intel Corp. 82820 820 (Camino 2) Chipset IDE U100
(rev 02)
> 00:1f.2 USB Controller: Intel Corp. 82820 820 (Camino 2) Chipset USB (Hub
A) (rev 02)
> 00:1f.3 SMBus: Intel Corp. 82820 820 (Camino 2) Chipset SMBus (rev 02)
> 00:1f.5 Multimedia audio controller: Intel Corp. 82820 820 (Camino 2)
Chipset AC'97 Audio Controller (rev 02)
> 01:08.0 Ethernet controller: Intel Corp. 82820 (ICH2) Chipset Ethernet
Controller (rev 01)
>
> I have setup it for network. It is running the Default Linus' 2.4.14
kernel
> tree with the SGI's XFS Patch.
>
> toboggan:~# uname -a
> Linux toboggan 2.4.14-xfs.hommade #1 Sun Nov 11 00:01:40 IST 2001 i686
unknown
>
> Nov 25 13:43:58 toboggan kernel: eepro100: wait_for_cmd_done timeout!
> Nov 25 13:44:13 toboggan last message repeated 5 times
>
> I keep getting the above errors on my machine after which my network
connection
> goes. This keeps happening randomly. I have to do a restart of my network
to get
> on to the network. Anyone knows what the problem ? How I can fix it ?
> Please let me know if you require further information for an analysis of
the
> problem.
>
> Thanks in Advance
> Regards
> Carter
> --
> The only difference between your girlfriend and a barracuda is the
nailpolish.
>
> Sid Carter Debian
GNU/Linux.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: eepro100 Driver Problems ( wait
2001-11-25 8:51 ` Jon
@ 2001-11-25 8:52 ` Sid Carter
2001-11-25 9:06 ` Jon
2001-11-25 9:10 ` Jon
0 siblings, 2 replies; 7+ messages in thread
From: Sid Carter @ 2001-11-25 8:52 UTC (permalink / raw)
To: linux-kernel
>>>>> On Sun, 25 Nov 2001 00:51:05 -0800, "Jon" <marsaro@interearth.com> said:
Jon> Try the Intel module e100, that is the Scyld version.
Jon> Regards,
Jon,
I forgot to mention I am using Debian and I don't see a module name
called e100 also. Am I missing something ? The module should be
downloaded from somewhere ? WOuld be glad if you can provide a link.
TIA
Regards
Carter
--
The only difference between your girlfriend and a barracuda is the nailpolish.
Sid Carter Debian GNU/Linux.
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: eepro100 Driver Problems ( wait
2001-11-25 8:52 ` Sid Carter
@ 2001-11-25 9:06 ` Jon
2001-11-25 9:10 ` Jon
1 sibling, 0 replies; 7+ messages in thread
From: Jon @ 2001-11-25 9:06 UTC (permalink / raw)
To: linux-kernel
http://support.intel.com/support/network/adapter/ans/linux/linansoverview.ht
m
Regards,
Jon
----- Original Message -----
From: "Sid Carter" <sidcarter@symonds.net>
To: <linux-kernel@vger.kernel.org>
Sent: Sunday, November 25, 2001 12:52 AM
Subject: Re: eepro100 Driver Problems ( wait
> >>>>> On Sun, 25 Nov 2001 00:51:05 -0800, "Jon" <marsaro@interearth.com>
said:
>
> Jon> Try the Intel module e100, that is the Scyld version.
> Jon> Regards,
>
> Jon,
>
> I forgot to mention I am using Debian and I don't see a module name
> called e100 also. Am I missing something ? The module should be
> downloaded from somewhere ? WOuld be glad if you can provide a link.
> TIA
> Regards
> Carter
> --
> The only difference between your girlfriend and a barracuda is the
nailpolish.
>
> Sid Carter Debian
GNU/Linux.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: eepro100 Driver Problems ( wait
2001-11-25 8:52 ` Sid Carter
2001-11-25 9:06 ` Jon
@ 2001-11-25 9:10 ` Jon
1 sibling, 0 replies; 7+ messages in thread
From: Jon @ 2001-11-25 9:10 UTC (permalink / raw)
To: linux-kernel
bad link first time, sorry:
http://appsr.intel.com/scripts-df/File_Filter.asp?FileName=e100
Regards,
Jon
----- Original Message -----
From: "Sid Carter" <sidcarter@symonds.net>
To: <linux-kernel@vger.kernel.org>
Sent: Sunday, November 25, 2001 12:52 AM
Subject: Re: eepro100 Driver Problems ( wait
> >>>>> On Sun, 25 Nov 2001 00:51:05 -0800, "Jon" <marsaro@interearth.com>
said:
>
> Jon> Try the Intel module e100, that is the Scyld version.
> Jon> Regards,
>
> Jon,
>
> I forgot to mention I am using Debian and I don't see a module name
> called e100 also. Am I missing something ? The module should be
> downloaded from somewhere ? WOuld be glad if you can provide a link.
> TIA
> Regards
> Carter
> --
> The only difference between your girlfriend and a barracuda is the
nailpolish.
>
> Sid Carter Debian
GNU/Linux.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2001-11-25 9:22 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-25 8:31 eepro100 Driver Problems ( wait Sid Carter
2001-11-25 8:47 ` Tim Hockin
2001-11-25 9:21 ` Sid Carter
2001-11-25 8:51 ` Jon
2001-11-25 8:52 ` Sid Carter
2001-11-25 9:06 ` Jon
2001-11-25 9:10 ` Jon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®