[Kernel-packages] [Bug 1857307] Re: Wireless wouldn't turn on.

2020-01-06 Thread You-Sheng Yang
Hi, I've tried to find out the meanings of all the WMI entries you have,
but none seems to be related.

I heard it's possible that maybe WiFi has to be enabled under Windows in
this case. Something I would try as the last chance.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1857307

Title:
  Wireless wouldn't turn on.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I used Ubuntu on this machine starting with 16.04 LTS. The network PCI
  never worked but USB D-Link card did work... up to recently and then
  it stopped. I installed 18.04 LTS -- it read Airplane Mode On and
  nothing could be done. rfkill gave me phy0 soft block no, hard block
  yes. But f8+Fn only caused a pop-up message that Airplane Mod On or
  Off but not in the status bar -- there it was always on with an
  instruction to use hardware switch and setting wireless never worked.
  I installed KDE over Ubuntu 19 now and Airplane Mode can be turned On
  and Off but WiFi never turns on.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-24-generic 5.3.0-24.26
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anatoly1081 F pulseaudio
   /dev/snd/pcmC0D0p:   anatoly1081 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Sun Dec 22 20:58:33 2019
  InstallationDate: Installed on 2019-12-20 (3 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 
6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E 
SATA 6Gb/s bridge
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 04ca:7070 Lite-On Technology Corp. Integrated Camera
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20LQS0
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=5f3b3bd7-d68f-47e0-99e0-7d5c8befd27a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/01/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0TET37W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20LQS0
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0K13476 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0TET37W(1.11):bd03/01/2018:svnLENOVO:pn20LQS0:pvrThinkPad11e5thGen:rvnLENOVO:rn20LQS0:rvrSDK0K13476WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad 11e 5th Gen
  dmi.product.name: 20LQS0
  dmi.product.sku: LENOVO_MT_20LQ_BU_Think_FM_ThinkPad 11e 5th Gen
  dmi.product.version: ThinkPad 11e 5th Gen
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1857307] Re: Wireless wouldn't turn on.

2020-01-06 Thread Anatoly
Hi. Happy New Year. Any news for me? Am re-sending logs, just in case.

--Anatoly

=

Attached are two automatically generated files and one text file I 
copied screens to after running dmsg, just in case.


On 12/26/19 7:22 PM, You-Sheng Yang wrote:
> Hi, sorry for not being clear as I could. Please refer to
> https://www.howtogeek.com/196655/how-to-configure-the-grub2-boot-
> loaders-settings/ , detailed steps are:
>
> 1. To blacklist wmi module:
>
> $ gksu gedit /etc/default/grub
>
> Then edit the line beginning with "GRUB_CMDLINE_LINUX_DEFAULT=" as:
>
> GRUB_CMDLINE_LINUX_DEFAULT="quiet splash module_blacklist=wmi
> log_buf_len=32M"
>
> I also added "log_buf_len=32M" here to extend kernel log buffer size
> so that everything since boot will be kept. Save changes, quit gedit,
> and then run update-grub to re-generate grub.conf based on these
> changes:
>
> $ sudo update-grub
>
> After rebooted, open a terminal and save dmesg:
>
> $ dmesg -w | sudo tee dmesg.$(uname -r).blacklist-wmi
>
> This will run forever until interrupted (Ctrl-C). Now check if your
> WiFi is back, interrupt previous dmesg command and paste the saved dmesg
> log.
>
>
> 2. To enable WMI debug messages:
>
> $ gksu gedit /etc/default/grub
>
> Then edit the line beginning with "GRUB_CMDLINE_LINUX_DEFAULT=" as:
>
> GRUB_CMDLINE_LINUX_DEFAULT="quiet splash wmi.debug_event=1
> wmi.debug_dump_wdg=1 log_buf_len=32M"
>
> Save changes, quit gedit, and then run update-grub to re-generate
> grub.conf based on these changes:
>
> $ sudo update-grub
>
> After rebooted, open a terminal and save dmesg:
>
> $ dmesg -w | sudo tee dmesg.$(uname -r).wmi-debug
>
> This will run forever until interrupted (Ctrl-C). Since this only
> enables WMI debug messages, your WiFi should still be hard blocked, just
> go ahead to interrupt previous dmesg command and paste the saved dmesg
> log.
>



** Attachment added: "dmesg.5.3.0-24-generic.blacklist-wmi"
   
https://bugs.launchpad.net/bugs/1857307/+attachment/5317966/+files/dmesg.5.3.0-24-generic.blacklist-wmi

** Attachment added: "dmesg.5.3.0-24-generic.wmi-debug"
   
https://bugs.launchpad.net/bugs/1857307/+attachment/5317967/+files/dmesg.5.3.0-24-generic.wmi-debug

** Attachment added: "dmesg-logs"
   https://bugs.launchpad.net/bugs/1857307/+attachment/5317968/+files/dmesg-logs

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1857307

Title:
  Wireless wouldn't turn on.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I used Ubuntu on this machine starting with 16.04 LTS. The network PCI
  never worked but USB D-Link card did work... up to recently and then
  it stopped. I installed 18.04 LTS -- it read Airplane Mode On and
  nothing could be done. rfkill gave me phy0 soft block no, hard block
  yes. But f8+Fn only caused a pop-up message that Airplane Mod On or
  Off but not in the status bar -- there it was always on with an
  instruction to use hardware switch and setting wireless never worked.
  I installed KDE over Ubuntu 19 now and Airplane Mode can be turned On
  and Off but WiFi never turns on.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-24-generic 5.3.0-24.26
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anatoly1081 F pulseaudio
   /dev/snd/pcmC0D0p:   anatoly1081 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Sun Dec 22 20:58:33 2019
  InstallationDate: Installed on 2019-12-20 (3 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 
6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E 
SATA 6Gb/s bridge
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 04ca:7070 Lite-On Technology Corp. Integrated Camera
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20LQS0
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=5f3b3bd7-d68f-47e0-99e0-7d5c8befd27a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/01/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0TET37W (1.11 )
  dmi.board.asset.tag: Not Available
  

Re: [Kernel-packages] [Bug 1857307] Re: Wireless wouldn't turn on.

2019-12-26 Thread Anatoly
Hi. Attached are two automatically generated files and one text file I 
copied screens to after running dmsg, just in case. Have fun ;)

On 12/26/19 7:22 PM, You-Sheng Yang wrote:
> Hi, sorry for not being clear as I could. Please refer to
> https://www.howtogeek.com/196655/how-to-configure-the-grub2-boot-
> loaders-settings/ , detailed steps are:
>
> 1. To blacklist wmi module:
>
>   $ gksu gedit /etc/default/grub
>
> Then edit the line beginning with "GRUB_CMDLINE_LINUX_DEFAULT=" as:
>
>   GRUB_CMDLINE_LINUX_DEFAULT="quiet splash module_blacklist=wmi
> log_buf_len=32M"
>
> I also added "log_buf_len=32M" here to extend kernel log buffer size
> so that everything since boot will be kept. Save changes, quit gedit,
> and then run update-grub to re-generate grub.conf based on these
> changes:
>
>   $ sudo update-grub
>
> After rebooted, open a terminal and save dmesg:
>
>   $ dmesg -w | sudo tee dmesg.$(uname -r).blacklist-wmi
>
> This will run forever until interrupted (Ctrl-C). Now check if your
> WiFi is back, interrupt previous dmesg command and paste the saved dmesg
> log.
>
>
> 2. To enable WMI debug messages:
>
>   $ gksu gedit /etc/default/grub
>
> Then edit the line beginning with "GRUB_CMDLINE_LINUX_DEFAULT=" as:
>
>   GRUB_CMDLINE_LINUX_DEFAULT="quiet splash wmi.debug_event=1
> wmi.debug_dump_wdg=1 log_buf_len=32M"
>
> Save changes, quit gedit, and then run update-grub to re-generate
> grub.conf based on these changes:
>
>   $ sudo update-grub
>
> After rebooted, open a terminal and save dmesg:
>
>   $ dmesg -w | sudo tee dmesg.$(uname -r).wmi-debug
>
> This will run forever until interrupted (Ctrl-C). Since this only
> enables WMI debug messages, your WiFi should still be hard blocked, just
> go ahead to interrupt previous dmesg command and paste the saved dmesg
> log.
>


** Attachment added: "dmesg.5.3.0-24-generic.blacklist-wmi"
   
https://bugs.launchpad.net/bugs/1857307/+attachment/5315723/+files/dmesg.5.3.0-24-generic.blacklist-wmi

** Attachment added: "dmesg.5.3.0-24-generic.wmi-debug"
   
https://bugs.launchpad.net/bugs/1857307/+attachment/5315724/+files/dmesg.5.3.0-24-generic.wmi-debug

** Attachment added: "dmesg-logs"
   https://bugs.launchpad.net/bugs/1857307/+attachment/5315725/+files/dmesg-logs

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1857307

Title:
  Wireless wouldn't turn on.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I used Ubuntu on this machine starting with 16.04 LTS. The network PCI
  never worked but USB D-Link card did work... up to recently and then
  it stopped. I installed 18.04 LTS -- it read Airplane Mode On and
  nothing could be done. rfkill gave me phy0 soft block no, hard block
  yes. But f8+Fn only caused a pop-up message that Airplane Mod On or
  Off but not in the status bar -- there it was always on with an
  instruction to use hardware switch and setting wireless never worked.
  I installed KDE over Ubuntu 19 now and Airplane Mode can be turned On
  and Off but WiFi never turns on.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-24-generic 5.3.0-24.26
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anatoly1081 F pulseaudio
   /dev/snd/pcmC0D0p:   anatoly1081 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Sun Dec 22 20:58:33 2019
  InstallationDate: Installed on 2019-12-20 (3 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 
6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E 
SATA 6Gb/s bridge
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 04ca:7070 Lite-On Technology Corp. Integrated Camera
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20LQS0
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=5f3b3bd7-d68f-47e0-99e0-7d5c8befd27a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/01/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0TET37W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 

[Kernel-packages] [Bug 1857307] Re: Wireless wouldn't turn on.

2019-12-26 Thread You-Sheng Yang
Hi, sorry for not being clear as I could. Please refer to
https://www.howtogeek.com/196655/how-to-configure-the-grub2-boot-
loaders-settings/ , detailed steps are:

1. To blacklist wmi module:

 $ gksu gedit /etc/default/grub

   Then edit the line beginning with "GRUB_CMDLINE_LINUX_DEFAULT=" as:

 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash module_blacklist=wmi
log_buf_len=32M"

   I also added "log_buf_len=32M" here to extend kernel log buffer size
so that everything since boot will be kept. Save changes, quit gedit,
and then run update-grub to re-generate grub.conf based on these
changes:

 $ sudo update-grub

   After rebooted, open a terminal and save dmesg:

 $ dmesg -w | sudo tee dmesg.$(uname -r).blacklist-wmi

   This will run forever until interrupted (Ctrl-C). Now check if your
WiFi is back, interrupt previous dmesg command and paste the saved dmesg
log.


2. To enable WMI debug messages:

 $ gksu gedit /etc/default/grub

   Then edit the line beginning with "GRUB_CMDLINE_LINUX_DEFAULT=" as:

 GRUB_CMDLINE_LINUX_DEFAULT="quiet splash wmi.debug_event=1
wmi.debug_dump_wdg=1 log_buf_len=32M"

   Save changes, quit gedit, and then run update-grub to re-generate
grub.conf based on these changes:

 $ sudo update-grub

   After rebooted, open a terminal and save dmesg:

 $ dmesg -w | sudo tee dmesg.$(uname -r).wmi-debug

   This will run forever until interrupted (Ctrl-C). Since this only
enables WMI debug messages, your WiFi should still be hard blocked, just
go ahead to interrupt previous dmesg command and paste the saved dmesg
log.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1857307

Title:
  Wireless wouldn't turn on.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I used Ubuntu on this machine starting with 16.04 LTS. The network PCI
  never worked but USB D-Link card did work... up to recently and then
  it stopped. I installed 18.04 LTS -- it read Airplane Mode On and
  nothing could be done. rfkill gave me phy0 soft block no, hard block
  yes. But f8+Fn only caused a pop-up message that Airplane Mod On or
  Off but not in the status bar -- there it was always on with an
  instruction to use hardware switch and setting wireless never worked.
  I installed KDE over Ubuntu 19 now and Airplane Mode can be turned On
  and Off but WiFi never turns on.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-24-generic 5.3.0-24.26
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anatoly1081 F pulseaudio
   /dev/snd/pcmC0D0p:   anatoly1081 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Sun Dec 22 20:58:33 2019
  InstallationDate: Installed on 2019-12-20 (3 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 
6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E 
SATA 6Gb/s bridge
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 04ca:7070 Lite-On Technology Corp. Integrated Camera
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20LQS0
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=5f3b3bd7-d68f-47e0-99e0-7d5c8befd27a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/01/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0TET37W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20LQS0
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0K13476 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0TET37W(1.11):bd03/01/2018:svnLENOVO:pn20LQS0:pvrThinkPad11e5thGen:rvnLENOVO:rn20LQS0:rvrSDK0K13476WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad 11e 5th Gen
  dmi.product.name: 20LQS0
  dmi.product.sku: LENOVO_MT_20LQ_BU_Think_FM_ThinkPad 11e 5th Gen
  dmi.product.version: ThinkPad 11e 5th Gen
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: 

Re: [Kernel-packages] [Bug 1857307] Re: Wireless wouldn't turn on.

2019-12-26 Thread Anatoly
Hi.
On 12/25/19 11:13 PM, You-Sheng Yang wrote:
> Hi, didn't find something directly related from above WMI events. Could
> you try following to kernel parameters sets separately:
>
> 1. "module_blacklist=wmi": this will disable wmi completely
That seemed to work
> 2. "wmi.debug_event=1 wmi.debug_dump_wdg=1": this will enable wmi debug
> info.
That didn't:

$ wmi.debug_event=1

wmi.debug_event=1: command not found

Did I do it right? I can only literally follow your instruction.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1857307

Title:
  Wireless wouldn't turn on.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I used Ubuntu on this machine starting with 16.04 LTS. The network PCI
  never worked but USB D-Link card did work... up to recently and then
  it stopped. I installed 18.04 LTS -- it read Airplane Mode On and
  nothing could be done. rfkill gave me phy0 soft block no, hard block
  yes. But f8+Fn only caused a pop-up message that Airplane Mod On or
  Off but not in the status bar -- there it was always on with an
  instruction to use hardware switch and setting wireless never worked.
  I installed KDE over Ubuntu 19 now and Airplane Mode can be turned On
  and Off but WiFi never turns on.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-24-generic 5.3.0-24.26
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anatoly1081 F pulseaudio
   /dev/snd/pcmC0D0p:   anatoly1081 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Sun Dec 22 20:58:33 2019
  InstallationDate: Installed on 2019-12-20 (3 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 
6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E 
SATA 6Gb/s bridge
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 04ca:7070 Lite-On Technology Corp. Integrated Camera
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20LQS0
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=5f3b3bd7-d68f-47e0-99e0-7d5c8befd27a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/01/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0TET37W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20LQS0
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0K13476 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0TET37W(1.11):bd03/01/2018:svnLENOVO:pn20LQS0:pvrThinkPad11e5thGen:rvnLENOVO:rn20LQS0:rvrSDK0K13476WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad 11e 5th Gen
  dmi.product.name: 20LQS0
  dmi.product.sku: LENOVO_MT_20LQ_BU_Think_FM_ThinkPad 11e 5th Gen
  dmi.product.version: ThinkPad 11e 5th Gen
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1857307] Re: Wireless wouldn't turn on.

2019-12-25 Thread You-Sheng Yang
Hi, didn't find something directly related from above WMI events. Could
you try following to kernel parameters sets separately:

1. "module_blacklist=wmi": this will disable wmi completely

2. "wmi.debug_event=1 wmi.debug_dump_wdg=1": this will enable wmi debug
info.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1857307

Title:
  Wireless wouldn't turn on.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I used Ubuntu on this machine starting with 16.04 LTS. The network PCI
  never worked but USB D-Link card did work... up to recently and then
  it stopped. I installed 18.04 LTS -- it read Airplane Mode On and
  nothing could be done. rfkill gave me phy0 soft block no, hard block
  yes. But f8+Fn only caused a pop-up message that Airplane Mod On or
  Off but not in the status bar -- there it was always on with an
  instruction to use hardware switch and setting wireless never worked.
  I installed KDE over Ubuntu 19 now and Airplane Mode can be turned On
  and Off but WiFi never turns on.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-24-generic 5.3.0-24.26
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anatoly1081 F pulseaudio
   /dev/snd/pcmC0D0p:   anatoly1081 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Sun Dec 22 20:58:33 2019
  InstallationDate: Installed on 2019-12-20 (3 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 
6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E 
SATA 6Gb/s bridge
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 04ca:7070 Lite-On Technology Corp. Integrated Camera
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20LQS0
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=5f3b3bd7-d68f-47e0-99e0-7d5c8befd27a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/01/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0TET37W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20LQS0
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0K13476 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0TET37W(1.11):bd03/01/2018:svnLENOVO:pn20LQS0:pvrThinkPad11e5thGen:rvnLENOVO:rn20LQS0:rvrSDK0K13476WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad 11e 5th Gen
  dmi.product.name: 20LQS0
  dmi.product.sku: LENOVO_MT_20LQ_BU_Think_FM_ThinkPad 11e 5th Gen
  dmi.product.version: ThinkPad 11e 5th Gen
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1857307] Re: Wireless wouldn't turn on.

2019-12-24 Thread Anatoly
On 12/24/19 9:06 PM, You-Sheng Yang wrote:
> What's inside other wmi_bus-PNP0C14* folders?
/sys/class/wmi_bus/wmi_bus-PNP0C14\:01
7430019A-DCE9-4548-BAB0-9FDE0935CAFF device
FCB424F1-075A-4E0E-BFC4-62F3E71771FA  subsystem
7FF47003-3B6C-4E5E-A227-E979824A85D1
E2BE5EE3-42DA-49DB-8378-1F5247388202 
power uevent

/sys/class/wmi_bus/wmi_bus-PNP0C14\:02
85D2E869-365A-4ACE-A4D3-CD692B1698A0
8F4D3679-749E-4479-9B16-C62601FD25F0  device  power  subsystem uevent

/sys/class/wmi_bus/wmi_bus-PNP0C14\:03
40D1BF71-A82D-4E59-A168-3985E03B2E87
D9F41781-F633-4400-9355-601770BEC510  power  uevent
431F16ED-0C2B-444C-B267-27DEB140CF9C  device
> By previous experience, BIOS vendor may implement some WMI interface
> that can be used to control anything they want. Somehow such interfaces
> could be misused on Linux as they're mostly designed for Windows. For
> example, 86CCFD48-205E-4A77-9C48-2021CBEDE341 is for controlling Intel
> thunderbolt power, and it should not appear on a platform without
> thunderbolt ports. When it goes wrong, the most appropriate solution
> should be in the BIOS side, so looking for new BIOS updates should be
> the first thing you wanna try, but sometimes you can only try work
> arounds like removing fwupd/boltd or so.
>

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1857307

Title:
  Wireless wouldn't turn on.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I used Ubuntu on this machine starting with 16.04 LTS. The network PCI
  never worked but USB D-Link card did work... up to recently and then
  it stopped. I installed 18.04 LTS -- it read Airplane Mode On and
  nothing could be done. rfkill gave me phy0 soft block no, hard block
  yes. But f8+Fn only caused a pop-up message that Airplane Mod On or
  Off but not in the status bar -- there it was always on with an
  instruction to use hardware switch and setting wireless never worked.
  I installed KDE over Ubuntu 19 now and Airplane Mode can be turned On
  and Off but WiFi never turns on.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-24-generic 5.3.0-24.26
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anatoly1081 F pulseaudio
   /dev/snd/pcmC0D0p:   anatoly1081 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Sun Dec 22 20:58:33 2019
  InstallationDate: Installed on 2019-12-20 (3 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 
6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E 
SATA 6Gb/s bridge
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 04ca:7070 Lite-On Technology Corp. Integrated Camera
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20LQS0
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=5f3b3bd7-d68f-47e0-99e0-7d5c8befd27a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/01/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0TET37W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20LQS0
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0K13476 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0TET37W(1.11):bd03/01/2018:svnLENOVO:pn20LQS0:pvrThinkPad11e5thGen:rvnLENOVO:rn20LQS0:rvrSDK0K13476WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad 11e 5th Gen
  dmi.product.name: 20LQS0
  dmi.product.sku: LENOVO_MT_20LQ_BU_Think_FM_ThinkPad 11e 5th Gen
  dmi.product.version: ThinkPad 11e 5th Gen
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1857307] Re: Wireless wouldn't turn on.

2019-12-24 Thread You-Sheng Yang
What's inside other wmi_bus-PNP0C14* folders?

By previous experience, BIOS vendor may implement some WMI interface
that can be used to control anything they want. Somehow such interfaces
could be misused on Linux as they're mostly designed for Windows. For
example, 86CCFD48-205E-4A77-9C48-2021CBEDE341 is for controlling Intel
thunderbolt power, and it should not appear on a platform without
thunderbolt ports. When it goes wrong, the most appropriate solution
should be in the BIOS side, so looking for new BIOS updates should be
the first thing you wanna try, but sometimes you can only try work
arounds like removing fwupd/boltd or so.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1857307

Title:
  Wireless wouldn't turn on.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I used Ubuntu on this machine starting with 16.04 LTS. The network PCI
  never worked but USB D-Link card did work... up to recently and then
  it stopped. I installed 18.04 LTS -- it read Airplane Mode On and
  nothing could be done. rfkill gave me phy0 soft block no, hard block
  yes. But f8+Fn only caused a pop-up message that Airplane Mod On or
  Off but not in the status bar -- there it was always on with an
  instruction to use hardware switch and setting wireless never worked.
  I installed KDE over Ubuntu 19 now and Airplane Mode can be turned On
  and Off but WiFi never turns on.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-24-generic 5.3.0-24.26
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anatoly1081 F pulseaudio
   /dev/snd/pcmC0D0p:   anatoly1081 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Sun Dec 22 20:58:33 2019
  InstallationDate: Installed on 2019-12-20 (3 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 
6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E 
SATA 6Gb/s bridge
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 04ca:7070 Lite-On Technology Corp. Integrated Camera
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20LQS0
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=5f3b3bd7-d68f-47e0-99e0-7d5c8befd27a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/01/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0TET37W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20LQS0
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0K13476 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0TET37W(1.11):bd03/01/2018:svnLENOVO:pn20LQS0:pvrThinkPad11e5thGen:rvnLENOVO:rn20LQS0:rvrSDK0K13476WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad 11e 5th Gen
  dmi.product.name: 20LQS0
  dmi.product.sku: LENOVO_MT_20LQ_BU_Think_FM_ThinkPad 11e 5th Gen
  dmi.product.version: ThinkPad 11e 5th Gen
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1857307] Re: Wireless wouldn't turn on.

2019-12-24 Thread Anatoly
There is more:

~$ sudo ls /sys/class/wmi_bus/wmi_bus-PNP0C14\:00
05901221-D566-11D1-B2F0-00A0C9062910 
6A4B54EF-A5ED-4D33-9455-B0D9B48DF4B3 
7EEF04FF-4328-447C-B5BB-D449925D538D  device uevent
2651D9FD-911C-4B69-B94E-D0DED5963BD7 
7364651A-132F-4FE7-ADAA-40C6C7EE2E3B 
8ADB159E-1E32-455C-BC93-308A7ED98246  power
51F5230E-9677-46CD-A1CF-C0B23EE34DB7 
74F1EBB6-927A-4C7D-95DF-698E21E80EB5 
98479A64-33F5-4E33-A707-8E251EBBC3A1  subsystem

On 12/24/19 8:25 PM, You-Sheng Yang wrote:
>> What's the message?
> For bug status management. Never mind.
>
> [3.768689] iwlwifi :02:00.0: Detected Intel(R) Wireless-AC 9260 
> 160MHz, REV=0x324
> [3.775535] iwlwifi :02:00.0: reporting RF_KILL (radio disabled)
> [3.777850] iwlwifi :02:00.0: Applying debug destination EXTERNAL_DRAM
> [3.779888] iwlwifi :02:00.0: Allocated 0x0040 bytes for firmware 
> monitor.
>
> Your device reports radio disabled at boot, so it has never worked.
>
> Do you have following entry in /sys?
>
>$ ls -al /sys/class/wmi_bus/wmi_bus-PNP0C14:00/86CCFD48-205E-
> 4A77-9C48-2021CBEDE341
>

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1857307

Title:
  Wireless wouldn't turn on.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I used Ubuntu on this machine starting with 16.04 LTS. The network PCI
  never worked but USB D-Link card did work... up to recently and then
  it stopped. I installed 18.04 LTS -- it read Airplane Mode On and
  nothing could be done. rfkill gave me phy0 soft block no, hard block
  yes. But f8+Fn only caused a pop-up message that Airplane Mod On or
  Off but not in the status bar -- there it was always on with an
  instruction to use hardware switch and setting wireless never worked.
  I installed KDE over Ubuntu 19 now and Airplane Mode can be turned On
  and Off but WiFi never turns on.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-24-generic 5.3.0-24.26
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anatoly1081 F pulseaudio
   /dev/snd/pcmC0D0p:   anatoly1081 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Sun Dec 22 20:58:33 2019
  InstallationDate: Installed on 2019-12-20 (3 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 
6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E 
SATA 6Gb/s bridge
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 04ca:7070 Lite-On Technology Corp. Integrated Camera
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20LQS0
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=5f3b3bd7-d68f-47e0-99e0-7d5c8befd27a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/01/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0TET37W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20LQS0
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0K13476 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0TET37W(1.11):bd03/01/2018:svnLENOVO:pn20LQS0:pvrThinkPad11e5thGen:rvnLENOVO:rn20LQS0:rvrSDK0K13476WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad 11e 5th Gen
  dmi.product.name: 20LQS0
  dmi.product.sku: LENOVO_MT_20LQ_BU_Think_FM_ThinkPad 11e 5th Gen
  dmi.product.version: ThinkPad 11e 5th Gen
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1857307] Re: Wireless wouldn't turn on.

2019-12-24 Thread Anatoly
On 12/24/19 8:25 PM, You-Sheng Yang wrote:
>> What's the message?
> For bug status management. Never mind.
>
> [3.768689] iwlwifi :02:00.0: Detected Intel(R) Wireless-AC 9260 
> 160MHz, REV=0x324
> [3.775535] iwlwifi :02:00.0: reporting RF_KILL (radio disabled)
> [3.777850] iwlwifi :02:00.0: Applying debug destination EXTERNAL_DRAM
> [3.779888] iwlwifi :02:00.0: Allocated 0x0040 bytes for firmware 
> monitor.
>
> Your device reports radio disabled at boot, so it has never worked.
>
> Do you have following entry in /sys?
>
>$ ls -al /sys/class/wmi_bus/wmi_bus-PNP0C14:00/86CCFD48-205E-
> 4A77-9C48-2021CBEDE341
>
No I don't. All I have is this:

~$ sudo ls /sys/class/wmi_bus
wmi_bus-PNP0C14:00  wmi_bus-PNP0C14:01  wmi_bus-PNP0C14:02 
wmi_bus-PNP0C14:03

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1857307

Title:
  Wireless wouldn't turn on.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I used Ubuntu on this machine starting with 16.04 LTS. The network PCI
  never worked but USB D-Link card did work... up to recently and then
  it stopped. I installed 18.04 LTS -- it read Airplane Mode On and
  nothing could be done. rfkill gave me phy0 soft block no, hard block
  yes. But f8+Fn only caused a pop-up message that Airplane Mod On or
  Off but not in the status bar -- there it was always on with an
  instruction to use hardware switch and setting wireless never worked.
  I installed KDE over Ubuntu 19 now and Airplane Mode can be turned On
  and Off but WiFi never turns on.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-24-generic 5.3.0-24.26
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anatoly1081 F pulseaudio
   /dev/snd/pcmC0D0p:   anatoly1081 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Sun Dec 22 20:58:33 2019
  InstallationDate: Installed on 2019-12-20 (3 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 
6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E 
SATA 6Gb/s bridge
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 04ca:7070 Lite-On Technology Corp. Integrated Camera
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20LQS0
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=5f3b3bd7-d68f-47e0-99e0-7d5c8befd27a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/01/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0TET37W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20LQS0
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0K13476 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0TET37W(1.11):bd03/01/2018:svnLENOVO:pn20LQS0:pvrThinkPad11e5thGen:rvnLENOVO:rn20LQS0:rvrSDK0K13476WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad 11e 5th Gen
  dmi.product.name: 20LQS0
  dmi.product.sku: LENOVO_MT_20LQ_BU_Think_FM_ThinkPad 11e 5th Gen
  dmi.product.version: ThinkPad 11e 5th Gen
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1857307] Re: Wireless wouldn't turn on.

2019-12-24 Thread You-Sheng Yang
> What's the message?

For bug status management. Never mind.

[3.768689] iwlwifi :02:00.0: Detected Intel(R) Wireless-AC 9260 160MHz, 
REV=0x324
[3.775535] iwlwifi :02:00.0: reporting RF_KILL (radio disabled)
[3.777850] iwlwifi :02:00.0: Applying debug destination EXTERNAL_DRAM
[3.779888] iwlwifi :02:00.0: Allocated 0x0040 bytes for firmware 
monitor.

Your device reports radio disabled at boot, so it has never worked.

Do you have following entry in /sys?

  $ ls -al /sys/class/wmi_bus/wmi_bus-PNP0C14:00/86CCFD48-205E-
4A77-9C48-2021CBEDE341

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1857307

Title:
  Wireless wouldn't turn on.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I used Ubuntu on this machine starting with 16.04 LTS. The network PCI
  never worked but USB D-Link card did work... up to recently and then
  it stopped. I installed 18.04 LTS -- it read Airplane Mode On and
  nothing could be done. rfkill gave me phy0 soft block no, hard block
  yes. But f8+Fn only caused a pop-up message that Airplane Mod On or
  Off but not in the status bar -- there it was always on with an
  instruction to use hardware switch and setting wireless never worked.
  I installed KDE over Ubuntu 19 now and Airplane Mode can be turned On
  and Off but WiFi never turns on.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-24-generic 5.3.0-24.26
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anatoly1081 F pulseaudio
   /dev/snd/pcmC0D0p:   anatoly1081 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Sun Dec 22 20:58:33 2019
  InstallationDate: Installed on 2019-12-20 (3 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 
6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E 
SATA 6Gb/s bridge
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 04ca:7070 Lite-On Technology Corp. Integrated Camera
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20LQS0
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=5f3b3bd7-d68f-47e0-99e0-7d5c8befd27a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/01/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0TET37W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20LQS0
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0K13476 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0TET37W(1.11):bd03/01/2018:svnLENOVO:pn20LQS0:pvrThinkPad11e5thGen:rvnLENOVO:rn20LQS0:rvrSDK0K13476WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad 11e 5th Gen
  dmi.product.name: 20LQS0
  dmi.product.sku: LENOVO_MT_20LQ_BU_Think_FM_ThinkPad 11e 5th Gen
  dmi.product.version: ThinkPad 11e 5th Gen
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1857307] Re: Wireless wouldn't turn on.

2019-12-24 Thread Anatoly
What's the message?

On 12/23/19 10:23 PM, Po-Hsu Lin wrote:
> ** Changed in: linux (Ubuntu)
> Status: Incomplete => Confirmed
>

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1857307

Title:
  Wireless wouldn't turn on.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I used Ubuntu on this machine starting with 16.04 LTS. The network PCI
  never worked but USB D-Link card did work... up to recently and then
  it stopped. I installed 18.04 LTS -- it read Airplane Mode On and
  nothing could be done. rfkill gave me phy0 soft block no, hard block
  yes. But f8+Fn only caused a pop-up message that Airplane Mod On or
  Off but not in the status bar -- there it was always on with an
  instruction to use hardware switch and setting wireless never worked.
  I installed KDE over Ubuntu 19 now and Airplane Mode can be turned On
  and Off but WiFi never turns on.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-24-generic 5.3.0-24.26
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anatoly1081 F pulseaudio
   /dev/snd/pcmC0D0p:   anatoly1081 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Sun Dec 22 20:58:33 2019
  InstallationDate: Installed on 2019-12-20 (3 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 
6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E 
SATA 6Gb/s bridge
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 04ca:7070 Lite-On Technology Corp. Integrated Camera
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20LQS0
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=5f3b3bd7-d68f-47e0-99e0-7d5c8befd27a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/01/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0TET37W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20LQS0
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0K13476 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0TET37W(1.11):bd03/01/2018:svnLENOVO:pn20LQS0:pvrThinkPad11e5thGen:rvnLENOVO:rn20LQS0:rvrSDK0K13476WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad 11e 5th Gen
  dmi.product.name: 20LQS0
  dmi.product.sku: LENOVO_MT_20LQ_BU_Think_FM_ThinkPad 11e 5th Gen
  dmi.product.version: ThinkPad 11e 5th Gen
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1857307] Re: Wireless wouldn't turn on.

2019-12-23 Thread Po-Hsu Lin
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1857307

Title:
  Wireless wouldn't turn on.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I used Ubuntu on this machine starting with 16.04 LTS. The network PCI
  never worked but USB D-Link card did work... up to recently and then
  it stopped. I installed 18.04 LTS -- it read Airplane Mode On and
  nothing could be done. rfkill gave me phy0 soft block no, hard block
  yes. But f8+Fn only caused a pop-up message that Airplane Mod On or
  Off but not in the status bar -- there it was always on with an
  instruction to use hardware switch and setting wireless never worked.
  I installed KDE over Ubuntu 19 now and Airplane Mode can be turned On
  and Off but WiFi never turns on.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-24-generic 5.3.0-24.26
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anatoly1081 F pulseaudio
   /dev/snd/pcmC0D0p:   anatoly1081 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Sun Dec 22 20:58:33 2019
  InstallationDate: Installed on 2019-12-20 (3 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 
6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E 
SATA 6Gb/s bridge
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 04ca:7070 Lite-On Technology Corp. Integrated Camera
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20LQS0
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=5f3b3bd7-d68f-47e0-99e0-7d5c8befd27a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/01/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0TET37W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20LQS0
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0K13476 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0TET37W(1.11):bd03/01/2018:svnLENOVO:pn20LQS0:pvrThinkPad11e5thGen:rvnLENOVO:rn20LQS0:rvrSDK0K13476WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad 11e 5th Gen
  dmi.product.name: 20LQS0
  dmi.product.sku: LENOVO_MT_20LQ_BU_Think_FM_ThinkPad 11e 5th Gen
  dmi.product.version: ThinkPad 11e 5th Gen
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1857307] Re: Wireless wouldn't turn on.

2019-12-23 Thread Anatoly
Hello,

Thank you for getting back to me. I am reporting on 19.10,  PCI
wireless.

1. Here the rfkill output:

$ sudo rfkill unblock all

$ sudo rfkill list
0: phy0: Wireless LAN
     Soft blocked: no
     Hard blocked: yes

2. There is no any special switch but F8 key which I suppose works when 
pressed F8+Fn but i doesn't get wireless on still. If F8 pressed alone 
-- no difference either.

3. I checked the BIOS-> Security: Wireless LAN   [Enabled]

On 12/23/19 9:01 PM, Po-Hsu Lin wrote:
> Hello,
> let's focus on 19.10, you're reporting an issue for the PCI wireless card 
> (Wireless-AC 9260) in your system or the USB D-Link card?
>
> Can you try the following steps to see if it helps:
>1. run command "rfkill unblock all"
>2. or to flip the wifi switch (if any)
>3. check you BIOS setting to ensure this device is enabled
>
> ** Changed in: linux (Ubuntu)
> Status: Confirmed => Incomplete
>

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1857307

Title:
  Wireless wouldn't turn on.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I used Ubuntu on this machine starting with 16.04 LTS. The network PCI
  never worked but USB D-Link card did work... up to recently and then
  it stopped. I installed 18.04 LTS -- it read Airplane Mode On and
  nothing could be done. rfkill gave me phy0 soft block no, hard block
  yes. But f8+Fn only caused a pop-up message that Airplane Mod On or
  Off but not in the status bar -- there it was always on with an
  instruction to use hardware switch and setting wireless never worked.
  I installed KDE over Ubuntu 19 now and Airplane Mode can be turned On
  and Off but WiFi never turns on.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-24-generic 5.3.0-24.26
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anatoly1081 F pulseaudio
   /dev/snd/pcmC0D0p:   anatoly1081 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Sun Dec 22 20:58:33 2019
  InstallationDate: Installed on 2019-12-20 (3 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 
6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E 
SATA 6Gb/s bridge
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 04ca:7070 Lite-On Technology Corp. Integrated Camera
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20LQS0
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=5f3b3bd7-d68f-47e0-99e0-7d5c8befd27a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/01/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0TET37W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20LQS0
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0K13476 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0TET37W(1.11):bd03/01/2018:svnLENOVO:pn20LQS0:pvrThinkPad11e5thGen:rvnLENOVO:rn20LQS0:rvrSDK0K13476WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad 11e 5th Gen
  dmi.product.name: 20LQS0
  dmi.product.sku: LENOVO_MT_20LQ_BU_Think_FM_ThinkPad 11e 5th Gen
  dmi.product.version: ThinkPad 11e 5th Gen
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1857307] Re: Wireless wouldn't turn on.

2019-12-23 Thread Po-Hsu Lin
Hello,
let's focus on 19.10, you're reporting an issue for the PCI wireless card 
(Wireless-AC 9260) in your system or the USB D-Link card?

Can you try the following steps to see if it helps:
  1. run command "rfkill unblock all"
  2. or to flip the wifi switch (if any)
  3. check you BIOS setting to ensure this device is enabled

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1857307

Title:
  Wireless wouldn't turn on.

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I used Ubuntu on this machine starting with 16.04 LTS. The network PCI
  never worked but USB D-Link card did work... up to recently and then
  it stopped. I installed 18.04 LTS -- it read Airplane Mode On and
  nothing could be done. rfkill gave me phy0 soft block no, hard block
  yes. But f8+Fn only caused a pop-up message that Airplane Mod On or
  Off but not in the status bar -- there it was always on with an
  instruction to use hardware switch and setting wireless never worked.
  I installed KDE over Ubuntu 19 now and Airplane Mode can be turned On
  and Off but WiFi never turns on.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: linux-image-5.3.0-24-generic 5.3.0-24.26
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  anatoly1081 F pulseaudio
   /dev/snd/pcmC0D0p:   anatoly1081 F...m pulseaudio
  CurrentDesktop: KDE
  Date: Sun Dec 22 20:58:33 2019
  InstallationDate: Installed on 2019-12-20 (3 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. Name: ASM1051E SATA 
6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E 
SATA 6Gb/s bridge
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 04ca:7070 Lite-On Technology Corp. Integrated Camera
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 20LQS0
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=5f3b3bd7-d68f-47e0-99e0-7d5c8befd27a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/01/2018
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R0TET37W (1.11 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20LQS0
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0K13476 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR0TET37W(1.11):bd03/01/2018:svnLENOVO:pn20LQS0:pvrThinkPad11e5thGen:rvnLENOVO:rn20LQS0:rvrSDK0K13476WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad 11e 5th Gen
  dmi.product.name: 20LQS0
  dmi.product.sku: LENOVO_MT_20LQ_BU_Think_FM_ThinkPad 11e 5th Gen
  dmi.product.version: ThinkPad 11e 5th Gen
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp