2006-05-25 18:19:25

by David Johnson

[permalink] [raw]
Subject: b44 driver issues?

Hi all,

I have a Dell Inspiron 5150 laptop with a Broadcom BCM4401 network card which
uses the b44 driver.

With recent kernels (I've tested with Ubuntu's 2.6.15, vanilla 2.6.16.18 and
2.6.17-rc5) the driver loads without error but the interface isn't
registered.

In dmesg:
b44.c:v1.00 (Apr 7, 2006)
ACPI: PCI Interrupt 0000:02:01.0[A] -> GSI 17 (level, low) -> IRQ 177
eth0: Broadcom 4400 10/100BaseT Ethernet 00:11:43:7b:69:ae

# ifconfig eth0
eth0: error fetching interface information: Device not found

With Ubuntu's 2.6.12 kernel everything works as expected. I've not tried any
kernels between 2.6.12 and 2.6.15, but can do so if it'd be helpful.

Anybody else having problems?

Thanks in advance,
David.

--
David Johnson
http://www.david-web.co.uk - My Personal Website
http://www.penguincomputing.co.uk - Need a Web Developer?


2006-05-25 19:22:20

by Stephen Hemminger

[permalink] [raw]
Subject: Re: b44 driver issues?

On Thu, 25 May 2006 19:19:00 +0100
David Johnson <[email protected]> wrote:

> Hi all,
>
> I have a Dell Inspiron 5150 laptop with a Broadcom BCM4401 network card which
> uses the b44 driver.
>
> With recent kernels (I've tested with Ubuntu's 2.6.15, vanilla 2.6.16.18 and
> 2.6.17-rc5) the driver loads without error but the interface isn't
> registered.
>
> In dmesg:
> b44.c:v1.00 (Apr 7, 2006)
> ACPI: PCI Interrupt 0000:02:01.0[A] -> GSI 17 (level, low) -> IRQ 177
> eth0: Broadcom 4400 10/100BaseT Ethernet 00:11:43:7b:69:ae
>
> # ifconfig eth0
> eth0: error fetching interface information: Device not found

Did a hotplug script rename it for you.

# ifconfig -a

2006-05-25 21:10:46

by Eric Sandall

[permalink] [raw]
Subject: Re: b44 driver issues?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David Johnson wrote:
> Hi all,
>
> I have a Dell Inspiron 5150 laptop with a Broadcom BCM4401 network card which
> uses the b44 driver.
>
> With recent kernels (I've tested with Ubuntu's 2.6.15, vanilla 2.6.16.18 and
> 2.6.17-rc5) the driver loads without error but the interface isn't
> registered.
>
> In dmesg:
> b44.c:v1.00 (Apr 7, 2006)
> ACPI: PCI Interrupt 0000:02:01.0[A] -> GSI 17 (level, low) -> IRQ 177
> eth0: Broadcom 4400 10/100BaseT Ethernet 00:11:43:7b:69:ae
>
> # ifconfig eth0
> eth0: error fetching interface information: Device not found
>
> With Ubuntu's 2.6.12 kernel everything works as expected. I've not tried any
> kernels between 2.6.12 and 2.6.15, but can do so if it'd be helpful.
>
> Anybody else having problems?

I have it working fine with 2.6.15.6 and prior. The few 2.6.16 kernels I
tested had it working as well.

- -sandalle

- --
Eric Sandall | Source Mage GNU/Linux Developer
[email protected] | http://www.sourcemage.org/
http://eric.sandall.us/ | SysAdmin @ Shock Physics @ WSU
http://counter.li.org/ #196285 | http://www.shock.wsu.edu/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEdh1EHXt9dKjv3WERAoDbAJ9xH/ZeQNwh5wTIt+QsurcNYH5NWgCfWc2r
eyDrJxJpePYni4Yz8Gxzy7A=
=NyXg
-----END PGP SIGNATURE-----

2006-05-26 18:33:01

by Mark Lord

[permalink] [raw]
Subject: Re: b44 driver issues?

David Johnson wrote:
> With recent kernels (I've tested with Ubuntu's 2.6.15, vanilla 2.6.16.18 and
>> 2.6.17-rc5) the driver loads without error but the interface isn't
>> registered.
>>
>> In dmesg:
>> b44.c:v1.00 (Apr 7, 2006)

Mmm.. strange. My 2.6.16.16 kernel says:

b44.c:v0.97 (Nov 30, 2005)

Where'd you find the v1.00 version?

Cheers

2006-05-26 18:47:34

by Mark Lord

[permalink] [raw]
Subject: Re: b44 driver issues?

Mark Lord wrote:
> David Johnson wrote:
>>> b44.c:v1.00 (Apr 7, 2006)
>
> Mmm.. strange. My 2.6.16.16 kernel says:
>
> b44.c:v0.97 (Nov 30, 2005)
>
> Where'd you find the v1.00 version?

Oh, I see it --> in 2.6.17-rc*.

Does the older version give exactly the same results as the new one?

2006-05-29 00:10:21

by David Johnson

[permalink] [raw]
Subject: Re: b44 driver issues?

On Thursday 25 May 2006 20:21, you wrote:
>
> Did a hotplug script rename it for you.
>

Yes, it did...
<hangs head in shame>

I don't understand why it would do it with one kernel version and not with
another... just one of those things I guess.

Cheers,
David.

--
David Johnson
http://www.david-web.co.uk - My Personal Website
http://www.penguincomputing.co.uk - Need a Web Developer?