0

I've installed a fresh copy of Xubuntu 15.04 and I can't get my Broadband B4311 Wifi card working. I had Ubuntu GNOME 14.04, and I solved the problem using the b43 driver, so I'd already done a lot of tweaking, now neither the b43 driver or the Broadcom proprietary driver works. Is this kernel related? Has anyone had the same problem?

karel
  • 114,770
  • Can you add the result of ls /etc/modprobe.d/ | grep bcm43 and lspci -nnk | grep 280 – Jeremy31 Apr 26 '15 at 10:52
  • alsa-base.conf blacklist.conf blacklist-modem.conf blacklist-watchdog.conf intel-microcode-blacklist.conf vmwgfx-fbdev.conf
  • blacklist-ath_pci.conf blacklist-firewire.conf blacklist-oss.conf dkms.conf iwlwifi.conf blacklist-broadcom-wireless.conf blacklist-framebuffer.conf blacklist-rare-network.conf fbdev-blacklist.conf mlx4.conf

    – Cláudio Palma Apr 26 '15 at 11:00
  • 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)
  • 00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge [8086:27b9] (rev 02) 00:1f.1 IDE interface [0101]: Intel Corporation 82801G (ICH7 Family) IDE Controller [8086:27df] (rev 02) 00:1f.2 SATA controller [0106]: Intel Corporation 82801GBM/GHM (ICH7-M Family) SATA Controller [AHCI mode] [8086:27c5] (rev 02) 02:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)

    – Cláudio Palma Apr 26 '15 at 11:05
  • 02:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01) Subsystem: Hewlett-Packard Company BCM4311 802.11b/g Wireless ... [103c:1364] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 16 Region 0: Memory at d6000000 (32-bit, non-prefetchable) [size=16K] Capabilities: Kernel driver in use: b43-pci-bridge – Cláudio Palma Apr 26 '15 at 11:08
  • So what is in the blacklist file cat /etc/modprobe.d/blacklist-broadcom-wireless.conf – Jeremy31 Apr 26 '15 at 11:14
  • wl driver that was the default after install – Cláudio Palma Apr 26 '15 at 11:16
  • Have you installed the firmware? sudo apt-get install firmware-b43-installer and rebooted? – Jeremy31 Apr 26 '15 at 11:20
  • yes, i've installed and rebooted – Cláudio Palma Apr 26 '15 at 11:21
  • Anything in rfkill list all – Jeremy31 Apr 26 '15 at 11:26
  • 1
    I've just edit blacklist-broadcom-wireless.conf and the b43 driver was blacklisted, i guess i was very sleepy last night, i just remove it and runned sudo update-initramfs -u and it's done. Thank you very much. Now i feel bad for starting this – Cláudio Palma Apr 26 '15 at 11:28
  • 1
    As long as it works now – Jeremy31 Apr 26 '15 at 11:31
  • Thank you, my ethernet cable is out and i'm on wireless again – Cláudio Palma Apr 26 '15 at 11:32