[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: No sound at boot



On 05/24/2015 04:50 AM, Petter Adsen wrote:
On Sun, 24 May 2015 04:12:03 -0500
Mark Allums <mark@allums.top> wrote:

Try to run "lsmod | grep snd", and add the modules that
snd-hda-intel depend on before the line loading it in the relevant
file in /etc/modules-load.d or in /etc/modules.
root@persephone:~# lsmod | grep snd
snd_hda_codec_hdmi     49263  1
snd_hda_codec_realtek    63196  1
snd_hda_codec_generic    63045  1 snd_hda_codec_realtek
snd_hda_intel          26387  5
snd_hda_controller     26938  1 snd_hda_intel
snd_hda_codec         108525  5
snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_hwdep              17244  1 snd_hda_codec
snd_pcm_oss            49005  0
snd_mixer_oss          21998  1 snd_pcm_oss
snd_pcm                88901  5
snd_pcm_oss,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
snd_timer              26614  1 snd_pcm
snd                    69340  20
snd_hda_codec_realtek,snd_pcm_oss,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_mixer_oss
soundcore              13031  2 snd,snd_hda_codec
So, it depends on snd, snd-pcm, snd-hda-codec, snd-hda-controller (if I
didn't miss any). The first entry is the name of the module, the second
is the size, third is number of modules that are dependent on it, and
the rest are a list of dependent modules. Try to add the ones I listed
(I'm not sure about the order, but probably the order I listed them in)
before the line that loads snd-hda-intel.
Nope. still nothing. #tail -f /var/log/kern.log, this last try, had a line after the modprobe that was disturbing, but I still got sound:

May 24 06:50:43 persephone kernel: [ 265.501340] sound hdaudioC1D0: hda-codec: out of range cmd 0:5:707:ffffffbf

Contents of sound.conf in /etc/modules-load.d:

snd
snd-pcm
snd-hda-codec
snd-hda-controller
snd-hda-intel

I didn't quite follow how you parsed the lsmod dependencies.

Thanks,

Mark


Reply to: