[Bug 1767748] Re: package ttf-mscorefonts-installer 3.6ubuntu2 failed to install/upgrade: installed ttf-mscorefonts-installer package post-installation script subprocess returned error exit status 1

2019-05-11 Thread Nic30
*** This bug is a duplicate of bug 1713615 ***
https://bugs.launchpad.net/bugs/1713615

Same thing happened to me on fresh installation of Ubuntu 19.04. I had
to manually remove ttf-mscorefonts-installer and manually install 3.7
from here http://ftp.uk.debian.org/debian/pool/contrib/m/msttcorefonts/
as advised in previous comments.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767748

Title:
  package ttf-mscorefonts-installer 3.6ubuntu2 failed to
  install/upgrade: installed ttf-mscorefonts-installer package post-
  installation script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1767748/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1786495] Re: [Precision M4800, Realtek ALC3226, Green Headphone Out, Front] No sound at all

2019-04-14 Thread Nic30
I found the fix. It seems funny but it is really fault of nvidia-driver-
xxx. It somehow modifies power settings of the system. I am using latest
Ubuntu 19.04 with 5.0.0-11-generic kernel but exactly same problem did
happen wit any previous Ubuntu version and also with recent versions of
Fedora.

I added the following line to /etc/modprobe.d/alsa-base.conf

options snd-hda-intel enable_msi=1 enable=0,1 model=dell-headset-multi
power_save=0 power_save_controller=N

# note that pulseaudio -k && sudo alsa force-reload was not sufficient I
had to reboot system because the modules were in some wrong state and
they did not unload successfully

1. the enable_msi=1 : interupt setting is there because there is no sound after 
suspend
2. enable=0,1 : I did disabled the intel hdmi, spdif (non PCM) sound cards 
because some programs just used the diferent card no matter what was selected 
in ubuntu desktop controls/alsa mixer and this was the most simple method to 
get it working (you can list your cards by aplay -l)
3. model=dell-headset-multi this is required otherwise you will hear only 
cracking if you play something
4. power_save=0 without this you will hear nothing or cracking

Note:
You may also need to run sudo apt-get install --reinstall dkms alsa-base 
pulseaudio to get the system in to initial state if you modified something 
recently.


Note:
Out of the box ubuntu installation worked just fine, but after reinstall of 
nvidia-driver-XXX (415->418) / kernel (if the nvidia driver is installed) the 
sound just stops working and there is no error msg anywhere (dmesg, syslog) and 
the output is seems to selected properly and the mute etc is set properly in 
alsamixer.
The problem is that the nvidia drivers somehow modifies the power settings and 
this breaks the audio.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786495

Title:
  [Precision M4800, Realtek ALC3226, Green Headphone Out, Front] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1786495/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1786495] Re: [Precision M4800, Realtek ALC3226, Green Headphone Out, Front] No sound at all

2019-03-30 Thread Nic30
I just found the ultimate debug tool for Intel HDA, https://git.alsa-
project.org/?p=alsa.git;a=tree;f=hda-analyzer;hb=HEAD and alsa-tools-gui
maybe it will help someone

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786495

Title:
  [Precision M4800, Realtek ALC3226, Green Headphone Out, Front] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1786495/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1786495] Re: [Precision M4800, Realtek ALC3226, Green Headphone Out, Front] No sound at all

2019-03-30 Thread Nic30
I just found the ultimate debug tool for Intel HDA, https://git.alsa-
project.org/?p=alsa.git;a=tree;f=hda-analyzer;hb=HEAD  maybe it will
help someone

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786495

Title:
  [Precision M4800, Realtek ALC3226, Green Headphone Out, Front] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1786495/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1786495] Re: [Precision M4800, Realtek ALC3226, Green Headphone Out, Front] No sound at all

2019-03-30 Thread Nic30
Same problem there, also Dell M4800, I am using latest ubuntu 18.10 and it was 
working until I installed latest nvidia-driver-418. I do not why. There is 
suspicious message in dmesg.
(If I uninstall the nvidia driver it is still not working and reinstalling of 
alsa-driver also did not help.)

[5.603947] resource sanity check: requesting [mem 0x000c-0x000f], 
which spans more than PCI Bus :00 [mem 0x000dc000-0x000d window]
[5.604084] caller os_map_kernel_space.part.9+0x84/0x90 [nvidia] mapping 
multiple BARs
[6.338946] resource sanity check: requesting [mem 0x000c-0x000f], 
which spans more than PCI Bus :00 [mem 0x000dc000-0x000d window]
[6.339056] caller os_map_kernel_space.part.9+0x84/0x90 [nvidia] mapping 
multiple BARs

It seems to me that everything is working just some GPIO actually does
not enable the output. The system detects the headphones correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786495

Title:
  [Precision M4800, Realtek ALC3226, Green Headphone Out, Front] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1786495/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs