top of page

Bcm4312 Linux Driver Download

  • nick-boccio753lkmw
  • Aug 21, 2023
  • 4 min read


That DID work, and got my wifi going. However, I am not knowledgeable enough to really understand this whole business with the linux-image and linux-headers. I don't know what that is doing, and whether it might not apply correctly in Devuan, or in some way compromise my Devuan install. Man, an awful lot of lines went flying by in the terminal in order to execute that command! Anyway, do you know if that command was appropriate in Devuan? If it may have caused any damage, I will do a complete re-install and find a more appropriate command to get the wl driver.


Once you have downloaded your new driver, you'll need to install it. In Windows, use a built-in utility called Device Manager, which allows you to see all of the devices recognized by your system, and the drivers associated with them.




bcm4312 linux driver download



I installed Debian Wheezy on my netbook a couple of days ago and forgot to install the Broadcom wifi drivers, while I still had wired access. Now, this morning in the comfort of my bed I wanted to get online from my netbook and realized I have no working wifi on it. Luckily, I happened to have a second laptop with working wireless with me to use as the package downloader, downloaded the required packages to USB drive and copied them to my netbook.


An Internet connection is the ideal way to install the broadcom-wl driver; many newer laptops with Broadcom cards forgo Ethernet ports, so a USB Ethernet adapter or Android tethering may be helpful. If you have neither, you will need to first install the base-devel package during installation. Then, use another Internet-connected computer to download linux-headers and the driver tarball from the AUR, and install them in that order.


  • This package downloads and installs the firmware needed by the b43kernel driver for some Broadcom 43xx wireless network cards.Supported chipsets: * BCM4306/3 (chip revision 3 only); * BCM4311 (NOT PCI Id 14e4:4313); * BCM4312; * BCM43131; * BCM4318; * BCM4321 (only partial support, not all versions tested); * BCM43217; * BCM4322 (only partial support for some versions, not all versions tested); * BCM43222 (not all versions tested); * BCM43224 (not all versions tested); * BCM43225; * BCM43227; * BCM43228; * BCM4331; * BCM47xx (detection not reliable, may not support all versions). Other Packages Related to firmware-b43-installer depends

  • recommends

  • suggests

  • enhances

dep:b43-fwcutter (>= 1:019-7) utility for extracting Broadcom 43xx firmware dep:bzip2 high-quality block-sorting file compressor - utilities dep:ca-certificates Common CA certificates dep:pciutils PCI utilities dep:wget retrieves files from the web Download firmware-b43-installer Download for all available architectures ArchitecturePackage SizeInstalled SizeFiles all12.5 kB32.0 kB [list of files] This page is also available in the following languages (How to set the default document language):


Oh, of course, thanks! So I did the patch and could install the driver.I was trying to do that because this driver is consuming too much battery. While I download some files powertop shows me that:


[email protected]:/Downloads/wl# tar xvf hybrid-portsrc_x86_64-v5_100_82_112.tar.gzMakefilelib/lib/wlc_hybrid.o_shippedlib/LICENSE.txtsrc/src/include/src/include/proto/src/include/proto/802.11.hsrc/include/proto/bcmeth.hsrc/include/proto/bcmevent.hsrc/include/proto/802.1d.hsrc/include/proto/ethernet.hsrc/include/proto/ieee80211_radiotap.hsrc/include/proto/wpa.hsrc/include/bcmutils.hsrc/include/packed_section_start.hsrc/include/pcicfg.hsrc/include/packed_section_end.hsrc/include/typedefs.hsrc/include/bcmendian.hsrc/include/bcmdefs.hsrc/include/epivers.hsrc/include/bcmwifi.hsrc/include/bcmcdc.hsrc/include/linux_osl.hsrc/include/linuxver.hsrc/include/wlioctl.hsrc/include/osl.hsrc/shared/src/shared/linux_osl.csrc/wl/src/wl/sys/src/wl/sys/wlc_ethereal.hsrc/wl/sys/wl_export.hsrc/wl/sys/wl_iw.csrc/wl/sys/wl_linux.hsrc/wl/sys/wl_dbg.hsrc/wl/sys/wl_cfg80211.csrc/wl/sys/wl_cfg80211.hsrc/wl/sys/wlc_pub.hsrc/wl/sys/wl_linux.csrc/wl/sys/wlc_key.hsrc/wl/sys/wlc_types.hsrc/wl/sys/wl_iw.h[email protected]:/Downloads/wl# patch -p0 src/wl/sys/wl_linux.c patching file src/wl/sys/wl_linux.cHunk #1 succeeded at 388 (offset 56 lines).[email protected]:/Downloads/wl# sudo makeKBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`make[1]: Entering directory `/usr/src/linux-source-3.2.6'Wireless Extension is the only possible API for this kernel versionUsing Wireless Extension APILD /root/Downloads/wl/built-in.oCC [M] /root/Downloads/wl/src/shared/linux_osl.oCC [M] /root/Downloads/wl/src/wl/sys/wl_linux.oCC [M] /root/Downloads/wl/src/wl/sys/wl_iw.oCC [M] /root/Downloads/wl/src/wl/sys/wl_cfg80211.oLD [M] /root/Downloads/wl/wl.oBuilding modules, stage 2.Wireless Extension is the only possible API for this kernel versionUsing Wireless Extension APIMODPOST 1 modulesWARNING: modpost: missing MODULE_LICENSE() in /root/Downloads/wl/wl.osee include/linux/module.h for more informationCC /root/Downloads/wl/wl.mod.oLD [M] /root/Downloads/wl/wl.komake[1]: Leaving directory `/usr/src/linux-source-3.2.6'[email protected]:/Downloads/wl# sudo make installinstall -D -m 755 wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless/wl.ko[email protected]:/Downloads/wl# sudo depmod[email protected]:/Downloads/wl# sudo modeprobe wlsudo: modeprobe: command not found[email protected]:/Downloads/wl# sudo modeprob wlsudo: modeprob: command not found[email protected]:/Downloads/wl# sudo modprobe wl


If your device has an Ethernet connection, the easiest method is to use an Ethernet cable and physically connect your PC to your router. Most (but not all) Ethernet adapters will be automatically detected. Once connected, you can download Bodhi Linux updates and/or specific drivers as needed.


By far the easiest method to install drivers while connected to the internet, i.e. online. If your laptop/PC has Ethernet capabilities and you can also connect directly to your router using an Ethernet cable, then the strong recommendation is to take the online approach. If you have no alternative, then use another laptop/PC/phone to download the files and transfer them USB Cable/USB Drive to the laptop.


first of all i'm a linux newbie. it seems that i don have the b43-fwcutter any more, so i guess my first post is not a bug report!!at the moment i posted it i had the b43 under the hardware drivers menu.i was desperately searching for a solution to make my wlan working. so i tried a lot.


because hardy in development state is't properly no out of the box solution. but for the human's like me who can't wait.i uninstalled the b43-cutter and used this package un downloaded the windows driver from my laptop manufacture. extracted it with carbextract, and installed it whit the program (in my case HP vista drivers 1.6.inf didn't work for me bud the xp drivers 1,5.inf did the job.)


$ dpkg -lgrep backportsii linux-backports-modules-2.6.28-11-generic 2.6.28-11.12 Ubuntu supplied Linux modules for version 2.6.28 on x86/ii linux-backports-modules-jaunty 2.6.28.11.15 Generic Linux backported drivers.ii linux-backports-modules-jaunty-generic 2.6.28.11.15 Backported drivers for generic kernel image 2ff7e9595c


 
 
 

Recent Posts

See All

Comments


Drop Me a Line, Let Me Know What You Think

Thanks for submitting!

© 2023 by Train of Thoughts. Proudly created with Wix.com

bottom of page