All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Wojciech Zabołotny" <w.zabolotny@elka.pw.edu.pl>
To: Eric Dumazet <eric.dumazet@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: kernel 2.6.33.7 (the highest version with RT patch) does not work with b44 ethernet controller
Date: Thu, 04 Nov 2010 18:58:36 +0100	[thread overview]
Message-ID: <4CD2F44C.8000607@elka.pw.edu.pl> (raw)
In-Reply-To: <1288880413.2659.103.camel@edumazet-laptop>

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

W dniu 04.11.2010 15:20, Eric Dumazet wrote:
>
> Could you print the Invalid MAC address ?
>
>
> diff --git a/drivers/net/b44.c b/drivers/net/b44.c
> index c6e8631..b1b9a2b 100644
> --- a/drivers/net/b44.c
> +++ b/drivers/net/b44.c
> @@ -2092,7 +2092,7 @@ static int __devinit b44_get_invariants(struct b44 *bp)
>   	memcpy(bp->dev->dev_addr, addr, 6);
>
>   	if (!is_valid_ether_addr(&bp->dev->dev_addr[0])){
> -		pr_err("Invalid MAC address found in EEPROM\n");
> +		pr_err("Invalid MAC address %pM found in EEPROM\n", bp->dev->dev_addr);
>   		return -EINVAL;
>   	}
>
>
>    
After the first "rmmod b44; modprobe b44" I've got:

b44 0000:02:0e.0: PCI INT A disabled
b44 0000:02:0e.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
ssb: Core 0 found: Fast Ethernet (cc 0x806, rev 0x07, vendor 0x4243)
ssb: Core 1 found: V90 (cc 0x807, rev 0x03, vendor 0x4243)
ssb: Core 2 found: PCI (cc 0x804, rev 0x0A, vendor 0x4243)
ssb: Sonics Silicon Backplane found on PCI device 0000:02:0e.0
b44.c:v2.0
b44: Invalid MAC address 00:00:00:00:00:00 found in EEPROM
b44 ssb1:0: Problem fetching invariants of chip, aborting.
b44: probe of ssb1:0 failed with error -22

After the second "rmmod b44; modprobe b44" I've got:

b44 0000:02:0e.0: PCI INT A disabled
b44 0000:02:0e.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
ssb: Core 0 found: Fast Ethernet (cc 0x806, rev 0x07, vendor 0x4243)
ssb: Core 1 found: V90 (cc 0x807, rev 0x03, vendor 0x4243)
ssb: Core 2 found: PCI (cc 0x804, rev 0x0A, vendor 0x4243)
ssb: Sonics Silicon Backplane found on PCI device 0000:02:0e.0
b44.c:v2.0
eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:00:01:00:00:10
udev[4514]: renamed network interface eth0 to eth8

I've attached my configs - both for standard and RT configurations.


[-- Attachment #2: config-2.6.33.7.gz --]
[-- Type: application/x-gzip, Size: 22554 bytes --]

[-- Attachment #3: config-2.6.33.7-rt29.gz --]
[-- Type: application/x-gzip, Size: 22527 bytes --]

      reply	other threads:[~2010-11-04 17:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-04 14:06 kernel 2.6.33.7 (the highest version with RT patch) does not work with b44 ethernet controller Wojtek Zabolotny
2010-11-04 14:19 ` Thomas Backlund
2010-11-04 18:10   ` Thomas Backlund
2010-11-04 14:20 ` Eric Dumazet
2010-11-04 17:58   ` Wojciech Zabołotny [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=4CD2F44C.8000607@elka.pw.edu.pl \
    --to=w.zabolotny@elka.pw.edu.pl \
    --cc=eric.dumazet@gmail.com \
    --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.