No sound on CPU AMD Bangho Optima 4

Hello,

what is your output of cat /dev/sndstat ?
# cat /dev/sndstat Installed devices: pcm0: <ATI R6xx (HDMI)> (play) pcm1: <ATI R6xx (HDMI)> (play) pcm2: <ATI R6xx (HDMI)> (play) pcm3: <Realtek ALC887 (Rear Analog)> (play/rec) default pcm4: <Realtek ALC887 (Front Analog)> (play/rec) pcm5: <Realtek ALC887 (Onboard Digital)> (play) No devices installed from userspace.
 
Looks good, now you need to switch the devices until you get sound.

You can switch the PCM devices by using sysctl hw.snd.default_unit=.

Example for swtichting to pcm4: <Realtek ALC887 (Front Analog)> (play/rec) use sysctl hw.snd.default_unit=4.

Some programs may need a restart, if your desktop environment uses pulseaudio then you also need to issue an pulseaudio -k after switching the PCM device.
 
Looks good, now you need to switch the devices until you get sound.

You can switch the PCM devices by using sysctl hw.snd.default_unit=.

Example for swtichting to pcm4: <Realtek ALC887 (Front Analog)> (play/rec) use sysctl hw.snd.default_unit=4.

Some programs may need a restart, if your desktop environment uses pulseaudio then you also need to issue an pulseaudio -k after switching the PCM device.
Solved, worked with 4. Now Video problem left, thanks a lot
 
Back
Top