Page 9 of 17 FirstFirst ... 7891011 ... LastLast
Results 81 to 90 of 165

Thread: Wifi not working on my HP Pavilion dv6000 laptop.

  1. #81
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Wifi not working on my HP Pavilion dv6000 laptop.

    Hi, I researched this:
    Code:
    pci 0000:0d:00.0: PME# disabled
    and it is a bug.

    The card you are using is an express card right?

    There is a work around for it though.

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

    Re: Wifi not working on my HP Pavilion dv6000 laptop.

    Quote Originally Posted by wildmanne39 View Post
    Hi, it looks like that ndiswrapper is still there as I thought, I bet chili555 can get rid of it.
    Correct. While I study a bit, please return to Synaptic and see what 'ndiswrapper' is installed and remove it. Next, do:
    Code:
    sudo rm /etc/modprobe.d/ndiswrapper
    sudo rm /etc/modprobe.d/ndiswrapper.conf
    sudo rm -rf /etc/ndiswrapper/*
    Now, please post:
    Code:
    cat /etc/modprobe.d/blacklist.conf | tail -n10
    Reboot and I'll be back soon.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #83
    Join Date
    Jul 2011
    Beans
    19
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Wifi not working on my HP Pavilion dv6000 laptop.

    Yep, it's a Centrino N-1030. PCI Express Half Mini Card, according to the web.

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

    Re: Wifi not working on my HP Pavilion dv6000 laptop.

    After you have rebooted, see if iwlagn is loaded:
    Code:
    lsmod | grep iwlagn
    If not, load it and check for interesting messages:
    Code:
    sudo modprobe iwlagn
    dmesg | grep iwl
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #85
    Join Date
    Jul 2011
    Beans
    19
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Wifi not working on my HP Pavilion dv6000 laptop.

    And there are no more ndis or ndiswrapper packages in Synaptics, but some folders and files appear when I do a file search:
    Code:
    /lib/modules/2.6.35-22-generic/kernel/ubuntu/ndiswrapper
    /lib/modules/2.6.35-22-generic/kernel/ubuntu/ndiswrapper/ndiswrapper.ko
    /usr/src/linux-headers-2.6.35-22/ubuntu/ndiswrapper
    /usr/src/linux-headers-2.6.35-22-generic/include/config/ndiswrapper.h


    Here's the blacklist:
    Code:
    # ugly and loud noise, getting on everyone's nerves; this should be done by a
    # nice pulseaudio bing (Ubuntu: #77010)
    blacklist pcspkr
    
    # EDAC driver for amd76x clashes with the agp driver preventing the aperture
    # from being initialised (Ubuntu: #297750). Blacklist so that the driver
    # continues to build and is installable for the few cases where its
    # really needed.
    blacklist amd76x_edac
    and "lsmod | grep iwlagn" didn't do anything, here's what I got after loading it:
    Code:
    [   87.959346] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
    [   87.959348] iwlagn: Copyright(c) 2003-2010 Intel Corporation

  6. #86
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Wifi not working on my HP Pavilion dv6000 laptop.

    Hi, I want to wait for chili555 to confirm this, but this is what I found on the bug.

    When you boot hold the shift key down and when you see the grub menu or if you are dual booting you do not need to hold the shift key down.

    At the grub menu hit the e key and go down to the line that starts with linux boot then go to the end of splash and add this
    pciehp.pciehp_force=0 pciehp.pciehp_debug=1 pci_hotplug.debug_acpi=1
    then hit control x to boot and that should get the card to work for just this one boot, if it does we can make it persistent.

    Aslo once booted do this:
    Code:
    sudo modprobe acpiphp
    This is after you get rid of ndiswrapper and chili555 gives his go ahead.
    Thank you
    Last edited by wildmanne39; August 30th, 2011 at 11:11 PM. Reason: Add more text

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

    Re: Wifi not working on my HP Pavilion dv6000 laptop.

    Something's wacky. We'd like to see your entire dmesg and a few other things. Please zip up a file for us to examine:
    Code:
    dmesg > cch.txt
    lsmod >> cch.txt
    rfkill list all >> cch.txt
    zip cch.zip cch.txt
    Attach the file you will find in your user directory called cch.zip to your reply using the paperclip tool at the top of the reply box.
    Hi, I researched this:
    Code:

    pci 0000:0d:00.0: PME# disabled

    and it is a bug.

    The card you are using is an express card right?

    There is a work around for it though.
    Do you have a link, Wild Man?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  8. #88
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

  9. #89
    Join Date
    Jul 2011
    Beans
    19
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Wifi not working on my HP Pavilion dv6000 laptop.

    Wow, that's a long file... here you go.
    Attached Files Attached Files

  10. #90
    Join Date
    Jul 2011
    Beans
    19
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Wifi not working on my HP Pavilion dv6000 laptop.

    I'll check back tomorrow. Thank you both!!

Page 9 of 17 FirstFirst ... 7891011 ... LastLast

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
  •