Re: [Kernel-packages] [Bug 2058191] Re: Getting SIGSEGV and SIGILL in many programs

2024-03-20 Thread Eduardo P. Gomez
Yes, I have. The most frequent ones are bun (node.js alternative) and
brave.

On Wed, Mar 20, 2024, 4:50 AM Andrea Righi <2058...@bugs.launchpad.net>
wrote:

> Hm... honestly this looks more like a user-space / brave issue than a
> kernel issue. Do you get similar SIGSEGV with other apps?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/2058191
>
> Title:
>   Getting SIGSEGV and SIGILL in many programs
>
> Status in Ubuntu:
>   New
> Status in linux package in Ubuntu:
>   New
>
> Bug description:
>   Okay, recently I upgraded to 24.04. I'm getting some SIGSEGV and
>   SIGILLs from time to time. Sometimes the entire computer freezes and i
>   can't even turn down unless i hold the power button for 5 secs.
>
>   I tought it could be the kernel version, so I upgraded from Ubuntu's
>   6.8.0-11.11+1 to mainline 6.8.1. However, it didn't fix.
>
>   Here are some softwares i got SIGSEGV or SIGILLs:
>- code-insiders (vscode)
>- brave (Brave browser)
>- bun (node.js alternative)
>- node.js
>
>   I know i should upload more logs, but I didn't find the errors in
>   syslog or journalctl.
>
>   $ lsb_release -rd
>   -
>   No LSB modules are available.
>   Description:  Ubuntu Noble Numbat (development branch)
>   Release:  24.04
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+bug/2058191/+subscriptions
>
>

-- 
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/2058191

Title:
  Getting SIGSEGV and SIGILL in many programs

Status in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  Okay, recently I upgraded to 24.04. I'm getting some SIGSEGV and
  SIGILLs from time to time. Sometimes the entire computer freezes and i
  can't even turn down unless i hold the power button for 5 secs.

  I tought it could be the kernel version, so I upgraded from Ubuntu's
  6.8.0-11.11+1 to mainline 6.8.1. However, it didn't fix.

  Here are some softwares i got SIGSEGV or SIGILLs:
   - code-insiders (vscode)
   - brave (Brave browser)
   - bun (node.js alternative)
   - node.js

  I know i should upload more logs, but I didn't find the errors in
  syslog or journalctl.

  $ lsb_release -rd
  -
  No LSB modules are available.
  Description:  Ubuntu Noble Numbat (development branch)
  Release:  24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2058191/+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 2058191] Re: Getting SIGSEGV and SIGILL in many programs

2024-03-20 Thread Eduardo P. Gomez
Reading my crash dump, i noticed a interesting thing. Here is the back
trace:

Downloading separate debug info for system-supplied DSO at 0x7ffe5ecc5000   



Core was generated by `/opt/brave.com/brave/brave --type=renderer 
--crashpad-handler-pid=5837 --enable'.  

  
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x58e16cb3b49e in ?? ()
[Current thread is 1 (LWP 1)]
(gdb) bt
#0  0x58e16cb3b49e in ?? ()
#1  0x7ffe5ec93780 in ?? ()
#2  0x in ?? ()


The first backtrace is located inside the brave binary as (gdb) info proc 
mappings says:
Mapped address spaces:

  Start Addr   End Addr   Size Offset objfile
   [...]
  0x58e16bb4b000 0x58e1778ad000  0xbd62000  0x2e1c000 
/opt/brave.com/brave/brave
   [...]

The second backtrace doesn't show in the mapped address list. But as the
previous output says it's related to a "system-supplied DSO". I Googled
it and a guy named fche on stackoverflow said "system-supplied-DSO means
a shared library provided directly by the linux kernel such as VDSO". Is
this right?


If that's true, does this mean we have a big kernel issue?

-- 
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/2058191

Title:
  Getting SIGSEGV and SIGILL in many programs

Status in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  Okay, recently I upgraded to 24.04. I'm getting some SIGSEGV and
  SIGILLs from time to time. Sometimes the entire computer freezes and i
  can't even turn down unless i hold the power button for 5 secs.

  I tought it could be the kernel version, so I upgraded from Ubuntu's
  6.8.0-11.11+1 to mainline 6.8.1. However, it didn't fix.

  Here are some softwares i got SIGSEGV or SIGILLs:
   - code-insiders (vscode)
   - brave (Brave browser)
   - bun (node.js alternative)
   - node.js

  I know i should upload more logs, but I didn't find the errors in
  syslog or journalctl.

  $ lsb_release -rd
  -
  No LSB modules are available.
  Description:  Ubuntu Noble Numbat (development branch)
  Release:  24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2058191/+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 2058191] Re: Getting SIGSEGV and SIGILL in many programs

2024-03-19 Thread Eduardo P. Gomez
** Attachment added: "_opt_brave.com_brave_brave.1000.crash"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2058191/+attachment/5757404/+files/_opt_brave.com_brave_brave.1000.crash

-- 
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/2058191

Title:
  Getting SIGSEGV and SIGILL in many programs

Status in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  Okay, recently I upgraded to 24.04. I'm getting some SIGSEGV and
  SIGILLs from time to time. Sometimes the entire computer freezes and i
  can't even turn down unless i hold the power button for 5 secs.

  I tought it could be the kernel version, so I upgraded from Ubuntu's
  6.8.0-11.11+1 to mainline 6.8.1. However, it didn't fix.

  Here are some softwares i got SIGSEGV or SIGILLs:
   - code-insiders (vscode)
   - brave (Brave browser)
   - bun (node.js alternative)
   - node.js

  I know i should upload more logs, but I didn't find the errors in
  syslog or journalctl.

  $ lsb_release -rd
  -
  No LSB modules are available.
  Description:  Ubuntu Noble Numbat (development branch)
  Release:  24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2058191/+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 2058191] Re: Getting SIGSEGV and SIGILL in many programs

2024-03-19 Thread Eduardo P. Gomez
In dmesg log, i saw a line starting with "mar 20 02:04:10 eduapps
whoopsie-upload-all[8574]" which was written by whoopsie that gave me a
brave crash log.

brave crash log is big but gives good info of what's going on. if you
search for the word "SIGSEGV" you will find where the error occurs.

** Attachment added: "dmesg log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2058191/+attachment/5757403/+files/journalctl.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/2058191

Title:
  Getting SIGSEGV and SIGILL in many programs

Status in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  Okay, recently I upgraded to 24.04. I'm getting some SIGSEGV and
  SIGILLs from time to time. Sometimes the entire computer freezes and i
  can't even turn down unless i hold the power button for 5 secs.

  I tought it could be the kernel version, so I upgraded from Ubuntu's
  6.8.0-11.11+1 to mainline 6.8.1. However, it didn't fix.

  Here are some softwares i got SIGSEGV or SIGILLs:
   - code-insiders (vscode)
   - brave (Brave browser)
   - bun (node.js alternative)
   - node.js

  I know i should upload more logs, but I didn't find the errors in
  syslog or journalctl.

  $ lsb_release -rd
  -
  No LSB modules are available.
  Description:  Ubuntu Noble Numbat (development branch)
  Release:  24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2058191/+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 2058191] Re: Getting SIGSEGV and SIGILL in many programs

2024-03-19 Thread Eduardo P. Gomez
FINALLY FOUND SOMETHING!! 6.8.1 kernel, but this time i got sigsegv from
brave browser (log being attached):

SourcePackage: brave-browser
Stacktrace:
 #0  0x58e16cb3b49e in ??? ()
 #1  0x36d80357c469 in ??? ()
 #2  0x7ffe5ec94230 in ??? ()
 #3  0x58e17798e4d8 in ??? ()
 #4  0x10880058c000 in ??? ()
 #5  0x58e177aa3880 in ??? ()
 #6  0x7ffe5ec938f8 in ??? ()
 #7  0x10880058c000 in ??? ()
 #8  0x in ??? ()
StacktraceAddressSignature: 
/opt/brave.com/brave/brave:11:/opt/brave.com/brave/brave+ff049e:[stack]+24230:/opt/brave.com/brave/brave+e14d8:[anon..partition_alloc]+2:/opt/brave.com/brave/brave+1f6880:[stack]+238f8:[anon..partition_alloc]+2
StacktraceTop:
 ??? ()
 ??? ()
 ??? ()
 ??? ()
 ??? ()
ThreadStacktrace:
 .
 Thread 39 (Thread 0x7d6e830006c0 (LWP 23)):
 #0  0x7d6f1f498d61 in __futex_abstimed_wait_common64 (private=0, 
cancel=true, abstime=0x7d6e82fff190, op=137, expected=0, 
futex_word=0x7d6e82fff288) at ./nptl/futex-internal.c:57

-- 
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/2058191

Title:
  Getting SIGSEGV and SIGILL in many programs

Status in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  Okay, recently I upgraded to 24.04. I'm getting some SIGSEGV and
  SIGILLs from time to time. Sometimes the entire computer freezes and i
  can't even turn down unless i hold the power button for 5 secs.

  I tought it could be the kernel version, so I upgraded from Ubuntu's
  6.8.0-11.11+1 to mainline 6.8.1. However, it didn't fix.

  Here are some softwares i got SIGSEGV or SIGILLs:
   - code-insiders (vscode)
   - brave (Brave browser)
   - bun (node.js alternative)
   - node.js

  I know i should upload more logs, but I didn't find the errors in
  syslog or journalctl.

  $ lsb_release -rd
  -
  No LSB modules are available.
  Description:  Ubuntu Noble Numbat (development branch)
  Release:  24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2058191/+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 2058191] Re: Getting SIGSEGV and SIGILL in many programs

2024-03-19 Thread Eduardo P. Gomez
That's the one I'm currently using. The Ubuntu's 6.8.0-11 also have
the same problem.

I will check other versions. I think the 6.5 might be working

On Tue, Mar 19, 2024, 11:15 AM Andrea Righi <2058...@bugs.launchpad.net>
wrote:

> Can you give it a try also with the latest upstream 6.8 (available here
> https://kernel.ubuntu.com/mainline/v6.8.1/). This should help to verify
> if it's an upstream issue or a specific issue with the Ubuntu kernel.
>
> Thanks!
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/2058191
>
> Title:
>   Getting SIGSEGV and SIGILL in many programs
>
> Status in Ubuntu:
>   New
> Status in linux package in Ubuntu:
>   New
>
> Bug description:
>   Okay, recently I upgraded to 24.04. I'm getting some SIGSEGV and
>   SIGILLs from time to time. Sometimes the entire computer freezes and i
>   can't even turn down unless i hold the power button for 5 secs.
>
>   I tought it could be the kernel version, so I upgraded from Ubuntu's
>   6.8.0-11.11+1 to mainline 6.8.1. However, it didn't fix.
>
>   Here are some softwares i got SIGSEGV or SIGILLs:
>- code-insiders (vscode)
>- brave (Brave browser)
>- bun (node.js alternative)
>- node.js
>
>   I know i should upload more logs, but I didn't find the errors in
>   syslog or journalctl.
>
>   $ lsb_release -rd
>   -
>   No LSB modules are available.
>   Description:  Ubuntu Noble Numbat (development branch)
>   Release:  24.04
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+bug/2058191/+subscriptions
>
>

-- 
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/2058191

Title:
  Getting SIGSEGV and SIGILL in many programs

Status in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  Okay, recently I upgraded to 24.04. I'm getting some SIGSEGV and
  SIGILLs from time to time. Sometimes the entire computer freezes and i
  can't even turn down unless i hold the power button for 5 secs.

  I tought it could be the kernel version, so I upgraded from Ubuntu's
  6.8.0-11.11+1 to mainline 6.8.1. However, it didn't fix.

  Here are some softwares i got SIGSEGV or SIGILLs:
   - code-insiders (vscode)
   - brave (Brave browser)
   - bun (node.js alternative)
   - node.js

  I know i should upload more logs, but I didn't find the errors in
  syslog or journalctl.

  $ lsb_release -rd
  -
  No LSB modules are available.
  Description:  Ubuntu Noble Numbat (development branch)
  Release:  24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2058191/+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 2058191] Re: Getting SIGSEGV and SIGILL in many programs

2024-03-19 Thread Eduardo P. Gomez
That's the one I'm currently using. The Ubuntu's 6.8.0-11 also have the
same problem.

I will check other versions. I think the 6.5 might be working
Hide quoted text

-- 
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/2058191

Title:
  Getting SIGSEGV and SIGILL in many programs

Status in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  Okay, recently I upgraded to 24.04. I'm getting some SIGSEGV and
  SIGILLs from time to time. Sometimes the entire computer freezes and i
  can't even turn down unless i hold the power button for 5 secs.

  I tought it could be the kernel version, so I upgraded from Ubuntu's
  6.8.0-11.11+1 to mainline 6.8.1. However, it didn't fix.

  Here are some softwares i got SIGSEGV or SIGILLs:
   - code-insiders (vscode)
   - brave (Brave browser)
   - bun (node.js alternative)
   - node.js

  I know i should upload more logs, but I didn't find the errors in
  syslog or journalctl.

  $ lsb_release -rd
  -
  No LSB modules are available.
  Description:  Ubuntu Noble Numbat (development branch)
  Release:  24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2058191/+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 2058191] Re: Getting SIGSEGV and SIGILL in many programs

2024-03-19 Thread Eduardo P. Gomez
I can try as many kernels as you want. Just give me some time to get
back home.

23.10 was working alright, but I don't remember which kernel I was using
in this version.

-- 
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/2058191

Title:
  Getting SIGSEGV and SIGILL in many programs

Status in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  Okay, recently I upgraded to 24.04. I'm getting some SIGSEGV and
  SIGILLs from time to time. Sometimes the entire computer freezes and i
  can't even turn down unless i hold the power button for 5 secs.

  I tought it could be the kernel version, so I upgraded from Ubuntu's
  6.8.0-11.11+1 to mainline 6.8.1. However, it didn't fix.

  Here are some softwares i got SIGSEGV or SIGILLs:
   - code-insiders (vscode)
   - brave (Brave browser)
   - bun (node.js alternative)
   - node.js

  I know i should upload more logs, but I didn't find the errors in
  syslog or journalctl.

  $ lsb_release -rd
  -
  No LSB modules are available.
  Description:  Ubuntu Noble Numbat (development branch)
  Release:  24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2058191/+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 2058191] Re: Getting SIGSEGV and SIGILL in many programs

2024-03-18 Thread Eduardo P. Gomez
As now this could be something related to hardware, let me log some cpu
info:

$ sudo lshw -c cpu
--
  *-cpu 
   description: CPU
   product: Intel(R) Core(TM) i9-14900K
   vendor: Intel Corp.
   physical id: 4f
   bus info: cpu@0
   version: 6.183.1
   serial: To Be Filled By O.E.M.
   slot: U3E1
   size: 5700MHz
   capacity: 5700MHz
   width: 64 bits
   clock: 100MHz
   capabilities: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht 
tm pbe syscall nx pdpe1gb rdtscp x86-64 constant_tsc art arch_perfmon pebs bts 
rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni 
pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm 
sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand 
lahf_lm abm 3dnowprefetch cpuid_fault ssbd ibrs ibpb stibp ibrs_enhanced 
tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 
erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec 
xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts 
hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke 
waitpkg gfni vaes vpclmulqdq tme rdpid movdiri movdir64b fsrm md_clear 
serialize pconfig arch_lbr ibt flush_l1d arch_capabilities cpufreq
   configuration: cores=24 enabledcores=24 microcode=290 threads=32

-- 
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/2058191

Title:
  Getting SIGSEGV and SIGILL in many programs

Status in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  Okay, recently I upgraded to 24.04. I'm getting some SIGSEGV and
  SIGILLs from time to time. Sometimes the entire computer freezes and i
  can't even turn down unless i hold the power button for 5 secs.

  I tought it could be the kernel version, so I upgraded from Ubuntu's
  6.8.0-11.11+1 to mainline 6.8.1. However, it didn't fix.

  Here are some softwares i got SIGSEGV or SIGILLs:
   - code-insiders (vscode)
   - brave (Brave browser)
   - bun (node.js alternative)
   - node.js

  I know i should upload more logs, but I didn't find the errors in
  syslog or journalctl.

  $ lsb_release -rd
  -
  No LSB modules are available.
  Description:  Ubuntu Noble Numbat (development branch)
  Release:  24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2058191/+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 2058191] Re: Getting SIGSEGV and SIGILL in many programs

2024-03-18 Thread Eduardo P. Gomez
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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/2058191

Title:
  Getting SIGSEGV and SIGILL in many programs

Status in Ubuntu:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  Okay, recently I upgraded to 24.04. I'm getting some SIGSEGV and
  SIGILLs from time to time. Sometimes the entire computer freezes and i
  can't even turn down unless i hold the power button for 5 secs.

  I tought it could be the kernel version, so I upgraded from Ubuntu's
  6.8.0-11.11+1 to mainline 6.8.1. However, it didn't fix.

  Here are some softwares i got SIGSEGV or SIGILLs:
   - code-insiders (vscode)
   - brave (Brave browser)
   - bun (node.js alternative)
   - node.js

  I know i should upload more logs, but I didn't find the errors in
  syslog or journalctl.

  $ lsb_release -rd
  -
  No LSB modules are available.
  Description:  Ubuntu Noble Numbat (development branch)
  Release:  24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/2058191/+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 2036862] Re: ath10k_pci (QCA9377) firmware crashes when charger plugged

2023-09-24 Thread Eduardo P. Gomez
Deleted unimportant attachments. This will save us precious time.

Also, i'm unfamiliar with LaunchPad, if i were going to check the code
to see what's going on,  where i'm supposed to go?

** Attachment removed: "Lspci-vt.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5702538/+files/Lspci-vt.txt

** Attachment removed: "ProcModules.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5702545/+files/ProcModules.txt

** Attachment removed: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5702544/+files/ProcInterrupts.txt

** Attachment removed: "Lsusb-t.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5702539/+files/Lsusb-t.txt

** Attachment removed: "Lsusb-v.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5702540/+files/Lsusb-v.txt

** Attachment removed: "PaInfo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5702541/+files/PaInfo.txt

** Attachment removed: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5702542/+files/ProcCpuinfo.txt

** Attachment removed: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5702543/+files/ProcCpuinfoMinimal.txt

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 

[Kernel-packages] [Bug 2036862] Re: ath10k_pci (QCA9377) firmware crashes when charger plugged

2023-09-24 Thread Eduardo P. Gomez
** Attachment removed: "Lspci.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5702537/+files/Lspci.txt

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: loop22: detected capacity change from 0 to 8
  [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
  [   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.148740] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.392606] kernel: usb 1-1: new full-speed USB device number 9 using 
xhci_hcd
  [   15.524631] kernel: usb 1-1: device descriptor read/64, error -71
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eduardo1647 F wireplumber
   /dev/snd/seq:eduardo1641 F 

[Kernel-packages] [Bug 2036862] Re: ath10k_pci (QCA9377) firmware crashes when charger plugged

2023-09-24 Thread Eduardo P. Gomez
Journalctl file from the firmware crash

** Attachment removed: "Dmesg output at the crash time."
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5704150/+files/dmesg-crash

** Attachment added: "Journalctl output (firmware crash)"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5704155/+files/journalctl-file

** Attachment removed: "acpidump.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5702549/+files/acpidump.txt

** Attachment removed: "WifiSyslog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5702548/+files/WifiSyslog.txt

** Attachment removed: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5702535/+files/CurrentDmesg.txt

** Attachment removed: "UdevDb.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5702547/+files/UdevDb.txt

** Attachment removed: "RfKill.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5702546/+files/RfKill.txt

** Attachment removed: "AlsaInfo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5702534/+files/AlsaInfo.txt

** Attachment removed: "IwConfig.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5702536/+files/IwConfig.txt

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 

[Kernel-packages] [Bug 2036862] Re: ath10k_pci (QCA9377) firmware crashes when charger plugged

2023-09-24 Thread Eduardo P. Gomez
Here it is, the firmware crash it at "7119.478819" There's also interesting 
data in the end of the file.
It happened when i did plug the charger when my laptop was at 4%.

Given the fact that it's related with the charger, and sometimes it also
happens during the suspension. I suspect it's caused by the powersave
mode.

** Attachment added: "Dmesg output at the crash time."
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5704150/+files/dmesg-crash

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

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  New
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: loop22: detected capacity change from 0 to 8
  [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
  [   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.148740] kernel: usb 1-1: device descriptor read/64, 

[Kernel-packages] [Bug 2036862] Re: ath10k_pci (QCA9377) firmware crashes when charger plugged

2023-09-23 Thread Eduardo P. Gomez
That's the dmesg output from first boot (after wifi breaks). I could
include the logs from the time it broke, but it may be contamined by
other actions (my laptop has been suspended, and its known for causing
troubles).

I think it should be enough proof that there's some truth behind my
infos. I did almost the same step by step from before. Almost, except
the fact my laptop was charging while suspended and I'm in a different
Wi-Fi network (also 5Ghz).

I did opened the lid switch and wifi was already gone. I turned off the
laptop without the charger and the result was this log. Restarted again
and went back to normal.

** Attachment added: "Dmesg output from first boot (after wifi breaks)"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036862/+attachment/5703979/+files/dmesg-usb

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: 

[Kernel-packages] [Bug 2036862] Re: ath10k_pci (QCA9377) firmware crashes when charger plugged

2023-09-22 Thread Eduardo P. Gomez
Indeed, these logs were from the current boot. When I get home I will
reproduce this bug.

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: loop22: detected capacity change from 0 to 8
  [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
  [   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.148740] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.392606] kernel: usb 1-1: new full-speed USB device number 9 using 
xhci_hcd
  [   15.524631] kernel: usb 1-1: device descriptor read/64, error -71
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eduardo1647 F wireplumber
   /dev/snd/seq:eduardo1641 F pipewire
  CRDA: N/A
  CasperMD5CheckResult: 

Re: [Kernel-packages] [Bug 2036862] Re: ath10k_pci (QCA9377) firmware crashes when charger plugged

2023-09-22 Thread Eduardo P. Gomez
Indeed, these logs are from the current boot. When I get home I will
reproduce this bug.

Em sex., 22 de set. de 2023 03:10, Juerg Haefliger <
2036...@bugs.launchpad.net> escreveu:

> I'm not seeing any problems in the provided dmesg log. Please attach
> full logs that show the problems. You can use 'journalctl -b X' to show
> logs from previous boots.
>
> $ sudo journalctl -b  0   # current boot
> $ sudo journalctl -b -1   # previous boot
>
> and so on.
>
> Show all available boot logs:
> $ journalctl --list-boots
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/2036862
>
> Title:
>   ath10k_pci (QCA9377) firmware crashes when charger plugged
>
> Status in linux package in Ubuntu:
>   Incomplete
> Status in linux-firmware package in Ubuntu:
>   New
>
> Bug description:
>   This issue only occurs when charger is plugged. My network adapter is
> built-in in my laptop (it's not an usb).
>   I'm also connected in a 5ghz network, so i suggest using it.
>
>   === How to reproduce ==
>   * shutdown your laptop (do not use reboot option);
>   * connect charger to laptop and turn it on; (the firmware should start
> and connect to the 5ghz network)
>   * If no error is thrown, continue using your laptop and your wlan
> device. It took me about 5 minutes to get a "firmware crash" error with
> code "-11".
>   * If the firmware crashed, reboot (using shutdown command) your laptop
> with charger plugged in.
>   You might similar error: "device descriptor read/64, error -71"
>   * Temporary fix: Unplug the charger and reboot using shutdown command
> (two times as it might not work for the first)
>
>   === Device Info: ===
>   # uname -a && lsb_release -a:
>   Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5
> 14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
>   No LSB modules are available.
>   Distributor ID:   Ubuntu
>   Description:  Ubuntu 23.04
>   Release:  23.04
>   Codename: lunar
>
>   # apt-cache policy linux-firmware:
>   linux-firmware:
> Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
> Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
> Tabela de versão:
>*** 20230323.gitbcdcfbcf-0ubuntu1.6 500
>   500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main
> amd64 Packages
>   500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386
> Packages
>   100 /var/lib/dpkg/status
>20230323.gitbcdcfbcf-0ubuntu1.2 500
>   500 http://br.archive.ubuntu.com/ubuntu lunar-security/main
> amd64 Packages
>   500 http://br.archive.ubuntu.com/ubuntu lunar-security/main
> i386 Packages
>20230323.gitbcdcfbcf-0ubuntu1 500
>   500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64
> Packages
>   500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages
>
>   # cat /var/log/dmesg.0:
>   [...]
>   [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame
> buffer device
>   [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for
> ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
>   [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:
> speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
>   [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1
> (0x21/0x0/0x0/0x0/0x0)
>   [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono:
> mono_out=0x0
>   [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
>   [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset
> Mic=0x19
>   [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal
> Mic=0x1b
>   [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal
> Mic=0x13
>   [   10.037952] kernel: input: HDA Intel PCH Headphone as
> /devices/pci:00/:00:0e.0/sound/card0/input13
>   [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as
> /devices/pci:00/:00:0e.0/sound/card0/input14
>   [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as
> /devices/pci:00/:00:0e.0/sound/card0/input15
>   [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as
> /devices/pci:00/:00:0e.0/sound/card0/input16
>   [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
>   [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85):
> apparmor="DENIED" operation="capable" class="cap"
> profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835
> comm="snap-confine" capability=12  capname="net_admin"
>   [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86):
> apparmor="DENIED" operation="capable" class="cap"
> profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835
> comm="snap-confine" capability=38  capname="perfmon"
>   [   13.703536] kernel: loop22: detected capacity change from 0 to 8
>   [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using
> xhci_hcd
>   [   14.905067] kernel: usb 1-1: 

[Kernel-packages] [Bug 2036862] RfKill.txt

2023-09-20 Thread Eduardo P. Gomez
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/2036862/+attachment/5702546/+files/RfKill.txt

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: loop22: detected capacity change from 0 to 8
  [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
  [   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.148740] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.392606] kernel: usb 1-1: new full-speed USB device number 9 using 
xhci_hcd
  [   15.524631] kernel: usb 1-1: device descriptor read/64, error -71
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eduardo1647 F wireplumber
   /dev/snd/seq:eduardo1641 F 

[Kernel-packages] [Bug 2036862] WifiSyslog.txt

2023-09-20 Thread Eduardo P. Gomez
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/2036862/+attachment/5702548/+files/WifiSyslog.txt

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: loop22: detected capacity change from 0 to 8
  [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
  [   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.148740] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.392606] kernel: usb 1-1: new full-speed USB device number 9 using 
xhci_hcd
  [   15.524631] kernel: usb 1-1: device descriptor read/64, error -71
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eduardo1647 F wireplumber
   /dev/snd/seq:eduardo

[Kernel-packages] [Bug 2036862] acpidump.txt

2023-09-20 Thread Eduardo P. Gomez
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/2036862/+attachment/5702549/+files/acpidump.txt

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: loop22: detected capacity change from 0 to 8
  [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
  [   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.148740] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.392606] kernel: usb 1-1: new full-speed USB device number 9 using 
xhci_hcd
  [   15.524631] kernel: usb 1-1: device descriptor read/64, error -71
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eduardo1647 F wireplumber
   /dev/snd/seq:eduardo1641 

[Kernel-packages] [Bug 2036862] UdevDb.txt

2023-09-20 Thread Eduardo P. Gomez
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/2036862/+attachment/5702547/+files/UdevDb.txt

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: loop22: detected capacity change from 0 to 8
  [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
  [   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.148740] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.392606] kernel: usb 1-1: new full-speed USB device number 9 using 
xhci_hcd
  [   15.524631] kernel: usb 1-1: device descriptor read/64, error -71
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eduardo1647 F wireplumber
   /dev/snd/seq:eduardo1641 F 

[Kernel-packages] [Bug 2036862] PaInfo.txt

2023-09-20 Thread Eduardo P. Gomez
apport information

** Attachment added: "PaInfo.txt"
   https://bugs.launchpad.net/bugs/2036862/+attachment/5702541/+files/PaInfo.txt

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: loop22: detected capacity change from 0 to 8
  [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
  [   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.148740] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.392606] kernel: usb 1-1: new full-speed USB device number 9 using 
xhci_hcd
  [   15.524631] kernel: usb 1-1: device descriptor read/64, error -71
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eduardo1647 F wireplumber
   /dev/snd/seq:eduardo1641 F 

[Kernel-packages] [Bug 2036862] ProcModules.txt

2023-09-20 Thread Eduardo P. Gomez
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/2036862/+attachment/5702545/+files/ProcModules.txt

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: loop22: detected capacity change from 0 to 8
  [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
  [   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.148740] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.392606] kernel: usb 1-1: new full-speed USB device number 9 using 
xhci_hcd
  [   15.524631] kernel: usb 1-1: device descriptor read/64, error -71
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eduardo1647 F wireplumber
   /dev/snd/seq:eduardo

[Kernel-packages] [Bug 2036862] ProcCpuinfoMinimal.txt

2023-09-20 Thread Eduardo P. Gomez
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/2036862/+attachment/5702543/+files/ProcCpuinfoMinimal.txt

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: loop22: detected capacity change from 0 to 8
  [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
  [   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.148740] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.392606] kernel: usb 1-1: new full-speed USB device number 9 using 
xhci_hcd
  [   15.524631] kernel: usb 1-1: device descriptor read/64, error -71
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eduardo1647 F wireplumber
   /dev/snd/seq:   

[Kernel-packages] [Bug 2036862] ProcInterrupts.txt

2023-09-20 Thread Eduardo P. Gomez
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/2036862/+attachment/5702544/+files/ProcInterrupts.txt

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: loop22: detected capacity change from 0 to 8
  [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
  [   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.148740] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.392606] kernel: usb 1-1: new full-speed USB device number 9 using 
xhci_hcd
  [   15.524631] kernel: usb 1-1: device descriptor read/64, error -71
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eduardo1647 F wireplumber
   /dev/snd/seq:

[Kernel-packages] [Bug 2036862] ProcCpuinfo.txt

2023-09-20 Thread Eduardo P. Gomez
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/2036862/+attachment/5702542/+files/ProcCpuinfo.txt

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: loop22: detected capacity change from 0 to 8
  [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
  [   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.148740] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.392606] kernel: usb 1-1: new full-speed USB device number 9 using 
xhci_hcd
  [   15.524631] kernel: usb 1-1: device descriptor read/64, error -71
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eduardo1647 F wireplumber
   /dev/snd/seq:eduardo

[Kernel-packages] [Bug 2036862] Lsusb-v.txt

2023-09-20 Thread Eduardo P. Gomez
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/2036862/+attachment/5702540/+files/Lsusb-v.txt

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: loop22: detected capacity change from 0 to 8
  [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
  [   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.148740] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.392606] kernel: usb 1-1: new full-speed USB device number 9 using 
xhci_hcd
  [   15.524631] kernel: usb 1-1: device descriptor read/64, error -71
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eduardo1647 F wireplumber
   /dev/snd/seq:eduardo1641 

[Kernel-packages] [Bug 2036862] Lsusb-t.txt

2023-09-20 Thread Eduardo P. Gomez
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/2036862/+attachment/5702539/+files/Lsusb-t.txt

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: loop22: detected capacity change from 0 to 8
  [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
  [   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.148740] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.392606] kernel: usb 1-1: new full-speed USB device number 9 using 
xhci_hcd
  [   15.524631] kernel: usb 1-1: device descriptor read/64, error -71
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eduardo1647 F wireplumber
   /dev/snd/seq:eduardo1641 

[Kernel-packages] [Bug 2036862] Lspci-vt.txt

2023-09-20 Thread Eduardo P. Gomez
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/2036862/+attachment/5702538/+files/Lspci-vt.txt

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: loop22: detected capacity change from 0 to 8
  [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
  [   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.148740] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.392606] kernel: usb 1-1: new full-speed USB device number 9 using 
xhci_hcd
  [   15.524631] kernel: usb 1-1: device descriptor read/64, error -71
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eduardo1647 F wireplumber
   /dev/snd/seq:eduardo1641 

[Kernel-packages] [Bug 2036862] IwConfig.txt

2023-09-20 Thread Eduardo P. Gomez
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/2036862/+attachment/5702536/+files/IwConfig.txt

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: loop22: detected capacity change from 0 to 8
  [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
  [   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.148740] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.392606] kernel: usb 1-1: new full-speed USB device number 9 using 
xhci_hcd
  [   15.524631] kernel: usb 1-1: device descriptor read/64, error -71
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eduardo1647 F wireplumber
   /dev/snd/seq:eduardo1641 

[Kernel-packages] [Bug 2036862] Lspci.txt

2023-09-20 Thread Eduardo P. Gomez
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/2036862/+attachment/5702537/+files/Lspci.txt

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: loop22: detected capacity change from 0 to 8
  [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
  [   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.148740] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.392606] kernel: usb 1-1: new full-speed USB device number 9 using 
xhci_hcd
  [   15.524631] kernel: usb 1-1: device descriptor read/64, error -71
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eduardo1647 F wireplumber
   /dev/snd/seq:eduardo1641 F 

[Kernel-packages] [Bug 2036862] CurrentDmesg.txt

2023-09-20 Thread Eduardo P. Gomez
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/2036862/+attachment/5702535/+files/CurrentDmesg.txt

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

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  Incomplete
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar

  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: loop22: detected capacity change from 0 to 8
  [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
  [   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.148740] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.392606] kernel: usb 1-1: new full-speed USB device number 9 using 
xhci_hcd
  [   15.524631] kernel: usb 1-1: device descriptor read/64, error -71
  --- 
  ProblemType: Bug
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  eduardo1647 F wireplumber
   /dev/snd/seq:eduardo

[Kernel-packages] [Bug 2036862] Re: ath10k_pci (QCA9377) firmware crashes when charger plugged

2023-09-20 Thread Eduardo P. Gomez
apport information

** Tags added: apport-collected lunar

** Description changed:

  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.
  
  === How to reproduce ==
  * shutdown your laptop (do not use reboot option);
  * connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
  * If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
  * If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
  You might similar error: "device descriptor read/64, error -71"
  * Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)
  
  === Device Info: ===
  # uname -a && lsb_release -a:
  Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 23.04
  Release:  23.04
  Codename: lunar
  
  # apt-cache policy linux-firmware:
  linux-firmware:
Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
Tabela de versão:
   *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   20230323.gitbcdcfbcf-0ubuntu1.2 500
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
   20230323.gitbcdcfbcf-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
  500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages
  
  # cat /var/log/dmesg.0:
  [...]
  [9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
  [9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: 
mono_out=0x0
  [9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
  [9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset 
Mic=0x19
  [9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x1b
  [9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal 
Mic=0x13
  [   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
  [   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
  [   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
  [   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
  [   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
  [   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
  [   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
  [   13.703536] kernel: loop22: detected capacity change from 0 to 8
  [   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
  [   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.148740] kernel: usb 1-1: device descriptor read/64, error -71
  [   15.392606] kernel: usb 1-1: new full-speed USB device number 9 using 
xhci_hcd
  [   15.524631] kernel: usb 1-1: device descriptor read/64, error -71
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.26.1-0ubuntu2
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  eduardo1647 F wireplumber
+  /dev/snd/seq:eduardo1641 F pipewire
+ CRDA: N/A
+ CasperMD5CheckResult: pass
+ CurrentDesktop: ubuntu:GNOME
+ Dependencies: firmware-sof-signed 2.2.4-1
+ DistroRelease: Ubuntu 23.04
+ InstallationDate: Installed on 2023-06-24 (88 days ago)
+ InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Release amd64 (20230418)
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 004: ID 0bda:0129 

[Kernel-packages] [Bug 2036862] [NEW] ath10k_pci (QCA9377) firmware crashes when charger plugged

2023-09-20 Thread Eduardo P. Gomez
Public bug reported:

This issue only occurs when charger is plugged. My network adapter is built-in 
in my laptop (it's not an usb).
I'm also connected in a 5ghz network, so i suggest using it.

=== How to reproduce ==
* shutdown your laptop (do not use reboot option);
* connect charger to laptop and turn it on; (the firmware should start and 
connect to the 5ghz network)
* If no error is thrown, continue using your laptop and your wlan device. It 
took me about 5 minutes to get a "firmware crash" error with code "-11".
* If the firmware crashed, reboot (using shutdown command) your laptop with 
charger plugged in.
You might similar error: "device descriptor read/64, error -71"
* Temporary fix: Unplug the charger and reboot using shutdown command (two 
times as it might not work for the first)

=== Device Info: ===
# uname -a && lsb_release -a:
Linux eduapps 6.2.0-33-generic #33-Ubuntu SMP PREEMPT_DYNAMIC Tue Sep  5 
14:49:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 23.04
Release:23.04
Codename:   lunar

# apt-cache policy linux-firmware:
linux-firmware:
  Instalado: 20230323.gitbcdcfbcf-0ubuntu1.6
  Candidato: 20230323.gitbcdcfbcf-0ubuntu1.6
  Tabela de versão:
 *** 20230323.gitbcdcfbcf-0ubuntu1.6 500
500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main amd64 
Packages
500 http://br.archive.ubuntu.com/ubuntu lunar-updates/main i386 Packages
100 /var/lib/dpkg/status
 20230323.gitbcdcfbcf-0ubuntu1.2 500
500 http://br.archive.ubuntu.com/ubuntu lunar-security/main amd64 
Packages
500 http://br.archive.ubuntu.com/ubuntu lunar-security/main i386 
Packages
 20230323.gitbcdcfbcf-0ubuntu1 500
500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages
500 http://br.archive.ubuntu.com/ubuntu lunar/main i386 Packages

# cat /var/log/dmesg.0:
[...]
[9.852826] kernel: i915 :00:02.0: [drm] fb0: i915drmfb frame buffer 
device
[9.964095] kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for 
ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[9.964109] kernel: snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
[9.964112] kernel: snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
[9.964115] kernel: snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
[9.964117] kernel: snd_hda_codec_realtek hdaudioC0D0:inputs:
[9.964120] kernel: snd_hda_codec_realtek hdaudioC0D0:  Headset Mic=0x19
[9.964122] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal Mic=0x1b
[9.964124] kernel: snd_hda_codec_realtek hdaudioC0D0:  Internal Mic=0x13
[   10.037952] kernel: input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:0e.0/sound/card0/input13
[   10.038029] kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:0e.0/sound/card0/input14
[   10.038091] kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as 
/devices/pci:00/:00:0e.0/sound/card0/input15
[   10.038153] kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as 
/devices/pci:00/:00:0e.0/sound/card0/input16
[   13.658522] kernel: kauditd_printk_skb: 73 callbacks suppressed
[   13.658528] kernel: audit: type=1400 audit(1695260291.507:85): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=12  capname="net_admin"
[   13.659312] kernel: audit: type=1400 audit(1695260291.507:86): 
apparmor="DENIED" operation="capable" class="cap" 
profile="/snap/snapd/20092/usr/lib/snapd/snap-confine" pid=835 
comm="snap-confine" capability=38  capname="perfmon"
[   13.703536] kernel: loop22: detected capacity change from 0 to 8
[   14.776596] kernel: usb 1-1: new full-speed USB device number 8 using 
xhci_hcd
[   14.905067] kernel: usb 1-1: device descriptor read/64, error -71
[   15.148740] kernel: usb 1-1: device descriptor read/64, error -71
[   15.392606] kernel: usb 1-1: new full-speed USB device number 9 using 
xhci_hcd
[   15.524631] kernel: usb 1-1: device descriptor read/64, error -71

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: linux-firmware (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: linux-firmware (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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/2036862

Title:
  ath10k_pci (QCA9377) firmware crashes when charger plugged

Status in linux package in Ubuntu:
  New
Status in linux-firmware package in Ubuntu:
  New

Bug description:
  This issue only occurs when charger is plugged. My network adapter is 
built-in in my laptop (it's not an usb).
  I'm also connected in a 5ghz network, so i suggest using it.

  === How to reproduce ==
  * shutdown your laptop (do not use