List,

I think maybe I'm missing something with the setup of this driver. I've installed the latest kernel from the rawhide (#1917), and tried the prerelease at the link that Larry point out below. I do notice that the stuff related to the bcm43xx driver is different that in the previous rawhide kernels, but I'm effectively getting the same errors. Can anyone help me identify what my problem could be? Is there something I need to do after installing the kernel with the driver?

When I run iwconfig, I get this:
eth1      IEEE 802.11b/g  ESSID:"Auto"  Nickname:"localhost.localdomain"
Mode:Managed Frequency=2.437 GHz Access Point: FF:FF:FF:FF:FF:FF
          Bit Rate=1 Mb/s
          RTS thr:off   Fragment thr:off
          Encryption key:off

When I try to set the txpower:
sudo /sbin/iwconfig eth1 txpower auto
Error for wireless request "Set Tx Power" (8B26) :
    SET failed on device eth1 ; No such device.

If I try to scan with iwlist:
eth1      Interface doesn't support scanning : No such device


If it will add any insight, below are the messages I get in /var/log/messages (while running the #1926 kernel prerelease by Dave J. From this, it looks to me like the driver is being loaded...so maybe I've got to do something else to actually make it work:

Feb  9 23:29:30 localhost kernel: pccard: card ejected from slot 0
Feb 9 23:29:30 localhost kernel: bcm43xx: unable to switch to core 0, retried 12 times
Feb  9 23:29:34 localhost kernel: pccard: CardBus card inserted into slot 0
Feb 9 23:29:34 localhost kernel: PCI: Enabling device 0000:03:00.0 (0000 -> 0002) Feb 9 23:29:34 localhost kernel: ACPI: PCI Interrupt 0000:03:00.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
Feb  9 23:29:34 localhost kernel: bcm43xx: Chip ID 0x4306, rev 0x2
Feb  9 23:29:34 localhost kernel: bcm43xx: Number of cores: 6
Feb 9 23:29:34 localhost kernel: bcm43xx: Core 0: ID 0x800, rev 0x2, vendor 0x4243, enabled Feb 9 23:29:34 localhost kernel: bcm43xx: Core 1: ID 0x812, rev 0x4, vendor 0x4243, disabled Feb 9 23:29:34 localhost kernel: bcm43xx: Core 2: ID 0x80d, rev 0x1, vendor 0x4243, enabled Feb 9 23:29:34 localhost kernel: bcm43xx: Core 3: ID 0x807, rev 0x1, vendor 0x4243, disabled Feb 9 23:29:34 localhost kernel: bcm43xx: Core 4: ID 0x804, rev 0x7, vendor 0x4243, enabled Feb 9 23:29:34 localhost kernel: bcm43xx: Core 5: ID 0x812, rev 0x4, vendor 0x4243, disabled
Feb  9 23:29:34 localhost kernel: bcm43xx: Ignoring additional 802.11 core.
Feb  9 23:29:34 localhost kernel: bcm43xx: PHY connected
Feb 9 23:29:34 localhost kernel: bcm43xx: Detected PHY: Version: 1, Type 2, Revision 1 Feb 9 23:29:34 localhost kernel: bcm43xx: Detected Radio: ID: 2205017f (Manuf: 17f Ver: 2050 Rev: 2)
Feb  9 23:29:34 localhost kernel: bcm43xx: Radio turned off
Feb  9 23:29:34 localhost kernel: bcm43xx: Radio turned off
Feb  9 23:29:34 localhost kernel: bcm43xx: set security called
Feb  9 23:29:34 localhost kernel: bcm43xx:    .level = 0
Feb  9 23:29:34 localhost kernel: bcm43xx:    .enabled = 0
Feb  9 23:29:34 localhost kernel: bcm43xx:    .encrypt = 0
Feb 9 23:29:34 localhost kernel: SoftMAC: Associate: Scanning for networks first. Feb 9 23:29:34 localhost kernel: SoftMAC: Associate: failed to initiate scan. Is device up?
Feb  9 23:29:35 localhost kernel: bcm43xx: PHY connected
Feb  9 23:29:35 localhost kernel: bcm43xx: PHY disconnected
Feb  9 23:29:35 localhost kernel: bcm43xx: PHY connected
Feb 9 23:29:35 localhost firmware_helper[3127]: Loading of /lib/firmware/bcm43xx_microcode4.fw for bcm43xx driver failed: No such file or directory Feb 9 23:29:35 localhost kernel: bcm43xx: Error: Microcode "bcm43xx_microcode4.fw" not available or load failed.
Feb  9 23:29:35 localhost kernel: bcm43xx: set security called
Feb  9 23:29:35 localhost kernel: bcm43xx:    .level = 0
Feb  9 23:29:35 localhost kernel: bcm43xx:    .enabled = 0
Feb  9 23:29:35 localhost kernel: bcm43xx:    .encrypt = 0
Feb  9 23:29:35 localhost kernel: bcm43xx: set security called
Feb  9 23:29:35 localhost kernel: bcm43xx:    .level = 0
Feb  9 23:29:35 localhost kernel: bcm43xx:    .enabled = 0
Feb  9 23:29:35 localhost kernel: bcm43xx:    .encrypt = 0
Feb  9 23:29:35 localhost kernel: bcm43xx: set security called
Feb  9 23:29:35 localhost kernel: bcm43xx:    .level = 0
Feb  9 23:29:35 localhost kernel: bcm43xx:    .enabled = 0
Feb  9 23:29:35 localhost kernel: bcm43xx:    .encrypt = 0
Feb  9 23:29:35 localhost kernel: bcm43xx: set security called
Feb  9 23:29:35 localhost kernel: bcm43xx:    .level = 0
Feb  9 23:29:35 localhost kernel: bcm43xx:    .enabled = 0
Feb  9 23:29:35 localhost kernel: bcm43xx:    .encrypt = 0
Feb 9 23:29:35 localhost kernel: slab error in cache_free_debugcheck(): cache `size-512': double free, or memory outside object was overwritten Feb 9 23:29:35 localhost firmware_helper[3162]: Loading of /lib/firmware/bcm43xx_microcode4.fw for bcm43xx driver failed: No such file or directory Feb 9 23:29:35 localhost firmware_helper[3168]: Loading of /lib/firmware/bcm43xx_microcode4.fw for bcm43xx driver failed: No such file or directory Feb 9 23:29:35 localhost kernel: [<c0150b03>] cache_free_debugcheck+0xc5/0x198 Feb 9 23:29:35 localhost dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 7 Feb 9 23:29:35 localhost kernel: [<c0296fec>] wireless_process_ioctl+0x543/0x5bd [<c01511a1>] kfree+0x49/0x79
Feb  9 23:29:35 localhost dhclient: send_packet: Network is down
Feb 9 23:29:35 localhost kernel: [<c0296fec>] wireless_process_ioctl+0x543/0x5bd [<e09c1b2e>] bcm43xx_wx_sprom_write+0x0/0x39a [bcm43xx] Feb 9 23:29:35 localhost dhclient: receive_packet failed on eth1: Network is down Feb 9 23:29:35 localhost kernel: [<c028edf2>] dev_ioctl+0x472/0x4ab [<c014491f>] __handle_mm_fault+0x41d/0x7c3 Feb 9 23:29:35 localhost kernel: [<c028521c>] sock_map_file+0x8b/0xf9 [<c028640c>] sock_ioctl+0x0/0x232 Feb 9 23:29:35 localhost kernel: [<c0163512>] do_ioctl+0x16/0x48 [<c0163743>] vfs_ioctl+0x1ff/0x216 Feb 9 23:29:35 localhost kernel: [<c01637a2>] sys_ioctl+0x48/0x62 [<c0102bc1>] syscall_call+0x7/0xb Feb 9 23:29:35 localhost kernel: cbb1bc80: redzone 1: 0xfc2a5, redzone 2: 0x170fc2a5. Feb 9 23:29:35 localhost kernel: bcm43xx: Error: Microcode "bcm43xx_microcode4.fw" not available or load failed. Feb 9 23:29:35 localhost kernel: bcm43xx: Error: Microcode "bcm43xx_microcode4.fw" not available or load failed. Feb 9 23:29:42 localhost dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 14
Feb  9 23:29:42 localhost dhclient: send_packet: Network is down


Larry Finger wrote:
Mike Leahy wrote:
Ok...so should I look for this in the next kernel released by Fedora?

I think so. If you want to try the one I used last night, check the RPMs at http://people.redhat.com/davej/kernels/Fedora/devel/.

Larry




_______________________________________________
Bcm43xx-dev mailing list
[email protected]
http://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to