I have a problem,
I have no Ethernet cable and I want to bypass the need of using it to install the WLAN and Wi-Fi Ubuntu driver. I did find a similar question here, but it is old and the answer is not exactly what I wanted. I want to install the driver from the Internet from OS X, and put it onto the USB. Then I will boot to Ubuntu partition, and install the driver from the USB. Is there a way to do it?
A possibility would also be to download it from Ubuntu on VirtualBox, which I officially intended to delete and move it to a partition, and then put it onto a USB
~$ lspci -nn | grep 0280
02:00.0 Network controller [0280]: Broadcom Corporation BCM4331 802.11a/b/g/n [14e4:4331]
Probably the standard MAC controller? I have an MBP 13-inch mid 2012
UPDATE: Decided to download from a .deb package. On the site it says (located here), that the firmware installer supports 4331. When i try to install it, it says: BCM4331 not supported. and in the software center, it says:
Supported Chipsets:
BCM4306/3
BCM4311
BCM4318
BCM4321
BCM4322 (only 14e4:432b)
UPDATE: I also tried a Broadcom patch to support, though it has no effect. The b43 driver in /lib/firmware didn't load, though i'm going to ask a separate question on that.
UPDATE: I found out why the B43 didn't load. Right at boot, before the login screen, this shows up in white text:
[ 14.674744] irq 17: nobody cared (try booting withe the "irqpoll" option)
[ 14.674801] handlers:
[ 14.674809] [<ffffffffa00188b0>] sdhci_irq [sdhci]
[ 14.674810] Disabling IRQ #17
[ 14.717124] b43-phy0 ERROR: Firmware file "b43/ucode29_mimo.fw" not found
[ 14.717125] b43-phy0 ERROR: Firmware file "b43-open/ucode29_mimo.fw not found
[ 14.717126] b43-phy0 ERROR: Youmust go to http://wireless.kernel.org/en/users/Drivers/b43devicefirmware and download the correct
version. Please carefully read all instructions on this website
What does this mean and how do I fix this?
lspci -nn | grep 0280
. – chili555 Apr 17 '15 at 20:3214e4:4331
device needs firmware. The method to install it without an internet connection as well as the needed file are here at post #7: http://ubuntuforums.org/showthread.php?t=2098717 – chili555 Apr 17 '15 at 21:52