Results 1 to 5 of 5

Thread: BCM4311 HP Pavilion dv2423la no wireless

  1. #1
    Join Date
    Dec 2010
    Beans
    3

    Angry BCM4311 HP Pavilion dv2423la no wireless

    Hi everyone! well I tried almost every solution in internet, I installled my wireless card from ndiswrapper, I compiled the drivers that i downloaded from broadcom official web page, but for some reason I couldn't install the module. And the private drivers were already activated... and still not working. So I think I need some help here. I'm using Ubuntu 10.10

  2. #2
    Join Date
    Oct 2009
    Location
    Tucson, AZ
    Beans
    782
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: BCM4311 HP Pavilion dv2423la no wireless

    You should be able to go to System > Administration > Additional Drivers and install the "Broadcom STA wireless driver". That works fine for my BCM4312.

    ETA: It's supposed to be compatible with BCM4311 too.

  3. #3
    Join Date
    Dec 2010
    Beans
    3

    Re: BCM4311 HP Pavilion dv2423la no wireless

    Yes, I read the description, and as I wrote in the last post, the privative drivers were activated... so that is not working for me. My wireless card has a led that is orange when is off and turn blue when it is on... and it is always orange... and in the network manager says that is not activated... I don't know what else can I do. :S

  4. #4
    Join Date
    Oct 2009
    Location
    Tucson, AZ
    Beans
    782
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: BCM4311 HP Pavilion dv2423la no wireless

    I assume you've tried using the wireless switch or Fn key to make sure the wireless is on? (It might sound stupid, but this gets people all the time!)

    If so, try turning power management on your wireless card off to keep it on 24/7. Go to Applications > Accessories > Terminal and type the following command and press Enter:
    Code:
    sudo iwconfig
    That will list all of the network interfaces on your machine, all but one of them will say no wireless extensions, except for one. It's probably the one labeled eth1, but one never can be sure. That one should list a bunch of information about your wireless state.

    If it says eth1 on the left, type the following command and press Enter. If your wireless interface says something else on the left, replace eth1 with that interface name.
    Code:
    sudo iwconfig eth1 power off
    That might sound counterintuitive, but what you're actually doing is turning off the feature of your wireless card that turns it off when not in use, so that its on all the time. If you're lucky, the light will turn blue and you'll be able to use it. If not, try flipping your wireless switch/key again just in case.

    If that fixes it, run the following command:
    Code:
    gksudo gedit /etc/rc.local
    Add the iwconfig eth1 power off command you ran earlier (again replacing eth1 if necessary) to that file and save it. Note that you don't need sudo here because this will run with root privileges every time your computer starts, making this fix permanent.

    Good luck!
    Last edited by PatchesTheCaveman; December 29th, 2010 at 10:26 PM. Reason: fix typo

  5. #5
    Join Date
    Dec 2010
    Beans
    3

    Re: BCM4311 HP Pavilion dv2423la no wireless

    Hey thanks! but I solved my problem doing something a little bit larger... I installed Ubuntu 10.04... the wireless was working... and then I upgrade it to 10.10. But I will save your post... to try it. Thank you anyway!! n_n

Tags for this Thread

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
  •