[Ubuntustudio-bugs] [Bug 1923881] Re: Lubuntu and Ubuntu Studio Hirsute incorrectly launch Ubiquity installer
fixed the localechooser noudeb build, and re-uploaded. -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1923881 Title: Lubuntu and Ubuntu Studio Hirsute incorrectly launch Ubiquity installer Status in casper package in Ubuntu: Confirmed Status in ubiquity package in Ubuntu: Triaged Bug description: Testing Lubuntu Hirsute daily 20210414 - 1. boot into desktop 2. select "Install Lubuntu 21.04 " 3. The ubiquity install starts with the message installing Kubuntu !! Further to the original description - running checks on the Lubuntu menus discovered several KDE apps including KDE System settings,KDE connect settings,Kwallet and others. ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: calamares 3.2.37-0ubuntu1 ProcVersionSignature: Ubuntu 5.11.0-14.15-generic 5.11.12 Uname: Linux 5.11.0-14-generic x86_64 .etc.calamares.modules.finished.conf: --- restartNowMode: user-checked restartNowCommand: "systemctl -i reboot" .etc.calamares.modules.shellprocess_logs.conf: --- dontChroot: true timeout: 30 script: - calamares-logs-helper @@ROOT@@ .etc.calamares.modules.unpackfs.conf: --- unpack: - source: "/cdrom/casper/filesystem.squashfs" sourcefs: "squashfs" destination: "" ApportVersion: 2.20.11-0ubuntu62 Architecture: amd64 CasperMD5CheckResult: pass CasperVersion: 1.461 CurrentDesktop: LXQt Date: Wed Apr 14 17:46:51 2021 LiveMediaBuild: Lubuntu 21.04 "Hirsute Hippo" - Beta amd64 (20210414) RelatedPackageVersions: calamares-settings-ubuntu-common 1:21.04.2 calamares-settings-lubuntu 1:21.04.2 xfsprogs 5.10.0-2ubuntu3 btrfs-progs 5.10.1-1build1 SourcePackage: calamares UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1923881/+subscriptions -- Mailing list: https://launchpad.net/~ubuntustudio-bugs Post to : ubuntustudio-bugs@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntustudio-bugs More help : https://help.launchpad.net/ListHelp
[Ubuntustudio-bugs] [Bug 1923841] Re: [SRU] Increase recording quality
Thanks, I've uploaded to focal and hirsute. Do you care about 20.10 at this point? It feels like we could probably skip this one to spare some verification work since it's about to be replaced by a new stable and isn't a LTS ** Changed in: alsa-utils (Ubuntu) Importance: Undecided => Low ** Changed in: alsa-utils (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to alsa-utils in Ubuntu. Matching subscriptions: Ubuntu Studio Bugs https://bugs.launchpad.net/bugs/1923841 Title: [SRU] Increase recording quality Status in HWE Next: New Status in alsa-utils package in Ubuntu: Fix Committed Bug description: [Impact] Audio gets recorded by "arecord" has really bad sound quality when the volume is low. [Fix] https://github.com/alsa-project/alsa-utils/pull/69 Switch the default audio format from 8 bits to 16 bits if hardware supports it. [Test] 1. Plug a microphone. 2. Run `arecord | aplay` and say something to the microphone. 3. Only noise can be heard. With the fix applied, the recording is clear. [Where problems could occur] If there's any hardware falsely advertised to support 16 bits, this change will break them. However, this is effectively using `arecord -f cd` or `arecord -f cdr`, so that's not likely. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1923841/+subscriptions -- Mailing list: https://launchpad.net/~ubuntustudio-bugs Post to : ubuntustudio-bugs@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntustudio-bugs More help : https://help.launchpad.net/ListHelp
[Ubuntustudio-bugs] [Bug 1923841] Re: [SRU] Increase recording quality
Yes we can skip groovy. Thanks! -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to alsa-utils in Ubuntu. Matching subscriptions: Ubuntu Studio Bugs https://bugs.launchpad.net/bugs/1923841 Title: [SRU] Increase recording quality Status in HWE Next: New Status in alsa-utils package in Ubuntu: Fix Committed Bug description: [Impact] Audio gets recorded by "arecord" has really bad sound quality when the volume is low. [Fix] https://github.com/alsa-project/alsa-utils/pull/69 Switch the default audio format from 8 bits to 16 bits if hardware supports it. [Test] 1. Plug a microphone. 2. Run `arecord | aplay` and say something to the microphone. 3. Only noise can be heard. With the fix applied, the recording is clear. [Where problems could occur] If there's any hardware falsely advertised to support 16 bits, this change will break them. However, this is effectively using `arecord -f cd` or `arecord -f cdr`, so that's not likely. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1923841/+subscriptions -- Mailing list: https://launchpad.net/~ubuntustudio-bugs Post to : ubuntustudio-bugs@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntustudio-bugs More help : https://help.launchpad.net/ListHelp
[Ubuntustudio-bugs] [Bug 1923841] Re: [SRU] Increase recording quality
This bug was fixed in the package alsa-utils - 1.2.4-1ubuntu3 --- alsa-utils (1.2.4-1ubuntu3) hirsute; urgency=medium * d/p/0013-aplay-try-to-use-16-bit-format-to-increase-capture-q.patch - aplay: try to use 16-bit format to increase capture quality (LP: #1923841) -- Kai-Heng Feng Wed, 14 Apr 2021 16:27:22 +0800 ** Changed in: alsa-utils (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Studio Bugs, which is subscribed to alsa-utils in Ubuntu. Matching subscriptions: Ubuntu Studio Bugs https://bugs.launchpad.net/bugs/1923841 Title: [SRU] Increase recording quality Status in HWE Next: New Status in alsa-utils package in Ubuntu: Fix Released Bug description: [Impact] Audio gets recorded by "arecord" has really bad sound quality when the volume is low. [Fix] https://github.com/alsa-project/alsa-utils/pull/69 Switch the default audio format from 8 bits to 16 bits if hardware supports it. [Test] 1. Plug a microphone. 2. Run `arecord | aplay` and say something to the microphone. 3. Only noise can be heard. With the fix applied, the recording is clear. [Where problems could occur] If there's any hardware falsely advertised to support 16 bits, this change will break them. However, this is effectively using `arecord -f cd` or `arecord -f cdr`, so that's not likely. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1923841/+subscriptions -- Mailing list: https://launchpad.net/~ubuntustudio-bugs Post to : ubuntustudio-bugs@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntustudio-bugs More help : https://help.launchpad.net/ListHelp