Page 51 of 88 FirstFirst ... 41495051525361 ... LastLast
Results 501 to 510 of 879

Thread: Broadcom 4306 With Ndiswrapper 54 Mbps

  1. #501
    Join Date
    Apr 2007
    Beans
    1

    Re: Broadcom 4306 With Ndiswrapper 54 Mbps

    I don't think my hardware is being detected at all. When I run this command, here is the output.

    ~$ ndiswrapper -l
    Installed drivers:
    bcmwl5 driver installed

    It should say "Hardware installed", according to the guide. I am using a PCMCIA card, that I know to be working since it works on windows. Another helpful fact is there are two leds, one for power and one for link activity. Neither one of these is lighting up.


    Laptop Model: Pavilion Ze5300
    Wireless Card: Belkin Wireless G Plus Card, Part# F5D7011

  2. #502
    Join Date
    Dec 2005
    Beans
    228
    Distro
    Ubuntu Development Release

    Re: Broadcom 4306 With Ndiswrapper 54 Mbps

    ARich: make sure you have a broadcom 4306 chipset run this command and post the output.
    Code:
    lspci | grep Broadcom\ Corporation
    if you dont have the broadcom 4306 chipset you will need to get the right drivers for your card.

    ubunturules

  3. #503
    Join Date
    Dec 2006
    Location
    NYC
    Beans
    17
    Distro
    Ubuntu 6.06 Dapper

    Re: Broadcom 4306 With Ndiswrapper 54 Mbps

    Quote Originally Posted by ubunturules View Post
    donniebnyc: go to System -> Adminstration -> Keyring Manager
    I changed the password on the key tab and when I reopen the keyring manager it's there, but it doesn't stick. When I restart, it reverts to the previous password.

  4. #504
    Join Date
    Dec 2006
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Broadcom 4306 With Ndiswrapper 54 Mbps

    if you dont have the broadcom 4306 chipset you will need to get the right drivers for your card.

    ubunturules
    i have the BCM4309 802.11a/b/g (rev 02) .

    i have tried using the driver that came with the dell inspiron 600m install cd.

    winxp is on another partition on this hd so i went to hda1 Dell/drivers/R58361/ in here are two folders Bin and TMSetup one setup.exe one setup.ini and Version.txt files

    the bin folder has only two files in it demo32.exe and setup.dbd so the drivers are in the TMSetup i found them.

    the guides say to use bcmwl5.inf through ndiswrapper i tried that and it recognized the hardware under system admin windows wireless drivers, at least it said bcmwl5 hardware present : yes in the left box

    but configuring the network doesn't work . after activating and putting in the essid w/ dhcp hexadecimal not ASCII it wont connect and then becomes unactivated...

    do i need different drivers? these came w/ the cd and work on the winxp partition i must not be installing something correctly no? this was a clean install after opening repositories and reloading synaptic and then automatix2 where i installed ndiswrapper from..

    any body dealt with 4309 on dell 600m? or any ideas?

  5. #505
    Join Date
    Apr 2007
    Beans
    4

    Re: Broadcom 4306 With Ndiswrapper 54 Mbps

    ok here is a question. I followed the instructions to a T and yet even on reboot i cant find any wireless network settings on my network interfaces. iwconfig doesnt show any wireless equipment. here are some of the things i did, i made sure it was the right version 1.18 ndiswrapper. my ndiswrapper -l is showing device present and software loaded. the bcmwl5 files are under ndiswrapper directory. although in my lshw it is showing my network controller as "UNCLAIMED". I have tried changing the alias to iwan0 and eth1 but neither seem to change anything. and I did make sure to blacklist the 43xx driver. any helpful hints on what i am missing? I also cant see anything with wifi radar or wireshark. I appreciate anything you guys got... oh and its the Broadcom 4306 card on an HP ze4900.

  6. #506
    Join Date
    Jul 2006
    Location
    Columbia, SC
    Beans
    25
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Broadcom 4306 With Ndiswrapper 54 Mbps

    Thanks for all the great help on getting the wireless working.

    I am having a problem after following the instructions here. After connecting the first time, I can't connect after reboot.

    Any suggestions?

    Thanks,
    Chuck

  7. #507
    Join Date
    Dec 2005
    Beans
    228
    Distro
    Ubuntu Development Release

    Re: Broadcom 4306 With Ndiswrapper 54 Mbps

    chuckn: let me see what's in your interfaces file

    Code:
    sudo gedit /etc/network/interfaces
    ubunturules

  8. #508
    Join Date
    Jul 2006
    Location
    Columbia, SC
    Beans
    25
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Broadcom 4306 With Ndiswrapper 54 Mbps

    ubunturules, thanks for responding.

    here is the output of /etc/networks

    auto lo
    iface lo inet loopback

    auto eth0
    iface eth0 inet dhcp

    auto eth1
    iface eth1 inet dhcp

    auto eth2
    iface eth2 inet dhcp

    auto ath0
    iface ath0 inet dhcp

    auto wlan0
    iface wlan0 inet dhcp


    Thanks again,
    Chuck

  9. #509
    Join Date
    Apr 2007
    Beans
    3

    Re: Broadcom 4306 With Ndiswrapper 54 Mbps

    Quote Originally Posted by ubunturules View Post
    Laiden: did you restart your computer?

    ubunturules
    Yes, I have restarted.

    /etc/modprobe.d/ndiswrapper
    Code:
     alias eth1 ndiswrapper
    interfaces
    Code:
    auto lo
    iface lo inet loopback
    
    auto eth0
    iface eth0 inet dhcp
    
    auto eth1
    iface eth1 inet dhcp
    wireless-essid bcit
    
    auto eth2
    iface eth2 inet dhcp
    
    auto ath0
    iface ath0 inet dhcp
    Last edited by Laiden; April 13th, 2007 at 09:09 AM.

  10. #510
    Join Date
    Dec 2005
    Beans
    228
    Distro
    Ubuntu Development Release

    Re: Broadcom 4306 With Ndiswrapper 54 Mbps

    Laiden: change your /etc/modprobe.d/ndiswrapper to look like this:
    alias wlan0 ndiswrapper

    change your interfaces to look like this:
    auto lo
    iface lo inet loopback

    auto eth0
    iface eth0 inet dhcp

    #auto eth1
    #iface eth1 inet dhcp
    #wireless-essid bcit

    #auto eth2
    #iface eth2 inet dhcp

    #auto ath0
    #iface ath0 inet dhcp

    auto wlan0
    iface wlan0 inet dhcp

Page 51 of 88 FirstFirst ... 41495051525361 ... LastLast

Bookmarks

Posting Permissions

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