Find the answer to your Linux question:
Results 1 to 4 of 4
my laptop is a compaq presario c700,has a broadcom wlan 1390 card i use debian i installed the windows driver bcmwl6.inf and it went ok. i hit the 'iwconfig' command ...
  1. #1
    Just Joined!
    Join Date
    Apr 2008
    Posts
    13

    do you know about this

    my laptop is a compaq presario c700,has a broadcom wlan 1390 card
    i use debian
    i installed the windows driver bcmwl6.inf and it went ok.
    i hit the 'iwconfig' command and no 'wlan0' appears
    my card switch isnt workin i.e it doesnt go on and of(but in windows it does)
    the card does not switch in linux
    thanx inadvance!!

  2. #2
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,391
    The solution is probably summat simple like a line in your /etc/modprobe.conf file that reads:

    Code:
    alias wlan0 ndiswrapper
    You could also try using the non-official broadcom wlan driver - I had all sorts of problems with bcmwl drivers and ndiswrapper before I gave up, then Fedora 6 came along with built-in wireless support for my card. It's in most distros these days.
    Linux user #126863 - see http://linuxcounter.net/

  3. #3
    Just Joined!
    Join Date
    Apr 2008
    Posts
    13

    Exclamation already there!!!

    the line
    Code:
    alias wlan0 ndiswrapper
    is already in my /etc/modprobe.conf file but stil it is not working
    other ideas are welcome
    you can also suggest where i can get those non-Broadcom drivers and how to go about it
    thanx!!!

  4. #4
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,391
    The drivers came packaged with my kernel, there was no additional driver package to download. The only extra I needed was the firmware cutter tool which rips the bcmwl firmware from the windows driver for you to put into /etc/firmware.

    If you're running Fedora, RedHat, CentOS or simliar, you probably want to do:

    Code:
    yum install bcm43xx-fwcutter
    It's a pretty similar operation with apt-get to get this tool. Then you just need a copy of the windows drivers - if yours came on a CD as a single windows executable, then you probably just need to Google for a repackaged driver, someone is bound to have one.
    Linux user #126863 - see http://linuxcounter.net/

Posting Permissions

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