[Bug 1906341] [NEW] Touchpad button doesn't work on Dell Precision 7550/7750
Public bug reported: [Impact] * The touchpad's right button become no function after update to 5.4 kernel * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that libinput regard it as clickpad. * Add a model quirk to unset the bit can make touchpad's right button works normally. [Test Case] * 1. Boot into Ubuntu 2. Identify touchpad input device number, can be obtained in $HOME/.local/share/xorg/Xorg.0.log 3. $ udevadm info /sys/class/input/inputX check PROP environment variable, it is 5 if INPUT_PROP_BUTTONPAD property is set 4. And the touchpad right button become no function 5. After update the libevdev with disable_property API and libinput10 with model quirk 6. reboot 7. The input device PROP is still 5, but touchpad right button is workable [Where problems could occur] * For libevdev2 package, backport the upstream commit: https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809 The API is not originally exist in the system, so it will only be utilized by our model quirk. * For libinput, add model quirk for the platform to disable INPUT_PROP_BUTTONPAD bit. Only disable the INPUT_PROP_BUTTONPAD for specified model, and it doesn't issue any IO command to kernel, so the behavior should be the same as previous kernel when INPUT_PROP_BUTTONPAD is not set. [Other Info] * A public bug is reported https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831 ** Affects: libinput (Ubuntu) Importance: Undecided Status: New ** Description changed: [Impact] - * The touchpad's right button become no function after update to 5.4 + * The touchpad's right button become no function after update to 5.4 kernel - * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that + * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that libinput regard it as clickpad. - * Add a model quirk to unset the bit can make touchpad's right button + * Add a model quirk to unset the bit can make touchpad's right button works normally. [Test Case] - * 1. Boot into Ubuntu -2. Identify touchpad input device number, - can be obtained in $HOME/.local/share/xorg/Xorg.0.log -3. $ udevadm info /sys/class/input/inputX - check PROP environment variable, it is 5 if INPUT_PROP_BUTTONPAD property is set -4. And the touchpad right button become no function -5. After update the libevdev with disable_property API and libinput10 with model quirk -6. reboot -7. The input device PROP is still 5, but touchpad right button is workable + * 1. Boot into Ubuntu + 2. Identify touchpad input device number, + can be obtained in $HOME/.local/share/xorg/Xorg.0.log + 3. $ udevadm info /sys/class/input/inputX + check PROP environment variable, + it is 5 if INPUT_PROP_BUTTONPAD property is set + 4. And the touchpad right button become no function + 5. After update the libevdev with disable_property + API and libinput10 with model quirk + 6. reboot + 7. The input device PROP is still 5, + but touchpad right button is workable [Where problems could occur] - * For libevdev2 package, backport the upstream commit: - https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809 -The API is not originally exist in the system, so it will only be utilized by our model quirk. + * For libevdev2 package, backport the upstream commit: + https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809 + The API is not originally exist in the system, +so it will only be utilized by our model quirk. - * For libinput, add model quirk for the platform to disable INPUT_PROP_BUTTONPAD bit. -Only disable the INPUT_PROP_BUTTONPAD for specified model, and it doesn't issue any -IO command to kernel, so the behavior should be the same as previous kernel when -INPUT_PROP_BUTTONPAD is not set + * For libinput, add model quirk for the platform to disable +INPUT_PROP_BUTTONPAD bit. + Only disable the INPUT_PROP_BUTTONPAD for specified model, +and it doesn't issue any + IO command to kernel, so the behavior should be the same +as previous kernel when INPUT_PROP_BUTTONPAD is not set. [Other Info] - - * A public bug is reported - https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831 + + * A public bug is reported + https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad bu
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
** Tags added: oem-priority originate-from-1905819 timbuktu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
Upload libinput debdiff ** Patch added: "libinput.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439888/+files/libinput.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
Upload bionic libevdev debdiff. ** Patch added: "libevdev.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439889/+files/libevdev.debdiff ** Description changed: [Impact] * The touchpad's right button become no function after update to 5.4 kernel * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that libinput regard it as clickpad. * Add a model quirk to unset the bit can make touchpad's right button works normally. [Test Case] * 1. Boot into Ubuntu 2. Identify touchpad input device number, can be obtained in $HOME/.local/share/xorg/Xorg.0.log 3. $ udevadm info /sys/class/input/inputX check PROP environment variable, - it is 5 if INPUT_PROP_BUTTONPAD property is set + it is 5 if INPUT_PROP_BUTTONPAD property is set 4. And the touchpad right button become no function 5. After update the libevdev with disable_property - API and libinput10 with model quirk + API and libinput10 with model quirk 6. reboot 7. The input device PROP is still 5, - but touchpad right button is workable + but touchpad right button is workable [Where problems could occur] * For libevdev2 package, backport the upstream commit: https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809 The API is not originally exist in the system, -so it will only be utilized by our model quirk. + so it will only be utilized by our model quirk. * For libinput, add model quirk for the platform to disable -INPUT_PROP_BUTTONPAD bit. + INPUT_PROP_BUTTONPAD bit. Only disable the INPUT_PROP_BUTTONPAD for specified model, -and it doesn't issue any + and it doesn't issue any IO command to kernel, so the behavior should be the same -as previous kernel when INPUT_PROP_BUTTONPAD is not set. + as previous kernel when INPUT_PROP_BUTTONPAD is not set. [Other Info] * A public bug is reported https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831 + * A workable build for Bionic in my ppa +https://launchpad.net/~kchsieh/+archive/ubuntu/training ** Description changed: [Impact] * The touchpad's right button become no function after update to 5.4 kernel * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that libinput regard it as clickpad. * Add a model quirk to unset the bit can make touchpad's right button works normally. [Test Case] * 1. Boot into Ubuntu 2. Identify touchpad input device number, can be obtained in $HOME/.local/share/xorg/Xorg.0.log 3. $ udevadm info /sys/class/input/inputX check PROP environment variable, it is 5 if INPUT_PROP_BUTTONPAD property is set 4. And the touchpad right button become no function 5. After update the libevdev with disable_property API and libinput10 with model quirk 6. reboot 7. The input device PROP is still 5, but touchpad right button is workable [Where problems could occur] * For libevdev2 package, backport the upstream commit: https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809 The API is not originally exist in the system, so it will only be utilized by our model quirk. * For libinput, add model quirk for the platform to disable INPUT_PROP_BUTTONPAD bit. Only disable the INPUT_PROP_BUTTONPAD for specified model, and it doesn't issue any IO command to kernel, so the behavior should be the same as previous kernel when INPUT_PROP_BUTTONPAD is not set. [Other Info] * A public bug is reported https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831 - * A workable build for Bionic in my ppa -https://launchpad.net/~kchsieh/+archive/ubuntu/training + * A workable build for Bionic is in my ppa + https://launchpad.net/~kchsieh/+archive/ubuntu/training -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
apport information ** Tags added: apport-collected bionic ubuntu ** Description changed: [Impact] * The touchpad's right button become no function after update to 5.4 kernel * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that libinput regard it as clickpad. * Add a model quirk to unset the bit can make touchpad's right button works normally. [Test Case] * 1. Boot into Ubuntu 2. Identify touchpad input device number, can be obtained in $HOME/.local/share/xorg/Xorg.0.log 3. $ udevadm info /sys/class/input/inputX check PROP environment variable, it is 5 if INPUT_PROP_BUTTONPAD property is set 4. And the touchpad right button become no function 5. After update the libevdev with disable_property API and libinput10 with model quirk 6. reboot 7. The input device PROP is still 5, but touchpad right button is workable [Where problems could occur] * For libevdev2 package, backport the upstream commit: https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809 The API is not originally exist in the system, so it will only be utilized by our model quirk. * For libinput, add model quirk for the platform to disable INPUT_PROP_BUTTONPAD bit. Only disable the INPUT_PROP_BUTTONPAD for specified model, and it doesn't issue any IO command to kernel, so the behavior should be the same as previous kernel when INPUT_PROP_BUTTONPAD is not set. [Other Info] * A public bug is reported https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831 * A workable build for Bionic is in my ppa https://launchpad.net/~kchsieh/+archive/ubuntu/training + --- + ProblemType: Bug + ApportVersion: 2.20.9-0ubuntu7.16 + Architecture: amd64 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/controlC0: u 1646 F pulseaudio + BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log' + CompositorRunning: None + CurrentDesktop: ubuntu:GNOME + DistUpgraded: Fresh install + DistroCodename: bionic + DistroRelease: Ubuntu 18.04 + DistroVariant: ubuntu + GraphicsCard: + Intel Corporation Device [8086:9bc4] (rev 05) (prog-if 00 [VGA controller]) +Subsystem: Dell Device [1028:09c3] + InstallationDate: Installed on 2020-12-01 (0 days ago) + InstallationMedia: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 (20200806.1) + MachineType: Dell Inc. Precision 7550 + Package: linux (not installed) + ProcFB: 0 i915drmfb + ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic root=UUID=2964a5af-ac17-45ee-a009-41879da14e1b ro quiet splash vt.handoff=1 + ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-generic 5.4.44 + RelatedPackageVersions: + linux-restricted-modules-5.4.0-42-generic N/A + linux-backports-modules-5.4.0-42-generic N/A + linux-firmware1.173.19 + Tags: bionic ubuntu + Uname: Linux 5.4.0-42-generic x86_64 + UpgradeStatus: No upgrade log present (probably fresh install) + UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo + _MarkForUpload: True + dmi.bios.date: 09/01/2020 + dmi.bios.vendor: Dell Inc. + dmi.bios.version: 1.4.0 + dmi.board.vendor: Dell Inc. + dmi.chassis.type: 10 + dmi.chassis.vendor: Dell Inc. + dmi.modalias: dmi:bvnDellInc.:bvr1.4.0:bd09/01/2020:svnDellInc.:pnPrecision7550:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr: + dmi.product.family: Precision + dmi.product.name: Precision 7550 + dmi.product.sku: 09C3 + dmi.sys.vendor: Dell Inc. + version.compiz: compiz N/A + version.libdrm2: libdrm2 2.4.101-2~18.04.1 + version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~18.04.1 + version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.8-0ubuntu1~18.04.1 + version.xserver-xorg-core: xserver-xorg-core N/A + version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A + version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A + version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A + version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439891/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] CRDA.txt
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439892/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439893/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] DpkgLog.txt
apport information ** Attachment added: "DpkgLog.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439894/+files/DpkgLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] IwConfig.txt
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439895/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439896/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439897/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439898/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] ProcCpuinfoMinimal.txt
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439899/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439900/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439901/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439902/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] PulseList.txt
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439903/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] RfKill.txt
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439904/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439905/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] WifiSyslog.txt
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439906/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] XorgLog.txt
apport information ** Attachment added: "XorgLog.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439907/+files/XorgLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] XorgLogOld.txt
apport information ** Attachment added: "XorgLogOld.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439908/+files/XorgLogOld.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Xrandr.txt
apport information ** Attachment added: "Xrandr.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439909/+files/Xrandr.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] xdpyinfo.txt
apport information ** Attachment added: "xdpyinfo.txt" https://bugs.launchpad.net/bugs/1906341/+attachment/5439910/+files/xdpyinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
Upload libevdev debdiff for focal. ** Patch added: "libevdev-focal.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439948/+files/libevdev-focal.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
Upload libinput debdiff for focal. ** Patch added: "libinput-focal.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439949/+files/libinput-focal.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
Upload libevdev debdiff for groovy. ** Patch added: "libevdev-groovy.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439966/+files/libevdev-groovy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
Upload libinput devdiff for groovy. ** Patch added: "libinput-groovy.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439967/+files/libinput-groovy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
** Description changed: [Impact] * The touchpad's right button become no function after update to 5.4 kernel * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that libinput regard it as clickpad. * Add a model quirk to unset the bit can make touchpad's right button works normally. [Test Case] * 1. Boot into Ubuntu 2. Identify touchpad input device number, can be obtained in $HOME/.local/share/xorg/Xorg.0.log 3. $ udevadm info /sys/class/input/inputX check PROP environment variable, it is 5 if INPUT_PROP_BUTTONPAD property is set 4. And the touchpad right button become no function 5. After update the libevdev with disable_property API and libinput10 with model quirk 6. reboot 7. The input device PROP is still 5, but touchpad right button is workable [Where problems could occur] * For libevdev2 package, backport the upstream commit: https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809 The API is not originally exist in the system, so it will only be utilized by our model quirk. * For libinput, add model quirk for the platform to disable INPUT_PROP_BUTTONPAD bit. Only disable the INPUT_PROP_BUTTONPAD for specified model, and it doesn't issue any IO command to kernel, so the behavior should be the same as previous kernel when INPUT_PROP_BUTTONPAD is not set. [Other Info] * A public bug is reported https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831 - * A workable build for Bionic is in my ppa + * A workable build for Bionic/Focal/Groovy are in my ppa https://launchpad.net/~kchsieh/+archive/ubuntu/training - --- + --- ProblemType: Bug ApportVersion: 2.20.9-0ubuntu7.16 Architecture: amd64 AudioDevicesInUse: - USERPID ACCESS COMMAND - /dev/snd/controlC0: u 1646 F pulseaudio + USERPID ACCESS COMMAND + /dev/snd/controlC0: u 1646 F pulseaudio BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log' CompositorRunning: None CurrentDesktop: ubuntu:GNOME DistUpgraded: Fresh install DistroCodename: bionic DistroRelease: Ubuntu 18.04 DistroVariant: ubuntu GraphicsCard: - Intel Corporation Device [8086:9bc4] (rev 05) (prog-if 00 [VGA controller]) -Subsystem: Dell Device [1028:09c3] + Intel Corporation Device [8086:9bc4] (rev 05) (prog-if 00 [VGA controller]) + Subsystem: Dell Device [1028:09c3] InstallationDate: Installed on 2020-12-01 (0 days ago) InstallationMedia: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 (20200806.1) MachineType: Dell Inc. Precision 7550 Package: linux (not installed) ProcFB: 0 i915drmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic root=UUID=2964a5af-ac17-45ee-a009-41879da14e1b ro quiet splash vt.handoff=1 ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-generic 5.4.44 RelatedPackageVersions: - linux-restricted-modules-5.4.0-42-generic N/A - linux-backports-modules-5.4.0-42-generic N/A - linux-firmware1.173.19 + linux-restricted-modules-5.4.0-42-generic N/A + linux-backports-modules-5.4.0-42-generic N/A + linux-firmware1.173.19 Tags: bionic ubuntu Uname: Linux 5.4.0-42-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 09/01/2020 dmi.bios.vendor: Dell Inc. dmi.bios.version: 1.4.0 dmi.board.vendor: Dell Inc. dmi.chassis.type: 10 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr1.4.0:bd09/01/2020:svnDellInc.:pnPrecision7550:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr: dmi.product.family: Precision dmi.product.name: Precision 7550 dmi.product.sku: 09C3 dmi.sys.vendor: Dell Inc. version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.101-2~18.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~18.04.1 version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.8-0ubuntu1~18.04.1 version.xserver-xorg-core: xserver-xorg-core N/A version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
The upstream has the fix already https://gitlab.freedesktop.org/libinput/libinput/-/commit/69959c8a3b0612fb2bea015713f630a896188529 Will hirsute libinput sync the latest commit for it? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
reply #32 @seb128 Thanks for review, actually, it is not a kernel bug, it is because the touchpad report descriptor doesn't config correctly, please refer to the windows document "Device capabilities feature report" part. https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-precision-touchpad-required-hid-top-level-collections The touchpad device announce it is a depressible touchpad, which is not, so that the kernel set the INPUT_PROP_BUTTONPAD bit which leads the libinput won't handle the BTN_RIGHT event. I have asked the touchpad vendor, they have no capability to update touchpad firmware on Linux currently. Sorry that I just attach the debdiff for my test ppa, will upload a more official debdiff here. May I know how many release should I do SRU? Bionic, Focal, and Groovy is enough? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
** Patch removed: "libevdev.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439889/+files/libevdev.debdiff ** Patch removed: "libevdev-focal.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439948/+files/libevdev-focal.debdiff ** Patch removed: "libevdev-groovy.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439966/+files/libevdev-groovy.debdiff ** Patch added: "libevdev-bionic.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5440022/+files/libevdev-bionic.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
** Patch added: "libevdev-focal.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5440023/+files/libevdev-focal.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
** Patch added: "libevdev-groovy.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5440024/+files/libevdev-groovy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
** Patch removed: "libinput.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439888/+files/libinput.debdiff ** Patch removed: "libinput-focal.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439949/+files/libinput-focal.debdiff ** Patch removed: "libinput-groovy.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5439967/+files/libinput-groovy.debdiff ** Patch added: "libinput-bionic.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5440249/+files/libinput-bionic.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
** Patch added: "libinput-focal.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5440250/+files/libinput-focal.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
** Patch added: "libinput-groovy.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5440251/+files/libinput-groovy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
@seb128 Hello, I re-upload the debdiff, would you please check it again. By the way, I don't know if I have to do SRU for hirsute. Would you provide you suggestion? Thanks, -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
@seb128, reply to #41 > You updated the libinput debdiff to add libevdev-dev to the libinput-dev > Depends but isn't the > new version needed by the actual library? [ANS]: the libinput10 packages dependency is based on the build environment's libevdev-dev version, therefore, I only have to designate the libevdev build-dep. I attach the control file for the build of libinput10_1.10.4-1ubuntu0.18.04.2_amd64.deb, which I extract it by "$ dpkg-deb -e libinput10_1.10.4-1ubuntu0.18.04.2_amd64.deb". When install libinput10_1.10.4-1ubuntu0.18.04.2_amd.deb, it requires libevdev2 (>= 1.5.8+dfsg-1ubuntu0.1). ** Attachment added: "control" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5440327/+files/control -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
** Description changed: [Impact] * The touchpad's right button become no function after update to 5.4 kernel - * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that - libinput regard it as clickpad. + * The INPUT_PROP_BUTTONPAD property is set by 5.4 kernel, so that libinput regard it as clickpad, the root cause is that the touchpad + firmware doesn't config correctly. * Add a model quirk to unset the bit can make touchpad's right button works normally. [Test Case] * 1. Boot into Ubuntu 2. Identify touchpad input device number, can be obtained in $HOME/.local/share/xorg/Xorg.0.log 3. $ udevadm info /sys/class/input/inputX check PROP environment variable, it is 5 if INPUT_PROP_BUTTONPAD property is set 4. And the touchpad right button become no function 5. After update the libevdev with disable_property API and libinput10 with model quirk 6. reboot 7. The input device PROP is still 5, but touchpad right button is workable [Where problems could occur] * For libevdev2 package, backport the upstream commit: https://gitlab.freedesktop.org/libevdev/libevdev/-/commit/4226c7801b4ea1b0c7d1eaac47ca24ece8f24809 The API is not originally exist in the system, so it will only be utilized by our model quirk. * For libinput, add model quirk for the platform to disable INPUT_PROP_BUTTONPAD bit. Only disable the INPUT_PROP_BUTTONPAD for specified model, and it doesn't issue any IO command to kernel, so the behavior should be the same as previous kernel when INPUT_PROP_BUTTONPAD is not set. [Other Info] * A public bug is reported https://www.dell.com/community/Linux-Developer-Systems/Touchpad-right-click-button-not-working-with-Ubuntu-20-04-on/td-p/7636831 * A workable build for Bionic/Focal/Groovy are in my ppa https://launchpad.net/~kchsieh/+archive/ubuntu/training --- ProblemType: Bug ApportVersion: 2.20.9-0ubuntu7.16 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: u 1646 F pulseaudio BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log' CompositorRunning: None CurrentDesktop: ubuntu:GNOME DistUpgraded: Fresh install DistroCodename: bionic DistroRelease: Ubuntu 18.04 DistroVariant: ubuntu GraphicsCard: Intel Corporation Device [8086:9bc4] (rev 05) (prog-if 00 [VGA controller]) Subsystem: Dell Device [1028:09c3] InstallationDate: Installed on 2020-12-01 (0 days ago) InstallationMedia: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 (20200806.1) MachineType: Dell Inc. Precision 7550 Package: linux (not installed) ProcFB: 0 i915drmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic root=UUID=2964a5af-ac17-45ee-a009-41879da14e1b ro quiet splash vt.handoff=1 ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-generic 5.4.44 RelatedPackageVersions: linux-restricted-modules-5.4.0-42-generic N/A linux-backports-modules-5.4.0-42-generic N/A linux-firmware1.173.19 Tags: bionic ubuntu Uname: Linux 5.4.0-42-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 09/01/2020 dmi.bios.vendor: Dell Inc. dmi.bios.version: 1.4.0 dmi.board.vendor: Dell Inc. dmi.chassis.type: 10 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr1.4.0:bd09/01/2020:svnDellInc.:pnPrecision7550:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr: dmi.product.family: Precision dmi.product.name: Precision 7550 dmi.product.sku: 09C3 dmi.sys.vendor: Dell Inc. version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.101-2~18.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~18.04.1 version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.8-0ubuntu1~18.04.1 version.xserver-xorg-core: xserver-xorg-core N/A version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1914670] Re: No HDMI detection
reply #47 Hello, it is because the secure boot. would you please disable secure boot in your bios? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1914670 Title: No HDMI detection To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1914670/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1914670] Re: No HDMI detection
Based on your result, the hardware also can't work with Intel's development branch, then the Ubuntu's kernel doesn't work for you as expect. I have verified on two certified hardwares. https://certification.canonical.com/hardware/202007-28055/ https://certification.canonical.com/hardware/202006-27982/ The HDMI output works both on oem kernel 5.6 and 5.10. It seems I can't reproduce your problem, but your hardware config is a bit different from what I have in hand. Could you file a bug to Dell customer support? They will provide me the hardware if they expect the hardware can work with open platform. Thanks, -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1914670 Title: No HDMI detection To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1914670/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1916850] [NEW] Dell logo pops up for a while before gdm hand over to X session
Public bug reported: [Summary] Attach a monitor and output from Nvidia dGPU. The Dell logo(BGRT image) pops up for a while before hand over to x session. [Steps to reproduce] * Prerequisite: Disable the auto-login 1. Power on the system 2. Enter the password 3. Check if the Dell logo pops 4. Suspend the system 5. Wake up the system and then enter the password 6. Check if the Dell logo pops up [Expected result] No Dell logo pops up in step 3 and step 6 [Actual result] The Dell logo popped up in an instant and then disappeared [Failure rate] 2/3 ** Affects: oem-priority Importance: Undecided Status: New ** Affects: gdm3 (Ubuntu) Importance: Undecided Status: New ** Tags: oem-priority originate-from-1909009 somerville ** Tags added: oem-priority originate-from-1909009 somerville -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1916850 Title: Dell logo pops up for a while before gdm hand over to X session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1916850/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1916850] Re: Dell logo pops up for a while before gdm hand over to X session
Hello Daniel, I remembered the small running circle before the login page is plymouth, but BRGT is plotted by fbcon driver, but I didn't remember it very clearly. My question is if gdm can help to blank FB before hand over to x session? Currently, I only see the issue on NV card but not i915 and amdgpu, but I wonder if we can do something to better support it from userspace. Thanks, -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1916850 Title: Dell logo pops up for a while before gdm hand over to X session To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1916850/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926547] Re: Add Dell Privacy Mic Mute Key mapping
@rbalint Hello, Can the change be picked to focal systemd SRU? Dell would like to start the feature from focal. Thanks, ** Also affects: oem-priority/focal Importance: Undecided Status: New ** No longer affects: oem-priority/focal ** Also affects: oem-priority/focal Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926547 Title: Add Dell Privacy Mic Mute Key mapping To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1926547/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1925320] Re: Backport packages for 20.04.3 HWE stack
Try to enable proposed channel and update the libdrm and mesa on ADL-S. The graphic works good on it. Attach the system info. ** Attachment added: "gfx-info.log" https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1925320/+attachment/5500621/+files/gfx-info.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925320 Title: Backport packages for 20.04.3 HWE stack To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/directx-headers/+bug/1925320/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1929516] Re: Failed to load DMC firmware i915/adls_dmc_ver2_01.bin
** Tags added: oem-priority originate-from-1931066 somerville -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1929516 Title: Failed to load DMC firmware i915/adls_dmc_ver2_01.bin To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1929516/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1931509] Re: System hang with kernel general protection fault due to dell-wmi-sysman sysman_init failure
Can reproduce with 5.10.0-1031-oem kernel. SKU: ANDW-DVT2-C1 (202012-28526) BIOS: 1.3.0 kernel: 5.10.0-1031-oem Failed at the 9th time of 200 times warm boot stress. ** Attachment added: "general-protection-fault.log" https://bugs.launchpad.net/ubuntu/+source/linux-oem-5.10/+bug/1931509/+attachment/5504075/+files/general-protection-fault.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1931509 Title: System hang with kernel general protection fault due to dell-wmi- sysman sysman_init failure To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1931509/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1931509] Re: System hang with kernel general protection fault due to dell-wmi-sysman sysman_init failure
I test ANDW-DVT2-C1 (202012-28526) with kernel v5.13-rc6 from https://kernel.ubuntu.com/~kernel-ppa/mainline/ and secure boot disable. I can't reproduce #2. I'll check if 5.10-oem kernel contains all commits mentioned in #4. Attached my check script for reference. ** Attachment added: "check-protection-fault.sh" https://bugs.launchpad.net/ubuntu/+source/linux-oem-5.10/+bug/1931509/+attachment/5504900/+files/check-protection-fault.sh -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1931509 Title: System hang with kernel general protection fault due to dell-wmi- sysman sysman_init failure To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1931509/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1931509] Re: System hang with kernel general protection fault due to dell-wmi-sysman sysman_init failure
@acelankao I compare the 5.10.0-1031-oem kernel and 5.13-rc6. There are three commits mentioned by #4, which is not in 5.10.0-1031-oem. Dell's perry suggest we sync with the latest Dell wmi driver. Could you help to check if we need those changes? platform/x86: wmi: Make remove callback return void platform/x86: dell-wmi-sysman: Fix possible NULL pointer deref on exit platform/x86: dell-wmi-sysman: Make it safe to call exit_foo_attributes() multiple times Thanks, -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1931509 Title: System hang with kernel general protection fault due to dell-wmi- sysman sysman_init failure To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1931509/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1931509] Re: System hang with kernel general protection fault due to dell-wmi-sysman sysman_init failure
I create a separated bug for #2, https://bugs.launchpad.net/somerville/+bug/1932099. It is because the stress I perform is connected to WD19TB, which is not the original test scenario of the bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1931509 Title: System hang with kernel general protection fault due to dell-wmi- sysman sysman_init failure To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1931509/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1932548] Re: [Intel Wi-Fi 6 AX201] Video conferences constantly freeze when I am on wireless [8086:a0f0]
Hello, I check the log, there are two questions? 1. have you tried to disable ufw? does it help? 2. did you run iperf test to check the wireless throughput? I found there is a Wi-Fi firmware crash inside the log, but I am not sure if it is the root cause, Generally, the driver should have recovery mechanism after the micorcode crash. There is a newer iwlwifi- QuZ-a0-hr-b0-59.ucode firmware in https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux- firmware.git/, would you mind to have it a try? About the firmware crash: [105396.990450] iwlwifi :00:14.3: Microcode SW error detected. Restarting 0x0. [105396.990539] iwlwifi :00:14.3: Start IWL Error Log Dump: [105396.990541] iwlwifi :00:14.3: Status: 0x0040, count: 6 [105396.990543] iwlwifi :00:14.3: Loaded firmware version: 55.d9698065.0 QuZ-a0-hr-b0-55.ucode [105396.990545] iwlwifi :00:14.3: 0x0071 | NMI_INTERRUPT_UMAC_FATAL [105396.990547] iwlwifi :00:14.3: 0x22F0 | trm_hw_status0 [105396.990548] iwlwifi :00:14.3: 0x | trm_hw_status1 [105396.990549] iwlwifi :00:14.3: 0x004CA3DE | branchlink2 [105396.990551] iwlwifi :00:14.3: 0x07F6 | interruptlink1 [105396.990552] iwlwifi :00:14.3: 0x07F6 | interruptlink2 [105396.990553] iwlwifi :00:14.3: 0x00016504 | data1 [105396.990554] iwlwifi :00:14.3: 0x1000 | data2 [105396.990555] iwlwifi :00:14.3: 0x | data3 [105396.990557] iwlwifi :00:14.3: 0x900148E4 | beacon time [105396.990558] iwlwifi :00:14.3: 0x0C6FF71A | tsf low [105396.990559] iwlwifi :00:14.3: 0x01B4 | tsf hi [105396.990560] iwlwifi :00:14.3: 0x | time gp1 [105396.990562] iwlwifi :00:14.3: 0x58CF3E54 | time gp2 [105396.990563] iwlwifi :00:14.3: 0x0001 | uCode revision type [105396.990564] iwlwifi :00:14.3: 0x0037 | uCode version major [105396.990565] iwlwifi :00:14.3: 0xD9698065 | uCode version minor [105396.990567] iwlwifi :00:14.3: 0x0351 | hw version [105396.990568] iwlwifi :00:14.3: 0x00C89004 | board version [105396.990569] iwlwifi :00:14.3: 0x800FFC03 | hcmd [105396.990570] iwlwifi :00:14.3: 0x0002 | isr0 [105396.990572] iwlwifi :00:14.3: 0x0040 | isr1 [105396.990573] iwlwifi :00:14.3: 0x08F2 | isr2 [105396.990574] iwlwifi :00:14.3: 0x04C338C8 | isr3 [105396.990575] iwlwifi :00:14.3: 0x | isr4 [105396.990577] iwlwifi :00:14.3: 0x05D6001C | last cmd Id [105396.990578] iwlwifi :00:14.3: 0x00016504 | wait_event [105396.990579] iwlwifi :00:14.3: 0x00C4 | l2p_control [105396.990580] iwlwifi :00:14.3: 0x | l2p_duration [105396.990582] iwlwifi :00:14.3: 0x0007 | l2p_mhvalid [105396.990583] iwlwifi :00:14.3: 0x | l2p_addr_match [105396.990584] iwlwifi :00:14.3: 0x0009 | lmpm_pmg_sel [105396.990585] iwlwifi :00:14.3: 0x | timestamp [105396.990586] iwlwifi :00:14.3: 0xC0D4 | flow_handler [105396.990628] iwlwifi :00:14.3: Start IWL Error Log Dump: [105396.990629] iwlwifi :00:14.3: Status: 0x0040, count: 7 [105396.990631] iwlwifi :00:14.3: 0x2000307C | ADVANCED_SYSASSERT [105396.990632] iwlwifi :00:14.3: 0x | umac branchlink1 [105396.990633] iwlwifi :00:14.3: 0x80465D2E | umac branchlink2 [105396.990634] iwlwifi :00:14.3: 0x80473128 | umac interruptlink1 [105396.990635] iwlwifi :00:14.3: 0x | umac interruptlink2 [105396.990637] iwlwifi :00:14.3: 0x | umac data1 [105396.990638] iwlwifi :00:14.3: 0xDEADBEEF | umac data2 [105396.990639] iwlwifi :00:14.3: 0xDEADBEEF | umac data3 [105396.990640] iwlwifi :00:14.3: 0x0037 | umac major [105396.990641] iwlwifi :00:14.3: 0xD9698065 | umac minor [105396.990642] iwlwifi :00:14.3: 0x58CF3E47 | frame pointer [105396.990644] iwlwifi :00:14.3: 0xC0885EB0 | stack pointer [105396.990645] iwlwifi :00:14.3: 0x0080010D | last host cmd [105396.990646] iwlwifi :00:14.3: 0x | isr status reg [105396.990668] iwlwifi :00:14.3: Fseq Registers: [105396.990691] iwlwifi :00:14.3: 0x6000 | FSEQ_ERROR_CODE [105396.990694] iwlwifi :00:14.3: 0x80290033 | FSEQ_TOP_INIT_VERSION [105396.990717] iwlwifi :00:14.3: 0x00090006 | FSEQ_CNVIO_INIT_VERSION [105396.990748] iwlwifi :00:14.3: 0xA482 | FSEQ_OTP_VERSION [105396.990764] iwlwifi :00:14.3: 0x0003 | FSEQ_TOP_CONTENT_VERSION [105396.990787] iwlwifi :00:14.3: 0x4552414E | FSEQ_ALIVE_TOKEN [105396.990808] iwlwifi :00:14.3: 0x2302 | FSEQ_CNVI_ID [105396.990811] iwlwifi :00:14.3: 0x01300504 | FSEQ_CNVR_ID [105396.990834] iwlwifi :00:14.3: 0x2302 | CNVI_AUX_MISC_CHIP [105396.990841] iwlwifi :00:14.3: 0x01300504 | CNVR_AUX_MISC_CHIP [105396.990868] iwlwifi :00:14.3: 0x05B0905B | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM [105396.990887] iwlwifi :00:14.3: 0x025B | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR [105396.991043] iwlwifi :00:14.3:
[Bug 1932548] Re: [Intel Wi-Fi 6 AX201] Video conferences constantly freeze when I am on wireless [8086:a0f0]
** Changed in: oem-priority Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1932548 Title: [Intel Wi-Fi 6 AX201] Video conferences constantly freeze when I am on wireless [8086:a0f0] To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1932548/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1932548] Re: [Intel Wi-Fi 6 AX201] Video conferences constantly freeze when I am on wireless [8086:a0f0]
@skidooman 1. the ucode should be in /lib/firmware, please check kernel log, if the latest firmware is loaded $ journalctl -k | grep "loaded firmware version" 2. the iperf test for local area network performance, you need such scenario your PC (with problem) <-Wireless-> Access Point <-Ethernet-> Any PC (testbed) Install iperf3 on both side PC $ sudo apt install iperf3 For testing Tx, run client command on your PC and server command on test bed. For testing Rx, run server command on your PC and client command on test bed. server command: $ iperf -s -i 1 client command: $ iperf -c -t 100 -i 1 you can monitor the throughput instantly on client side. the key point is the rate should comply your Wi-Fi selected modulation and stable. For example, you can see the bit rate by running $ iwconfig, the throughput roughly should be the half of the theoretical rate, which is the bit rate you are using now, sometimes it may constraint by the bus speed, but that's the other story. I think the most important part for video conference is stability, you can focus on that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1932548 Title: [Intel Wi-Fi 6 AX201] Video conferences constantly freeze when I am on wireless [8086:a0f0] To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1932548/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1932548] Re: [Intel Wi-Fi 6 AX201] Video conferences constantly freeze when I am on wireless [8086:a0f0]
Open a platform bug https://bugs.launchpad.net/somerville/+bug/1933755 for tracking the firmware crash. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1932548 Title: [Intel Wi-Fi 6 AX201] Video conferences constantly freeze when I am on wireless [8086:a0f0] To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1932548/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1924689] Re: Can see some garbage at the edge of the window after changing scale
** Changed in: oem-priority Assignee: (unassigned) => Yao Wei (medicalwei) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1924689 Title: Can see some garbage at the edge of the window after changing scale To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1924689/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1933938] Re: Missing CNVi firmware for Intel AX211/AX201 on ADL
Using the ppa in #2, the fw init failed. Log is attached. ** Attachment added: "iwlwifi-log.tar.gz" https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1933938/+attachment/5507899/+files/iwlwifi-log.tar.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1933938 Title: Missing CNVi firmware for Intel AX211/AX201 on ADL To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1933938/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1932548] Re: [Intel Wi-Fi 6 AX201] Video conferences constantly freeze when I am on wireless [8086:a0f0]
Hello Steve, Can you attach your kernel log? upload output of "$ journalctl -k". Thanks, -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1932548 Title: [Intel Wi-Fi 6 AX201] Video conferences constantly freeze when I am on wireless [8086:a0f0] To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1932548/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1832089] Re: (gnome-boxes:6827): Libvirt.GObject-CRITICAL **: 07:04:01.225: gvir_storage_vol_get_info: assertion 'GVIR_IS_STORAGE_VOL(vol)' failed Segmentation fault (core dumped)
** Tags added: originate-from-1931664 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832089 Title: (gnome-boxes:6827): Libvirt.GObject-CRITICAL **: 07:04:01.225: gvir_storage_vol_get_info: assertion 'GVIR_IS_STORAGE_VOL(vol)' failed Segmentation fault (core dumped) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-boxes/+bug/1832089/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1934624] [NEW] Can't enable Wi-Fi when connect to WD19TB and enable Wireless radio control in BIOS
Public bug reported: Reproduce steps: 1. Plug Dell WD19TB 2. enable "Wireless Radio Control" in BIOS connection field 3. Boot into Ubuntu 4. Wi-Fi can't be enabled A similar bug reported on 18.04 by lp:1805928. ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: rfkill 2.36.1-7ubuntu2 ProcVersionSignature: Ubuntu 5.11.0-22.23-generic 5.11.21 Uname: Linux 5.11.0-22-generic x86_64 ApportVersion: 2.20.11-0ubuntu65.1 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Mon Jul 5 13:58:04 2021 InstallationDate: Installed on 2021-07-05 (0 days ago) InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420) SourcePackage: util-linux UpgradeStatus: No upgrade log present (probably fresh install) --- ProblemType: Bug ApportVersion: 2.20.11-0ubuntu65.1 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME DistroRelease: Ubuntu 21.04 InstallationDate: Installed on 2021-07-05 (0 days ago) InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420) Package: util-linux 2.36.1-7ubuntu2 PackageArchitecture: amd64 ProcVersionSignature: Ubuntu 5.11.0-22.23-generic 5.11.21 Tags: hirsute wayland-session Uname: Linux 5.11.0-22-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo _MarkForUpload: True ** Affects: util-linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug apport-collected hirsute wayland-session ** Description changed: Reproduce steps: 1. Plug Dell WD19TB 2. enable "Wireless Radio Control" in BIOS connection field 3. Boot into Ubuntu 4. Wi-Fi can't be enabled + + A similar bug reported on 18.04 by lp:1805928. ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: rfkill 2.36.1-7ubuntu2 ProcVersionSignature: Ubuntu 5.11.0-22.23-generic 5.11.21 Uname: Linux 5.11.0-22-generic x86_64 ApportVersion: 2.20.11-0ubuntu65.1 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Mon Jul 5 13:58:04 2021 InstallationDate: Installed on 2021-07-05 (0 days ago) InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420) SourcePackage: util-linux UpgradeStatus: No upgrade log present (probably fresh install) ** Tags added: apport-collected ** Description changed: Reproduce steps: 1. Plug Dell WD19TB 2. enable "Wireless Radio Control" in BIOS connection field 3. Boot into Ubuntu 4. Wi-Fi can't be enabled A similar bug reported on 18.04 by lp:1805928. ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: rfkill 2.36.1-7ubuntu2 ProcVersionSignature: Ubuntu 5.11.0-22.23-generic 5.11.21 Uname: Linux 5.11.0-22-generic x86_64 ApportVersion: 2.20.11-0ubuntu65.1 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Mon Jul 5 13:58:04 2021 InstallationDate: Installed on 2021-07-05 (0 days ago) InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420) SourcePackage: util-linux UpgradeStatus: No upgrade log present (probably fresh install) + --- + ProblemType: Bug + ApportVersion: 2.20.11-0ubuntu65.1 + Architecture: amd64 + CasperMD5CheckResult: pass + CurrentDesktop: ubuntu:GNOME + DistroRelease: Ubuntu 21.04 + InstallationDate: Installed on 2021-07-05 (0 days ago) + InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420) + Package: util-linux 2.36.1-7ubuntu2 + PackageArchitecture: amd64 + ProcVersionSignature: Ubuntu 5.11.0-22.23-generic 5.11.21 + Tags: hirsute wayland-session + Uname: Linux 5.11.0-22-generic x86_64 + UpgradeStatus: No upgrade log present (probably fresh install) + UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo + _MarkForUpload: True -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1934624 Title: Can't enable Wi-Fi when connect to WD19TB and enable Wireless radio control in BIOS To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1934624/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1934624] Dependencies.txt
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1934624/+attachment/5509050/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1934624 Title: Can't enable Wi-Fi when connect to WD19TB and enable Wireless radio control in BIOS To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1934624/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1934624] ProcCpuinfoMinimal.txt
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1934624/+attachment/5509051/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1934624 Title: Can't enable Wi-Fi when connect to WD19TB and enable Wireless radio control in BIOS To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1934624/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1934624] ProcEnviron.txt
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1934624/+attachment/5509052/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1934624 Title: Can't enable Wi-Fi when connect to WD19TB and enable Wireless radio control in BIOS To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1934624/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1932548] Re: [Intel Wi-Fi 6 AX201] Video conferences constantly freeze when I am on wireless [8086:a0f0]
@skidooman hello, According to your log, you indeed load -59 fw, but the firmware is still crashed. [20088.470922] iwlwifi :00:14.3: Microcode SW error detected. Restarting 0x0. [20088.472117] iwlwifi :00:14.3: Start IWL Error Log Dump: [20088.472118] iwlwifi :00:14.3: Status: 0x0040, count: 6 [20088.472120] iwlwifi :00:14.3: Loaded firmware version: 59.601f3a66.0 QuZ-a0-hr-b0-59.ucode [20088.472122] iwlwifi :00:14.3: 0x0071 | NMI_INTERRUPT_UMAC_FATAL [20088.472123] iwlwifi :00:14.3: 0xA210 | trm_hw_status0 [20088.472124] iwlwifi :00:14.3: 0x | trm_hw_status1 [20088.472125] iwlwifi :00:14.3: 0x004CB046 | branchlink2 [20088.472126] iwlwifi :00:14.3: 0x0001C700 | interruptlink1 [20088.472127] iwlwifi :00:14.3: 0x0001C700 | interruptlink2 [20088.472128] iwlwifi :00:14.3: 0xB734 | data1 [20088.472129] iwlwifi :00:14.3: 0x1000 | data2 [20088.472130] iwlwifi :00:14.3: 0x | data3 [20088.472131] iwlwifi :00:14.3: 0xD4C177FC | beacon time [20088.472132] iwlwifi :00:14.3: 0xBA7C7806 | tsf low [20088.472133] iwlwifi :00:14.3: 0x0004 | tsf hi [20088.472134] iwlwifi :00:14.3: 0x | time gp1 [20088.472135] iwlwifi :00:14.3: 0xACA6C4CC | time gp2 [20088.472136] iwlwifi :00:14.3: 0x0001 | uCode revision type [20088.472137] iwlwifi :00:14.3: 0x003B | uCode version major [20088.472137] iwlwifi :00:14.3: 0x601F3A66 | uCode version minor [20088.472138] iwlwifi :00:14.3: 0x0351 | hw version [20088.472139] iwlwifi :00:14.3: 0x00C89004 | board version [20088.472140] iwlwifi :00:14.3: 0x803EFC02 | hcmd [20088.472141] iwlwifi :00:14.3: 0x2402 | isr0 [20088.472142] iwlwifi :00:14.3: 0x0040 | isr1 [20088.472143] iwlwifi :00:14.3: 0x08B2 | isr2 [20088.472144] iwlwifi :00:14.3: 0x00C37FCC | isr3 [20088.472145] iwlwifi :00:14.3: 0x | isr4 [20088.472145] iwlwifi :00:14.3: 0x0464001C | last cmd Id [20088.472146] iwlwifi :00:14.3: 0xB734 | wait_event [20088.472147] iwlwifi :00:14.3: 0x6208 | l2p_control [20088.472148] iwlwifi :00:14.3: 0x00010014 | l2p_duration [20088.472149] iwlwifi :00:14.3: 0x033F | l2p_mhvalid [20088.472150] iwlwifi :00:14.3: 0x | l2p_addr_match [20088.472150] iwlwifi :00:14.3: 0x0009 | lmpm_pmg_sel [20088.472151] iwlwifi :00:14.3: 0x | timestamp [20088.472152] iwlwifi :00:14.3: 0xB0D0 | flow_handler [20088.472658] iwlwifi :00:14.3: Start IWL Error Log Dump: [20088.472659] iwlwifi :00:14.3: Status: 0x0040, count: 7 [20088.472660] iwlwifi :00:14.3: 0x2000307C | ADVANCED_SYSASSERT [20088.472660] iwlwifi :00:14.3: 0x | umac branchlink1 [20088.472661] iwlwifi :00:14.3: 0x80456E90 | umac branchlink2 [20088.472662] iwlwifi :00:14.3: 0xC0085328 | umac interruptlink1 [20088.472662] iwlwifi :00:14.3: 0x | umac interruptlink2 [20088.472663] iwlwifi :00:14.3: 0x | umac data1 [20088.472664] iwlwifi :00:14.3: 0xDEADBEEF | umac data2 [20088.472664] iwlwifi :00:14.3: 0xDEADBEEF | umac data3 [20088.472665] iwlwifi :00:14.3: 0x003B | umac major [20088.472666] iwlwifi :00:14.3: 0x601F3A66 | umac minor [20088.472666] iwlwifi :00:14.3: 0xACA6C4C7 | frame pointer [20088.472667] iwlwifi :00:14.3: 0xC0885E20 | stack pointer [20088.472667] iwlwifi :00:14.3: 0x0094010D | last host cmd [20088.472668] iwlwifi :00:14.3: 0x | isr status reg [20088.472731] iwlwifi :00:14.3: Fseq Registers: [20088.472754] iwlwifi :00:14.3: 0x6000 | FSEQ_ERROR_CODE [20088.472778] iwlwifi :00:14.3: 0x00290033 | FSEQ_TOP_INIT_VERSION [20088.472801] iwlwifi :00:14.3: 0x00090006 | FSEQ_CNVIO_INIT_VERSION [20088.472825] iwlwifi :00:14.3: 0xA482 | FSEQ_OTP_VERSION [20088.472848] iwlwifi :00:14.3: 0x0003 | FSEQ_TOP_CONTENT_VERSION [20088.472872] iwlwifi :00:14.3: 0x4552414E | FSEQ_ALIVE_TOKEN [20088.472895] iwlwifi :00:14.3: 0x2302 | FSEQ_CNVI_ID [20088.472919] iwlwifi :00:14.3: 0x01300504 | FSEQ_CNVR_ID [20088.472943] iwlwifi :00:14.3: 0x2302 | CNVI_AUX_MISC_CHIP [20088.472969] iwlwifi :00:14.3: 0x01300504 | CNVR_AUX_MISC_CHIP [20088.472995] iwlwifi :00:14.3: 0x05B0905B | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM [20088.473020] iwlwifi :00:14.3: 0x025B | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR [20088.474803] iwlwifi :00:14.3: WRT: Collecting data: ini trigger 4 fired. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1932548 Title: [Intel Wi-Fi 6 AX201] Video conferences constantly freeze when I am on wireless [8086:a0f0] To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1932548/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mail
[Bug 1926280] Re: ALS function lost after suspend/resume
Run on Dell machine with ALS and support in_illuminance_raw node. $ monitor-sensor => to check the Light changed event $ sudo -s # for i in `seq 20`; do sleep 5; rtcwake -m mem -s 10; done The light changed event keeps updating after the multiple suspend/resume operation. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926280 Title: ALS function lost after suspend/resume To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1926280/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926280] Re: ALS function lost after suspend/resume
** Tags removed: verification-needed verification-needed-focal ** Tags added: verification-done verification-done-focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926280 Title: ALS function lost after suspend/resume To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1926280/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1918855] Re: Xorg xserver got signal 6 to abort
Summarize the bug status: 1. The issue is reproduced on focal/hirsute. 2. The latest mesa library from ppa:oibaf/graphics-drivers, can lower the reproduce rate on focal/hirsute, it is 100/100 reproducible originally. Conclusion: We don't have identified solution at this moment. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1918855 Title: Xorg xserver got signal 6 to abort To manage notifications about this bug go to: https://bugs.launchpad.net/mesa/+bug/1918855/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926547] Re: Add Dell Privacy Mic Mute Key
** Description changed: [Impact] - * New Dell machine will support new Dell privacy function, -such as Mic Mute. If the hwdb file does not update, userspace won't -get notification. + * Dell introduced new function called Dell Privacy, it utilizes + hardware mute to control audio and camera. The commit map the reported + key event to mic mute for making userspace can work as before, "Mic + Mute" dialog pop-up while the mic mute button is pressed. [Test Plan] - * Use a Dell machine, which has Dell privacy function, and press mic mute key. -GUI will pop up "Mic Mute" icon. - + * Use a Dell machine, which has Dell privacy function, and press mic mute key. + GUI will pop up "Mic Mute" icon. [Where problems could occur] - * This change adds new hwdb, will not impact other hardware. - + * This change adds key event mapping in hwdb, which won't impact other + hardware. [Other Info] - + + * The change can only work with kernel commit on some specific hardware, ex. Latitude 9520. The commit series is "hardware-privacy-implementation-for-dell-laptop" in alsa-devel kernel tree. +https://patchwork.kernel.org/project/alsa-devel/list/?series=465445 * This change has been verified on Dell machine. ** Description changed: [Impact] - * Dell introduced new function called Dell Privacy, it utilizes + * Dell introduces new function called Dell Privacy, it utilizes hardware mute to control audio and camera. The commit map the reported key event to mic mute for making userspace can work as before, "Mic Mute" dialog pop-up while the mic mute button is pressed. [Test Plan] * Use a Dell machine, which has Dell privacy function, and press mic mute key. GUI will pop up "Mic Mute" icon. [Where problems could occur] * This change adds key event mapping in hwdb, which won't impact other hardware. [Other Info] * The change can only work with kernel commit on some specific hardware, ex. Latitude 9520. The commit series is "hardware-privacy-implementation-for-dell-laptop" in alsa-devel kernel tree. -https://patchwork.kernel.org/project/alsa-devel/list/?series=465445 - * This change has been verified on Dell machine. + https://patchwork.kernel.org/project/alsa-devel/list/?series=465445 + * This change has been verified on Dell machine. ** Summary changed: - Add Dell Privacy Mic Mute Key + Add Dell Privacy Mic Mute Key event mapping ** Summary changed: - Add Dell Privacy Mic Mute Key event mapping + Add Dell Privacy Mic Mute Key mapping -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926547 Title: Add Dell Privacy Mic Mute Key mapping To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1926547/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926280] Re: ALS function lost after suspend/resume
** Changed in: oem-priority Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926280 Title: ALS function lost after suspend/resume To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1926280/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1923150] Re: unexpected error pop-up after 'apt install nvidia-driver-455'
Upload the log with aptd -d. ** Attachment added: "aptd-d.log" https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-455/+bug/1923150/+attachment/5486760/+files/aptd-d.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1923150 Title: unexpected error pop-up after 'apt install nvidia-driver-455' To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1923150/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1923150] Re: unexpected error pop-up after 'apt install nvidia-driver-455'
I try to add following line to /etc/apt/apt.conf.d/20auto-upgrades can workaround this problem. +APT::Immediate-Configure "false"; The idea is from https://bugs.launchpad.net/ubuntu/+source/python- defaults/+bug/990740 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1923150 Title: unexpected error pop-up after 'apt install nvidia-driver-455' To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1923150/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 455] Re: Unable to upgrade.
I try to add following line to /etc/apt/apt.conf.d/20auto-upgrades can workaround this problem. +APT::Immediate-Configure "false"; The idea is from https://bugs.launchpad.net/ubuntu/+source/python- defaults/+bug/990740 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/455 Title: Unable to upgrade. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libgtk-java/+bug/455/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1908677] Re: Dell Latitude 9510 capture volume is too low
** Changed in: oem-priority Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1908677 Title: Dell Latitude 9510 capture volume is too low To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1908677/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1924689] [NEW] Can see some garbage at the edge of the Window after changing scale
Public bug reported: Ubuntu release: Ubuntu 20.04.2 LTS Issue description: When the gnome-initial-setup launched, if user tries change the scale. There is some garbage on the edge of the window. The issue is not seen if we login in wayland session. A video is attached. ** Affects: oem-priority Importance: Undecided Status: New ** Affects: gnome-initial-setup (Ubuntu) Importance: Undecided Status: New ** Tags: oem-priority originate-from-1918215 somerville ** Attachment added: "2.display_scale_200%.mp4" https://bugs.launchpad.net/bugs/1924689/+attachment/5488731/+files/2.display_scale_200%25.mp4 ** Tags added: oem-priority originate-from-1918215 somerville -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1924689 Title: Can see some garbage at the edge of the Window after changing scale To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1924689/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1924689] Re: Can see some garbage at the edge of the window after changing scale
** Summary changed: - Can see some garbage at the edge of the Window after changing scale + Can see some garbage at the edge of the window after changing scale ** Description changed: Ubuntu release: Ubuntu 20.04.2 LTS Issue description: - When the gnome-initial-setup launched, if user tries change the scale. + When the gnome-initial-setup launched, if user changes the scale 200 -> 400 or 100 -> 200. There is some garbage on the edge of the window. The issue is not seen if we login in wayland session. A video is attached. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1924689 Title: Can see some garbage at the edge of the window after changing scale To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1924689/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1924970] Re: Add soundwire sdca codec support
** Description changed: [Impact] - * The output device in sound settings will non-functional. -Sound input device will be empty. -An upstream commit add supports for SDW sdca codec support. + * The output device in sound settings will non-functional. + Sound input device will be empty. + An upstream commit add supports for SDW sdca codec support. [Test Plan] - * Open settings and select Sound column. -Testing speaker won't have any sound output. - * Try to update files mentioned here - https://github.com/alsa-project/alsa-ucm-conf/pull/71/commits/a7f348bb37d2b3254801702299ab2c76833a3c16 - https://github.com/alsa-project/alsa-ucm-conf/pull/71/commits/651c2c851bf17a1d76e0a046eb33eccbcf98845f - * alsactl init + * Open settings and select Sound column. + Testing speaker won't have any sound output. + * Try to update files mentioned here + https://github.com/alsa-project/alsa-ucm-conf/pull/71/commits/a7f348bb37d2b3254801702299ab2c76833a3c16 + https://github.com/alsa-project/alsa-ucm-conf/pull/71/commits/651c2c851bf17a1d76e0a046eb33eccbcf98845f + * alsactl init - * Open settings and select Sound column and test output device again. -Sound devices work properly. - + * Open settings and select Sound column and test output device again. + Sound devices work properly. + [Where problems could occur] - * This change adds new hardware support. + * This change adds new hardware support. - * The change only adds new hardware support, -it will not affect other codec device. + * The change only adds new hardware support, + it will not affect other codec device. [Other Info] - - * The change has been verified on Dell machine. + + * The change has been verified on Dell machine with sdca codec. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1924970 Title: Add soundwire sdca codec support To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1924970/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1924970] Re: Add soundwire sdca codec support
** Changed in: oem-priority Assignee: (unassigned) => Andy Chi (andch) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1924970 Title: Add soundwire sdca codec support To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1924970/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1918855] Re: Xorg xserver got signal 6 to abort
** Changed in: oem-priority Assignee: (unassigned) => Andy Chi (andch) ** Changed in: oem-priority Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1918855 Title: Xorg xserver got signal 6 to abort To manage notifications about this bug go to: https://bugs.launchpad.net/mesa/+bug/1918855/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1908885] Re: Fix drm_WARN_ON(common_len <= 0)
** Changed in: oem-priority Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1908885 Title: Fix drm_WARN_ON(common_len <= 0) To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1908885/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926280] [NEW] ALS function lost after suspend/resume
Public bug reported: [Impact] * Some Dell machine support ALS (ambient light sensor) will lost function after suspend/resume It originally only report iio-buffer-als by udev rule, but the buffer no longer update after suspend/resume, the issue can be eliminated by polling in_illuminance_raw node. [Test Plan] * Boot a machine with ALS support, and check it by $ cat /sys/bus/iio/devices/iio:device*/name => see if it contains name als * do suspend/stress by $ sudo -s # for i in `seq 20`; do sleep 5; rtcwake -m mem -s 10; done * run monitor-sensor and cover your hand on the light sensor $ monitor-sensor * if the als function lost, there should be no update of the ambient light sensor anymore [Where problems could occur] * The change add in_illuminance_raw check and add iio-poll-als IIO_SENSOR_PROXY_TYPE for it. * It will keep original IIO_SENSOR_PROXY_TYPE and multiple IIO_SENSOR_PROXY_TYPE support, so risk is low for other hardware. [Other Info] * The change is from which has been in groovy and hirsute. https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/commit/eb8fde8fd246ea6c30a8d4a29d6061b42f7012f2 https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/commit/de1e1ea35aea81a4b5c22cb2458e9686911fb383 ** Affects: oem-priority Importance: Undecided Status: New ** Affects: iio-sensor-proxy (Ubuntu) Importance: Undecided Status: New ** Tags: oem-priority originate-from-1921901 somerville ** Tags added: oem-priority originate-from-1921901 somerville ** Description changed: [Impact] - * Some Dell machine support ALS (ambient light sensor) will lost function after suspend/resume -It originally only report iio-buffer-als by udev rule, but the buffer no longer update after -suspend/resume, the issue can be eliminated by polling in_illuminance_raw node. + * Some Dell machine support ALS (ambient light sensor) will lost function after suspend/resume + It originally only report iio-buffer-als by udev rule, but the buffer no longer update after + suspend/resume, the issue can be eliminated by polling in_illuminance_raw node. [Test Plan] - * Boot on a machine with ALS support by -$ cat /sys/bus/iio/devices/iio:device*/name => see if it contains name als - * do suspend/stress by -$ sudo -s -# for i in `seq 20`; do sleep 5; rtcwake -m mem -s 10; done - * run monitor-sensor and cover your hand on the light sensor -$ monitor-sensor - * if the als function lost, there should be no update of the ambient light sensor anymore + * Boot on a machine with ALS support by + $ cat /sys/bus/iio/devices/iio:device*/name => see if it contains name als + * do suspend/stress by + $ sudo -s + # for i in `seq 20`; do sleep 5; rtcwake -m mem -s 10; done + * run monitor-sensor and cover your hand on the light sensor + $ monitor-sensor + * if the als function lost, there should be no update of the ambient light sensor anymore [Where problems could occur] - * The change add in_illuminance_raw check and add iio_poll_als + * The change add in_illuminance_raw check and add iio-poll-als IIO_SENSOR_PROXY_TYPE for it. - * It will keep original IIO_SENSOR_PROXY_TYPE and more IIO_SENSOR_PROXY_TYPE support single hardware, so risk is low for other hardware. - * The in_illuminance_raw polling is determined by driver support. + * It will keep original IIO_SENSOR_PROXY_TYPE and more IIO_SENSOR_PROXY_TYPE support single hardware, so risk is low for other hardware. + * The in_illuminance_raw polling is determined by driver support. [Other Info] - * The change is from - https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/commit/eb8fde8fd246ea6c30a8d4a29d6061b42f7012f2 - https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/commit/de1e1ea35aea81a4b5c22cb2458e9686911fb383 + * The change is from + https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/commit/eb8fde8fd246ea6c30a8d4a29d6061b42f7012f2 + https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/commit/de1e1ea35aea81a4b5c22cb2458e9686911fb383 ** Description changed: [Impact] * Some Dell machine support ALS (ambient light sensor) will lost function after suspend/resume It originally only report iio-buffer-als by udev rule, but the buffer no longer update after suspend/resume, the issue can be eliminated by polling in_illuminance_raw node. [Test Plan] * Boot on a machine with ALS support by $ cat /sys/bus/iio/devices/iio:device*/name => see if it contains name als * do suspend/stress by $ sudo -s # for i in `seq 20`; do sleep 5; rtcwake -m mem -s 10; done * run monitor-sensor and cover your hand on the light sensor $ monitor-sensor * if the als function lost, there should be no update of the ambient light sensor anymore [Where problems could occur] * The change add in_illuminance_raw check and add iio-poll-als II
[Bug 1926280] Re: ALS function lost after suspend/resume
Upload focal iio-sensor-proxy_2.8-1ubuntu1.debdiff. ** Changed in: oem-priority Assignee: (unassigned) => Kai-Chuan Hsieh (kchsieh) ** Patch added: "iio-sensor-proxy_2.8-1ubuntu1.debdiff" https://bugs.launchpad.net/ubuntu/+source/iio-sensor-proxy/+bug/1926280/+attachment/5492759/+files/iio-sensor-proxy_2.8-1ubuntu1.debdiff ** Description changed: [Impact] * Some Dell machine support ALS (ambient light sensor) will lost function after suspend/resume It originally only report iio-buffer-als by udev rule, but the buffer no longer update after suspend/resume, the issue can be eliminated by polling in_illuminance_raw node. [Test Plan] * Boot a machine with ALS support, and check it by $ cat /sys/bus/iio/devices/iio:device*/name => see if it contains name als * do suspend/stress by $ sudo -s # for i in `seq 20`; do sleep 5; rtcwake -m mem -s 10; done * run monitor-sensor and cover your hand on the light sensor $ monitor-sensor * if the als function lost, there should be no update of the ambient light sensor anymore [Where problems could occur] * The change add in_illuminance_raw check and add iio-poll-als IIO_SENSOR_PROXY_TYPE for it. * It will keep original IIO_SENSOR_PROXY_TYPE and multiple IIO_SENSOR_PROXY_TYPE support, so risk is low for other hardware. [Other Info] - * The change is from which has been in groovy and hirsute. + * The changes from upstream are in groovy and hirsute already. https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/commit/eb8fde8fd246ea6c30a8d4a29d6061b42f7012f2 https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/commit/de1e1ea35aea81a4b5c22cb2458e9686911fb383 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926280 Title: ALS function lost after suspend/resume To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1926280/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1926280] Re: ALS function lost after suspend/resume
@seb128 thanks for your quick response, may I know when will it be in update channel? Thanks, ** Description changed: [Impact] * Some Dell machine support ALS (ambient light sensor) will lost function after suspend/resume It originally only report iio-buffer-als by udev rule, but the buffer no longer update after suspend/resume, the issue can be eliminated by polling in_illuminance_raw node. [Test Plan] * Boot a machine with ALS support, and check it by $ cat /sys/bus/iio/devices/iio:device*/name => see if it contains name als * do suspend/stress by $ sudo -s # for i in `seq 20`; do sleep 5; rtcwake -m mem -s 10; done * run monitor-sensor and cover your hand on the light sensor $ monitor-sensor * if the als function lost, there should be no update of the ambient light sensor anymore [Where problems could occur] - * The change add in_illuminance_raw check and add iio-poll-als - IIO_SENSOR_PROXY_TYPE for it. + * The change add in_illuminance_raw check and add iio-poll-als to + IIO_SENSOR_PROXY_TYPE for sensor using raw value. * It will keep original IIO_SENSOR_PROXY_TYPE and multiple IIO_SENSOR_PROXY_TYPE support, so risk is low for other hardware. [Other Info] - * The changes from upstream are in groovy and hirsute already. + * The change is from which has been in groovy and hirsute. https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/commit/eb8fde8fd246ea6c30a8d4a29d6061b42f7012f2 https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/commit/de1e1ea35aea81a4b5c22cb2458e9686911fb383 ** Description changed: [Impact] * Some Dell machine support ALS (ambient light sensor) will lost function after suspend/resume It originally only report iio-buffer-als by udev rule, but the buffer no longer update after suspend/resume, the issue can be eliminated by polling in_illuminance_raw node. [Test Plan] * Boot a machine with ALS support, and check it by $ cat /sys/bus/iio/devices/iio:device*/name => see if it contains name als * do suspend/stress by $ sudo -s # for i in `seq 20`; do sleep 5; rtcwake -m mem -s 10; done * run monitor-sensor and cover your hand on the light sensor $ monitor-sensor * if the als function lost, there should be no update of the ambient light sensor anymore [Where problems could occur] * The change add in_illuminance_raw check and add iio-poll-als to IIO_SENSOR_PROXY_TYPE for sensor using raw value. * It will keep original IIO_SENSOR_PROXY_TYPE and multiple IIO_SENSOR_PROXY_TYPE support, so risk is low for other hardware. [Other Info] - * The change is from which has been in groovy and hirsute. + * The change is from upstream which has been in groovy and hirsute. https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/commit/eb8fde8fd246ea6c30a8d4a29d6061b42f7012f2 https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/commit/de1e1ea35aea81a4b5c22cb2458e9686911fb383 ** Description changed: [Impact] * Some Dell machine support ALS (ambient light sensor) will lost function after suspend/resume It originally only report iio-buffer-als by udev rule, but the buffer no longer update after suspend/resume, the issue can be eliminated by polling in_illuminance_raw node. [Test Plan] * Boot a machine with ALS support, and check it by $ cat /sys/bus/iio/devices/iio:device*/name => see if it contains name als * do suspend/stress by $ sudo -s # for i in `seq 20`; do sleep 5; rtcwake -m mem -s 10; done * run monitor-sensor and cover your hand on the light sensor $ monitor-sensor * if the als function lost, there should be no update of the ambient light sensor anymore [Where problems could occur] * The change add in_illuminance_raw check and add iio-poll-als to IIO_SENSOR_PROXY_TYPE for sensor using raw value. * It will keep original IIO_SENSOR_PROXY_TYPE and multiple IIO_SENSOR_PROXY_TYPE support, so risk is low for other hardware. + * Checking on working hardware and run $ monitor-sensor +it should keep popping Light changed event no matter what operations, +close lid, suspend/resume, reboot...etc. + [Other Info] * The change is from upstream which has been in groovy and hirsute. https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/commit/eb8fde8fd246ea6c30a8d4a29d6061b42f7012f2 https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/commit/de1e1ea35aea81a4b5c22cb2458e9686911fb383 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926280 Title: ALS function lost after suspend/resume To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1926280/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.
[Bug 1932548] Re: [Intel Wi-Fi 6 AX201] Video conferences constantly freeze when I am on wireless [8086:a0f0]
** Tags added: originate-from-1935804 ** Tags added: originate-from-1933755 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1932548 Title: [Intel Wi-Fi 6 AX201] Video conferences constantly freeze when I am on wireless [8086:a0f0] To manage notifications about this bug go to: https://bugs.launchpad.net/linux-firmware/+bug/1932548/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1932548] Re: [Intel Wi-Fi 6 AX201] Video conferences constantly freeze when I am on wireless [8086:a0f0]
@skidooman Could you try the software configuration you are using in #26, but disable UFW? I am using Precision 5750 from daily basis (it utilizes the same Wi-Fi firmware as yours), but I didn't encounter the firmware crash like yours so frequently, I can finish the meeting with Wi-Fi everyday, and I am using https://www.asus.com/Networking-IoT-Servers/WiFi-Routers/ASUS-WiFi-Routers/RT-AX56U/, which is Wi-Fi 6 too. From the log, the UFW keeps blocking the packet from the AP 192.168.1.1, then the firmware can't handle the request from driver and it is crashed. Sorry that we can't debug the firmware, since it is a pure binary from Intel. By the way, could you attach the Access Point information? I'll try if we can find the same model here in Taiwan. Thanks, -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1932548 Title: [Intel Wi-Fi 6 AX201] Video conferences constantly freeze when I am on wireless [8086:a0f0] To manage notifications about this bug go to: https://bugs.launchpad.net/linux-firmware/+bug/1932548/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1894946] Re: [MIR] oem-somerville-octillery-meta
Attach oem-somerville-octillery-meta_20.04~ubuntu1.debdiff by oem- scripts 1.6. ** Information type changed from Proprietary to Public ** Changed in: ubuntu Status: New => Confirmed ** Attachment removed: "debdiff" https://bugs.launchpad.net/bugs/1894946/+attachment/5412814/+files/debdiff ** Patch added: "oem-somerville-octillery-meta_20.04~ubuntu1.debdiff" https://bugs.launchpad.net/bugs/1894946/+attachment/5514596/+files/oem-somerville-octillery-meta_20.04~ubuntu1.debdiff ** Tags added: oem-scripts-1.6 ubuntu-certified -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1894946 Title: [MIR] oem-somerville-octillery-meta To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1894946/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
@seb128 Thanks for reviewing it carefully and the explicit explanation. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
@tjaalton reply #47 Upstream has merged quirk already. https://gitlab.freedesktop.org/libinput/libinput/-/commit/69959c8a3b0612fb2bea015713f630a896188529 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
** Patch added: "libinput-bionic.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5441544/+files/libinput-bionic.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
@tjaalton reply to #54 ah, yes. it was my mistake, I initially create the debdiff without caution, I'll re-upload the the debdiff for bionic, can you help to switch the deb in bionic queue for me? Sorry for your inconvenience, ** Patch removed: "libinput-bionic.debdiff" https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/1906341/+attachment/5440249/+files/libinput-bionic.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
Verify pass on focal. Test on machine with clickpad bit is 0: 1. install 20.04 on Precision 7750 2. enable developer option 3. $ sudo apt install libinput10 4. $ sudo reboot 5. check the touchpad input device properties is 5 6. Test that left/right button works Test on machine with clickpad bit is 1: 1. install 20.04 on Precision 7750 2. enable developer option 3. $ sudo apt install libinput10 4. $ sudo reboot 5. check the touchpad input device properties is 1 6. Test that left/right button still works ** Tags removed: verification-needed-focal ** Tags added: verification-done-focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
Verify pass on groovy. Test on machine with clickpad bit is 0: 1. install 20.10 on Precision 7750 2. enable developer option 3. $ sudo apt install libinput10 4. $ sudo reboot 5. check the touchpad input device properties is 5 6. Test that left/right button works Test on machine with clickpad bit is 1: 1. install 20.10 on Precision 7750 2. enable developer option 3. $ sudo apt install libinput10 4. $ sudo reboot 5. check the touchpad input device properties is 1 6. Test that left/right button still works ** Tags removed: verification-needed-groovy ** Tags added: verification-done-groovy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
According to https://bugs.launchpad.net/timbuktu/+bug/1905819/comments/7 The bionic is also verified. ** Tags removed: verification-needed verification-needed-bionic ** Tags added: verification-done verification-done-bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1906341] Re: Touchpad button doesn't work on Dell Precision 7550/7750
** Changed in: oem-priority Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906341 Title: Touchpad button doesn't work on Dell Precision 7550/7750 To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1906341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1902848] Re: Support Intel AX210 wifi [8086:2725] Subsystem [8086:4020]
** Tags added: originate-from-1908031 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1902848 Title: Support Intel AX210 wifi [8086:2725] Subsystem [8086:4020] To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1902848/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1890130] Re: Add support for Intel Bluetooth Device Typhoon Peak (8087:0032)
** Tags added: originate-from-1908031 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1890130 Title: Add support for Intel Bluetooth Device Typhoon Peak (8087:0032) To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1890130/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1899857] Re: [SRU] alsa-lib: support the enum value settings both in "" and in ''
@seb128 Hello, I reupload the debdiff for focal based on the latest alsa-lib version. Please help to upload to queue. version is 1.2.2-2.1ubuntu2.3.debdiff. Thanks, ** Patch added: "alsa-lib_1.2.2-2.1ubuntu2.3.debdiff" https://bugs.launchpad.net/ubuntu/+source/alsa-lib/+bug/1899857/+attachment/5444146/+files/alsa-lib_1.2.2-2.1ubuntu2.3.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1899857 Title: [SRU] alsa-lib: support the enum value settings both in "" and in '' To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1899857/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1899857] Re: [SRU] alsa-lib: support the enum value settings both in "" and in ''
May I know when will it be in proposed? should I invite someone to review? thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1899857 Title: [SRU] alsa-lib: support the enum value settings both in "" and in '' To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1899857/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1908677] [NEW] Dell Latitude 9510 capture volume is too low
Public bug reported: [Impact] * The internal mic default volume is too low A upstream commit correct the init configuration [Test Case] * Using gnome-sound-recoder to record audio without tweak capture volume The volume is very low * Try to update the init.conf mentioned by https://github.com/alsa-project/alsa-ucm-conf/commit/263bd26b1216c933db3d216197a78678d0f8610e $ alsactl init $ amixer cget name='rt715 ADC 07 Capture Volume' numid=14,iface=MIXER,name='rt715 ADC 07 Capture Volume' ; type=INTEGER,access=rw---R--,values=2,min=0,max=63,step=0 : values=58,58 | dBscale-min=-17.25dB,step=0.75dB,mute=0 * Using gnome-sound-recorder to record again The volume is significantly improved [Where problems could occur] * The change only apply to the hardware with rt715 codec. * The change adjust the volume only, but not change other control, the worst case is the change doesn't take effect. [Other Info] * The change has been verified on Latitude 9510. ** Affects: oem-priority Importance: Undecided Status: New ** Affects: alsa-ucm-conf (Ubuntu) Importance: Undecided Status: New ** Tags: oem-priority originate-from-1900811 somerville -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1908677 Title: Dell Latitude 9510 capture volume is too low To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1908677/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1908677] Re: Dell Latitude 9510 capture volume is too low
Upload the debdiff. ** Tags added: oem-priority originate-from-1900811 somerville ** Patch added: "alsa-ucm-conf_1.2.2-1ubuntu5.2.debdiff" https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1908677/+attachment/5444846/+files/alsa-ucm-conf_1.2.2-1ubuntu5.2.debdiff ** Description changed: [Impact] - * The internal mic default volume is too low -A upstream commit correct the init configuration + * The internal mic default volume is too low + A upstream commit correct the init configuration [Test Case] - * Using gnome-sound-recoder to record audio without tweak capture volume -The volume is very low - * Try to update the init.conf mentioned by - https://github.com/alsa-project/alsa-ucm-conf/commit/263bd26b1216c933db3d216197a78678d0f8610e -$ alsactl init -$ amixer cget name='rt715 ADC 07 Capture Volume' -numid=14,iface=MIXER,name='rt715 ADC 07 Capture Volume' - ; type=INTEGER,access=rw---R--,values=2,min=0,max=63,step=0 - : values=58,58 - | dBscale-min=-17.25dB,step=0.75dB,mute=0 + * Using gnome-sound-recoder to record audio without tweak capture volume + The volume is very low + * Try to update the init.conf mentioned by + https://github.com/alsa-project/alsa-ucm-conf/commit/263bd26b1216c933db3d216197a78678d0f8610e + $ alsactl init + $ amixer cget name='rt715 ADC 07 Capture Volume' + numid=14,iface=MIXER,name='rt715 ADC 07 Capture Volume' + ; type=INTEGER,access=rw---R--,values=2,min=0,max=63,step=0 + : values=58,58 + | dBscale-min=-17.25dB,step=0.75dB,mute=0 - * Using gnome-sound-recorder to record again -The volume is significantly improved + * Using gnome-sound-recorder to record again + The volume is significantly improved + [Where problems could occur] - * The change only apply to the hardware with rt715 codec. + * The change only apply to the hardware with rt715 codec. - * The change adjust the volume only, but not change other control, -the worst case is the change doesn't take effect. + * The change adjust the volume only, but not change other control, + the worst case is the change doesn't take effect. [Other Info] - - * The change has been verified on Latitude 9510. + + * The change has been verified on Latitude 9510. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1908677 Title: Dell Latitude 9510 capture volume is too low To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1908677/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1899857] Re: [SRU] alsa-lib: support the enum value settings both in "" and in ''
Validate on Latitude 9420. Its codec init.conf under /usr/share/alsa/ucm2/codecs/rt715-sdca/init.conf introduced by https://github.com/thesofproject/alsa-ucm-conf/pull/45 The command: cset "name='rt714 ADC 22 Mux' 'DMIC3'" cset "name='rt714 ADC 23 Mux' 'DMIC4'" doesn't work, and internal microphone is not able to use. After update the libasound2. run $ alsactl init $ amixer cget name='rt714 ADC 22 Mux' numid=85,iface=MIXER,name='rt714 ADC 22 Mux' ; type=ENUMERATED,access=rw--,values=1,items=8 ; Item #0 'MIC1' ; Item #1 'MIC2' ; Item #2 'LINE1' ; Item #3 'LINE2' ; Item #4 'DMIC1' ; Item #5 'DMIC2' ; Item #6 'DMIC3' ; Item #7 'DMIC4' : values=6 $ amixer cget name='rt714 ADC 23 Mux' numid=86,iface=MIXER,name='rt714 ADC 23 Mux' ; type=ENUMERATED,access=rw--,values=1,items=8 ; Item #0 'MIC1' ; Item #1 'MIC2' ; Item #2 'LINE1' ; Item #3 'LINE2' ; Item #4 'DMIC1' ; Item #5 'DMIC2' ; Item #6 'DMIC3' ; Item #7 'DMIC4' : values=7 And the internal microphone works. ** Tags removed: verification-needed verification-needed-focal ** Tags added: verification-done verification-done-focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1899857 Title: [SRU] alsa-lib: support the enum value settings both in "" and in '' To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1899857/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs