Hi,
thank you for your detailed answer.
You noted after the update and reboot, in the sound settings of YaST it tells you the sound card is not configured. Did you then configure sound ?
No, I did not configure the sound with Yast. I just wanted to see what Yast can
tell me about the sound configuration. Should I try to configure it with Yast?
I assume you are not using HDMI sound, but rather analog sound.
This is correct, I forgot to mention this in my initial post.
I copy-pasted the commands you suggested in the terminal
and executed them (first time as normal user,
second time with root permissions as you mentioned).
With the first command
aplay -d hw:0,0 -vv /usr/share/sounds/alsa/test.wav
I got the following output messages as a normal user:
Wiedergabe: WAVE '/usr/share/sounds/alsa/test.wav' : Signed 16 bit Little Endian, Rate: 44100 Hz, stereo
ALSA <-> PulseAudio PCM I/O Plugin
Its setup is:
stream : PLAYBACK
access : RW_INTERLEAVED
format : S16_LE
subformat : STD
channels : 2
rate : 44100
exact rate : 44100 (44100/1)
msbits : 16
buffer_size : 22050
period_size : 5512
period_time : 125000
tstamp_mode : NONE
tstamp_type : GETTIMEOFDAY
period_step : 1
avail_min : 5512
period_event : 0
start_threshold : 22050
stop_threshold : 22050
silence_threshold: 0
silence_size : 0
boundary : 6206523236469964800
#####+ | 08%Unterlauf!!! (mindestens 1052,012 ms)
Status:
state : XRUN
trigger_time: 1444572436.412954748
tstamp : 0.000000
delay : 0
avail : 0
avail_max : 22050
############################+ | 54%Unterlauf!!! (mindestens 2144,801 ms)
...(I cut the output here and it is in german)
“Unterlauf” means “Underflow” and “mindestens” means “at least” in english, I don’t know if this is normal or a bad message.
I can not hear any sounds while executing this command.
When I execute this command with root-permissions, I get the following output:
Wiedergabe: WAVE '/usr/share/sounds/alsa/test.wav' : Signed 16 bit Little Endian, Rate: 44100 Hz, stereo
Plug PCM: Rate conversion PCM (48000, sformat=S32_LE)
Converter: libspeex (builtin)
Protocol version: 10002
Its setup is:
stream : PLAYBACK
access : RW_INTERLEAVED
format : S16_LE
subformat : STD
channels : 2
rate : 44100
exact rate : 44100 (44100/1)
msbits : 16
buffer_size : 15052
period_size : 940
period_time : 21333
tstamp_mode : NONE
tstamp_type : GETTIMEOFDAY
period_step : 1
avail_min : 940
period_event : 0
start_threshold : 15052
stop_threshold : 15052
silence_threshold: 0
silence_size : 0
boundary : 4236761349448794112
Slave: Soft volume PCM
Control: PCM Playback Volume
min_dB: -51
max_dB: 0
resolution: 256
Its setup is:
stream : PLAYBACK
access : MMAP_INTERLEAVED
format : S32_LE
subformat : STD
channels : 2
rate : 48000
exact rate : 48000 (48000/1)
msbits : 32
buffer_size : 16384
period_size : 1024
period_time : 21333
tstamp_mode : NONE
tstamp_type : GETTIMEOFDAY
period_step : 1
avail_min : 1024
period_event : 0
start_threshold : 16384
stop_threshold : 16384
silence_threshold: 0
silence_size : 0
boundary : 4611686018427387904
Slave: Direct Stream Mixing PCM
Its setup is:
stream : PLAYBACK
access : MMAP_INTERLEAVED
format : S32_LE
subformat : STD
channels : 2
rate : 48000
exact rate : 48000 (48000/1)
msbits : 32
buffer_size : 16384
period_size : 1024
period_time : 21333
tstamp_mode : NONE
tstamp_type : GETTIMEOFDAY
period_step : 1
avail_min : 1024
period_event : 0
start_threshold : 16384
stop_threshold : 16384
silence_threshold: 0
silence_size : 0
boundary : 4611686018427387904
Hardware PCM card 0 'HDA Intel PCH' device 0 subdevice 0
Its setup is:
stream : PLAYBACK
access : MMAP_INTERLEAVED
format : S32_LE
subformat : STD
channels : 2
rate : 48000
exact rate : 48000 (48000/1)
msbits : 32
buffer_size : 16384
period_size : 1024
period_time : 21333
tstamp_mode : ENABLE
tstamp_type : MONOTONIC
period_step : 1
avail_min : 1024
period_event : 0
start_threshold : 1
stop_threshold : 4611686018427387904
silence_threshold: 0
silence_size : 4611686018427387904
boundary : 4611686018427387904
appl_ptr : 0
hw_ptr : 0
####################### + | 50%
where it hangs at the 50% and nothing happens.
Again, I can not hear any sounds.
The second command
pasuspender -- aplay -D hw:0,0 -vv /usr/share/sounds/alsa/test.wav
gives as normal user the following error message (translated from german to english):
aplay: pcm_write:1939: Write error: Input/Output error
Executing with root permissions, I get the following error (translated again):
Connection error: Connection refused
pa_context_connect() failed: Invalid parameter
In both cases I did not get any sound.
Do you know what these error messages mean?
I also tried to connect headphones via usb.
With these headphones the sound works perfectly.
Maybe this information helps on the problem?
Greetings,
Jonas