[Touch-packages] [Bug 2061118] Re: Rendering issues in vmware with 3d on (GTK ngl backend)

2024-04-17 Thread Adam Williamson
OK, so I just tried this out on the same host I did my Fedora 40 testing, a Windows 11 23H2 system with Intel graphics (no NVIDIA) and VMWare Player 17. I grabbed the Ubuntu 24.04 beta desktop image - ubuntu-24.04-beta- desktop-amd64.iso - and booted it. From that environment I could reproduce

[Touch-packages] [Bug 2061118] Re: Rendering issues in vmware with 3d on (GTK ngl backend)

2024-04-17 Thread Adam Williamson
FWIW, I did my testing - which found this is broken for a Fedora 40 guest with mesa 24.0.4, but fixed with 24.0.5 - on a Windows 11 (23H2) host. No idea what's different for Oliver, sorry :( I guess I could try with an Ubuntu guest on my test setup, I've got a bit of spare time today. -- You

[Touch-packages] [Bug 2060906] Re: attempt to add opensc using modutil suddenly fails

2024-04-11 Thread Adam Pankow
@mdeslaur did you mean to set this bug invalid? It looked like you intended to set bug #2060968 instead? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to nss in Ubuntu. https://bugs.launchpad.net/bugs/2060906 Title: attempt

[Touch-packages] [Bug 2059976] Re: unmkinitramfs is very slow on initrd from ubuntu 23.10+, solution proposed

2024-04-08 Thread Adam Vodopjan
> I have implemented the listing of uncompressed cpio archives (roughly 120 lines of code). Now I have to add the decompression support Finding offsets of the embedded archives is the only time consuming part of the whole script. Mby it is better to create a separate tool, say "scaninitramfs", to

[Touch-packages] [Bug 2059976] [NEW] unmkinitramfs is very slow on initrd from ubuntu 23.10+, solution proposed

2024-04-01 Thread Adam Vodopjan
Public bug reported: Since 23.10 the initrd consists of 4 embedded cpio: - amd microcode - intel microcode - firmware + kernel modules - rest (compressed) Previously it was: - amd microcode - intel microcode - rest (compressed) There is no archive size header for cpio, so unmkinitramfs has to

[Touch-packages] [Bug 2003851] Re: occasional hanging 'apt-get update' from daily cronjob since Jammy 22.04

2024-03-25 Thread Adam Saponara
Following up, `Acquire::Retries=0` seems to be avoiding the bug in prod, which strengthens my suspicion that it's related to retries. As for the actual bug, when apt is hanging, I notice that the work queue has items in it, but they have not been delegated to a worker. There is a condition that

[Touch-packages] [Bug 2003851] Re: occasional hanging 'apt-get update' from daily cronjob since Jammy 22.04

2024-03-21 Thread Adam Saponara
Hello, also affected by this. I'm able to reproduce the bug using Walter's mock server. I suspect it may be related to the retry code that kicks in when a transient error is encountered (like a 503). Retries are enabled by default since apt 2.3.2, which seems to fit the regression window people

[Touch-packages] [Bug 2058628] [NEW] initramfs-tools dhcpcd timeout

2024-03-21 Thread Adam Mosseri
Public bug reported: Hi, We found an issue in `initramfs-tools-core` (noble,now 0.142ubuntu20 all) related to this change : https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2024164 (dhclient replaced by dhcpcd). dhclient was faster to give an IP. In the `initramfs-tools-core`

[Touch-packages] [Bug 2055055] Re: unmkinitramfs: wrong and unneeded count= in a dd call

2024-02-27 Thread Adam Vodopjan
https://salsa.debian.org/kernel-team/initramfs-tools/-/merge_requests/92 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/2055055 Title: unmkinitramfs: wrong and

[Touch-packages] [Bug 2055055] Re: unmkinitramfs: wrong and unneeded count= in a dd call

2024-02-27 Thread Adam Vodopjan
> The count_bytes solution looks better to me The updated patch is attached. I've just checked: all the *_bytes flags were introduced to dd in the same commit https://github.com/coreutils/coreutils/commit/140eca15c4a3d3213629a048cc307fde0d094738, so it is safe to throw in count_bytes in the mix.

[Touch-packages] [Bug 2055055] Re: unmkinitramfs: wrong and unneeded count= in a dd call

2024-02-26 Thread Adam Vodopjan
Just found out, aside for skip_bytes iflag, there is also count_bytes one. So another fix count be: 113: dd < "$initramfs" skip=$start count=$((end - start)) iflag=skip_bytes,count_bytes 2> /dev/null | ** Description changed: Speaking about this line in unmkinitramfs: - 113: dd <

[Touch-packages] [Bug 2055055] [NEW] unmkinitramfs: wrong and unneeded count= in a dd call

2024-02-26 Thread Adam Vodopjan
Public bug reported: Speaking about this line in unmkinitramfs: 113: dd < "$initramfs" skip=$start count=$((end - start)) iflag=skip_bytes 2> /dev/null | dd's block size is 512 by default. iflag=skip_bytes does not change that. Both $end and $start are byte-offsets. Hence the count is

[Touch-packages] [Bug 2039294] Re: apparmor docker

2023-11-18 Thread adam furtenbach
Great job, just to be clear copied the same dmesg line from earlier as it was a bit time consuming to move from virtual machine. runc needs to be able to send any signal. [35885.316617] audit: type=1400 audit(1700335230.173:423510): apparmor="DENIED" operation="signal" class="signal"

[Touch-packages] [Bug 2039294] Re: apparmor docker

2023-11-18 Thread adam furtenbach
Hi, Just did a fresh minimal install of ubuntu-23.10.1-desktop-amd64.iso apt install -y docker.io docker run -d --name=nginx nginx docker kill -s sigint nginx Error response from daemon: Cannot kill container: nginx: Cannot kill container

[Touch-packages] [Bug 2039294] Re: apparmor docker

2023-10-13 Thread adam furtenbach
Applies to all signals. # docker kill -s sigusr1 dynamodb-local Error response from daemon: Cannot kill container: dynamodb-local: Cannot kill container fe323ad3ca9648f2e8b59debd22a2439f4709c5fafe3dbf46a0a06f67ba65204: unknown error after kill: runc did not terminate successfully: exit status

[Touch-packages] [Bug 2039294] [NEW] apparmor docker

2023-10-13 Thread adam furtenbach
Public bug reported: No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 23.10 Release:23.10 Codename: mantic Docker version 24.0.5, build 24.0.5-0ubuntu1 Graceful shutdown doesn't work anymore due to SIGTERM and SIGKILL (maybe all signals?) doesn't

[Touch-packages] [Bug 2016298] [NEW] Not all networks showing in wifi connections

2023-04-14 Thread Adam Harvey
Public bug reported: When trying to find my home network in the wifi network list I am not able to view it. I can view the network with Windows (on same hardware), with my phone, my various smart devices can all find and connect to it to, just not my Ubuntu OS. Two other nearby networks show up

[Touch-packages] [Bug 1988752] [NEW] i was trying to update intel graphic driver

2022-09-05 Thread adam moufid
Public bug reported: i was trying to update intel graphic driver commmands: sudo apt-get install xserver-xorg-video-intel apport-bug xorg ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: xorg 1:7.7+23ubuntu2 ProcVersionSignature: Ubuntu 5.15.0-47.51-generic 5.15.46 Uname: Linux

[Touch-packages] [Bug 1970418] [NEW] Whiptail no longer accepts input when in a pipe with sudo

2022-04-26 Thread Adam Baxter
Public bug reported: See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010059. Affects Jammy and Bookworm as far as I can tell. echo | sudo whiptail --msgbox test 20 20 #Can't select 'Ok' echo | whiptail --msgbox test 20 20 #Can select 'Ok' Tested on Ubuntu 22.04 LTS ** Affects: newt

[Touch-packages] [Bug 1965535] Re: Stop recommending snap

2022-04-25 Thread Adam
+1 to this until (at minimum) the below issues are resolved: => https://bugs.launchpad.net/snapd/+bug/1575053 => https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1643706 Seeing these issues open for so long is worrying to me, considering a growing number of critical packages such as Firefox

[Touch-packages] [Bug 1674492] Re: cron: /etc/default/cron should not actually be deprecated

2022-04-23 Thread Adam Baxter
Still affects Ubuntu Server 22.04 LTS -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cron in Ubuntu. https://bugs.launchpad.net/bugs/1674492 Title: cron: /etc/default/cron should not actually be deprecated Status in cron

[Touch-packages] [Bug 1954762] Re: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically

2021-12-14 Thread Adam Bishop
On 100% scaling it is certainly less noticeable, though the cursor sometimes appears slightly moved to the right of where it actually is. The screen resolution I am using is (and always has been) 3000x2000. Maybe it has something to do with this less common screen ratio. -- You received this bug

[Touch-packages] [Bug 1954762] Re: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically

2021-12-14 Thread Adam Bishop
With fractional scaling at 150%, it occurs only after some time. On a fresh reboot it isn't apparent, but it gradually gets worse when manipulating text. It's as if some error accumulates with time. After a while it becomes really annoying when working with text. The cursor position is correct,

[Touch-packages] [Bug 1954762] Re: When selecting or navigating text with CTRL + LEFT ARROW or RIGHT, or even just mouse clicking within text, the cursor jumps backwards and forwards erratically

2021-12-14 Thread Adam Bishop
Have been testing at 100% and 200% scaling - so far the problem hasn't appeared at these scalings, which makes me suspect it is a problem with fractional scaling. It's a new problem, as, about a month ago, there was no such problem with the same fractional scaling - I have always preferred 150% on

[Touch-packages] [Bug 1953337] Re: Backport needed for 18.04 and 20.04 LTS (CVE-2021-42378)

2021-12-06 Thread Jason-Morries Adam
Thank you very much! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to busybox in Ubuntu. https://bugs.launchpad.net/bugs/1953337 Title: Backport needed for 18.04 and 20.04 LTS (CVE-2021-42378) Status in busybox package in

[Touch-packages] [Bug 1953337] [NEW] Backport needed for 18.04 and 20.04 LTS (CVE-2021-42378)

2021-12-06 Thread Jason-Morries Adam
*** This bug is a security vulnerability *** Public security bug reported: Dear community, Qualys reports a finding on our Ubuntu 18.04 and Ubuntu 20.04 instances because of CVE-2021-42378. I can see that there is already a fix for Ubuntu 22.04. When will the fix be released for the LTS

[Touch-packages] [Bug 1931178] Re: apt-key fails when POSIXLY_CORRECT environmental variable is set

2021-06-08 Thread Adam Bell
>From my several brief tests, this does not appear to be a (recent) regression. I do see in the apt-key manpage that apt-key is deprecated as of Focal and will be removed after Debian 11 / Ubuntu J/22.04. In the meantime, the `cp some-repo-key.gpg /etc/apt/trusted.gpg.d` method has been brought

[Touch-packages] [Bug 1931178] [NEW] apt-key fails when POSIXLY_CORRECT environmental variable is set

2021-06-07 Thread Adam Bell
Public bug reported: apt-key fails when the POSIXLY_CORRECT environmental variable is set. This is due to chmod acting differently with POSIXLY_CORRECT set: chmod tries to use `--` as a parameter with this variable. This prevents some third-party utilities, like pmrun, from using apt- key. ---

[Touch-packages] [Bug 1921475] Re: [2.9.2] Commissioning does not collect correct storage information

2021-05-07 Thread Adam Collard
** Also affects: systemd (Ubuntu) Importance: Undecided Status: New ** Also affects: systemd via https://github.com/lxc/lxd/issues/8718 Importance: Unknown Status: Unknown ** No longer affects: systemd ** Also affects: lxd via https://github.com/lxc/lxd/issues/8718

[Touch-packages] [Bug 1906420] Re: Please replace default Gnome extension "Desktop Icons" with "Desktop Icons NG (DING)" (by the same author)

2020-12-02 Thread Adam Dingle
I also run Desktop Icons NG, and agree that it is superior to the the original Desktop Icons extension. Even if the original version is still supported, my impression is that the NG version is more actively maintained and is the focus of the author's development efforts. -- You received this

[Touch-packages] [Bug 1901742] Re: systemd-modules-load.service fails to start because it can't understand module arguments in /etc/modules, which it shouldn't even be reading

2020-10-27 Thread Adam Novak
This is an interaction between a symlink that systemd ships (as mentioned in https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=627949#10) and the kmod package (which ships the now-inaccurate /usr/share/man/man5/modules.5.gz). ** Also affects: kmod (Ubuntu) Importance: Undecided Status:

[Touch-packages] [Bug 1901742] [NEW] systemd-modules-load.service fails to start because it can't understand module arguments in /etc/modules, which it shouldn't even be reading

2020-10-27 Thread Adam Novak
Public bug reported: My systemd-modules-load.service fails to start like this: ● systemd-modules-load.service - Load Kernel Modules Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static; vendor preset: enabled) Active: failed (Result: exit-code) since Tue 2020-10-27

[Touch-packages] [Bug 1688018] Re: DNS server from vpn connection is not being used after network-manager upgrade to 1.2.6

2020-10-25 Thread Adam Adamski
Ah, I forgot to mention I've found a somewhat working workaround. If you uncomment the line "DNS" in /etc/systemd/resolved.conf and put list of DNSes with first VPN's DNS then your normal DNS, then it will always try to go through the VPN's DNS first even if you're not trying to access a resource

[Touch-packages] [Bug 1688018] Re: DNS server from vpn connection is not being used after network-manager upgrade to 1.2.6

2020-10-25 Thread Adam Adamski
I'm on Ubuntu 20.04 and I've tried every solution listed above and in the bug's duplicate and none of them worked... It's really disappointing that dns doesn't work with VPNs for over 4 years. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 124440] Re: [enhancement] Ubuntu needs a way to set mouse wheel scrolling speed

2020-10-23 Thread Adam Niedling
** Tags added: groovy -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu. https://bugs.launchpad.net/bugs/124440 Title: [enhancement] Ubuntu needs a way to set mouse wheel scrolling speed Status in

[Touch-packages] [Bug 1872215] Re: There should be a GUI option to install non-security packages too

2020-10-23 Thread Adam Niedling
** Tags added: groovy -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in Ubuntu. https://bugs.launchpad.net/bugs/1872215 Title: There should be a GUI option to install non-security packages too Status

[Touch-packages] [Bug 1860930] Re: [Asus GX531GX] Internal speakers are sometimes noisy - distorted audio

2020-10-07 Thread Adam Niedling
This audio problem seem to be only happening when I reboot from Windows to Ubuntu. To fix it I have turn off the computer and turn it on again. Rebooting doesn't fix it. If I turn it off after using Windows and cold start it to boot to Ubuntu there is no problem. -- You received this bug

[Touch-packages] [Bug 1898418] [NEW] imagehash python library won't install due to libffi dependency

2020-10-04 Thread Adam Smith
Public bug reported: Steps to reproduce: pip3 install imagehash Standard output: ERROR: Command errored out with exit status 1: command: /home/adam/.pyenv/versions/3.7.2/bin/python3.7 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-utmdqduu

[Touch-packages] [Bug 1877640] Re: [Zephyrus M GU502GV_GU502GV, Realtek ALC294] No sound in 3.5mm jack headphones.

2020-08-27 Thread Adam Kuśmirek
Ubuntu 20.04 with 5.4.0-42-generic kernel have same issue on ASUS Zephyrus M GU502GV. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1877640 Title: [Zephyrus M

[Touch-packages] [Bug 1703377] Re: Gnome online account login prevents paste or autotype

2020-08-12 Thread Alexander Adam
This bug is still present on Ubuntu 20.04. Also you can find it on other places like https://ubuntuforums.org/showthread.php?t=2398097 https://discourse.ubuntubudgie.org/t/online-accounts-cant-copy-and-paste-email-password/3212/3 or

[Touch-packages] [Bug 1867982] Re: unable to copy and paste login and password

2020-08-12 Thread Alexander Adam
*** This bug is a duplicate of bug 1703377 *** https://bugs.launchpad.net/bugs/1703377 ** This bug has been marked a duplicate of bug 1703377 Gnome online account login prevents paste or autotype -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1881976] Re: apport-gtk and apport-kde install xiterm+thai as dependency (x-terminal-emulator)

2020-08-09 Thread Adam Kosseck
Please advise once a focal package is available for testing. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1881976 Title: apport-gtk and apport-kde install xiterm+thai as

[Touch-packages] [Bug 1759014] Re: Netplan has no way to control DHCP client

2020-08-02 Thread Adam Kosseck
@ddstreet I've been looking into a different issue, which is due to the Netplan renderer. The renderer defaults to networkd on server/cloud and NetworkManager on Desktop. Some apps expect NetworkManager, and break on systems configured with networkd (e.g. UI network config, apt-daily, etc).

[Touch-packages] [Bug 1890050] [NEW] Mouse malfunction when launching steam

2020-08-02 Thread Adam Łepkowski
Public bug reported: When launching Steam mouse automatically stops working. Only way to fix it is closing Steam and plugging the mouse again. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: xorg 1:7.7+19ubuntu7.1 ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-generic 5.4.44 Uname: Linux

[Touch-packages] [Bug 1886087] Re: dbus Method “SignalPoll” is returning incorrect type

2020-07-02 Thread Adam Fairbrother
** Package changed: wpa (Ubuntu) => wpasupplicant (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to wpa in Ubuntu. https://bugs.launchpad.net/bugs/1886087 Title: dbus Method “SignalPoll” is returning incorrect type

[Touch-packages] [Bug 1886087] [NEW] dbus Method “SignalPoll” is returning incorrect type

2020-07-02 Thread Adam Fairbrother
Public bug reported: The SignalPoll method should return a 'a{sv}' type as shown by introspection: $ gdbus introspect -y -d fi.w1.wpa_supplicant1 -o /fi/w1/wpa_supplicant1/Interfaces/0 | grep SignalPoll SignalPoll(out a{sv} args); instead a 'v' type is returned: $ gdbus call -y

[Touch-packages] [Bug 1869116] Re: smartctl-validate is borked in a recent release

2020-06-29 Thread Adam Collard
** Also affects: maas/2.8 Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to util-linux in Ubuntu. https://bugs.launchpad.net/bugs/1869116 Title: smartctl-validate is borked in a

[Touch-packages] [Bug 1883028] Re: Bluetooth devices don't reconnect after sleep.

2020-06-10 Thread Adam Cz
** Description changed: Bluetooth devices don't reconnect after sleep, or something along those lines. - Includes BT audio receiver and BT Keyboard. One way to repro is to - switch BT pairing on multi-pairing keyboard, then switch back to Ubuntu. - The BT connection state will be very

[Touch-packages] [Bug 1883028] Re: Bluetooth devices don't reconnect after sleep.

2020-06-10 Thread Adam Cz
** Description changed: - Bluetooth devices don't reconnect after sleep. Includes BT audio - receiver and BT Keyboard. One way to repro is to switch BT pairing on - multi-pairing keyboard, then switch back to Ubuntu. The BT connection - state will be very confused, keyboard will not work. +

[Touch-packages] [Bug 1883028] [NEW] Bluetooth devices don't reconnect after sleep.

2020-06-10 Thread Adam Cz
Public bug reported: Bluetooth devices don't reconnect after sleep. Includes BT audio receiver and BT Keyboard. One way to repro is to switch BT pairing on multi-pairing keyboard, then switch back to Ubuntu. The BT connection state will be very confused, keyboard will not work. Another way to

[Touch-packages] [Bug 1860930] Re: [Asus GX531GX] Internal speakers are sometimes noisy - distorted audio

2020-06-01 Thread Adam Niedling
** Bug watch added: gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues #903 https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/903 ** Also affects: sound-2.6 via https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/903 Importance: Unknown Status: Unknown **

[Touch-packages] [Bug 1860930] Re: [Asus GX531GX] Internal speakers are sometimes noisy - distorted audio

2020-06-01 Thread Adam Niedling
** Summary changed: - [Asus GX531GX] Internal speakers are sometimes noisy - bad audio + [Asus GX531GX] Internal speakers are sometimes noisy - distorted audio -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in

[Touch-packages] [Bug 1877194] Re: switch-on-connect mistakes startup for USB hotplug

2020-06-01 Thread Adam Niedling
Isn't this the same as this: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1847570 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1877194 Title:

[Touch-packages] [Bug 1860930] Re: [Asus GX531GX] Internal speakers are sometimes noisy - bad audio

2020-05-31 Thread Adam Niedling
The distorted audio problem just came back. I think it has something to do with this system being dual boot (Windows 10 and Ubuntu 20.04). When I only use Ubuntu there is no problem. As soon as I stop using Windows and reboot to Ubuntu the noise comes back. It's almost like a turntable loses

[Touch-packages] [Bug 1860930] Re: [Asus GX531GX] Internal speakers are sometimes noisy - bad audio

2020-05-31 Thread Adam Niedling
** Changed in: alsa-driver (Ubuntu) Status: Fix Released => New ** Changed in: pulseaudio (Ubuntu) Status: Fix Released => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.

Re: [Touch-packages] [Bug 1813679] Re: vim-gtk can no longer save to non-group-writable files in GVFS SFTP mounts in 18.04

2020-05-21 Thread Adam Novak
I haven't upgraded to Focal yet, but it's still an open issue upstream: https://github.com/vim/vim/issues/5237 May 20, 2020 5:49 AM, "Sebastien Bacher" wrote: > Is that still an issue in focal? > > -- > You received this bug notification because you are subscribed to the bug > report. >

[Touch-packages] [Bug 1868915] Re: [focal] nm-online -s --timeout=10 timeout every time

2020-05-11 Thread Adam Collard
** Changed in: maas Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1868915 Title: [focal] nm-online -s --timeout=10 timeout

[Touch-packages] [Bug 1866194] Re: External audio device shows up in the sound output options but the sound keeps being emitted from the internal laptop speaker, or none at all.

2020-04-29 Thread Adam Niedling
Does any of you have distorted audio together with this bug? I'm attaching a sample audio file to show what my system sounds like sometimes. Original sound: https://www.youtube.com/watch?v=wDdyn4Kbffs ** Attachment added: "bad-sound3.m4a"

[Touch-packages] [Bug 1874925] Re: Comet Lake PCH-LP cAVS (Audio, Voice, Speech)

2020-04-28 Thread Adam Dyess
Triumph is ours! My internal mic is working and can record audio. It's like a have an actual laptop without having to lug around another mic! Hooray I found two files in /etc/modprobe.d that were turning off the dmic_detect. ➜ egrep -r dmic /etc/modprobe.d

[Touch-packages] [Bug 1874925] Re: Comet Lake PCH-LP cAVS (Audio, Voice, Speech)

2020-04-27 Thread Adam Dyess
Looking at this: https://bugzilla.kernel.org/show_bug.cgi?id=205959 i tried editing the /etc/modprobe.d/alsa.conf to have the option... restarted... same output ** Attachment added: "alsa.conf_options"

[Touch-packages] [Bug 1874925] Re: Comet Lake PCH-LP cAVS (Audio, Voice, Speech)

2020-04-27 Thread Adam Dyess
hmm... it says that same message here snd-intel-dspcfg.dsp_driver=1 is set in the command line. But later on it says i should pass that option. ** Attachment added: "with_dspcfg.dsp_driver=1"

[Touch-packages] [Bug 1874925] Re: Comet Lake PCH-LP cAVS (Audio, Voice, Speech)

2020-04-27 Thread Adam Dyess
Maybe it's the "HP Wide Vision FHD Camera" which should be treated as a camera and microphone? i see it register with uvcvideo in both. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.

[Touch-packages] [Bug 1874925] Re: Comet Lake PCH-LP cAVS (Audio, Voice, Speech)

2020-04-27 Thread Adam Dyess
and this is dmesg with the dmic_setting ** Attachment added: "with_dmic_setting" https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1874925/+attachment/5362180/+files/with_dmic_setting -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1874925] Re: Comet Lake PCH-LP cAVS (Audio, Voice, Speech)

2020-04-27 Thread Adam Dyess
OK, Let's see if this helps you narrow it down. This file is with dmic_setting=0 removed from the grub cmdline ** Attachment added: "no_dmic_setting" https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1874925/+attachment/5362179/+files/no_dmic_setting -- You received this bug

[Touch-packages] [Bug 1874925] Re: Comet Lake PCH-LP cAVS (Audio, Voice, Speech)

2020-04-26 Thread Adam Dyess
Thanks... that at least lets them show up in gnome.. but my internal audio array isn't an option. If i plugin an analog mic it works though. Just the realtek audio array doesn't work -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1838577] Re: Default audio device changes on reboot; audio still outputs using my previously-selected device

2020-04-25 Thread Adam Niedling
I have the same issue when I boot up with my USB headphone plugged in. The sound output defaults to the USB headphone, the volume controller controls its volume. However the sound comes from the internal speaker as I expect it to do. If I change the sound output device to the internal speakers

[Touch-packages] [Bug 1860930] Re: [Asus GX531GX] Internal speakers are sometimes noisy - bad audio

2020-04-25 Thread Adam Niedling
I think the problem I mentioned is the same as this one: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1838577 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.

[Touch-packages] [Bug 1874925] [NEW] Comet Lake PCH-LP cAVS (Audio, Voice, Speech)

2020-04-24 Thread Adam Dyess
Public bug reported: Internal Microphone doesn't show up as an audio source. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30 Uname: Linux 5.4.0-26-generic x86_64 NonfreeKernelModules: zfs zunicode zavl

[Touch-packages] [Bug 1874925] Re: Comet Lake PCH-LP cAVS (Audio, Voice, Speech)

2020-04-24 Thread Adam Dyess
full hardware profile: https://linux- hardware.org/index.php?probe=c17da47049 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1874925 Title: Comet Lake PCH-LP cAVS

[Touch-packages] [Bug 1870957] Re: Lost all VPN passwords on upgrades and refuses to save them now

2020-04-21 Thread Adam Funk
Just to be clear: for that journalctl output, I did put the correct passwords in because the VPN connection worked. The only problem is that the network manager failed to save the password for the next time I tried to use it. -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1870957] Re: Lost all VPN passwords on upgrades and refuses to save them now

2020-04-20 Thread Adam Funk
Here's the journalctl output, filtered with grep -Pi 'network|nm'. Please let me know if you need more information, ** Attachment added: "filtered journalctl output" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1870957/+attachment/5357060/+files/journalctl.network.txt --

[Touch-packages] [Bug 1872256] [NEW] Unable to play DVD disc / The playback of this move requires a DVD source plugin which is not installed.

2020-04-11 Thread Adam Heczko
Public bug reported: I am unable to play DVD discs. Followed the usual Ubuntu process, but the issue persists. Nothing aforementioned in https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1809044 helps. Ubuntu 20.04 beta. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package:

[Touch-packages] [Bug 1860930] Re: [Asus GX531GX] Internal speakers are sometimes noisy - bad audio

2020-04-11 Thread Adam Niedling
I haven't had this problem for some time now. Maybe there was an update that fixed it? However sometimes the sound volume controller in the top right corner is no associated with sound device being used. I mean when I change the volume or mute it nothing happens because it controls some other

[Touch-packages] [Bug 1872215] [NEW] There should be a GUI option to install non-security packages too

2020-04-11 Thread Adam Niedling
Public bug reported: The Software & Updates program lacks the option for the user to allow Ubuntu to automatically install non-security packages. It only supports security packages. I know Unattended-upgrades supports automatic upgrading of other packages but it might be too complicated for new

[Touch-packages] [Bug 1870957] [NEW] Lost all VPN passwords on upgrades and refuses to save them now

2020-04-05 Thread Adam Funk
Public bug reported: On upgrade to Ubuntu-MATE 19.10, the network manager lost all my VPN passwords and now silently fails to store them when I select "save for this user", and even if I delete a VPN connection and create it again with that option, I always have to re-enter the password to use

[Touch-packages] [Bug 1861082] Re: ubuntu-bug doesn't know how to file bugs against snaps

2020-04-02 Thread Adam Novak
I encountered this when trying to report a bug in the snap-store, which as far as I can tell is the new default package manager. It looks pretty silly to see Apport disclaiming responsibility for the package manager. It knows the snap is published by "canonical". Maybe everything published by

[Touch-packages] [Bug 1870428] [NEW] ubuntu-bug cannot report a problem with the preinstalled snap-store

2020-04-02 Thread Adam Novak
*** This bug is a duplicate of bug 1861082 *** https://bugs.launchpad.net/bugs/1861082 Public bug reported: With the move to package the software center as a Snap in 20.04, I decided to go fishing for bugs that might manifest on my 18.04 machine (with a home directory outside of /home),

[Touch-packages] [Bug 1860930] Re: [Asus GX531GX] Internal speakers are sometimes noisy - bad audio

2020-03-21 Thread Adam Niedling
I'm uploading another example of distorted audio. Original: https://www.youtube.com/watch?v=wDdyn4Kbffs ** Attachment added: "bad-sound3.m4a" https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1860930/+attachment/5339861/+files/bad-sound3.m4a -- You received this bug notification

[Touch-packages] [Bug 1698181] Re: Switch to netplan renderer in Artful

2020-02-20 Thread Adam Collard
** Changed in: maas (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ifupdown in Ubuntu. https://bugs.launchpad.net/bugs/1698181 Title: Switch to netplan renderer in Artful

[Touch-packages] [Bug 1766503] Re: ibus-* randomly use high CPU

2020-02-12 Thread ABIX - Adam Jurkiewicz
One comment. This situation does NOT happen, when I use Atom to edit. It is happening only with Xed Editor. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/1766503 Title:

[Touch-packages] [Bug 1766503] Re: ibus-* randomly use high CPU

2020-02-12 Thread ABIX - Adam Jurkiewicz
I can confirm. My system is: adasiek@mint-desktop:~$ lsb_release -a No LSB modules are available. Distributor ID: LinuxMint Description:Linux Mint 19.3 Tricia Release:19.3 Codename: tricia adasiek@mint-desktop:~$ uname -a Linux mint-desktop 5.0.0-32-generic #34~18.04.2-Ubuntu

[Touch-packages] [Bug 1860930] Re: [Asus GX531GX] Internal speakers are sometimes noisy - bad audio

2020-01-31 Thread Adam Niedling
I couldn't load kernel 5.5 because secure boot was turned on. My bad, sorry. I was able to test the sound with kernel 5.5 after disable secure boot but there is no improvement. The audio is still bad. I'm attaching another file. It sounds like it's a cassette player running out of battery. **

[Touch-packages] [Bug 1860930] Re: [Asus GX531GX] Internal speakers are sometimes noisy - bad audio

2020-01-29 Thread Adam Niedling
I've installed the kernel packages following the guide (sudo dpkg -i FILENAME.deb) but I got the "You need to load the kernel first" grub error message. I guess some steps are missing from the guide? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1856366] Re: PCI/internal sound card not detected on a Swift SF314-57

2020-01-27 Thread Adam
Hi Paul > do you still have the problem *without* `dsp_driver=0` on an up-to- date Ubuntu 19.10 with Linux 5.5-rc6? I just tried the 5.5 release https://kernel.ubuntu.com/~kernel- ppa/mainline/v5.5/ I also tried newest 1.4.2 from sof project and updadted their github issue. The trick with

[Touch-packages] [Bug 1860930] Re: Internal speakers are sometimes noisy - bad audio

2020-01-26 Thread Adam Niedling
** Summary changed: - Internal speakers don't work when USB headphones are plugged in during boot + Internal speakers are sometimes noisy - bad audio -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.

[Touch-packages] [Bug 1860930] Re: Internal speakers don't work when USB headphones are plugged in during boot

2020-01-26 Thread Adam Niedling
I was wrong about the headphones. They were not plugged in at all this time and the sound of the internal speakers are messed up. I'm attaching a sound recording I just made. If I switch to my monitors' speakers they work fine. ** Attachment added: "messed up sound recording"

[Touch-packages] [Bug 1860930] [NEW] Internal speakers don't work when USB headphones are plugged in during boot

2020-01-26 Thread Adam Niedling
Public bug reported: I have an Asus Zephyrus S GX531GX laptop and a pair of Asus Delta USB headphones. When the headphones are plugged in during boot the internal speakers won't work. There is only crackling sound coming from them. It doesn't help in I unplug the headphones. There is no problem

[Touch-packages] [Bug 1860335] Re: Additional Drivers tab claims i8260 wifi card is not working

2020-01-22 Thread Adam Collard
** Tags added: champagne -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to software-properties in Ubuntu. https://bugs.launchpad.net/bugs/1860335 Title: Additional Drivers tab claims i8260 wifi card is not working Status in

[Touch-packages] [Bug 1860335] [NEW] Additional Drivers tab claims i8260 wifi card is not working

2020-01-20 Thread Adam Collard
Public bug reported: Recently upgraded to Focal, and despite having a stable, working wifi connection I see that the "Additional Drivers" tab of the GTK application shows that my wifi card is not working. Note there is only a single adapter in my laptop. >From dmesg: [7.237957] iwlwifi

[Touch-packages] [Bug 1589008] Re: Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

2020-01-11 Thread Adam Nielsen
It turned out that there was a firmware bluetooth issue with my Broadcom device. I found the issue with `dmesg | grep -i bluetooth ` and I could fix it by simply downloading the missing firmware from https://github.com/winterheart/broadcom-bt-firmware - now everything works. -- You received this

[Touch-packages] [Bug 1589008] Re: Bluetooth freezing video playback In Ubuntu/Kubuntu 16.04

2020-01-11 Thread Adam Nielsen
I can confirm this bug in 18.04. I had the issue a couple of weeks ago, then everything suddenly worked, and now I have the problem again. I restarted my pc multiple times, reconnected to my usb-bluetooth adapter, tried every slot, rebootet bluetooth device, reinstalled headset driver, but I don't

[Touch-packages] [Bug 1575078] Re: [XPS 15 9550, Realtek ALC3266] Headphone jack stops working after a while

2019-12-23 Thread Alexander Adam
The bug is still present for me and I have the feeling that this bug somehow also might be related to the issues https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1654448 and https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1845810 -- You received this bug notification because you are

[Touch-packages] [Bug 1051288] Re: LightDM assumes there's only ONE system default layout

2019-12-21 Thread Adam Niedling
It turns out I don't have this issue anymore after a clean install of 19.10. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/1051288 Title: LightDM assumes there's only

[Touch-packages] [Bug 1856366] Re: PCI/internal sound card not detected

2019-12-14 Thread Adam
Hi Paul, > does the pre-built firmware file from https://github.com/thesofproject/sof/releases work? I tried the releases 1.4.1 and 1.3 as well as followed their instractions to build from latest soource. The sof-icl.ri did not work for me with 5.5-rc1 and 5.4. I did not check for 5.3 because

[Touch-packages] [Bug 1856366] Re: PCI/internal sound card not detected

2019-12-13 Thread Adam
OMG, with dsp_driver=0 it works. Thanks so much :) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1856366 Title: PCI/internal sound card not detected Status in

[Touch-packages] [Bug 1856366] Re: PCI/internal sound card not detected

2019-12-13 Thread Adam
Hi Hui, thanks I was already experimenting with sof-icl.ri from the sof project. I also compiled and tested my own version. When I put the file you provided and then modprobe for snd_sof_pci then I get the following dmesg: [ 1220.050239] HDMI HDA Codec ehdaudio0D2: Max dais supported: 3 [

[Touch-packages] [Bug 1856366] [NEW] PCI/internal sound card not detected

2019-12-13 Thread Adam
Public bug reported: No sound card detected with kernel 5.5.0-050500rc1-generic 1. Description: Ubuntu 19.10 Release:19.10 2. linux-image- unsigned-5.5.0-050500rc1-generic_5.5.0-050500rc1.201912081930_amd64.deb 3. have at least one soundcard 4. cat /proc/asound/cards reports: --- no

[Touch-packages] [Bug 1528921] Re: rsync hangs on select(5, [], [4], [], {60, 0}

2019-12-11 Thread Adam Purkrt
# rsync --version rsync version 3.1.3 protocol version 31 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsync in Ubuntu. https://bugs.launchpad.net/bugs/1528921 Title: rsync hangs on select(5, [], [4], [], {60, 0}

[Touch-packages] [Bug 1528921] Re: rsync hangs on select(5, [], [4], [], {60, 0}

2019-12-11 Thread Adam Purkrt
I found these two probably related bug reports: https://bugzilla.samba.org/show_bug.cgi?id=13913 https://bugzilla.samba.org/show_bug.cgi?id=13109 I am hitting this kind of bug when rsyncing a maildir (36000 files). ** Bug watch added: Samba Bugzilla #13913

[Touch-packages] [Bug 1854336] [NEW] GNOME apps in Kubuntu 19.10 doesn't respect GNOME window settings

2019-11-28 Thread Adam Golański
Public bug reported: All GNOME/Gtk apps in Kubuntu 19.10 ignore gnome settings, both from gui and cli tool. i.e. setting schema button-layout in org.gnome.desktop.wm.preferences from default 'appmenu:close' to custom 'close,minimize,maximize:' doesn't have any effect - gtk window widgets are

  1   2   3   4   5   6   7   8   9   10   >