Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 40

Thread: Network connection help with HP mini 311

  1. #21
    Join Date
    Dec 2008
    Beans
    51

    Re: Network connection help with HP mini 311

    no

    Right now I only have wireless. But on wired internet works fine

    Thanks

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

    Re: Network connection help with HP mini 311

    No, meaning you didn't reboot? Why? How are the changes to the b43 module going to take place?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #23
    Join Date
    Dec 2008
    Beans
    51

    Re: Network connection help with HP mini 311

    by no I meant I do not have wired internet now . it was yesterday at home. Right now I only have wireless available to which I am trying to connect.

    I did reboot as you instructed before

    Thanks

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

    Re: Network connection help with HP mini 311

    Is your network WPA protected or what type of encryption? I am starting to think it's a Network Manager issue.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

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

    Re: Network connection help with HP mini 311

    May I see:
    Code:
    lsmod | grep -e b43 -e wl
    Thanks.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #26
    Join Date
    Dec 2008
    Beans
    51

    Re: Network connection help with HP mini 311

    Connection - New
    Network Name - eduroam
    Wireless Security - WPA & WPA2 Enterprise
    Authentication - Protected EAP (PEAP)
    Anonymous identity - anonymous@tudelft.nl
    CA Certificate - (none)
    PEAP version- Automatic
    Inner Authentication - MSCHAPv2
    User Name - <netid>@tudelft.nl
    Password - <password>

    This what the manual of my uni say to connect to internet and I am following it for the settings

  7. #27
    Join Date
    Dec 2008
    Beans
    51

    Re: Network connection help with HP mini 311

    here is the output of the command you asked

    Thanks for you support

    b43 187931 0
    mac80211 266657 1 b43
    cfg80211 170293 2 b43,mac80211
    led_class 3393 2 b43,sdhci
    ssb 46169 1 b43

  8. #28
    Join Date
    Dec 2008
    Beans
    51

    Re: Network connection help with HP mini 311

    seems it is bit out of column order

    so here again

    b43 187931 0
    mac80211 266657 1 b43
    cfg80211 170293 2 b43,mac80211
    led_class 3393 2 b43,sdhci
    ssb 46169 1 b43

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

    Re: Network connection help with HP mini 311

    I read this: http://art.ubuntuforums.org/showpost...&postcount=814
    The solution for this particular type of h/w was actually going for a different version of the firmware as outlined in wireless.kernel.org/en/users/Drivers/b43. The version you're looking for is 4.178.10.4. Once you've followed the instructions and installed the low-power firmware with fw-cutter, the interface works after a suitable reboot.
    Then I read this: http://wireless.kernel.org/en/users/...u.2BAC8-Debian
    You are using the b43 driver with an LP-PHY card (e.g. BCM4312)

    Follow these instructions if you are using the b43 driver from linux-2.6.32 and newer or compat-wireless-2.6, or from any current GIT tree, and have a device with a low-power PHY.

    Install b43-fwcutter, then use version 4.174.64.19 of Broadcom's proprietary driver. (The tarball is mislabeled as "4.178.10.4", but it is actually 4.174.64.19.)
    Download and extract the firmware from this driver tarball:

    export FIRMWARE_INSTALL_DIR="/lib/firmware"
    wget http://downloads.openwrt.org/sources...8.10.4.tar.bz2
    tar xjf broadcom-wl-4.178.10.4.tar.bz2
    cd broadcom-wl-4.178.10.4/linux
    sudo ../../b43-fwcutter-013/b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta.o
    I suggest you follow the directions to install the lower-powered firmware. You will need an internet connection.

    The last instrution is faulty. It should read:
    Code:
    sudo b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta.o
    Reboot and let me have your report.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  10. #30
    Join Date
    Dec 2008
    Beans
    51

    Re: Network connection help with HP mini 311

    Well

    I have done all the steps as you mentioned below

    but it is still not connecting after rebooting

    Thanks

Page 3 of 4 FirstFirst 1234 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
  •