b43-phy0 ERROR

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
merlwiz79
Level 8
Level 8
Posts: 2418
Joined: Wed Apr 04, 2007 1:50 pm
Location: Here again :)

Re: b43-phy0 ERROR

Post by merlwiz79 »

Remove the card or disable it in the BIOS.
Then Install Linux Mint.
Here's how to get it working after Linux Mint is installed.
Then download http://packages.ubuntu.com/hardy/b43-fwcutter
Download http://downloads.openwrt.org/sources/br ... .0.tar.bz2

Then install
a) Install the DEB file
b) unpack the tar.gz file: tar xjf broadcom-wl-4.80.53.0.tar.bz2
c) access the new folder: cd broadcom-wl-4.80.53.0/kmod
d) run the command: export FIRMWARE_INSTALL_DIR="/lib/firmware"
e) install the firmware: b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta.o
f) run the command: sudo chmod 755 /lib/firmware/b43
g) restart your computer
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Image
User avatar
merlwiz79
Level 8
Level 8
Posts: 2418
Joined: Wed Apr 04, 2007 1:50 pm
Location: Here again :)

Re: b43-phy0 ERROR

Post by merlwiz79 »

I guess you'll need to take out the card.
Are you sure you saved the settings?
Not sure why acpi=off doesn't work for you.
Image
User avatar
merlwiz79
Level 8
Level 8
Posts: 2418
Joined: Wed Apr 04, 2007 1:50 pm
Location: Here again :)

Re: b43-phy0 ERROR

Post by merlwiz79 »

Ok here's a way that may work for you.
Hit tab to edit the boot options and remove quiet splash --, then add break=top
Then at the (initramfs) prompt, type the following lines:

Code: Select all

echo "blacklist b43legacy" >> /etc/modprobe.d/blacklist

Code: Select all

echo "blacklist bcm43xx" >> /etc/modprobe.d/blacklist

Code: Select all

exit
Image
User avatar
merlwiz79
Level 8
Level 8
Posts: 2418
Joined: Wed Apr 04, 2007 1:50 pm
Location: Here again :)

Re: b43-phy0 ERROR

Post by merlwiz79 »

Once the Live cd starts hit Esc and then tab.
It'll show you the boot options.
Use the backspace to remove quiet splash --
Then type break=top and hit enter.
It'll start booting then stop and you'll be at the (initramfs) prompt
Type echo "blacklist b43legacy" >> /etc/modprobe.d/blacklist and hit enter
Type echo "blacklist bcm43xx" >> /etc/modprobe.d/blacklist and hit enter
Type exit and hit enter
It should now boot the live cd, I hope.
Image
User avatar
merlwiz79
Level 8
Level 8
Posts: 2418
Joined: Wed Apr 04, 2007 1:50 pm
Location: Here again :)

Re: b43-phy0 ERROR

Post by merlwiz79 »

I just tried on the Fluxbox CE and it worked for me.
Also echo "blacklist bcm43xx" >> /etc/modprobe.d/blacklist needs to be echo "blacklist b43" >> /etc/modprobe.d/blacklist
You must be typing something wrong or you have a corrupt iso or bad burn.
Image
User avatar
merlwiz79
Level 8
Level 8
Posts: 2418
Joined: Wed Apr 04, 2007 1:50 pm
Location: Here again :)

Re: b43-phy0 ERROR

Post by merlwiz79 »

Maybe try some of these to get past the error:

Code: Select all

noapic
nolapic
noacpi 
acpi=off 
pci=noacpi 
nopcmcia  #only if you have pcmcia 
irqpoll
Image
Locked

Return to “Installation & Boot”