openSUSE Forums > Network/Internet > Wireless » Hybrid Linux Driver for Broadcom 4312 not installing

Go Back   openSUSE Forums > Network/Internet > Wireless
Forums FAQ Members List Search Today's Posts Mark Forums Read


Wireless Questions about wireless networking setup, use, and wireless specific applications

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 13-Oct-2009, 10:31
Puzzled Penguin
 
Join Date: Oct 2009
Posts: 5
camroe hasn't been rated much yet
Default Hybrid Linux Driver for Broadcom 4312 not installing

I have been following the instructions as found at http://www.broadcom.com/docs/linux_sta/README.txt to install the new hybrid driver for a Broadcom 4312 on a Dell LatitudeE6500 laptop. I downloaded the hybrid-portsrc-x86_32-v5.10.91.9.3.tar.gz and have successfully
completed all the steps up to "modprobe lib80211". When I try to do this from the hybrid_wl directory, I get the message "FATAL: Module lib80211 not found.". If I ignore this and try to install the wl.ko module with the command insmod wl.ko I get the message " insmod: error inserting 'wl.ko': -1 Unknown symbol in module". I am assuming that because I could not modprobe lib80211, I get the latter error.

Could you please tell me where lib80211 is supposed to be located or has anyone on this list installed this/these drivers before?

Please find below a log of what I've done and some system information.

Also, note that I did not have a blacklist.conf in /etc/modprobe.d but I did have a 'blacklist'. I appended the recommended blacklist items to both.


Any help would be very much appreciated! Thanks


------------- L O G ------------------
CommandLog: (all done as root).

# uname -a
Linux linux-pyut 2.6.27.29-0.1-pae #1 SMP 2009-08-15 17:53:59 +0200 i686 i686 i386 GNU/Linux
# lspci | grep Broad
0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev01)
# cat /home/croe/Desktop/WirelessHardwareInfo
-------taken from system info gui and saved in a file -------
98: udi = '/org/freedesktop/Hal/devices/pci_14e4_4315'
pci.subsys_vendor_id = 4136 (0x1028)
info.subsystem = 'pci'
pci.device_class = 2 (0x2)
info.product = 'BCM4312 802.11b/g'
pci.device_subclass = 128 (0x80)
info.udi = '/org/freedesktop/Hal/devices/pci_14e4_4315'
pci.device_protocol = 0 (0x0)
pci.subsys_product = 'Wireless 1397 WLAN Mini-Card'
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1c.1/0000:0c:00.0'
pci.vendor = 'Broadcom Corporation'
info.parent = '/org/freedesktop/Hal/devices/pci_8086_2942'
info.vendor = 'Broadcom Corporation'
pci.linux.sysfs_path =
'/sys/devices/pci0000:00/0000:00:1c.1/0000:0c:00.0'
pci.product = 'BCM4312 802.11b/g'
pci.subsys_vendor = 'Dell'
pci.product_id = 17173 (0x4315)
linux.hotplug_type = 2 (0x2)
pci.vendor_id = 5348 (0x14e4)
linux.subsystem = 'pci'
pci.subsys_product_id = 12 (0xc

# mkdir hybrid_wl
# cd hybrid_wl/
# tar xzf ../hybrid-portsrc-x86_32-v5.10.91.9.3.tar.gz
# make clean
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd` clean
make[1]: Entering directory `/usr/src/linux-2.6.27.29-0.1-obj/i386/pae'
make -C ../../../linux-2.6.27.29-0.1
O=/usr/src/linux-2.6.27.29-0.1-obj/i386/pae/. clean
make[1]: Leaving directory `/usr/src/linux-2.6.27.29-0.1-obj/i386/pae'
# make
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
make[1]: Entering directory `/usr/src/linux-2.6.27.29-0.1-obj/i386/pae'
make -C ../../../linux-2.6.27.29-0.1
O=/usr/src/linux-2.6.27.29-0.1-obj/i386/pae/.
LD /home/croe/downloads/wireless/hybrid_wl/built-in.o
CC [M] /home/croe/downloads/wireless/hybrid_wl/src/wl/sys/wl_linux.o
CC [M] /home/croe/downloads/wireless/hybrid_wl/src/wl/sys/wl_iw.o
CC [M] /home/croe/downloads/wireless/hybrid_wl/src/shared/linux_osl.o
LD [M] /home/croe/downloads/wireless/hybrid_wl/wl.o
Building modules, stage 2.
MODPOST 1 modules
WARNING: modpost: missing MODULE_LICENSE()
in /home/croe/downloads/wireless/hybrid_wl/wl.o
see include/linux/module.h for more information
CC /home/croe/downloads/wireless/hybrid_wl/wl.mod.o
LD [M] /home/croe/downloads/wireless/hybrid_wl/wl.ko
make[1]: Leaving directory `/usr/src/linux-2.6.27.29-0.1-obj/i386/pae'
# lsmod | grep "b43\|ssb\|wl"
------just to be sure --------
# rmmod b43
ERROR: Module b43 does not exist in /proc/modules
# rmmod ssb
ERROR: Module ssb does not exist in /proc/modules
# rmmod wl
ERROR: Module wl does not exist in /proc/modules
# tail -5 /etc/modprobe.d/blacklist

#Cam's edits in an attempt to get the wireless working
blacklist bcm43xx
blacklist ssb
blacklist b43
# tail /etc/modprobe.d/blacklist.conf
blacklist ssb
blacklist b43
# depmod
# depmod -a
# ls /lib/modules/2.6.27.*
2.6.27.19-3.2-default/ 2.6.27.19-3.2-trace/ 2.6.27.29-0.1-debug/
2.6.27.29-0.1-ec2/ 2.6.27.29-0.1-trace/ 2.6.27.29-0.1-xen/
2.6.27.19-3.2-pae/ 2.6.27.19-3.2-xen/ 2.6.27.29-0.1-default/
2.6.27.29-0.1-pae/ 2.6.27.29-0.1-vmi/
# ls /lib/modules/2.6.27.29-0.1-pae/kernel/net/wireless/
cfg80211.ko
# modprobe lib80211
FATAL: Module lib80211 not found.
# insmod wl.ko
insmod: error inserting 'wl.ko': -1 Unknown symbol in module
#
Reply With Quote
  #2 (permalink)  
Old 13-Oct-2009, 12:31
Wise Penguin
 
Join Date: Mar 2009
Posts: 1,824
Akoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the rough
Default Re: Hybrid Linux Driver for Broadcom 4312 not installing

This problem has been discussed so many times now, use the forum's search function and search for 4312.

You will not have to compile anything.
__________________
“Never attribute to malice that which can be adequately explained by stupidity.” (R.J. Hanlon)
Reply With Quote
  #3 (permalink)  
Old 13-Oct-2009, 12:37
Puzzled Penguin
 
Join Date: Oct 2009
Posts: 5
camroe hasn't been rated much yet
Talking Re: Hybrid Linux Driver for Broadcom 4312 not installing

Continued to investigate and found different instructions on *OFFICIAL* Broadcom Linux driver BCM4312 | You’re Special, Just Like Everybody Else.

These instructions worked for me, and are summarized below incase the other website goes away.


Here’s what it says from lspci:
/sbin/lspci |grep Broadcom
0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)

As in the previous post I tried to follow the readme for the new drives and got stymied at the 'modprobe lib80211'

What I did differently was after making sure I did not have any other drivers by running

rmmod bcm43xx; rmmod b43; rmmod b43legacy

And for good measure remove ndiswrapper modules:

rmmod ndiswrapper

I loaded a different module:

modprobe ieee80211_crypt_tkip

And finally load the wl.ko module:

insmod wl.ko

Now I do an ifconfig and I have a new device call eth1 and the wireless works through that interface.

Hooray!
Reply With Quote
  #4 (permalink)  
Old 13-Oct-2009, 12:52
Puzzled Penguin
 
Join Date: Oct 2009
Posts: 5
camroe hasn't been rated much yet
Default Re: Hybrid Linux Driver for Broadcom 4312 not installing

Just a quick reply to Akoellh - yes, you are correct the 4312 is discussed a lot but virtually all posts have advice on how to use the workarounds like ndiswrapper.
Broadcom has apparently worked on specific drivers for Linux and it seemed to me to be more appropriate to use those instead of windows drivers with a wrapper. I did not see any posts in here to do with the new hybrid drivers or problem I was having. I apologize if there are and I missed them.

The official Broadcom drivers for Linux can be obtained at Broadcom.com - 802.11 Linux STA driver

The blurb on the drivers from the website is below.

802.11 Linux STA driver

These packages contain Broadcom's IEEE 802.11a/b/g/n hybrid Linux® device driver for use with Broadcom's BCM4311-, BCM4312-, BCM4321-, and BCM4322-based hardware. There are different tars for 32-bit and 64-bit x86 CPU architectures. Make sure that you download the appropriate tar because the hybrid binary file must be of the appropriate architecture type. The hybrid binary file is agnostic to the specific version of the Linux kernel because it is designed to perform all interactions with the operating system through operating-system-specific files and an operating system abstraction layer file. All Linux operating-system-specific code is provided in source form, making it possible to retarget to different kernel versions and fix operating system related issues.
Reply With Quote
  #5 (permalink)  
Old 13-Oct-2009, 15:22
Puzzled Penguin
 
Join Date: Oct 2009
Posts: 5
camroe hasn't been rated much yet
Default Re: Hybrid Linux Driver for Broadcom 4312 not installing

Quote:
Correct, but instead of compiling them yourself, using the ready made RPMs which can be found in the openSUSE Build Service would be more prudent.
Now this IS helpful, and I thank you for pointing this out to me. This would have saved me a lot of effort if I had this information before. I'll check here ( Software.openSUSE.org ) now if I have a problem in the future.
Reply With Quote
  #6 (permalink)  
Old 13-Oct-2009, 15:35
Wise Penguin
 
Join Date: Mar 2009
Posts: 1,824
Akoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the rough
Default Re: Hybrid Linux Driver for Broadcom 4312 not installing

Quote:
Originally Posted by camroe View Post
Now this IS helpful, and I thank you for pointing this out to me. This would have saved me a lot of effort if I had this information before.
I told you to search for "4312", because then you will find this here:

bcm4312 UDI:14e4-4315 wireless not support?

or this

Acer emachines G725 hw problems - openSUSE Forums

which would lead you to this

Wireless not working (BCM4312) - openSUSE Forums

or even this (the "future solution", which might even apply in the present)

Update on using b43 with PCI ID 14e4:4315 - openSUSE Forums

These are only the first few and most recent hits for "4312", feel free to look at some more.
__________________
“Never attribute to malice that which can be adequately explained by stupidity.” (R.J. Hanlon)
Reply With Quote
  #7 (permalink)  
Old 13-Oct-2009, 16:32
swerdna's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Oz
Posts: 4,857
swerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the rough
Default Re: Hybrid Linux Driver for Broadcom 4312 not installing

@camroe
I have removed the offensive posts and apologise to you for them.
__________________
Drop in and visit some time.
Reply With Quote
  #8 (permalink)  
Old 13-Oct-2009, 16:39
Knurpht's Avatar
Wise Penguin
 
Join Date: Jun 2008
Location: groningen, netherlands
Posts: 1,783
Knurpht 's reputation will be famous soon enoughKnurpht 's reputation will be famous soon enoughKnurpht 's reputation will be famous soon enough
Default Re: Hybrid Linux Driver for Broadcom 4312 not installing

Quote:
Originally Posted by swerdna View Post
@camroe
I have removed the offensive posts and apologise to you for them.
It's a shame this is necessary.
__________________
- AMD Athlon X2 6.0 GHz, 8 GB DDR2-800, 30 GB SSD, 1.5 TB, EVGA 9800GT, openSUSE 11.2 KDE4 4.3.3
- ASUS K70IO laptop, GT120M-1GB, 4 GB, 64 GB SSD, opensuse Factory, KDE4 4.3.3

R.E.S.T.E.C.P.
Reply With Quote
  #9 (permalink)  
Old 13-Oct-2009, 23:30
swerdna's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Oz
Posts: 4,857
swerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the rough
Default Re: Hybrid Linux Driver for Broadcom 4312 not installing

@Akoellh
I have deleted the third inappropriate post; please cool off now.
__________________
Drop in and visit some time.
Reply With Quote
  #10 (permalink)  
Old 17-Oct-2009, 06:38
marcoslai's Avatar
Explorer Penguin
 
Join Date: Dec 2008
Location: Malaysia
Posts: 128
marcoslai hasn't been rated much yet
Default Re: Hybrid Linux Driver for Broadcom 4312 not installing

I have same wifi chips. This work for me :
Type this as su in terminal ' zypper in broadcom-wl broadcom-wl-kmp-default',that'd install the appropriate driver,then reboot yr computer,it should work.
__________________
Compaq Presario CQ40-115AU~AMD Turion 64x2 2Ghz~2GB Kingston DDR667 RAM~ATI 780G HD3200~openSUSE 11.2 KDE4.3.1 x86-64.
Reply With Quote
Reply

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2