Find the answer to your Linux question:
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 ...
  1. #1
    Just 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
    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]#
    i could not find any other driver from internet.looking for help from anyone.
    Last edited by aaaaaarko; 05-27-2011 at 07:29 AM.

  2. #2
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    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.
    Linux Mint + IceWM Registered:#371367 New Members: click here

  3. #3
    Linux Guru Rubberman's Avatar
    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!

  4. #4
    Just Joined!
    Join Date
    Mar 2009
    Location
    india
    Posts
    52
    Please find the output of the command

    Code:
    [root@localhost hybrid-portsrc_x86_32-v5_100_82_38.tar.gz_FILES]# ./configure && make
    bash: ./configure: No such file or directory
    when i run make
    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
    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.

  5. #5
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    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.
    Linux Mint + IceWM Registered:#371367 New Members: click here

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...