tianran.chen n00b

Joined: 16 Jun 2007 Posts: 2
|
Posted: Sat Jun 16, 2007 4:19 pm Post subject: ALSA problem with Logitech EasyCall Desktop HELP! |
|
|
Greetings,
I just got a Logitech EasyCall Destop (a extremely good deal). It is basically a USB audio device containing a speaker and a microphone. And now I have trouble using it. For the driver, I use snd-usb-audio from the kernel, compiled as a module. I also added a few lines to /etc/modules.d/alsa and it now looks like this
Code: |
# Alsa kernel modules' configuration file.
# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore
##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `modules-update' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
## ALSA portion
## alias snd-card-0 snd-interwave
## alias snd-card-1 snd-ens1371
## OSS/Free portion
## alias sound-slot-0 snd-card-0
## 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=2
options snd-hda-intel index=0
options snd-usb-audio index=1
|
... and I also had hald running. After I plugin the device, snd-usb-audio did get loaded, and new nodes /dev/sound/audio1 and /dev/dsp1 all show up with correct permission. But when I try to use it with mpg123 or some other player, it saids:
audio.c: no supported rated found.
What is the problem here? Thanks in advance! |
|