
Originally Posted by
jwesleycooper
Further to the above post, I note this:
Code:
:~> amixer -D hw:1
Simple mixer control 'Mic',0
Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
Capture channels: Mono
Limits: Capture 0 - 6144
Mono: Capture 6144 [100%] [27.00dB] [on]
That tells me I was correct with hw:1.
Hence this command should work for recording:
Code:
arecord -D hw:1,0 -vv -f cd test.wav
After a reboot and you try that command to record, does it work ?
You could also try:
Code:
arecord -D hw:1,1 -vv -f cd test.wav
but I don't think hw:1,1 is correct. I think the webcam is card#1 and the device is #0 (and the device is not #1).
Bookmarks