Sound stopped working (again!)

After a routine update the other day, my sound (ALSA rather than Pulse) suddenly stopped working - analysis indicated my system had decided it wanted to use my USB webcam as the default sound device. Putting my sound card as the default device in .asoundrc and rebooting didn't appear to have any effect, so on a whim I downloaded and installed the latest drivers (Realtek Linux Audiopack 5.17). Except that even though the compilation and installation seemed to go without a hitch, while MCC --> Hardware --> Sound tells me it's using snd_hda_intel (as expected), aplay -L and aplay -l inform me I haven't got any sound cards installed...
Among the standard troubleshooting steps, lsmod indicates that snd_hda_intel isn't loaded, but modprobe fails...
I've also attached the relevant dmesg output - it's not very happy! So can anyone deduce what am I (or my system) doing wrong - or if I've given insufficient information, any further troubleshooting steps I can take...
- Code: Select all
[ben@BlackBox ~]$ aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
pulse
PulseAudio Sound Server
[ben@BlackBox ~]$ aplay -l
aplay: device_list:252: no soundcards found...
Among the standard troubleshooting steps, lsmod indicates that snd_hda_intel isn't loaded, but modprobe fails...
- Code: Select all
[ben@BlackBox ~]$ sudo modprobe -a snd_hda_intel
ERROR: could not insert 'snd_hda_intel': Invalid argument
I've also attached the relevant dmesg output - it's not very happy! So can anyone deduce what am I (or my system) doing wrong - or if I've given insufficient information, any further troubleshooting steps I can take...