Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 30

Thread: disabled wireless on pavillion dv6022 and ubuntu 12.04

  1. #11
    Join Date
    May 2008
    Beans
    42

    Re: disabled wireless on pavillion dv6022 and ubuntu 12.04

    Here is the output of the suggested commands:

    Code:
    dmesg | grep -i warn
    No output.

    Code:
    dmesg | grep -i err
    The output was:

    Code:
    [    0.000000] ACPI: IRQ0 used by override.
    [    0.000000] ACPI: IRQ2 used by override.
    [    0.000000] ACPI: IRQ9 used by override.
    [    0.000000] spurious 8259A interrupt: IRQ7.
    [    0.169818] ACPI: Using IOAPIC for interrupt routing
    [    0.180433] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [    0.180546] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P0._PRT]
    [    0.180583] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.XVR0._PRT]
    [    0.180622] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.XVR1._PRT]
    [    0.180658] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.XVR2._PRT]
    [    0.205069] ACPI: PCI Interrupt Link [LNK1] (IRQs 5) *0, disabled.
    [    0.205181] ACPI: PCI Interrupt Link [LNK2] (IRQs 7) *11
    [    0.205288] ACPI: PCI Interrupt Link [LNK3] (IRQs 10) *11
    [    0.205394] ACPI: PCI Interrupt Link [LNK4] (IRQs 11) *0, disabled.
    [    0.205501] ACPI: PCI Interrupt Link [LK1E] (IRQs 16) *11
    [    0.205607] ACPI: PCI Interrupt Link [LK2E] (IRQs 17) *0, disabled.
    [    0.205714] ACPI: PCI Interrupt Link [LK3E] (IRQs 18) *0, disabled.
    [    0.205821] ACPI: PCI Interrupt Link [LK4E] (IRQs 19) *0, disabled.
    [    0.205930] ACPI: PCI Interrupt Link [LSMB] (IRQs *10)
    [    0.206037] ACPI: PCI Interrupt Link [LPMU] (IRQs 11) *10
    [    0.206146] ACPI: PCI Interrupt Link [LUS0] (IRQs 22) *11
    [    0.206254] ACPI: PCI Interrupt Link [LUS2] (IRQs 22) *7
    [    0.206362] ACPI: PCI Interrupt Link [LMAC] (IRQs 20) *10
    [    0.206470] ACPI: PCI Interrupt Link [LAZA] (IRQs 21) *0, disabled.
    [    0.206579] ACPI: PCI Interrupt Link [LACI] (IRQs 21) *0, disabled.
    [    0.206689] ACPI: PCI Interrupt Link [LMCI] (IRQs 21) *0, disabled.
    [    0.206798] ACPI: PCI Interrupt Link [LPID] (IRQs 21) *0, disabled.
    [    0.206919] ACPI: PCI Interrupt Link [LTID] (IRQs 23) *5
    [    0.207036] ACPI: PCI Interrupt Link [LSI1] (IRQs 20) *10
    [    0.274410] ACPI: PCI Interrupt Link [LUS0] enabled at IRQ 22
    [    0.536241] ACPI: PCI Interrupt Link [LUS2] enabled at IRQ 22
    [    1.013571] ACPI: PCI Interrupt Link [LTID] enabled at IRQ 23
    [    1.340297] sdhci: Copyright(c) Pierre Ossman
    [    1.342765] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 20
    [    2.193296] ACPI: PCI Interrupt Link [LNK2] enabled at IRQ 7
    [    2.196944] ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 5
    [   21.038378] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
    [   21.315171] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
    [   21.755395] ACPI: PCI Interrupt Link [LK1E] enabled at IRQ 16
    [   21.950478] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 21
    Any hint?

  2. #12
    Join Date
    May 2008
    Beans
    42

    Re: disabled wireless on pavillion dv6022 and ubuntu 12.04

    I just made a fresh install of ubuntu 12.04

    At first boot, the network manager showed the wireless card as present but not ready due to missing firmware, and its led indicator was orange.

    I installed all the updates, then installed the additional STA and NVidia driver.

    Now, after reboot, the STA driver has disappeard from the additional driver and the network manager no longer "sees" the wireless network card.

    Could it be that the problem is the STA driver itself? What I should do if this is the case?

  3. #13
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    17,249
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: disabled wireless on pavillion dv6022 and ubuntu 12.04

    Quote Originally Posted by El-ahrairah View Post
    I just made a fresh install of ubuntu 12.04

    At first boot, the network manager showed the wireless card as present but not ready due to missing firmware, and its led indicator was orange.

    I installed all the updates, then installed the additional STA and NVidia driver.

    Now, after reboot, the STA driver has disappeard from the additional driver and the network manager no longer "sees" the wireless network card.

    Could it be that the problem is the STA driver itself? What I should do if this is the case?
    I don't know why the card appears and disappears but I am quite sure that the STA driver is not correct. Please do:
    Code:
    sudo apt-get remove --purge bcmwl-kernel-source
    sudo apt-get install linux-firmware-nonfree
    Reboot and let us see:
    Code:
    dmesg | grep b43
    Thanks.
    Registered Linux User #374501

    Tarballs R Us.

  4. #14
    Join Date
    May 2008
    Beans
    42

    Re: disabled wireless on pavillion dv6022 and ubuntu 12.04

    I've done as you suggested. The command

    Code:
    dmesg | grep b43
    gave no output.

    I hope I do not have to go through another fresh install...

  5. #15
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    17,249
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: disabled wireless on pavillion dv6022 and ubuntu 12.04

    Please try loading it and then see what the messages might be:
    Code:
    sudo modprobe b43
    dmesg | grep b43
    Thanks.
    Registered Linux User #374501

    Tarballs R Us.

  6. #16
    Join Date
    May 2008
    Beans
    42

    Re: disabled wireless on pavillion dv6022 and ubuntu 12.04

    After rebooting now my laptop after a few days away from home, the wireless network card automatically turned on! This is gonna make me crazy...

    So, let's try again:

    Code:
    dmesg | grep b43
    It seems that this time the b43 drivers automatically loaded, the output was:

    Code:
    [    1.303410] b43-pci-bridge 0000:03:00.0: PCI INT A -> Link[LK4E] -> GSI 19 (level, high) -> IRQ 19
    [    1.303422] b43-pci-bridge 0000:03:00.0: setting latency timer to 64
    [   23.501404] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
    [   23.879031] Registered led device: b43-phy0::tx
    [   23.879066] Registered led device: b43-phy0::rx
    [   23.879097] Registered led device: b43-phy0::radio
    [   24.349143] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
    And, if it could be of any use:

    Code:
    rfkill list all
    Output:

    Code:
    0: hp-wifi: Wireless LAN
    	Soft blocked: no
    	Hard blocked: no
    1: phy0: Wireless LAN
    	Soft blocked: no
    	Hard blocked: no
    Here I see a new phy0 entry which I've never seen before.

    Some other various commands previously requested:

    Code:
    lspci -vvnn | grep 14e4
    03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11a/b/g [14e4:4312] (rev 01)
    Code:
    lspci -nn | grep 0280
    03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11a/b/g [14e4:4312] (rev 01)
    I will now try to reboot leaving the lan cable detached to see if something changes.

  7. #17
    Join Date
    May 2008
    Beans
    42

    Re: disabled wireless on pavillion dv6022 and ubuntu 12.04

    So, I tried rebooting a total of 4 times:
    - 2 simple reboots
    - 2 complete system shutdown, turning the system on after a couple of minutes

    After this 4 tests, all done with the lan cable not connected, the wireless card turned on only once.

    I also tried manually loading the b43 module, but nothing changed.

    I'll now try a reboot leaving the lan cable connected to see if something changes.



    EDIT:

    After a few more reboots with the lan cable connected, the wireless remains off, I even tried to put the b43 module in the /etc/modules file but to no avail.

    I really cannot understand why it would work only a few times...

    Ideas, anyone? Should I go, again, for a fresh install and completely avoid the STA drivers this time?
    Last edited by El-ahrairah; August 20th, 2012 at 07:44 PM.

  8. #18
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    17,249
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: disabled wireless on pavillion dv6022 and ubuntu 12.04

    Please reboot and when it's not working, do:
    Code:
    dmesg | grep -e wlan -e b43 > info.txt
    lsmod >> info.txt
    iwconfig >> info.txt
    Find the file info.txt in your user directory and attach it to your reply using the paperclip tool at the top of the reply box.
    Registered Linux User #374501

    Tarballs R Us.

  9. #19
    Join Date
    May 2008
    Beans
    42

    Re: disabled wireless on pavillion dv6022 and ubuntu 12.04

    Here you go!

    I also tried installing the following two modules using synaptic:
    firmware-b43-installer
    firmware-b43-lpphy-installer

    I obviously tried them one at a time, with some reboots between the two tests, but still nothing changed.
    Attached Files Attached Files

  10. #20
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    17,249
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: disabled wireless on pavillion dv6022 and ubuntu 12.04

    Your thread mentions ndiswrapper, the STA driver and b43 firmware. Of these three methods, two are incorrect. Please do:
    Code:
    sudo apt-get remove --purge bcmwl-kernel-source
    sudo apt-get remove --purge ndiswrapper
    I even tried to put the b43 module in the /etc/modules file
    It is not loaded in your info.txt. Let's look for blacklists:
    Code:
    ls /etc/modprobe.d
    Let's check:
    Code:
    cat /etc/modules
    Please do not add any new drivers until we can fix this!
    Registered Linux User #374501

    Tarballs R Us.

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