Results 1 to 5 of 5
I have Broadcom 802.11n Network Adapter as my wireless network device in my Laptop.I have downloaded the driver hybrid-portsrc_x86_32-v5_100_82_38.tar.gz from Broadcom.com - 802.11 Linux STA driver
But i failed to ...
- 05-27-2011 #1Just Joined!
- Join Date
- Mar 2009
- Location
- india
- Posts
- 52
Broadcom 802.11n Network Adapter driver for RHEL server 5.4
I have Broadcom 802.11n Network Adapter as my wireless network device in my Laptop.I have downloaded the driver hybrid-portsrc_x86_32-v5_100_82_38.tar.gz from Broadcom.com - 802.11 Linux STA driver
But i failed to install it.its showing
i could not find any other driver from internet.looking for help from anyone.Code:[root@localhost hybrid-portsrc_x86_32-v5_100_82_38.tar.gz_FILES]# make install install -D -m 755 wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless/wl.ko install: cannot stat `wl.ko': No such file or directory make: *** [install] Error 1 [root@localhost hybrid-portsrc_x86_32-v5_100_82_38.tar.gz_FILES]#
Last edited by aaaaaarko; 05-27-2011 at 07:29 AM.
- 05-27-2011 #2
Hello, aaaaaarko. Can you post all output from ./configure through make install, to pastebin and provide a link to it here? Your problem likely is occurring before make install.
- 05-27-2011 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Did you build the driver? Also, besides the driver, you need the firmware.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 05-29-2011 #4Just Joined!
- Join Date
- Mar 2009
- Location
- india
- Posts
- 52
Please find the output of the command
when i run makeCode:[root@localhost hybrid-portsrc_x86_32-v5_100_82_38.tar.gz_FILES]# ./configure && make bash: ./configure: No such file or directory
I have not made this driver.i have downloaded it from internet.seems like its not the appropriate driver for the wireless hardware device which i am having.please help me to find it out.Code:[root@localhost hybrid-portsrc_x86_32-v5_100_82_38.tar.gz_FILES]# make KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd` make[1]: Entering directory `/usr/src/kernels/2.6.18-128.el5-i686' LD /root/Desktop/hybrid-portsrc_x86_32-v5_100_82_38.tar.gz_FILES/built-in.o CC [M] /root/Desktop/hybrid-portsrc_x86_32-v5_100_82_38.tar.gz_FILES/src/shared/linux_osl.o In file included from /root/Desktop/hybrid-portsrc_x86_32-v5_100_82_38.tar.gz_FILES/src/shared/linux_osl.c:17: /root/Desktop/hybrid-portsrc_x86_32-v5_100_82_38.tar.gz_FILES/src/include/typedefs.h:86: error: conflicting types for ‘bool’ include/linux/types.h:36: error: previous declaration of ‘bool’ was here make[2]: *** [/root/Desktop/hybrid-portsrc_x86_32-v5_100_82_38.tar.gz_FILES/src/shared/linux_osl.o] Error 1 make[1]: *** [_module_/root/Desktop/hybrid-portsrc_x86_32-v5_100_82_38.tar.gz_FILES] Error 2 make[1]: Leaving directory `/usr/src/kernels/2.6.18-128.el5-i686' make: *** [all] Error 2
- 05-30-2011 #5
Did you read this?
Link
It says Fedora already has a pre-compiled version installable with the fedora package manager which is YUM. I highly recommend you install it that way instead of trying to compile from source.


Reply With Quote