I had my Raspberry Pi configured to work with a USB microphone (C-Media microphone USB). I had made the following changes
For /lib/modprobe.d/aliases I update the following lines
options snd-usb-audio index=0
options snd_bcm2835 index=1
My asoundrc file has the following
pcm.!default {
type hw
card 0
}
ctl.!default {
type hw
card 0
}
My microphone shows up as a USB device when I run lsusb but doesn't show up when I try a arecord -l
I have attached a copy of the dmesg log which shows an error. Any suggestions on fixing this issue are welcome.
