Page 4 of 4 FirstFirst ... 234
Results 31 to 40 of 40

Thread: Network connection help with HP mini 311

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

    Re: Network connection help with HP mini 311

    Please do:
    Code:
    dmesg > saura.txt
    sudo cat /var/log/syslog | grep wlan >> saura.txt
    iwconfig wlan0 >> saura.txt
    zip saura.zip saura.txt
    In your home directory, you will find a file called saura.zip. Please attach it to your reply.

    Are you setting up the WPA enterprise and PEAP details in Netwoork Manager? When you try to connect, are you asked for the details?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  2. #32
    Join Date
    Dec 2008
    Beans
    51

    Re: Network connection help with HP mini 311

    yes I did set up details in network manager.

    Kindly find the attached zip file

    Thanks
    Attached Files Attached Files

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

    Re: Network connection help with HP mini 311

    Your dmesg starts here:
    ndwidth), (max_antenna_gain, max_eirp)
    [ 5301.260900] (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    [ 5301.260912] cfg80211: Disabling channel 2484 MHz on phy0 due to Country IE
    [ 5301.260920] cfg80211: Current regulatory domain updated by AP to: NL
    [ 5301.260924] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [ 5301.260931] (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    [ 5302.102768] wlan0: deauthenticating from 00:1a:e3:74:25:00 by local choice (reason=1)
    Mine starts here:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.35-22-generic (buildd@vernadsky) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) ) #35-Ubuntu SMP Sat Oct 16 20:36:48 UTC 2010 (Ubuntu 2.6.35-22.35-generic 2.6.35.4)
    [ 0.000000] BIOS-provided physical RAM map:
    I wonder why your file doesn't start at boot, that is, at 0.000.

    Would you care to reboot and try again with dmesg only?
    Code:
    dmesg > saura2.txt
    zip saura2.zip saura2.txt
    Your logs are filled with authenticate -> associate -> disconnect. This is very interesting:
    Nov 3 15:08:29 saurabh-Inspiron-1525 NetworkManager[1019]: <info> (wlan0): supplicant connection state: associating -> associated
    Nov 3 15:08:32 saurabh-Inspiron-1525 NetworkManager[1019]: <info> (wlan0): supplicant connection state: associated -> 4-way handshake
    Nov 3 15:08:32 saurabh-Inspiron-1525 NetworkManager[1019]: <info> (wlan0): supplicant connection state: 4-way handshake -> disconnected
    Nov 3 15:08:32 saurabh-Inspiron-1525 kernel: [ 5960.122765] wlan0: deauthenticating from 00:1a:e3:74:24:10 by local choice (reason=1)
    That suggests to me that the WPA-Enterprise details are not quite correct and the access point keeps kicking you out.

    Have you double-checked all the details?

    I have no experience with WPA-Enterprise so I am not sure I can help setting it up.
    Last edited by chili555; November 3rd, 2010 at 03:47 PM.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  4. #34
    Join Date
    Dec 2008
    Beans
    51

    Re: Network connection help with HP mini 311

    I did checked all the details

    I am also sendin you pdf manual ( 3pages ) from my uni.

    Another thing I notice that after GRUB and before log in screen appears I get a message

    modprobe : Fatal Error Occurred Could not load lib/modules/2-6-35-22-generic/modules.dep No such file or directory

    It might be that the syntax or spelling are wrong in above statement since this message stays for less than a second and I had to reboot 3 times to note it down in parts

    Is this serious issue ?
    Attached Files Attached Files

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

    Re: Network connection help with HP mini 311

    Could not load lib/modules/2-6-35-22-generic/modules.dep No such file or directory
    I found this: http://ubuntuforums.org/showthread.php?t=1592062&page=3

    See posts #28 and 29.

    I am studying the zip files, but I have to go out for a while. Back later.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

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

    Re: Network connection help with HP mini 311

    This is interesting:
    b43-phy0 ERROR: Fatal DMA error: 0x00000400, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000
    [ 30.131037] b43-phy0 ERROR: This device does not support DMA on your system. Please use PIO instead.
    Please amend the b43.conf file we created earlier (post #18) to read:
    Code:
    options b43 qos=0 pio=1 nohwcrypt=1
    Proofread, save and close gedit and reboot. If it is working, post back so we all know what worked, if not, make me another dmesg > sauro3.txt and zip it.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #37
    Join Date
    Dec 2008
    Beans
    51

    Re: Network connection help with HP mini 311

    not working still

    Here is the report

    Thanks
    Attached Files Attached Files

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

    Re: Network connection help with HP mini 311

    We have fixed the PIO issue.

    I am out of ideas. I saw this: https://bugs.launchpad.net/ubuntu/+s...er/+bug/334052

    And this: http://ubuntuforums.org/showthread.p...hlight=eduroam

    The key seems to be Wicd and a corresponding template.

    I am convinced that the card and driver are working properly.

    Are you able to connect to other non-WPA-Enterprise networks, at the cyber cafe or library, for example?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  9. #39
    Join Date
    Jan 2006
    Location
    Sayville, NY, USA
    Beans
    23
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Network connection help with HP mini 311

    I was able to solve this issue on my mini by simply employing the Synaptic Package Manager as follows:
    In Synaptic, remove the bcm43 driver which is, in Synaptic, 'firmware-b43-installer' the same time you install 'firmware-b43-lpphy-installer'. If you don't the system seems to get confused and reverts to the original driver driving you up the wall.... again. Good Luck !!! Hope this works....

  10. #40
    Join Date
    Sep 2012
    Beans
    1

    Re: Network connection help with HP mini 311

    Quote Originally Posted by jmullagh View Post
    I was able to solve this issue on my mini by simply employing the Synaptic Package Manager as follows:
    In Synaptic, remove the bcm43 driver which is, in Synaptic, 'firmware-b43-installer' the same time you install 'firmware-b43-lpphy-installer'. If you don't the system seems to get confused and reverts to the original driver driving you up the wall.... again. Good Luck !!! Hope this works....
    Hey Guys, Had a similar issue when first installing the operating system . However the only step I went though was this one above. It worked like a charm. I recommend this to HP Mini 311 owners!

Page 4 of 4 FirstFirst ... 234

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
  •