Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: Linksys WUSB54GSC / Broadcom 4320 USB

  1. #1
    Join Date
    Nov 2011
    Beans
    21

    Linksys WUSB54GSC / Broadcom 4320 USB

    Edited
    Last edited by dude1; March 29th, 2013 at 10:38 PM.

  2. #2
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: I need to install a nidswrapper kernel? how?

    Ndiswrapper is seldom the correct solution, especially for a Broadcom. My conviction is increased when you say it works perfectly in the netbook. Let's do some diagnostics. Please insert the device, open a terminal and run and post:
    Code:
    lsusb
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #3
    Join Date
    Nov 2011
    Beans
    21

    Re: I need to install a nidswrapper kernel? how?

    Edited
    Last edited by dude1; March 29th, 2013 at 10:39 PM.

  4. #4
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: I need to install a nidswrapper kernel? how?

    Your device uses the rare and elusive module rndis_wlan. There are a few driver parameters available. Let's try the most likely sounding one:
    Code:
    sudo modprobe -r rndis_wlan
    sudo modprobe rndis_wlan roamdelta=2
    This reduces the tendency for the device to try to roam to another network, at which point it disconnects,looks around, decides home was best and asks for the password AGAIN! Sound familiar?

    If it helps, we can write one file to make it persistent.

    There are a couple of other things we can try. May I safely assume this a stay-at-home computer that you simply want to stick on your home router? We can probably tell Network Manager who we want to default to.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #5
    Join Date
    Nov 2011
    Beans
    21

    Re: I need to install a nidswrapper kernel? how?

    Edited
    Last edited by dude1; March 29th, 2013 at 10:39 PM.

  6. #6
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: I need to install a nidswrapper kernel? how?

    Let's try a different approach. Please run:
    Code:
    iwconfig
    When you know the MAC address of the router, I suggest you tell Network Manager to connect ONLY to it by specifying it in BSSID here. Please see attached. Hopefully, then the device will lock to your router.
    Attached Images Attached Images
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #7
    Join Date
    Nov 2011
    Beans
    21

    Re: Linksys WUSB54GSC / Broadcom 4320 USB

    Edited
    Last edited by dude1; March 29th, 2013 at 10:39 PM.

  8. #8
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Linksys WUSB54GSC / Broadcom 4320 USB

    How is your network configured?
    Code:
    nm-tool
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  9. #9
    Join Date
    Nov 2011
    Beans
    21

    Re: I need to install a nidswrapper kernel? how?

    edited
    Last edited by dude1; March 29th, 2013 at 10:40 PM.

  10. #10
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Linksys WUSB54GSC / Broadcom 4320 USB

    ATT7341: Infra, 20:4E:7F:627D, Freq 2412 MHz, Rate 54 Mb/s, Strength 42 WPA2
    This may be a big part of the problem. Is there any transmit strength setting in the router? Please see attached. Also, we might try another driver parameter:
    Code:
    sudo modprobe -r rndis_wlan
    sudo modprobe rndis_wlan roamtrigger=-80
    Attached Images Attached Images
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

Page 1 of 3 123 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
  •