Modify the Broadcom 4322 wireless network card ID tutorial to no longer display third-party wireless cards

Source: Internet
Author: User

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

    1. sudo apt-get update
    2. sudo apt-get install build-essential
    3. sudo apt-get Install Curl
    4. sudo apt-get install Git-core
    5. sudo apt-get install B43-fwcutter
    6. sudo modprobe b43
    7. sudo apt-get install Firmware-b43-installer
    8. git clone git://git.bues.ch/b43-tools.git
    9. CD B43-tools/ssb_sprom
    10. Make
    11. sudo cp ssb-sprom/usr/sbin/
    12. sudo chmod 755/usr/sbin/ssb-sprom
    13. sudo chown root:root/usr/sbin/ssb-sprom
    14. ssb_sprom=$ (Find/sys/devices-name ssb_sprom)
    15. Echo $SSB _sprom
    16. CD ~
    17. sudo cat $SSB _sprom > Ssb_sprom_copy
    18. Ssb-sprom-i ssb_sprom_copy-p
    19. Ssb-sprom-i ssb_sprom_copy--subv 0x106b--subp 0x004e--ccode cn-o new_ssb_sprom_copy
    20. Ssb-sprom-i new_ssb_sprom_copy-p
    21. Echo $SSB _sprom
    22. 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.

Modify the Broadcom 4322 wireless network card ID tutorial to no longer display third-party wireless cards

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.