All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pekka Pietikainen <pp@ee.oulu.fi>
To: linux-kernel@vger.kernel.org
Subject: Re: Broadcom 4401 problem
Date: Mon, 23 Aug 2004 22:34:16 +0300	[thread overview]
Message-ID: <20040823193416.GA21390@ee.oulu.fi> (raw)
In-Reply-To: <20040823155712.GA21840@em.ca>

On Mon, Aug 23, 2004 at 09:57:12AM -0600, Bruce Guenter wrote:
> On Mon, Aug 23, 2004 at 01:17:34AM +0300, Pekka Pietikainen wrote:
> > Could you try the driver from http://www.ee.oulu.fi/~pp/b44-095-2.tgz ,
> > which has some fixes that have been submitted but not yet merged.
> In order to try to get it to compile, I removed the PCI table entry for
> the BCM4713 and made every conditional that depends on it false (by
> removing the appropriate code).  However, when trying to ifconfig the
> interface I get:
> 	SIOCSIFFLAGS: Cannot allocate memory
> 	SIOCSIFFLAGS: Cannot allocate memory
Oh right... Yea, the code assumes that someone added the 4713 id (0x4713 ;)
) to pci_ids.h. Interesting that it runs out of memory though. The new
version does use quite a bit of GFP_DMA (== memory under 16MB since there's
no way of allocating memory under 1GB, which would do.). Apart from some
legacy ISA stuff I don't think anything else should be sucking it up, so
there should be enough, at least after a fresh boot.
> > If that
> > doesn't help, the broadcom driver 
> > ( http://www.broadcom.com/drivers/downloaddrivers.php ) might be
> > worth a try.
> The Broadcom Linux driver version 3.0.7 also locks up on me, but it
> doesn't support "ethtool -A", so I have to stop and start the interface
> completely to get it working again.
Whew, maybe it's not a driver issue. Only thing I can think of is trying a
few different kernels (say 2.6.7, 2.4.x if that fails), acpi=off, pci=noacpi
on the command line etc.

-- 
Pekka Pietikainen

      reply	other threads:[~2004-08-23 20:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-22 20:53 Broadcom 4401 problem Bruce Guenter
2004-08-22 22:17 ` Pekka Pietikainen
2004-08-23 15:57   ` Bruce Guenter
2004-08-23 19:34     ` Pekka Pietikainen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040823193416.GA21390@ee.oulu.fi \
    --to=pp@ee.oulu.fi \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.