Find the answer to your Linux question:
Page 5 of 6 FirstFirst 1 2 3 4 5 6 LastLast
Results 41 to 50 of 54
Alrighty guys, After having the same problem, I have been keeping an eye on this thread for a while. And after a little bit of investigation I seem to have ...
  1. #41
    Just Joined!
    Join Date
    Jun 2007
    Posts
    1


    Alrighty guys,

    After having the same problem, I have been keeping an eye on this thread for a while. And after a little bit of investigation I seem to have nearly cracked it.

    I have managed to actually add the network card to the Fedora Network GUI tool interface. But....

    Firstly when you are editing the etc/modprobe.conf file

    I put

    Code:
    alias eth1 bcm43xx
    Then followed the rest of the instructions except as mentioned before, used:

    Code:
    bcm43xx-fwcutters <path>/<driver name>
    and copied the files into the appropriate folder as mentioned previously.

    Now - instead of using

    Code:
    /sbin/modprobe -r
    I used

    Code:
    /sbin/modprobe bcm43xx
    Which actually puts the network card into the system-config-network GUI

    Now here is the but.....

    It has the correct driver name and the network card is there.. but it list's it as a ethernet card - not a wireless.

    I assumed that this was due to the Alias name part

    Code:
    alias eth1 bcm43xx
    So changed it to:

    Code:
    alias wireless0 bcm43xx
    or what ever the wireless equivalent is

    Which does change it to a wireless type card.. but dosent use the approptiate drivers..

    Any ideas..

    Hope I helped you a little more..

  2. #42
    Just Joined!
    Join Date
    Apr 2007
    Posts
    97
    I still can't get it to work. No results.

  3. #43
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,949
    Quote Originally Posted by raiderleaf View Post
    I still can't get it to work. No results.
    Are you still getting the same error?
    Maybe it would be a good idea to spend $30 USD and get a card that offers a lot less hassle. Or you could try a different distro, some cards work with some distros right out of the box and just won't work on other distros.
    Have you tried the card with a LiveCD, like Knoppix or Mandriva? I know Knoppix comes with NDISwrapper, MADWifi and Intel support.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this. and the Forum FAQS.

  4. #44
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    I haven't read the complete thread (too lazy for that ),
    what does iwconfig output?
    If the card is already shown on system-config-network you should have something on iwconfig so you can at least connect manually
    Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
    Linux User #425940

    Don't PM me with questions, instead post in the forums

  5. #45
    Just Joined!
    Join Date
    Apr 2007
    Posts
    97
    It recognizes the hardware, but when i go to add the device as a wireless device it doesn't recogize it there and it doesn't list it.

  6. #46
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,949
    Quote Originally Posted by raiderleaf View Post
    It recognizes the hardware, but when i go to add the device as a wireless device it doesn't recogize it there and it doesn't list it.
    Try this, create a file in the networking scripts folder.
    Code:
    nano /etc/sysconfig/network-scripts/ifcfg-eth1
    it should look similar to this:
    # Please read /usr/share/doc/initscripts-*/sysconfig.txt
    # for the documentation of these parameters.
    TYPE=Wireless
    DEVICE=eth1
    HWADDR=00:00:50:6f:82:82
    BOOTPROTO=dhcp
    NETMASK=
    DHCP_HOSTNAME=
    IPADDR=
    DOMAIN=
    ONBOOT=yes
    USERCTL=no
    IPV6INIT=no
    PEERDNS=yes
    ESSID=your ESSID
    CHANNEL=11
    MODE=Managed
    RATE=Auto
    Of course you need to change the ESSID, channel, HWADDR, and so forth. use ctrl X to exit.
    Restart the network
    Code:
    service network restart
    Open the network tool and see if it is listed now.
    Code:
    system-config-network
    EDIT: I was doing an unrelated search and came across this link, where users are reporting success with bcm43xx.
    FedoraForum.org - Cant connect to wireless network
    Last edited by MikeTbob; 06-23-2007 at 01:31 PM. Reason: Added Link to mailing list
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this. and the Forum FAQS.

  7. #47
    Just Joined!
    Join Date
    Apr 2007
    Posts
    97
    What do i put in for as you said "ESSID, channel, HWADDR, and so forth" ??? I have no idea!

  8. #48
    Linux Engineer Thrillhouse's Avatar
    Join Date
    Jun 2006
    Location
    Arlington, VA, USA
    Posts
    1,377
    ESSID is essentially the name of the network that you're trying to connect to. Channel will probably be equal to 1 but I'm not sure. HWADDR is the MAC address of the wireless interface you're trying to use to connect, it is in the output of ifconfig.

  9. #49
    Just Joined!
    Join Date
    Sep 2007
    Posts
    11

    wireless internet configuration

    Quote Originally Posted by Thrillhouse View Post
    Code:
    06:02.0 Network controller: Broadcom Corporation BCM4311 [AirForce 54g] 802.11a/b/g PCI Express Transceiver (rev 02)
    This is the one you're interested in. Just from Googling, it looks like this card will require the use of ndiswrapper and the bcmwl5 driver. Here's a guide that might help you get started.
    http://www.linuxforums.org/network/w...and_linux.html

    I have Network Controller Broadcom Corporation BCM4306 802.11b/g wireless LAN controller (rev 03).

    I need to know what driver I need to download? Also direct me where can I download this driver?
    Thanks
    gvlinux

  10. #50
    Just Joined!
    Join Date
    Sep 2007
    Posts
    11

    wireless internet configuration fedora 7

    Hi Folks,
    I have Network Controller Broadcom Corporation BCM4306 802.11b/g wireless LAN controller (rev 03).

    I need to know what driver I need to download? Also direct me where can I download this driver?
    Thanks
    gvlinux[/QUOTE]

Page 5 of 6 FirstFirst 1 2 3 4 5 6 LastLast

Posting Permissions

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