delete all modprobes in bootlocal....full reboot to be sure.
post full output for (ignore capital -L at this stage)
aplay -l
I don't have any modprobe calls in bootlocal:
tc@box:/opt$ cat bootlocal.sh
#!/bin/sh
# put other system startup commands here
/opt/eth0.sh &
/usr/local/bin/wifi-connect &
post full output for (ignore capital -L at this stage)
Code: [Select]
aplay -l
OK... my aplay -l is
**** List of PLAYBACK Hardware Devices ****
card 1: PCH [HDA Intel PCH], device 0: ALC3232 Analog [ALC3232 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
Which is what it was before, if I'm not mistaken.
I manually tried (in terminal, not bootlocal.sh):
modprobe -r snd_hda_intel
modprobe snd_hda_intel options model=tpt440
But I was not able to get any sound from speaker-test and got the same kind of errors I had before.
The really weird thing is there seems to be no card0...
I dug around a bit in my sys/ filesystem. i have these:
/sys/module/snd/ /sys/module/snd_hda_intel/
/sys/module/snd_ctl_led/ /sys/module/snd_hwdep/
/sys/module/snd_hda_codec/ /sys/module/snd_intel_dspcfg/
/sys/module/snd_hda_codec_generic/ /sys/module/snd_pcm/
/sys/module/snd_hda_codec_realtek/ /sys/module/snd_timer/
/sys/module/snd_hda_core/
I tried to look around, but I don't see anything that is claiming to be card0. I do see a rat's nest of symlinks that recurse in a crazy way.
Not getting much further with ALSA, I'm afraid! Thanks for the links... maybe I can get some more clues from them.
I forgot to mention, I was focussing on attempting to disable hdmi to give you a result for speaker-test.
but what you are focussing on is to get sound ....and I accept if my method half succeeds, lets not worry about index=0 and instead,
if you like....install pulsaudio and pavucontrol....read their info files.
pavucontrol will allow you to swap your preferred output device. Maxmise the GUI so you can see all the TABS
I suppose I can try PulseAudio tomorrow or the next day!
--
Mike