Gentoo, wireless network card Installation

Source: Internet
Author: User
Tags dmesg

A few days ago, my colleague introduced Gentoo Linux and was immediately attracted by it.

Compile from the day before yesterday (Friday) Evening. Because you are not familiar with the kernel options, use the genkernel and compile kde4.3.1 ......
After about ten hours, you can enter the system, but the wireless network card cannot be used. So it took a long time to explore, but it was not difficult ,......, If you only have 300 holes in a box, you can only put one finger in each hole ......

Well, let's get started. This article describes how to install a wireless NIC Driver. In fact, Wireless Configuration is more confusing. Next articleArticle.

Step 1: Set the kernel

In the original article of foreigners, the kernel is configured as follows:


Networking -- >
< M > Generic IEEE 802.11 Networking stack
[ * ] Enable full debugging output
< M > IEEE 802.11 WEP encryption ( 802 . 1X)
< M > IEEE 802 . 11i CCMP support
< M > IEEE 802 . 11i TKIP Encryption
< M > Software Mac add - On to the IEEE 802.11 Networking stack
[ * ] Enable full debugging output
 
Device Drivers -- > Network device support --> Wireless LAN drivers (non-hamradio) & wireless extensions
< M > Broadcom bcm43xx wireless support
[ * ] Broadcom bcm43xx debugging (recommended)
 


If you use another type of network card, you can do your homework on Google first.

Step 2 emerge bcm43xx-fwcutter
This step is mainly used to install the tool used to generate the kernel mod. Different NICs should be different.

Step 3: download firmware and install

My Nic is bcm4311, which is here: http://linuxwireless.org/en/users/Drivers/bcm43xx


Wget HTTP :// Bu3sch . De / B43 / Fwcutter / B43 - Fwcutter - 012 . Tar . Bz2
Tar xjf b43 - Fwcutter - 012 . Tar . Bz2
CD b43 - Fwcutter - 012
Make
CD ..
Export firmware_install_dir = " /Lib/firmware "
Wget HTTP :// Mirror2 . Openwrt . Org / Sources / Broadcom - WL - 4.150 . 10.5 . Tar . Bz2
Tar xjf Broadcom - WL - 4.150 . 10.5 . Tar . Bz2
CD Broadcom - WL - 4.150 . 10.5 / Driver
Sudo Http://www.cnblogs.com/ B43 - Fwcutter - 012 / B43 - Fwcutter - W " $ Firmware_install_dir " Wl_apsta_mimo . O

Step 4: load the kernel mod

Note: The names of Different kernel loads are different, which can be found.
How to check: dmesg | grep firmware

Localhost ZYF # Dmesg | grep firmware
Broadcom 43xx driver loaded [features : Pmlr , Firmware - ID : Fw13]



Then load it!

Modprobe fw13

OK, it should be recognized without restarting. However, the more difficult battle is the configuration of the wireless network card ...... Next article: Gentoo, wireless network configuration

 

Related Article

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.