This post was last edited by hellokingabc on 2016-1-11 03:07
The Black Apple has been basically perfect, but the wireless card always has the problem, often breaks the net , after the search, because the wireless network card in the OSX system is displayed as a third-party wireless network card, only the brush for Apple Hardware ID is correctly recognized by the system to work properly. principle: In Ubuntu environment, install b43 driver, can brush network card ID.
It was these two posts that inspired me, Http://bbs.pcbeta.com/viewthread-1453913-1-1.html Http://bbs.pcbeta.com/viewthread-1324168-1-1.html Thank you for this post and the following reply to discuss the great god
Say something about me. To modify the wireless card ID: first in the win environment, with AIDA64, check your wireless card device ID and subsystem ID, as follows I modified: Note that we want to determine whether the hardware ID of Apple can be brushed through the device ID The subsystem ID that needs to be modified So, the device ID of my wireless card is 14e4-432c we can query the form below to see if we can support the installation of B43 drivers under Ubuntu. 14E4 432C after the corresponding Yes description can be installed B43 driver, we continue to prepare the next step
Install Ubuntu environment, http://www.ubuntu.com.cn/this website to download the latest Ubuntu, note to 32-bit, prepare a USB flash drive of more than 8G, download good, with Ultraliso burn to a U disk, plug in the U disk restart, Select the USB stick to boot, enter the Ubuntu environment, select Chinese to try, use a network cable to connect the computer, because the wireless network card is not available at this time. after the correct network, the desktop Ctrl+alt+t open the terminal, enter the following password, each line of password click Enter
- sudo apt-get update
- sudo apt-get install build-essential
- sudo apt-get Install Curl
- sudo apt-get install Git-core
- sudo apt-get install B43-fwcutter
- sudo modprobe b43
- sudo apt-get install Firmware-b43-installer
- git clone git://git.bues.ch/b43-tools.git
- CD B43-tools/ssb_sprom
- Make
- sudo cp ssb-sprom/usr/sbin/
- sudo chmod 755/usr/sbin/ssb-sprom
- sudo chown root:root/usr/sbin/ssb-sprom
- ssb_sprom=$ (Find/sys/devices-name ssb_sprom)
- Echo $SSB _sprom
- CD ~
- sudo cat $SSB _sprom > Ssb_sprom_copy
- Ssb-sprom-i ssb_sprom_copy-p
- Ssb-sprom-i ssb_sprom_copy--subv 0x106b--subp 0x004e--ccode cn-o new_ssb_sprom_copy
- Ssb-sprom-i new_ssb_sprom_copy-p
- Echo $SSB _sprom
- sudo cp new_ssb_sprom_copy $SSB _sprom
Copy Code
In the first line to note that if the display cannot be downloaded, please change a source and try again 19 Line,--ccode CN can be replaced by -Ccode US, so that more channels can be Save restart Go to OS X and see if the wireless card is normal for airport and not a third-party wireless card. |