Sound issues with RHEL7.5
G'day,
I have this very frustrating issue of having absolutely no sound on my brand new laptop. My laptop is a brand new Metabox PrimeS P950EP.
I have tried things that have been mentioned online to fiddle with resolving the sound issue and have managed to kill the system couple of times.
I desperately need the sound issue solved.
I tried installing CentOS and Fedora 28 and both has no sound either.
In the Settings, Sound, Output tab it has 2 listings:
-
Digital Output (S/PDIF) - Built-in Audio and a corresponding Profile of "Digital Stereo (IEC958) Output
-
Speakers - Built-in Audio and a corresponding Profile of "Analog Stereo Output"
Could anyone shed some light on my problem? Or guide me to links etc. where I can read more about it?
Thank you so much.
Responses
Hi Philip,
Most probably you're facing a hardware related issue with the sound drivers, which might not support your audio chip.
What makes it even more certain is the fact that you are having the same problem on fedora - which is very unusual ...
There might be a slight chance that it can be solved by adding a special kernel parameter. I suggest that you search in
the archlinux wiki for a possible solution, it is known for offering good documentation for "bleeding edge" problems. :)
Regards,
Christian
This fixed my problem:
1) Append snd_intel_dspcfg: dsp_driver=1 to GRUB_CMDLINE_LINUX_DEFAULT inside /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="resume=/dev/disk/by-uuid/YOURS_PARTION_UUID splash=silent quiet showopts snd-intel-dspcfg.dsp_driver=1"
2) sudo grub2-mkconfig -o /boot/grub2/grub.cfg 3) Reboot
I am new to Linux ... I need your help to know which command should I use to know the right partition specially I have 2 HDD and more than one partition.
"YOURS_PARTION_UUID" ???
Also I would like to share that sound was working before properly and after update it is only work on the headset the main speaker there is no sound and I cant find the driver when I open the sound setting.
I installed windows on other partition and it work fine.
Thanks