[Kernel-packages] [Bug 1851518] Re: [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on internal speakers, very very quiet on headphones

2020-08-17 Thread Mike Pozulp
@John Hoff This works for me git clone g...@github.com:torvalds/linux.git cd linux git checkout v5.8 git apply ~/Desktop/0001-ALSA-hda-realtek-Add-model-alc298-samsung-headphone.patch -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linu

[Kernel-packages] [Bug 1851518] Re: [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on internal speakers, very very quiet on headphones

2020-08-17 Thread Mike Pozulp
@John Hoff > I notice in your comment you did a checkout of v5.8... does that make a difference? The fact that you were able to apply the patch and compile makes me think that a checkout of v5.8 would not make a difference. Can you try this patch instead? (See attached) Delete /etc/modprobe.d/a

[Kernel-packages] [Bug 1851518] Re: [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on internal speakers, very very quiet on headphones

2020-08-18 Thread Mike Pozulp
@John Hoff Woohoo!!! Way to go John! That's great news. I submitted a patch to LKML (see attached). The content is the same as the patch that worked for you; all I did was change the commit message. Hopefully it lands in your favorite kernel distribution soon. :) > Is there anything I can do to h

[Kernel-packages] [Bug 1851518] Re: [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on internal speakers, very very quiet on headphones

2020-08-19 Thread Mike Pozulp
@John Hoff The windows VM is the key. It's the top layer of the 3-layer cake. The middle layer is linux and the bottom layer is the hardware. In linux we record the windows driver communicating with the audio codec in the hardware's firmware with the hope that we can play back the recording in the

[Kernel-packages] [Bug 1690085] Re: Ryzen 1800X freeze - rcu_sched detected stalls on CPUs/tasks

2017-12-14 Thread Mike R
Well another watchdog failure with 4.14.5 I also updated to AGESA 1.0.0.6B when I rebooted to 4.14.5. Just building a 4.14.6 to try again. -- 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/1

[Kernel-packages] [Bug 1690085] Re: Ryzen 1800X freeze - rcu_sched detected stalls on CPUs/tasks

2017-12-17 Thread Mike R
well another lock up. I've now disabled C6 in the bios and added max_cstates=1 to the boot parameters -- 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/1690085 Title: Ryzen 1800X freeze -

[Kernel-packages] [Bug 1739300] Re: The header files fcntl.h and linux/fcntl.h are incompatible

2017-12-20 Thread Mike Jonkmans
nu/asm/fcntl.h # Package: linux-libc-dev # Version: 4.13.0-19.22 Regards, Mike To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1739300/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-pa

[Kernel-packages] [Bug 1739672] [NEW] Regression in getaddrinfo(): calls block for much longer on Bionic (compared to Xenial)

2017-12-21 Thread Mike Pontillo
Public bug reported: When testing MAAS on Bionic, we noticed sluggish performance that we could not immediately explain. After comparing the results from a run of the test suite on Xenial to a run on Bionic, we determined that the slowdowns had to do with DNS lookups. In particular, if MAAS attem

[Kernel-packages] [Bug 1739672] Re: Regression in getaddrinfo(): calls block for much longer on Bionic (compared to Xenial)

2017-12-21 Thread Mike Pontillo
Note: I doubt this bug is in the kernel itself; I initially attempted to file it under glibc at first, but for some reason the `linux` package was selected. I also added `systemd` in case the difference in behavior can be explained by the addition of resolved. Note that these tests were run on Bi

[Kernel-packages] [Bug 1739672] Re: Regression in getaddrinfo(): calls block for much longer on Bionic (compared to Xenial)

2017-12-21 Thread Mike Pontillo
I just tested with the Xenial kernel and Bionic userspace and observed that the bug still occurs, so marked Invalid for 'linux'. ** Changed in: linux (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is subscrib

[Kernel-packages] [Bug 1739672] Re: Regression in getaddrinfo(): calls block for much longer on Bionic (compared to Xenial)

2017-12-21 Thread Mike Pontillo
** Description changed: When testing MAAS on Bionic, we noticed sluggish performance that we could not immediately explain. After comparing the results from a run of the test suite on Xenial to a run on Bionic, we determined that the slowdowns had to do with DNS lookups. In particular

[Kernel-packages] [Bug 1739672] Re: Regression in getaddrinfo(): calls block for much longer on Bionic (compared to Xenial)

2017-12-22 Thread Mike Pontillo
** Tags added: bionic -- 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/1739672 Title: Regression in getaddrinfo(): calls block for much longer on Bionic (compared to Xenial) Status in g

[Kernel-packages] [Bug 1690085] Re: Ryzen 1800X freeze - rcu_sched detected stalls on CPUs/tasks

2018-01-02 Thread Mike R
Well I've now hit 3 weeks of uptime with C6 disabled in the BIOS and GRUB_CMDLINE_LINUX_DEFAULT="rcu_nocbs=0-15 processor.max_cstate=1" and 4.14.6 built from the mainline kernel repo. At this point I'm satisfied that for me at least my Ryzen is now stable. -- You received this bug notification

[Kernel-packages] [Bug 1690085] Re: Ryzen 1800X freeze - rcu_sched detected stalls on CPUs/tasks

2018-01-02 Thread Mike R
Just to be clear my mainline kernel is configured with CONFIG_RCU_NOCB_CPU to yes. -- 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/1690085 Title: Ryzen 1800X freeze - rcu_sched detected s

[Kernel-packages] [Bug 1739672] Re: Regression in getaddrinfo(): calls block for much longer on Bionic (compared to Xenial)

2018-01-04 Thread Mike Pontillo
Interesting; the first thing I tried when triaging this was to edit /etc/nsswitch.conf as follows: # hosts: files mdns4_minimal [NOTFOUND=return] dns myhostname hosts: files dns ... to eliminate the possibility that it was multicast DNS causing the slowdown. But it appears I'm b

[Kernel-packages] [Bug 1739672] Re: Regression in getaddrinfo(): calls block for much longer on Bionic (compared to Xenial)

2018-01-04 Thread Mike Pontillo
Workaround: grep -q 'LLMNR=no' /etc/systemd/resolved.conf || \ echo 'LLMNR=no' | sudo tee -a /etc/systemd/resolved.conf sudo service systemd-networkd restart -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1857398] Re: ubiquity should support encryption by default with zfsroot, with users able to opt in to running change-key after install

2020-01-17 Thread Mike Gerdts
This is a very interesting idea, but care should be applied when combined with cloud (disk) images. In particular, I worry that if an encrypted disk image is distributed that the well-known passphrase could be used to get the master key from any pristine copy of the disk image. In effect, the mast

[Kernel-packages] [Bug 2007439] Re: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu8: bcmwl kernel module failed to build

2023-03-27 Thread Mike Bilderback
I can confirm this occurred on my machine, it was not an external HDD. I have an MSI MS-7976 motherboard and a Samsung M.2 SSD. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to bcmwl in Ubuntu. https://bugs.launchpad.net/bugs/2007439 Title

[Kernel-packages] [Bug 2014231] [NEW] gcc produces DWARF5, gdb requires DWARF4

2023-03-31 Thread Mike Beaton
Public bug reported: On Ubuntu 22.04.2 LTS using fully updated gcc and gdb, I find that by default gcc produces DWARF5 debug files which gdb cannot read, with the following error: Dwarf Error: DW_FORM_line_strp used without required section If I add the flags `-gdwarf-4 -gstrict-dwarf` to `gcc`

[Kernel-packages] [Bug 2014231] Re: gcc produces DWARF5, gdb requires DWARF4

2023-04-01 Thread Mike Beaton
Have moved status to 'Confirmed' without attaching kernel log files as I believe these are not relevant. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed ** Description changed: On Ubuntu 22.04.2 LTS using fully updated gcc and gdb, I find that by default gcc produces DWA

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

2023-04-05 Thread Mike Stroyan
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/2008823/+attachment/5661361/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net

[Kernel-packages] [Bug 2008823] Re: /sys/kernel/boot_params/data leaks random data

2023-04-05 Thread Mike Stroyan
apport information ** Tags added: apport-collected staging ** Description changed: Looking at /sys/kernel/boot_params/data I see that much of the 4096 byte buffer is old kernel data. It really stood out as I saw parts of email contents in there. It seems b

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

2023-04-05 Thread Mike Stroyan
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/2008823/+attachment/5661362/+files/Lspci.txt -- 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/2008823

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

2023-04-05 Thread Mike Stroyan
apport information ** Attachment added: "Lspci-vt.txt" https://bugs.launchpad.net/bugs/2008823/+attachment/5661363/+files/Lspci-vt.txt -- 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/20

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

2023-04-05 Thread Mike Stroyan
apport information ** Attachment added: "Lsusb-v.txt" https://bugs.launchpad.net/bugs/2008823/+attachment/5661364/+files/Lsusb-v.txt -- 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/2008

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

2023-04-05 Thread Mike Stroyan
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/2008823/+attachment/5661366/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.l

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

2023-04-05 Thread Mike Stroyan
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/2008823/+attachment/5661365/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/b

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

2023-04-05 Thread Mike Stroyan
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/2008823/+attachment/5661367/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad

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

2023-04-05 Thread Mike Stroyan
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/2008823/+attachment/5661368/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/b

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

2023-04-05 Thread Mike Stroyan
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/2008823/+attachment/5661369/+files/UdevDb.txt -- 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/2008823

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

2023-04-05 Thread Mike Stroyan
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/2008823/+attachment/5661370/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bug

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

2023-04-05 Thread Mike Stroyan
apport information ** Attachment added: "acpidump.txt" https://bugs.launchpad.net/bugs/2008823/+attachment/5661371/+files/acpidump.txt -- 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/20

[Kernel-packages] [Bug 2017364] [NEW] laptop boots but external display not activated

2023-04-22 Thread Mike Wescott
Public bug reported: upgrade from 22.10 to 23.04 went smoothly on my Dell laptop. I have an external monitor that on a dock. It works fine in 22.10 but won't activate properly with 23.04. If I boot with laptop lid closed I get the grub screen and then, once it boots, neither screen works. Reverti

[Kernel-packages] [Bug 1930754] Re: e1000e extremly slow

2023-05-01 Thread Mike Osborne
sed to see it's not just Intel cards with these linux power control speed and packet loss symptoms... Mike -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-oem-5.14 in Ubuntu. https://bugs.launchpad.net/bugs/1930754 Title:

[Kernel-packages] [Bug 2024113] Re: Linux 6.2.0-20 kernel update tries to install low latency and oracle versions

2023-06-30 Thread Mike Chilson
It is doing the same thing again (see original message) when trying to run the update to kernel 6.2.0-1005. -- 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/2024113 Title: Linux 6.2.0-20 k

[Kernel-packages] [Bug 2017364] Re: laptop boots but external display not activated

2023-07-09 Thread Mike Wescott
Workaround: boot with laptop open and close once the desktop appears. The same problems appears when the laptop awakens from sleep mode. The workaround for this is to CTL-ALT-F2 followed by CTL-ALT-F1. -- You received this bug notification because you are a member of Kernel Packages, which is su

[Kernel-packages] [Bug 1973827] Re: Laptop freezes when recovering from suspend / sleep mode

2023-07-18 Thread Mike Pontillo
I'm seeing a similar issue on a laptop which was working fine until I reinstalled Ubuntu Jammy with ZFS (with full-disk encryption enabled). Sometimes it freezes for several seconds, but sometimes I wait hours and it never recovers. I don't think this is a gnome-shell issue, but I'm unsure how to

[Kernel-packages] [Bug 2028186] [NEW] zfs with encryption: sluggish resume from suspend, intermittent freezes

2023-07-19 Thread Mike Pontillo
Public bug reported: I had been using Jammy on a Thinkpad T470 for months without problems. I decided to try a fresh Ubuntu Desktop install using ZFS, using the install-time option for full-disk encryption. After using the fresh install for a little while, I noticed that the system was "more slu

[Kernel-packages] [Bug 1973827] Re: Laptop freezes when recovering from suspend / sleep mode

2023-07-19 Thread Mike Pontillo
ack; filed bug 2028186. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to zfs-linux in Ubuntu. https://bugs.launchpad.net/bugs/1973827 Title: Laptop freezes when recovering from suspend / sleep mode Status in gnome-shell package in Ubunt

[Kernel-packages] [Bug 1901470] Re: [modeset][i915] Native resolution (EDID detailed mode) of 2560x1440 not listed, defaults to 1920x1080 instead

2020-11-03 Thread Mike Harris
Follow post of a work around that automatically enables the resolution I want. I added a file named: 45custom_xrandr_settings in folder: /etc/X11/Xsession.d containing: xrandr --newmode "Mode 0" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync xrandr --addmode HDMI-1-1 "Mode 0" This

[Kernel-packages] [Bug 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2020-11-07 Thread Mike Boruta
Hello again, I manually applied both the patches present in #239 and in #171 to kernel 5.4.0-52 without success (touch pad still does not work), however I applied the patch listed on #109 with success. My device is a MSFT0001:00 04F3:3186, unlike the 3140 most users have. Have any other users with

[Kernel-packages] [Bug 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2020-11-08 Thread Mike Boruta
Definitely! The attached output was compiled from 5.4.0-52 with the patch listed in 171. ** Attachment added: "gpio-config-and-dsdt.tar.xz" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1887190/+attachment/5432324/+files/gpio-config-and-dsdt.tar.xz -- You received this bug notificati

[Kernel-packages] [Bug 1807974] Re: Qualcomm Atheros QCA617 [168c:003e] Subsystem [1a56:143a] Wireless regularly breaking (ath10k firmware crashed!) after upgrade to Cosmic on Dell XPS 13 9370

2020-11-10 Thread Mike Meehan
Broke again on upgrade from Focal to Groovy. -- 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/1807974 Title: Qualcomm Atheros QCA617 [168c:003e] Subsystem [1a56:143a] Wireless regularly

[Kernel-packages] [Bug 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2020-11-15 Thread Mike Boruta
@Coiby Xu (coiby) It seems that the patch in 171 does not work (i.e. touchpad is still dead) on kernels older than 5.8. I tried 5.4.75, 5.7.19, and 5.8.18. I don't really want to look into this further since I'm fine with the newer kernel, but wanted to give you and any other users a heads up in c

[Kernel-packages] [Bug 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2020-11-23 Thread Mike Boruta
@Coiby Xu (coiby) Yes, that summarizes my findings nicely. -- 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/1887190 Title: MSFT Touchpad not working on Lenovo Legion-5 15ARH05 Status in

[Kernel-packages] [Bug 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2020-11-29 Thread Mike Boruta
@Coiby Xu (coiby) Hello Coiby, had some time today so I compiled 5.7.19 from ubuntu mainline (https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.7.19/) with pinctrl_amd configured as a module, applied the patch in #171, and ran the command you provided: $ sudo cat /sys/kernel/debug/gpio | grep -A1

[Kernel-packages] [Bug 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-10-09 Thread Mike Gao
Happened again today. [371680.298916] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [371680.573566] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM [371680.660937] iwlwifi :00:14.3: FW already configured (0) - re-configuring [371680.678607] iwlwifi :00:14.3:

[Kernel-packages] [Bug 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-10-10 Thread Mike Gao
Now after the latest update even the keyboard shortcut to increase screen brightness stopped working. @kobako -- 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/1895449 Title: Internet disco

[Kernel-packages] [Bug 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-10-15 Thread Mike Gao
Yeah, more internet problems.. This is on the latest kernel (5.4.0-51-generic) dmesg | grep iwlwifi. [4.108531] iwlwifi :00:14.3: enabling device ( -> 0002) [4.158886] iwlwifi :00:14.3: Found debug destination: EXTERNAL_DRAM [4.158892] iwlwifi :00:14.3: Found debug conf

[Kernel-packages] [Bug 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-10-15 Thread Mike Gao
It happened again [34801.415634] iwlwifi :00:14.3: Microcode SW error detected. Restarting 0x0. [34801.416013] iwlwifi :00:14.3: Start IWL Error Log Dump: [34801.416016] iwlwifi :00:14.3: Status: 0x0040, count: 6 [34801.416019] iwlwifi :00:14.3: Loaded firmware version: 46.6bf

[Kernel-packages] [Bug 1895449] Re: Internet disconnected unexpectly + Xorg freeze while watching html5 video in Chrome

2020-10-23 Thread Mike Gao
I got another wifi shutdown today, and therefore I'm moving to Fedora 33 with the latest kernel. Please close this issue. I have also attached the dmesg message below. ** Attachment added: "err.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1895449/+attachment/5425911/+files/err.lo

[Kernel-packages] [Bug 1887190] Re: MSFT Touchpad not working on Lenovo Legion-5 15ARH05

2021-01-05 Thread Mike Boruta
Hello Coiby Xu (coiby), thanks a lot for this information! Will definitely try this should I encounter a similar error again; and its just generally good knowledge. Completely forgot about the initramfs. -- You received this bug notification because you are a member of Kernel Packages, which is s

[Kernel-packages] [Bug 1872908] Re: bcmwl kernel module does not build with 5.6.0 kernel or later

2021-01-30 Thread Mike Beaton
There is a fix given by Rakhmanov Nemon (iamcoderman) in duplicate bug #1910995 which has worked for a bunch of people (including me): --- download the package here: https://launchpad.net/ubuntu/+archive/primary/+files/bcmwl-kernel- source_6.30.223.271+bdcom-0ubuntu7_amd64.deb Open a Terminal (C

[Kernel-packages] [Bug 1827755] Re: nx842 - CRB request time out (-110) when uninstall NX modules and initiate NX request

2019-06-24 Thread Mike Ranweiler
I tested it and it looks good: root@ltc-boston25:/home/ubuntu/comp_selftest# insmod comp_selftest.ko root@ltc-boston25:/home/ubuntu/comp_selftest# ./testit root@ltc-boston25:/home/ubuntu/comp_selftest# dmesg |tail [ 10.561010] audit: type=1400 audit(1561358069.720:8): apparmor="STATUS" operati

[Kernel-packages] [Bug 1827755] Re: nx842 - CRB request time out (-110) when uninstall NX modules and initiate NX request

2019-06-24 Thread Mike Ranweiler
** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- 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/1827755 Title: nx842 - CRB request time out (-110) when

[Kernel-packages] [Bug 1809843] Re: sky2 ethernet card link not up after suspend

2019-07-06 Thread Mike Boruta
** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic -- 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/1809843 Title: sky2 ethernet card link not up after sus

[Kernel-packages] [Bug 1809843] Re: sky2 ethernet card link not up after suspend

2019-07-06 Thread Mike Boruta
I verified the proposed kernel for bionic, all good, no issue over 10 trials. Since I am only running bionic on this laptop I will not test xenial and cosmos unless instructed otherwise. Thank you very much everyone for your help! -- You received this bug notification because you are a member of

[Kernel-packages] [Bug 1036456] Re: BUG: soft lockup - CPU#0 stuck for 22s!

2013-07-25 Thread Mike Pastor
3.2.0-48-generic-pae: soft lockup: 1June 15 2June 15 3July 7 4July 14 5July 16 6July 17 Fixing recursive fault but reboot is needed!: June 23 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https:

[Kernel-packages] [Bug 1573062] Re: memory_stress_ng failing for IBM Power S812LC(TN71-BP012) for 16.04

2016-06-16 Thread Mike Rushton
d9dddbf556674bf125ecd925b24e43a5cf2a568a failed -- 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/1573062 Title: memory_stress_ng failing for IBM Power S812LC(TN71-BP012) for 16.04 Status

[Kernel-packages] [Bug 1593477] [NEW] Direct firmware load fails for bluetooth

2016-06-16 Thread Mike Jones
Public bug reported: Hardware: XPS 15 9550, BCM43602 Bluetooth Release: 16.04 Main Symptom: Mac Key Board and Mac Trackpad not discovered, but other devices are discovered Details: Firmware not loading + misc errors. Edited /etc/init/bluetooth.conf to add -d on exec. sudo udevadm control --log-

Re: [Kernel-packages] SPAM-LOW: [Bug 1593477] Re: Direct firmware load fails for bluetooth

2016-06-17 Thread Mike Jones
Since it is a new laptop, I do not know if it ever worked. But, there were updates during the first week of use, so it is up to date. I have tested upstream kernels before, but since this is my everyday work laptop, and because it has an encrypted partition, I need to review the changes I made for

[Kernel-packages] [Bug 1582864] Re: use after free of BOS in usb_reset_and_verify_device

2016-06-17 Thread Mike Gerow
$ uname -a Linux gerow0 3.19.0-62-generic #70~14.04.1-Ubuntu SMP Mon Jun 13 16:30:31 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux No oopses in vivid either, verified. ** Tags removed: verification-needed-vivid ** Tags added: verification-done-vivid -- You received this bug notification because you

[Kernel-packages] [Bug 1582864] Re: use after free of BOS in usb_reset_and_verify_device

2016-06-17 Thread Mike Gerow
$ uname -a Linux gerow0 4.2.0-39-generic #46~14.04.1-Ubuntu SMP Mon Jun 13 15:40:38 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux No oopses in wily, verified. Booting into vivid next. ** Tags removed: verification-needed-wily ** Tags added: verification-done-wily -- You received this bug notificatio

[Kernel-packages] [Bug 1593835] [NEW] Transient panic on boot with wily proposed kernel (4.2.0-39)

2016-06-17 Thread Mike Gerow
Public bug reported: Attached picture of panic, although there's not really much there. It kinda looks like init has decided to kill itself. It's only happened once in the three times I've booted into the new kernel. I haven't had a chance to test it more beyond that. ** Affects: linux (Ubuntu)

[Kernel-packages] [Bug 1593835] Re: Transient panic on boot with wily proposed kernel (4.2.0-39)

2016-06-17 Thread Mike Gerow
$ cat /proc/version_signature Ubuntu 4.2.0-39.46~14.04.1-generic 4.2.8-ckt11 -- 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/1593835 Title: Transient panic on boot with wily proposed ker

[Kernel-packages] [Bug 1593835] Re: Transient panic on boot with wily proposed kernel (4.2.0-39)

2016-06-17 Thread Mike Gerow
** Attachment added: "lspci-vnvn.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1593835/+attachment/4685754/+files/lspci-vnvn.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/bu

[Kernel-packages] [Bug 1593835] Re: Transient panic on boot with wily proposed kernel (4.2.0-39)

2016-06-17 Thread Mike Gerow
Also relevant, I have installed a few dkms modules that could be causing trouble (including one that is unfortunately closed-source and that I can't share...): $ dkms status -k 4.2.0-39-generic bbswitch, 0.7, 4.2.0-39-generic, x86_64: installed hpuefi, 1.0.3+gg8, 4.2.0-39-generic, x86_64: installe

[Kernel-packages] [Bug 1593835] Re: Transient panic on boot with wily proposed kernel (4.2.0-39)

2016-06-17 Thread Mike Gerow
Company policy disables apport, but if there's anything specific I'm happy to provide it. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.l

[Kernel-packages] [Bug 1593835] Re: Transient panic on boot with wily proposed kernel (4.2.0-39)

2016-06-17 Thread Mike Gerow
If none of y'all are seeing anything like this in the proposed kernel I wouldn't be surprised if it has something to do with my setup, so this bug probably shouldn't block the release. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux

[Kernel-packages] [Bug 1593477] Re: Direct firmware load fails for bluetooth

2016-06-19 Thread Mike Jones
Tested with 4.7-rc3 64 bit x86. ** Tags added: kernel-bug-exists-upstream ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bu

[Kernel-packages] [Bug 1593477] Re: Direct firmware load fails for bluetooth

2016-06-19 Thread Mike Jones
A little more information: - Current and upstream kernel see some bluetooth devices (probably cell phones nearby), just not the keyboard and trackpad. These show up as general devices, not input devices. - Keyboard and track pad do not show up as any device type (they work on windows on same la

[Kernel-packages] [Bug 1593835] Re: Transient panic on boot with wily proposed kernel (4.2.0-39)

2016-06-20 Thread Mike Gerow
Sadly no, I only saw it happen once and I have no idea what might have caused it. The one and only time I saw it was with the 4.2 kernel, though. I don't have access to the machine that it happened on anymore, unfortunately, but I'll see if I can reproduce the issue on another machine I have acces

[Kernel-packages] [Bug 1573062] Re: memory_stress_ng failing for IBM Power S812LC(TN71-BP012) for 16.04

2016-06-24 Thread Mike Rushton
895a1067d5b83065afbad3bb02c3c464b71f1b3f failed -- 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/1573062 Title: memory_stress_ng failing for IBM Power S812LC(TN71-BP012) for 16.04 Status

Re: [Kernel-packages] [Bug 1401741] Re: rtl8188ee wireless driver high packet loss

2016-06-27 Thread Mike Somerville
-- 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/1401741 Title: rtl8188ee wireless driver high packet loss Status in linux package in Ubuntu: Incomplete Bug description: This is a to

[Kernel-packages] [Bug 1557172] [NEW] khubd/usbhid deadlock(?) creates processes in state D

2016-03-14 Thread Mike Gerow
Public bug reported: (Note that the attached logs are not a machine exhibiting the issue) I've observed this issue specifically on Dell's PowerEdge R410 with its DRAC. I manage quite a few other machines with DRACs and haven't seen this issue so it may be limited to the R410. I've seen cases of t

[Kernel-packages] [Bug 1557172] Re: khubd/usbhid deadlock(?) creates processes in state D

2016-03-14 Thread Mike Gerow
Sorry, I'm not super familiar with apport (our security folks make us disable it because they get upset for reasons I don't quite grasp). I tried to install apport and python-apport, but no dice on actually running apport-collect. $ apport-collect 1557172 Traceback (most recent call last): File

[Kernel-packages] [Bug 1557172] Re: khubd/usbhid deadlock(?) creates processes in state D

2016-03-19 Thread Mike Gerow
Hi Joseph I'll see if I can nab some extra hardware to try it out. Keep in mind that I haven't found a way to reproduce this reliably yet, with our usual setup it can take a few weeks before it happens. Basically we have a cron job that periodically exports the state of our machines, which include

[Kernel-packages] [Bug 1563055] [NEW] IBM ppc64le MAAS images booting with no network

2016-03-28 Thread Mike Rushton
Public bug reported: The latest daily Xenial image for MAAS seems to lack network connectivity. Tested with kernel version 4.4.0-15 from the 20160328 image from the daily stream Attached are logs from the boot sequence as well as the maas deployment logs. ** Affects: linux (Ubuntu) Importan

[Kernel-packages] [Bug 1563055] Re: IBM Power8 PPC MAAS images booting with no network

2016-03-28 Thread Mike Rushton
** Attachment added: "sutboot.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1563055/+attachment/4615236/+files/sutboot.txt ** Description changed: The latest daily Xenial image for MAAS seems to lack network connectivity. Tested with kernel version 4.4.0-15 from the 20160328

[Kernel-packages] [Bug 1563055] Re: IBM Power8 PPC MAAS images booting with no network

2016-03-28 Thread Mike Rushton
** Attachment added: "clusterd.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1563055/+attachment/4615237/+files/clusterd.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/1

[Kernel-packages] [Bug 1563055] Re: IBM Power8 PPC MAAS images booting with no network

2016-03-28 Thread Mike Rushton
** Attachment added: "regiond.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1563055/+attachment/4615238/+files/regiond.log ** Summary changed: - IBM Power8 PPC MAAS images booting with no network + IBM ppc64le MAAS images booting with no network -- You received this bug notifica

[Kernel-packages] [Bug 1563055] Re: IBM ppc64le MAAS images booting with no network

2016-03-28 Thread Mike Rushton
Due to the nature of no network connectivity, We cannot login (curtin preseed didn't run to setup credentials) or submit logs. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscrib

[Kernel-packages] [Bug 1564237] [NEW] Acer touchpad stopped working with kernel 3.19.0-56

2016-03-30 Thread Mike Ditto
Public bug reported: After Ubuntu updated the kernel to 3.19.0-56 the touchpad stopped working. The mouse pointer never appears and touching/dragging/clicking has no effect. I can make it work by using the GRUB menu to boot 3.19.0-49 instead. On the older, working, kernel xinput outputs: ⎡ Virtua

[Kernel-packages] [Bug 1564237] Re: Acer touchpad stopped working with kernel 3.19.0-56

2016-03-30 Thread Mike Ditto
I noticed in dmesg: Working kernel: [3.565137] i2c_hid i2c-SYN1B7D:01: failed to retrieve report from device. [3.565306] input: SYN1B7D:01 06CB:2991 UNKNOWN as /devices/platform/80860F41:00/i2c-0/i2c-SYN1B7D:01/0018:06CB:2991.0001/input/input8 [3.565618] hid-multitouch 0018:06CB:2991.

[Kernel-packages] [Bug 1564237] Re: Acer touchpad stopped working with kernel 3.19.0-56

2016-03-30 Thread Mike Ditto
I noticed in dmesg: Working kernel: [3.565137] i2c_hid i2c-SYN1B7D:01: failed to retrieve report from device. [3.565306] input: SYN1B7D:01 06CB:2991 UNKNOWN as /devices/platform/80860F41:00/i2c-0/i2c-SYN1B7D:01/0018:06CB:2991.0001/input/input8 [3.565618] hid-multitouch 0018:06CB:2991.

[Kernel-packages] [Bug 1564237] Re: Acer touchpad stopped working with kernel 3.19.0-56

2016-03-30 Thread Mike Ditto
** Attachment added: "dmesg log from 3.19.0-56, not working" https://bugs.launchpad.net/ubuntu/+source/linux-lts-vivid/+bug/1564237/+attachment/4617903/+files/bad.dmesg -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-lts-vivid in

[Kernel-packages] [Bug 1563887] Re: qemu-system-ppc64 freezes on starting image on ppc64le

2016-04-04 Thread Mike Rushton
ubuntu@alpine01:~$ ppc64_cpu --info Core 0:0*1*2*3*4*5*6*7* Core 1:8*9* 10* 11* 12* 13* 14* 15* Core 2: 16* 17* 18* 19* 20* 21* 22* 23* Core 3: 24* 25* 26* 27* 28* 29* 30* 31* Core 4: 32* 33* 34*

[Kernel-packages] [Bug 1563887] Re: qemu-system-ppc64 freezes on starting image on ppc64le

2016-04-05 Thread Mike Rushton
ubuntu@alpine01:~$ sudo ppc64_cpu --smt=1 ubuntu@alpine01:~$ ppc64_cpu --info Core 0:0*1 2 3 4 5 6 7 Core 1:8*9101112131415 Core 2: 16* 17181920212223 Core 3: 24* 252627282

[Kernel-packages] [Bug 1563887] Re: qemu-system-ppc64 freezes on starting image on ppc64le

2016-04-05 Thread Mike Rushton
@serge-hallyn ubuntu@alpine01:~/kvm$ cat /etc/issue; uname -a ; ppc64_cpu --smt Ubuntu Xenial Xerus (development branch) \n \l Linux alpine01 4.4.0-17-generic #33-Ubuntu SMP Tue Mar 29 17:15:31 UTC 2016 ppc64le ppc64le ppc64le GNU/Linux SMT is off ubuntu@alpine01:~/kvm$ qemu-system-ppc64 -m 256

[Kernel-packages] [Bug 1563887] Re: qemu-system-ppc64 freezes on starting image on ppc64le

2016-04-05 Thread Mike Rushton
@mdroth I don't think PPC supports kvm the same way as x86: ubuntu@alpine01:~/kvm$ qemu-system-ppc64 -enable-kvm -m 256 -display none -nographic -net nic -net user,net=10.0.0.0/8,host=10.0.0.1,hostfwd=tcp::-:22 -machine pseries -drive file=xenial-server-cloudimg-ppc64el-disk1.img,if=virtio

[Kernel-packages] [Bug 1563887] Re: qemu-system-ppc64 freezes on starting image on ppc64le

2016-04-05 Thread Mike Rushton
Sorry, I copied the wrong thing: sudo qemu-system-ppc64 -enable-kvm -m 256 -display none -nographic -net nic -net user,net=10.0.0.0/8,host=10.0.0.1,hostfwd=tcp::-:22 -machine pseries -drive file=xenial-server-cloudimg-ppc64el-disk1.img,if=virtio -drive file=seed.iso,if=virtio ioctl(KVM_CREA

[Kernel-packages] [Bug 1553626] [NEW] blank console after upgrading to 3.2.0-99

2016-03-05 Thread Mike Kupfer
Public bug reported: Ubuntu 12.04.5, ASUS model 1015E, x86_64 When I boot the 3.2.0-99 kernel on my ASUS netbook, I pretty much never get a working display manager. (I think it booted okay the first time after installing the kernel, but that's it.) Usually I just get a black display. I have al

[Kernel-packages] [Bug 1553626] Re: blank console after upgrading to 3.2.0-99

2016-03-05 Thread Mike Kupfer
I ran "apport-collect 1553626", but it appeared to hang. (After an hour, it was still saying "Collecting problem information".) I poked around a bit while it was running. Here's some ps output in case it's useful: camomile$ ps -t pts/1 PID TTY TIME CMD 1757 pts/100:00:00 bash 1

[Kernel-packages] [Bug 1553626] Re: blank console after upgrading to 3.2.0-99

2016-03-05 Thread Mike Kupfer
I booted the -98 kernel, enabled wireless in Network Manager, and then booted the -99 kernel. I'm afraid apport-collect still stalls, and I still see rfkill stuck in D+ state. So, I can manually attach files from /var/log. Or I could try running apport-collect with the -98 kernel running. Let m

[Kernel-packages] [Bug 1553626] CRDA.txt

2016-03-09 Thread Mike Kupfer
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1553626/+attachment/4594525/+files/CRDA.txt -- 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/1553626 Ti

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

2016-03-09 Thread Mike Kupfer
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1553626/+attachment/4594527/+files/IwConfig.txt -- 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/15

[Kernel-packages] [Bug 1553626] Re: blank console after upgrading to 3.2.0-99

2016-03-09 Thread Mike Kupfer
apport information ** Tags added: apport-collected xenial ** Description changed: Ubuntu 12.04.5, ASUS model 1015E, x86_64 When I boot the 3.2.0-99 kernel on my ASUS netbook, I pretty much never get a working display manager. (I think it booted okay the first time after installing th

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

2016-03-09 Thread Mike Kupfer
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1553626/+attachment/4594526/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net

[Kernel-packages] [Bug 1553626] JournalErrors.txt

2016-03-09 Thread Mike Kupfer
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1553626/+attachment/4594528/+files/JournalErrors.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.n

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

2016-03-09 Thread Mike Kupfer
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1553626/+attachment/4594536/+files/UdevDb.txt -- 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/1553626

<    1   2   3   4   5   6   7   8   9   10   >