Hello experts,
I got a new USB sound adapter and in trying to get it to work I found that I'm unable to add snd_usb_audio module:
$this->bbcode_second_pass_code('', '# modprobe -v snd_usb_audio
insmod /lib/modules/3.2.1-1-ARCH/kernel/sound/usb/snd-usb-audio.ko.gz
ERROR: could not insert 'snd_usb_audio': No such file or directory
# insmod /lib/modules/3.2.1-1-ARCH/kernel/sound/usb/snd-usb-audio.ko.gz
Error: could not insert module /lib/modules/3.2.1-1-ARCH/kernel/sound/usb/snd-usb-audio.ko.gz: Unknown symbol in module
')
dmesg shows the following:
$this->bbcode_second_pass_code('', '# dmesg
[ 5576.588921] snd_usb_audio: Unknown symbol snd_ctl_add (err 0)
[ 5576.588947] snd_usb_audio: Unknown symbol snd_pcm_lib_free_vmalloc_buffer (err 0)
[....truncate ...]
[ 5576.589596] snd_usb_audio: Unknown symbol snd_pcm_period_elapsed (err 0)
[ 5576.589625] snd_usb_audio: Unknown symbol snd_pcm_format_name (err 0)
')
I've tried pacman -Syu, rebooted a few times.
My understanding is that without this module, there is no hope of getting any sound out through my usb sound adapter.
Is it that I somehow have a bad snd-usb-audio.ko module? And a future update might fix this?
Can you please help?