linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* dell inspiron 8000 eepro100 problems
@ 2001-08-22  8:04 John paul R
  2001-08-30 11:49 ` Andrey Savochkin
  0 siblings, 1 reply; 6+ messages in thread
From: John paul R @ 2001-08-22  8:04 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 3454 bytes --]

i'm using 2.4.9 and have had a problem since 2.2
kernels along with all versions of 2.4. i am having a
problem with 2 laptops, both are dell inspiron 8000
that have intel 82557 mini-pci nic in them. i get no
errors from the kernel but i lose most of my
connection after some use. it is very hard to describe
how to reproduce the problem because it happens some
times after a minute of starting up the computer or
sometimes it may take 10 hours to start. what happens
is i lose my ability to connect to anything whether it
be telnet, web browsing, ssh, etc. but i can still
ping sites by ip address. if i am plugged in behind my
router i can ping and connect to other boxes on my
network (i've been browsing through a proxy on one of
them while trying to figure out what the problem is).
i have tried compiling the driver into the kernel and
as a module, i've tried mandrake 7.0, mandrake 8.0,
and now redhat 7.1 and still have the same problem. i
have also tried replacing the router and cable. when
the problem starts i've tried unloading the module and
bringing the network back up and still no luck. i've
tried plugging the computer straight into the cable
modem and it doesn't work and tried unplugging a
computer that is working and plugging it into this one
and it will not work. i've tried using static ip's and
dhcp. i've also tried forcing the nic to 10mbps and
100mbps. i've tried with it forced to half-duplex and
full duplex. the only thing that fixes the problem is
by rebooting the computer and immediatly works again.
i have talked to a few other people on the dell linux
laptop group and they are having this same problem
(not all of them).

output from dmesg:
eepro100.c:v1.09j-t 9/29/99 Donald Becker
http://cesdis.gsfc.nasa.gov/linux/drivers/eepro100.html
eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by
Andrey V. Savochkin <saw@saw.sw.com.sg> and others
  Receiver lock-up bug exists -- enabling work-around.
  Board assembly 727095-002, Physical connectors
present: RJ45
  Primary interface chip i82555 PHY #1.
  General self-test: passed.
  Serial sub-system self-test: passed.
  Internal registers self-test: passed.
  ROM checksum self-test: passed (0x04f4518b).
  Receiver lock-up workaround activated.

output from lspci -vv:
08:04.0 Ethernet controller: Intel Corporation 82557
[Ethernet Pro 100] (rev 08)        Subsystem: Action
Tec Electronics Inc: Unknown device 1100
        Control: I/O+ Mem+ BusMaster+ SpecCycle-
MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B-
        Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr-
DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 32 (2000ns min, 14000ns max), cache
line size 08
        Interrupt: pin A routed to IRQ 11
        Region 0: Memory at f8fff000 (32-bit,
non-prefetchable) [size=4K]
        Region 1: I/O ports at ecc0 [size=64]
        Region 2: Memory at f8e00000 (32-bit,
non-prefetchable) [size=1M]
        Expansion ROM at f9000000 [disabled] [size=1M]
        Capabilities: [dc] Power Management version 2
                Flags: PMEClk- DSI+ D1+ D2+
AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
                Status: D0 PME-Enable- DSel=0 DScale=2
PME-

any ideas?

p.s. i tried with intel's own e100 module and i get
the same problem - maybe it is just the hardware?

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

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

* Re: dell inspiron 8000 eepro100 problems
  2001-08-22  8:04 dell inspiron 8000 eepro100 problems John paul R
@ 2001-08-30 11:49 ` Andrey Savochkin
  2001-08-30 12:16   ` John paul R
  0 siblings, 1 reply; 6+ messages in thread
From: Andrey Savochkin @ 2001-08-30 11:49 UTC (permalink / raw)
  To: John paul R; +Cc: linux-kernel

On Wed, Aug 22, 2001 at 01:04:12AM -0700, John paul R wrote:
[snip]
> sometimes it may take 10 hours to start. what happens
> is i lose my ability to connect to anything whether it
> be telnet, web browsing, ssh, etc. but i can still
> ping sites by ip address. if i am plugged in behind my
> router i can ping and connect to other boxes on my
> network (i've been browsing through a proxy on one of
> them while trying to figure out what the problem is).
[snip]

The fact that you can still ping sites by IP is important.
1. Check if it's DNS-related problem.
2. Check if packet size matters.

	Andrey

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

* Re: dell inspiron 8000 eepro100 problems
  2001-08-30 11:49 ` Andrey Savochkin
@ 2001-08-30 12:16   ` John paul R
  0 siblings, 0 replies; 6+ messages in thread
From: John paul R @ 2001-08-30 12:16 UTC (permalink / raw)
  To: Andrey Savochkin; +Cc: linux-kernel


--- Andrey Savochkin <saw@saw.sw.com.sg> wrote:
> On Wed, Aug 22, 2001 at 01:04:12AM -0700, John paul
> R wrote:
> [snip]
> > sometimes it may take 10 hours to start. what
> happens
> > is i lose my ability to connect to anything
> whether it
> > be telnet, web browsing, ssh, etc. but i can still
> > ping sites by ip address. if i am plugged in
> behind my
> > router i can ping and connect to other boxes on my
> > network (i've been browsing through a proxy on one
> of
> > them while trying to figure out what the problem
> is).
> [snip]
> 
> The fact that you can still ping sites by IP is
> important.
> 1. Check if it's DNS-related problem.
> 2. Check if packet size matters.

i don't think it is dns related problems because the
other computers on the network can still use the same
dns server and rebooting fixes the problem. one other
thing i should add is that if i have already connect
to something like aim i can continue using it or
anything else that i already have established a
connection to. i have tried what someone else
suggested and let tcpdump run for a few minutes and it
seems to clear up the problem.

> 
>  Andrey

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

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

* Re: dell inspiron 8000 eepro100 problems
  2001-08-23  8:00 ` Arjan van de Ven
@ 2001-08-23 16:41   ` John paul R
  0 siblings, 0 replies; 6+ messages in thread
From: John paul R @ 2001-08-23 16:41 UTC (permalink / raw)
  To: linux-kernel


--- Arjan van de Ven <arjanv@redhat.com> wrote:
> Matt_Domsch@Dell.com wrote:
> > 
> > > i'm using 2.4.9 and have had a problem since 2.2
> > > kernels along with all versions of 2.4. i am
> having a
> > > problem with 2 laptops, both are dell inspiron
> 8000
> > > that have intel 82557 mini-pci nic in them. i
> get no
> > 
> > <Not official support>
> > 
> > Is the "sleep mode bit" set on the NIC?  Please
> try Donald Becker's
> > eepro100-diag.c program, located at
> > ftp://ftp.scyld.com/pub/diag/eepro100-diag.c, and
> use the -G -w -w -w flags
> > to clear that bit if running it first says that
> the sleep bit is enabled.
> > This may help.

i tried this last night - still same problem (sleep
was enabled originally)

> 
> It won't for the suspend case; the bios just forgets
> to re-enable the 
> PCI bridge to and the eepro100 card itself during
> resume. I have a patch 
> to work around this and will clean it up enough for
> it to be acceptable 
> for the mainstream kernel.

just to note i don't suspend when this happens (or
ever really).

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

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

* Re: dell inspiron 8000 eepro100 problems
  2001-08-22 22:21 Matt_Domsch
@ 2001-08-23  8:00 ` Arjan van de Ven
  2001-08-23 16:41   ` John paul R
  0 siblings, 1 reply; 6+ messages in thread
From: Arjan van de Ven @ 2001-08-23  8:00 UTC (permalink / raw)
  To: Matt_Domsch; +Cc: linux-kernel

Matt_Domsch@Dell.com wrote:
> 
> > i'm using 2.4.9 and have had a problem since 2.2
> > kernels along with all versions of 2.4. i am having a
> > problem with 2 laptops, both are dell inspiron 8000
> > that have intel 82557 mini-pci nic in them. i get no
> 
> <Not official support>
> 
> Is the "sleep mode bit" set on the NIC?  Please try Donald Becker's
> eepro100-diag.c program, located at
> ftp://ftp.scyld.com/pub/diag/eepro100-diag.c, and use the -G -w -w -w flags
> to clear that bit if running it first says that the sleep bit is enabled.
> This may help.

It won't for the suspend case; the bios just forgets to re-enable the 
PCI bridge to and the eepro100 card itself during resume. I have a patch 
to work around this and will clean it up enough for it to be acceptable 
for the mainstream kernel.

Greetings,
   Arjan van de Ven

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

* RE: dell inspiron 8000 eepro100 problems
@ 2001-08-22 22:21 Matt_Domsch
  2001-08-23  8:00 ` Arjan van de Ven
  0 siblings, 1 reply; 6+ messages in thread
From: Matt_Domsch @ 2001-08-22 22:21 UTC (permalink / raw)
  To: jpr200012; +Cc: linux-kernel

> i'm using 2.4.9 and have had a problem since 2.2
> kernels along with all versions of 2.4. i am having a
> problem with 2 laptops, both are dell inspiron 8000
> that have intel 82557 mini-pci nic in them. i get no

<Not official support>

Is the "sleep mode bit" set on the NIC?  Please try Donald Becker's
eepro100-diag.c program, located at
ftp://ftp.scyld.com/pub/diag/eepro100-diag.c, and use the -G -w -w -w flags
to clear that bit if running it first says that the sleep bit is enabled.
This may help.

Thanks,
Matt

--
Matt Domsch
Sr. Software Engineer
Dell Linux Solutions
www.dell.com/linux
#2 Linux Server provider with 17% in the US and 14% Worldwide (IDC)!
#3 Unix provider with 18% in the US (Dataquest)!

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

end of thread, other threads:[~2001-08-30 12:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-22  8:04 dell inspiron 8000 eepro100 problems John paul R
2001-08-30 11:49 ` Andrey Savochkin
2001-08-30 12:16   ` John paul R
2001-08-22 22:21 Matt_Domsch
2001-08-23  8:00 ` Arjan van de Ven
2001-08-23 16:41   ` John paul R

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).