[Kernel-packages] [Bug 1879630] Re: No sound output from HDMI audio

2020-06-01 Thread Vic Liu
Thanks for the suggestion, I can have audio output from HDMI with the
following now by playing an audio clip instead of noise:

$ sudo amixer scontrols
$ sudo amixer set Master 100 unmute
$ sudo amixer set IEC958 100 unmute
$ sudo aplay -D plughw:0,7 /var/snap/alsa-utils/common/file_example_WAV_2MG.wav 
-v

** Changed in: snapd
   Status: Incomplete => Invalid

** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1879630

Title:
  No sound output from HDMI audio

Status in snapd:
  Invalid
Status in linux package in Ubuntu:
  Invalid

Bug description:
  There is no sound output from HDMI audio.

  System: Intel NUC7CJYH
  Image: 20200519.2

  Steps to reproduce:
  1. $ sudo snap install alsa-utils
  2. $ sudo amixer set Master 100 unmute
  3. $ sudo amixer set IEC958 100 unmute
  4. $ sudo speaker-test -c2 

  There is no sound output from HDMI audio.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1879630/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1879630] Re: No sound output from HDMI audio

2020-06-01 Thread Vic Liu
** Attachment added: "aplay-L.log"
   
https://bugs.launchpad.net/snapd/+bug/1879630/+attachment/5379677/+files/aplay-L.log

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1879630

Title:
  No sound output from HDMI audio

Status in snapd:
  Invalid
Status in linux package in Ubuntu:
  Invalid

Bug description:
  There is no sound output from HDMI audio.

  System: Intel NUC7CJYH
  Image: 20200519.2

  Steps to reproduce:
  1. $ sudo snap install alsa-utils
  2. $ sudo amixer set Master 100 unmute
  3. $ sudo amixer set IEC958 100 unmute
  4. $ sudo speaker-test -c2 

  There is no sound output from HDMI audio.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1879630/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1879630] Re: No sound output from HDMI audio

2020-06-01 Thread Vic Liu
** Attachment added: "aplay-l.log"
   
https://bugs.launchpad.net/snapd/+bug/1879630/+attachment/5379676/+files/aplay-l.log

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1879630

Title:
  No sound output from HDMI audio

Status in snapd:
  Invalid
Status in linux package in Ubuntu:
  Invalid

Bug description:
  There is no sound output from HDMI audio.

  System: Intel NUC7CJYH
  Image: 20200519.2

  Steps to reproduce:
  1. $ sudo snap install alsa-utils
  2. $ sudo amixer set Master 100 unmute
  3. $ sudo amixer set IEC958 100 unmute
  4. $ sudo speaker-test -c2 

  There is no sound output from HDMI audio.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1879630/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1879630] Re: No sound output from HDMI audio

2020-06-01 Thread Claudio Matsuoka
** Changed in: snapd
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1879630

Title:
  No sound output from HDMI audio

Status in snapd:
  Incomplete
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  There is no sound output from HDMI audio.

  System: Intel NUC7CJYH
  Image: 20200519.2

  Steps to reproduce:
  1. $ sudo snap install alsa-utils
  2. $ sudo amixer set Master 100 unmute
  3. $ sudo amixer set IEC958 100 unmute
  4. $ sudo speaker-test -c2 

  There is no sound output from HDMI audio.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1879630/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1879630] Re: No sound output from HDMI audio

2020-06-01 Thread Claudio Matsuoka
Thanks Vic. I see from logs that the HDA codec is an ALC 233, which
happens to be the same Realtek HDA codec I have in my Lenovo Thinkcentre
machine that's running UC20 20200529.3. Unfortunately my Thinkcentre
doesn't have any HDMI ports, but I was able to send sound through one of
the displayports.

It's interesting to note that, despite being the same kernel and same
codec, the log messages seem different (for instance, I didn't see SOF
messages in your logs. Here I see something like:

Jun 01 20:06:33 stormfly kernel: sof-audio-pci :00:1f.3: DSP detected with 
PCI class/subclass/prog-if info 0x040380
(...)
Jun 01 20:06:33 stormfly kernel: sof-audio-pci :00:1f.3: hda codecs found, 
mask 5
Jun 01 20:06:33 stormfly kernel: sof-audio-pci :00:1f.3: using HDA machine 
driver skl_hda_dsp_generic now

To send audio to my displayport, I used something like:

# aplay -D hw:sofhdadsp,5 -f S16_LE -c 2 /bin/ls

(or, to play music instead of noise, mpg123-cm.mpg123 -o alsa -a
hw:sofhdasp,5 test.mp3)

In amixer, my device is 'PGA9.0 9 Master'. I wonder if the IEC958 in
your mixer settings could be a digital audio output such as a S/PDIF
port or something similar?

Could you post the output of

# aplay -l

and

# aplay -L

so we can see the all the available cards/devices?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1879630

Title:
  No sound output from HDMI audio

Status in snapd:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  There is no sound output from HDMI audio.

  System: Intel NUC7CJYH
  Image: 20200519.2

  Steps to reproduce:
  1. $ sudo snap install alsa-utils
  2. $ sudo amixer set Master 100 unmute
  3. $ sudo amixer set IEC958 100 unmute
  4. $ sudo speaker-test -c2 

  There is no sound output from HDMI audio.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1879630/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1879630] Re: No sound output from HDMI audio

2020-05-31 Thread Vic Liu
apport is not supported in uc20 (tried beta apport snap, not working),
please let me know what kind of log could help.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1879630

Title:
  No sound output from HDMI audio

Status in snapd:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  There is no sound output from HDMI audio.

  System: Intel NUC7CJYH
  Image: 20200519.2

  Steps to reproduce:
  1. $ sudo snap install alsa-utils
  2. $ sudo amixer set Master 100 unmute
  3. $ sudo amixer set IEC958 100 unmute
  4. $ sudo speaker-test -c2 

  There is no sound output from HDMI audio.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1879630/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1879630] Re: No sound output from HDMI audio

2020-05-29 Thread Francis Ginther
** Package changed: linux-raspi (Ubuntu) => linux (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1879630

Title:
  No sound output from HDMI audio

Status in snapd:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  There is no sound output from HDMI audio.

  System: Intel NUC7CJYH
  Image: 20200519.2

  Steps to reproduce:
  1. $ sudo snap install alsa-utils
  2. $ sudo amixer set Master 100 unmute
  3. $ sudo amixer set IEC958 100 unmute
  4. $ sudo speaker-test -c2 

  There is no sound output from HDMI audio.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1879630/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1879630] Re: No sound output from HDMI audio

2020-05-28 Thread Maciej Borzecki
** Also affects: linux-raspi (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-raspi in Ubuntu.
https://bugs.launchpad.net/bugs/1879630

Title:
  No sound output from HDMI audio

Status in snapd:
  New
Status in linux-raspi package in Ubuntu:
  New

Bug description:
  There is no sound output from HDMI audio.

  System: Intel NUC7CJYH
  Image: 20200519.2

  Steps to reproduce:
  1. $ sudo snap install alsa-utils
  2. $ sudo amixer set Master 100 unmute
  3. $ sudo amixer set IEC958 100 unmute
  4. $ sudo speaker-test -c2 

  There is no sound output from HDMI audio.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1879630/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp