My microphone still problem, can not record anything.
So i try to enter to konsole –
#alsamixer
then F3 for your tunning volume and check F4 for capture volume.
and try recording by command in console
#arecord -D hw:0,0 -f dat test.wav
and play it by
#aplay test.wav
and it’s working.
Or if you have troube like plugin another device and your sound doesn’t play try this trick posted by
Admin-Amir on Sat Aug 29, 2009 1:00 pm
here is some tips for you.
1- Most sound applications output to card0 by default. In some cases, other audio devices (like a USB MIDI Keyboard) might be recognized as a soundcard and take card0, bumping your real soundcard to card1. To see which devices are connected to which cards, do the following:
Code: Select all
cat /proc/asound/cards
2- You can manipulate the device number assignment by adding snd-usb-audio to /etc/modprobe.d/alsa-base . Next boot, the snd-usb-audio device will get index 1.
Code: Select all
options snd-usb-audio index=1
That’s it.
Leave a Reply