[Touch-packages] [Bug 1968827] [NEW] Pulseaudio disables auto mute, so speaker sound continues when headphones plugged in

2022-04-12 Thread Boris Gjenero
Public bug reported: My Dell Inspiron 6400 laptop has HDA Intel audio with a STAC9200 codec. It has speakers and a headphone jack. Previously when the headphone jack was unplugged sound came from the speakers, and when headphones were plugged in, sound came only from the headphones. In Ubuntu

[Touch-packages] [Bug 1926316] Re: lxappearance crashes on launch

2021-05-15 Thread Boris Gjenero
This also fixes the Lxdm greeter crash I reported at https://bugs.launchpad.net/ubuntu/+source/lxdm/+bug/1922443. I installed the pre-release builds from https://launchpad.net/ubuntu/+source/glib2.0/2.68.1-1~ubuntu21.04.1/+build/21536716 and confirm that the bug is fixed. -- You received this

[Touch-packages] [Bug 1926316] Re: lxappearance crashes on launch

2021-05-01 Thread Boris Gjenero
Seems this should also fix LXDM GTK greeter: https://bugs.launchpad.net/ubuntu/+source/lxdm/+bug/1922443 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to glib2.0 in Ubuntu. https://bugs.launchpad.net/bugs/1926316 Title:

[Touch-packages] [Bug 1912030] Re: Crash unless ffmpeg direct rendering disabled with ATI X1400

2021-01-17 Thread Boris Gjenero
But, not all VLC video outputs are supposed to use OpenGL, so I don't see why Mesa is relevant. One of the crash backtraces doesn't involve Mesa. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu.

[Touch-packages] [Bug 1872791] Re: PulseAudio doesn't see analog output on Dell Inspiron 6400 with STAC9200

2020-04-14 Thread Boris Gjenero
I did some more investigation and found that without the workaround the analog output only appears while headphones are plugged in. The SPDIF output disappears while headphones are plugged in. The bug has been submitted with this new information at

[Touch-packages] [Bug 1872791] Re: PulseAudio doesn't see analog output on Dell Inspiron 6400 with STAC9200

2020-04-14 Thread Boris Gjenero
It was easy to fix this by adding the following line to /etc/pulse/default.pa load-module module-alsa-sink device=hw:0,0 After doing that and rebooting, I had to set the analog device as the fallback device in pavucontrol. (Before the default.pa change, the SPDIF device had been the only playback

[Touch-packages] [Bug 1872791] [NEW] PulseAudio doesn't see analog output on Dell Inspiron 6400 with STAC9200

2020-04-14 Thread Boris Gjenero
Public bug reported: PulseAudio currently doesn't see the analog audio output in my Dell Inspiron 6400 laptop with Intel HDA STAC9200 audio. It only sees the SPDIF output. This is the situation in both "pactl list sinks" and pavucontrol. I hear no sound from applications, probably because it's

[Touch-packages] [Bug 1797717] Re: fstrim -av tries to trim read only mounted ntfs-3g and fails

2020-01-26 Thread Boris Gjenero
Right now in 19.10, /lib/systemd/system/fstrim.service runs /sbin/fstrim --fstab --verbose --quiet , which doesn't cause the service to report these errors. According to the fstrim man page, for the --fstab option: "Errors from filesystems that do not support the discard operation, read-only

[Touch-packages] [Bug 1797717] [NEW] fstrim -av tries to trim read only mounted ntfs-3g and fails

2018-10-13 Thread Boris Gjenero
Public bug reported: If I run sudo fstrim -av I see: /media/SSD_Data: 2 GiB (2145820672 bytes) trimmed fstrim: /media/Win7: FITRIM ioctl failed: Bad file descriptor /: 26.9 GiB (28823887872 bytes) trimmed /media/SSD_Data is read-write mounted NTFS via ntfs-3g, and /media/Win7 is read-only

[Touch-packages] [Bug 1647709] Re: Can't connect to WiFi if setting MAC address, RTNETLINK answers: Device or resource busy

2016-12-06 Thread Boris Gjenero
This seems to be an old bug, which is also mentioned elsewhere: https://unix.stackexchange.com/questions/26126/spoofed-mac-address-ignored-by-wpa-supplicant https://bugs.launchpad.net/neutron/+bug/1193972 Another symptom of this bug is probably inability to connect if you need the changed MAC

[Touch-packages] [Bug 1647709] [NEW] Can't connect to WiFi if setting MAC address, RTNETLINK answers: Device or resource busy

2016-12-06 Thread Boris Gjenero
Public bug reported: If my /etc/network/interfaces settings for wlan0 include a "hwaddress ether" line, then running ifup for that interface fails at the very end, after successfully authenticating with the access point. Here is what happens: systemd[1]: Started ifup for wlan0.

[Touch-packages] [Bug 1588395] [NEW] 70gconfd_path-on-session doesn't quote DESKTOP_SESSION and fails if it contains a space

2016-06-02 Thread Boris Gjenero
Public bug reported: In /etc/X11/Xsession.d/70gconfd_path-on-session these lines fail if there is a space in ${DESKTOP_SESSION}: export MANDATORY_PATH=${GCONF_PREFIX}/${DESKTOP_SESSION}.mandatory.path export DEFAULTS_PATH=${GCONF_PREFIX}/${DESKTOP_SESSION}.default.path The error output to

[Touch-packages] [Bug 1261730] Re: /dev/sda1 must be recovered on every boot

2015-01-24 Thread Boris Gjenero
In 14.10 amd64, mountall keeps running, causing init to keep /var/log/upstart/mountall.log open for writing, which prevents root from being remounted read-only. These things are easy to examine by adding a /bin/sh line to /etc/init.d/reboot in do_stop() before reboot -d -f -i. Then when you