public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* RE: Network failures with ACPI enabled (kernel 2.4, 2.6) PROBLEM FOUND!!!!!!
@ 2003-12-30 21:17 Brown, Len
       [not found] ` <BF1FE1855350A0479097B3A0D2A80EE0CC8953-N2PTB0HCzHJF3Yvz3xaN/VDQ4js95KgL@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Brown, Len @ 2003-12-30 21:17 UTC (permalink / raw)
  To: Michael Guntsche; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

> > The broadcom card gets IRQ 5 and the Xircom card gets IRQ3.
> > Both IRQ are non-shared. Well IRQ 5 was shared with USB, but for
> > testing purposes I removed the USB modules.

Can you put the xircom in the slot where the broadcom lived and
See if it too gets IRQ5 and fails with the EPP set to OFF?

Doing so would suggest that this failure is device independent
and IRQ related.

> You won't believe me but I found out what was causing the problem.
> Since I never use the parallel port on this notebook I turned 
> it OFF in the BIOS.
> Setting it to AUTOMATIC mode solved my issues.

> The Linux-ACPI still has a problem somewhere since I don't see the
> network timeouts in WinXP, if I turn off the parport.
> For me it looks like that the parport and the internal card share
> something, either ACPI or hardware wise and by turning off the parport
> the network card somehow changes too.

It may be I/O port ranges rather than IRQs at the bottom of this one.

-Len


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id\x1278&alloc_id371&op=click

^ permalink raw reply	[flat|nested] 11+ messages in thread
* RE: Network failures with ACPI enabled (kernel 2.4, 2.6) PROBLEM FOUND!!!!!!
@ 2003-12-30 22:36 Brown, Len
       [not found] ` <BF1FE1855350A0479097B3A0D2A80EE0CC8954-N2PTB0HCzHJF3Yvz3xaN/VDQ4js95KgL@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Brown, Len @ 2003-12-30 22:36 UTC (permalink / raw)
  To: Michael Guntsche; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

> But why is it working when the parport is turned on?
> Shouldn't it be the other way around, if there is a resource
> conflict?

The BIOS' AML may not be well coordinated with the CMOS setting
for enabling/disabling the device.

It is interesting that Windows XP works either way.
Could be that Linux has an ACPI bug that XP does not have,
or that the BIOS happens to work with XP's implementation
and not Linux's implementation.

-Len


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id\x1278&alloc_id371&op=click

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Network failures with ACPI enabled (kernel 2.4, 2.6)
@ 2003-12-30  0:08 Michael Guntsche
  2003-12-30 15:57 ` Michael Guntsche
  0 siblings, 1 reply; 11+ messages in thread
From: Michael Guntsche @ 2003-12-30  0:08 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

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

Hi,

Im using ACPI on my Acer Travelmate 800 for a very long time.
I never had any big problems with it, until now.

Today I activated my builtin ethernet card (BCM4401) because I wanted to
copy a large amount of data. (normally I only use WLAN).

First I copied some files from my notebook to another computer.
Everything worked fine.

But then I tried to copy an CD-Image file from our fileserver to my
notebook. As soon as the transfer started, the following error messages
appeared
in my syslog and the transfer stalled. 

	b44: eth0: Link is down.
	b44: eth0: Link is up at 100 Mbps, full duplex.
	b44: eth0: Flow control is on for TX and on for RX.
	<repeating>
	.........

Looking at the switch I saw that the card was indeed resetting itself.

-------------
	Server		-> 	Notebook 	OK
	Notebook	->	Server		NOT OK
-------------

Since I was running 2.6.0 I switched back to 2.4.23 to see if it had the
same problem.

To sum it up:

	2.6.0	   +	b44/bcm4400(Broadcom module) + pci=noacpi 	NOT OK
	2.4.2[23]  +	b44/bcm4400(Broadcom module) + pci=noacpi	NOT OK

BUT
	2.6.0      +	b44 + acpi=off OK

With acpi completely off the transfer worked in both directions without
any problems.


Does anybody here have a clue why?
I don't understand how ACPI can interfer with the card, since trying
pci=noacpi didn't work either.
		

Thanks in advance,
Michael










[-- Attachment #2: debug.tar.bz2 --]
[-- Type: application/octet-stream, Size: 37477 bytes --]

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

end of thread, other threads:[~2004-01-03 21:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-30 21:17 Network failures with ACPI enabled (kernel 2.4, 2.6) PROBLEM FOUND!!!!!! Brown, Len
     [not found] ` <BF1FE1855350A0479097B3A0D2A80EE0CC8953-N2PTB0HCzHJF3Yvz3xaN/VDQ4js95KgL@public.gmane.org>
2003-12-30 22:22   ` Michael Guntsche
2003-12-31 23:46   ` Nate Lawson
  -- strict thread matches above, loose matches on Subject: below --
2003-12-30 22:36 Brown, Len
     [not found] ` <BF1FE1855350A0479097B3A0D2A80EE0CC8954-N2PTB0HCzHJF3Yvz3xaN/VDQ4js95KgL@public.gmane.org>
2003-12-30 23:17   ` Michael Guntsche
     [not found]     ` <20031231001716.76cb2e8d.mike-Z92qn3yYq0hWk0Htik3J/w@public.gmane.org>
2003-12-30 23:46       ` Michael Guntsche
     [not found]         ` <20031231004648.531549af.mike-Z92qn3yYq0hWk0Htik3J/w@public.gmane.org>
2003-12-31  6:21           ` Len Brown
     [not found]             ` <1072851661.2363.228.camel-D2Zvc0uNKG8@public.gmane.org>
2003-12-31 16:23               ` Michael Guntsche
     [not found]                 ` <20031231172328.5ae00921.mike-Z92qn3yYq0hWk0Htik3J/w@public.gmane.org>
2004-01-03 21:06                   ` Pavel Machek
2003-12-31 23:02       ` Nate Lawson
2003-12-30  0:08 Network failures with ACPI enabled (kernel 2.4, 2.6) Michael Guntsche
2003-12-30 15:57 ` Michael Guntsche
2003-12-30 17:48   ` Len Brown
2003-12-30 18:23     ` Michael Guntsche
     [not found]       ` <20031230192301.5d17d418.mike-Z92qn3yYq0hWk0Htik3J/w@public.gmane.org>
2003-12-30 20:45         ` Network failures with ACPI enabled (kernel 2.4, 2.6) PROBLEM FOUND!!!!!! Michael Guntsche

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