View previous topic :: View next topic |
Author |
Message |
moa333 n00b


Joined: 22 May 2004 Posts: 45 Location: France
|
Posted: Tue Dec 21, 2004 4:51 am Post subject: usb microphone (webcam) with alsa and linux 2.4.. |
|
|
I have a mic on my usb, i have edited /etc/modules.d/alsa like this:
Code: |
# ALSA portion
alias char-major-116 snd-intel8x0
alias char-major-116 snd-usb-audio
# OSS/Free portion
alias char-major-14 soundcore
##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
## ALSA portion
alias snd-card-0 snd-intel8x0
alias snd-card-1 snd-usb-audio
## alias snd-card-1 snd-ens1371
## OSS/Free portion
alias sound-slot-0 snd-card-0
alias sound-slot-1 snd-card-1
## alias sound-slot-1 snd-card-1
##
# OSS/Free portion - card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
## OSS/Free portion - card #2
alias sound-service-1-0 snd-mixer-oss
alias sound-service-1-3 snd-pcm-oss
alias sound-service-1-12 snd-pcm-oss
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
# Set this to the correct number of cards.
options snd_cards_limit=1
|
modules-update, then:
Code: |
# /etc/init.d/alsasound start
* Loading ALSA modules...
* Loading: snd-card-0... [ ok ] * Loading: snd-card-1...
modprobe: Can't locate module snd-card-1 [ !! ]
* Loading: snd-seq-oss... [ ok ] * Restoring Mixer Levels... [ ok ]
|
|
|
Back to top |
|
 |
moa333 n00b


Joined: 22 May 2004 Posts: 45 Location: France
|
Posted: Tue Dec 21, 2004 5:19 am Post subject: |
|
|
solved here... |
|
Back to top |
|
 |
moa333 n00b


Joined: 22 May 2004 Posts: 45 Location: France
|
|
Back to top |
|
 |
|