[Bug 1290418] Re: rfkill unable to control HP 2510p wireless devices

2018-06-08 Thread Bug Watch Updater
Launchpad has imported 29 comments from the remote bug at
https://bugzilla.kernel.org/show_bug.cgi?id=69131.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2014-01-21T11:15:48+00:00 adi wrote:

Hi!

As of 3.13, the wifi card on my HP nx6325 remains hard-blocked no matter
how much I press the hardware button or run rfkill:

Oddly enough, it reports hard-blocked after trying to set the interface
up.

Transcript:

chopin:~# rfkill list
2: phy2: Wireless LAN
Soft blocked: no
Hard blocked: yes
chopin:~# rmmod b43
chopin:~# modprobe b43
chopin:~# rfkill list
3: phy3: Wireless LAN
Soft blocked: no
Hard blocked: no
chopin:~# ifconfig wlan0 up
chopin:~# iwlist wlan0 scan
wlan0 Interface doesn't support scanning : Network is down

chopin:~# rfkill list
3: phy3: Wireless LAN
Soft blocked: no
Hard blocked: yes
--- end of transcript ---

The LED remains off all the time, it only flashes once when running
"ifconfig wlan0 up", but the device isn't really up.


Needless to say it's impossible to connect via wifi, hence the raised priority.

For the sake of completeness, let me add that 3.12.8 isn't affected, so
it's clearly a regression.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1290418/comments/0


On 2014-01-21T11:31:30+00:00 mjg59-kernel wrote:

Does rfkill list show an hp-wmi entry on 3.12?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1290418/comments/1


On 2014-01-21T13:02:46+00:00 adi wrote:

Yes, it does:

chopin:~# uname -a
Linux chopin 3.12.8 #2 SMP PREEMPT Tue Jan 21 13:42:16 CET 2014 x86_64 GNU/Linux
chopin:~# rfkill list
0: hp-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: yes
1: hp-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: yes
2: hp-gps: GPS
Soft blocked: yes
Hard blocked: yes
3: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1290418/comments/2


On 2014-01-21T13:27:34+00:00 mjg59-kernel wrote:

Can you try reverting 997daa1bd9aca412ab97955a35b26c460c0ec7a4 and see
if that helps?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1290418/comments/3


On 2014-01-21T14:09:17+00:00 adi wrote:

This really helps. With 997daa1bd9aca412ab97955a35b26c460c0ec7a4
reverted, it works again:

chopin:~# uname -a
Linux chopin 3.13.0 #2 SMP PREEMPT Tue Jan 21 14:51:15 CET 2014 x86_64 GNU/Linux
chopin:~# rfkill list
0: hp-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hp-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: hp-gps: GPS
Soft blocked: yes
Hard blocked: yes
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no


I took the liberty to attach the acpidump output of the machine in question, 
just in case you need to have a look at the WMI section.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1290418/comments/4


On 2014-01-21T14:09:43+00:00 adi wrote:

Created attachment 122891
acpidump output

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1290418/comments/5


On 2014-01-21T14:54:59+00:00 mjg59-kernel wrote:

Created attachment 122901
Test patch

Ok. Can you reapply that commit and then test this patch?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1290418/comments/6


On 2014-01-21T15:12:50+00:00 adi wrote:

Your patch works like a charm:

chopin:~# uname -a
Linux chopin 3.13.0 #3 SMP PREEMPT Tue Jan 21 16:06:03 CET 2014 x86_64 GNU/Linux
chopin:~# rfkill list
0: hp-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hp-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: hp-gps: GPS
Soft blocked: yes
Hard blocked: yes
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no


JFTR, hp_wmi_bios_2009_later is unused for now:

drivers/platform/x86/hp-wmi.c:296:12: warning: ‘hp_wmi_bios_2009_later’ defined 
but not used [-Wunused-function]
 static int hp_wmi_bios_2009_later(void)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1290418/comments/7

--

[Bug 1290418] Re: rfkill unable to control HP 2510p wireless devices

2018-06-02 Thread David Ward
Upstream commit for v4.8:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fc8a601e1175ae351f662506030f9939cb7fdbfe

** Tags removed: kernel-bug-exists-upstream saucy
** Tags added: kernel-fixed-upstream

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1290418

Title:
  rfkill unable to control HP 2510p wireless devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1290418/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1290418] Re: rfkill unable to control HP 2510p wireless devices

2015-08-31 Thread David Ward
Can you please test the patch that is attached to the kernel bug report:
https://bugzilla.kernel.org/attachment.cgi?id=186411&action=diff&context=patch&collapsed=&headers=1&format=raw

This change is not yet in the mainline kernel; feedback is needed to
understand if this fixes the issue on older systems such as yours.

If you are not familiar with patching the kernel, I can create an
(unofficial) ppa for you with a kernel package that contains this patch.
Please let me know if  you are using still Ubuntu Trusty with the
original 3.13 kernel or with an LTS kernel (3.16 or 3.19), or if you are
using a newer release of Ubuntu.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1290418

Title:
  rfkill unable to control HP 2510p wireless devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1290418/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1290418] Re: rfkill unable to control HP 2510p wireless devices

2014-03-28 Thread Tim Davis
HP Compaq 6910p, same behaviour
Tried the latest kernel 3.14-rc6-trusty and it didn't help; same results

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1290418

Title:
  rfkill unable to control HP 2510p wireless devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1290418/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1290418] Re: rfkill unable to control HP 2510p wireless devices

2014-03-11 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.13 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
"Confirmed".


Thanks in advance.


[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.14-rc6-trusty/


** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

** Bug watch added: Linux Kernel Bug Tracker #69131
   http://bugzilla.kernel.org/show_bug.cgi?id=69131

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=69131
   Importance: Unknown
   Status: Unknown

** Tags added: kernel-bug-exists-upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1290418

Title:
  rfkill unable to control HP 2510p wireless devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1290418/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1290418] Re: rfkill unable to control HP 2510p wireless devices

2014-03-10 Thread Gleb Kozyrev
apport information

** Tags added: apport-collected

** Description changed:

  With recent kernels (3.13 in trusty beta and 3.11 on precise) I can't turn 
on/off some hp-specific wireless devices (bluetooth, wwan) with rfkill and GUI 
tools.
  This seems to be a regression in hp_wmi.
  
  Correct behavior:
  On 3.11.0-15-generic #25~precise1-Ubuntu
  > rfkil llist
   0: phy0: Wireless LAN
  Soft blocked: no
  Hard blocked: yes
  1: hp-wifi: Wireless LAN
  Soft blocked: yes
  Hard blocked: no
  2: hp-bluetooth: Bluetooth
  Soft blocked: yes
  Hard blocked: no
  3: hp-wwan: Wireless WAN
  Soft blocked: yes
  Hard blocked: no
  4: hp-gps: GPS
  Soft blocked: yes
  Hard blocked: yes
  
  Incorrect behavior:
  On 3.11.0-18-generic #32~precise1-Ubuntu and 3.13.0-16-generic #36-Ubuntu
  > rfkill list
  0: phy0: Wireless LAN
  Soft blocked: no
  Hard blocked: no
  
  Relevant upstream bug: https://bugzilla.kernel.org/show_bug.cgi?id=69131
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-16-generic 3.13.0-16.36
  ProcVersionSignature: Ubuntu 3.13.0-16.36-generic 3.13.5
  Uname: Linux 3.13.0-16-generic x86_64
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gleb   2472 F pulseaudio
  CurrentDesktop: XFCE
  CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
  Date: Mon Mar 10 17:23:18 2014
  InstallationDate: Installed on 2014-02-18 (20 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140216)
  MachineType: Hewlett-Packard HP Compaq 2510p Notebook PC
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-16-generic 
root=UUID=b8a1cc3a-672f-423b-9550-d804244bfb59 ro quiet splash vt.handoff=7
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
   
  dmi.bios.date: 04/22/2011
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68MSP Ver. F.10
  dmi.board.name: 30C9
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 75.28
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MSPVer.F.10:bd04/22/2011:svnHewlett-Packard:pnHPCompaq2510pNotebookPC:pvrF.10:rvnHewlett-Packard:rn30C9:rvrKBCVersion75.28:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq 2510p Notebook PC
  dmi.product.version: F.10
  dmi.sys.vendor: Hewlett-Packard
+ --- 
+ ApportVersion: 2.13.3-0ubuntu1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  gleb   2472 F pulseaudio
+ CurrentDesktop: XFCE
+ CurrentDmesg:
+  Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg 
-'] failed with exit code 1: comm: /var/log/dmesg: Permission denied
+  dmesg: write failed: Broken pipe
+ DistroRelease: Ubuntu 14.04
+ InstallationDate: Installed on 2014-02-18 (20 days ago)
+ InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140216)
+ MachineType: Hewlett-Packard HP Compaq 2510p Notebook PC
+ Package: linux (not installed)
+ PccardctlIdent:
+  Socket 0:
+no product info available
+ PccardctlStatus:
+  Socket 0:
+no card
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-16-generic 
root=UUID=b8a1cc3a-672f-423b-9550-d804244bfb59 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.13.0-16.36-generic 3.13.5
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  trusty
+ Uname: Linux 3.13.0-16-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: audio ff sudo
+ WifiSyslog:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 04/22/2011
+ dmi.bios.vendor: Hewlett-Packard
+ dmi.bios.version: 68MSP Ver. F.10
+ dmi.board.name: 30C9
+ dmi.board.vendor: Hewlett-Packard
+ dmi.board.version: KBC Version 75.28
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Hewlett-Packard
+ dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MSPVer.F.10:bd04/22/2011:svnHewlett-Packard:pnHPCompaq2510pNotebookPC:pvrF.10:rvnHewlett-Packard:rn30C9:rvrKBCVersion75.28:cvnHewlett-Packard:ct10:cvr:
+ dmi.product.name: HP Compaq 2510p Notebook PC
+ dmi.product.version: F.10
+ dmi.sys.vendor: Hewlett-Packard

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1290418/+attachment/4016905/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1290418

Title:
  rfkill unable to control HP 2510p wireless