Results 1 to 1 of 1
I've installed my TV capture card, everything loads fine. Next part is getting the sound to work as I can use it as a DAB radio. I'm using the following ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-22-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 4
DVB TV and alsaaound.
I've installed my TV capture card, everything loads fine. Next part is getting the sound to work as I can use it as a DAB radio. I'm using the following HOWTO: Cx88 devices & - V4LWiki
Modules are in the kernel tree, I've built them and they run ok on modprobe. I selected the option "<M> Conexant 2388x DMA audio support", it's module "cx88_alsa " loads fine.
I added the sound card to the /etc/modules.d/alsa file, as listed at the end of this message.
I ran update-modules, restarted alsa sound, but the card will not show in /proc/asound/cards, despite "loading" when alsaspund starts.
Running 2.6.21-gentoo-r2 Any ideas greatly appreciated.
Rob.
# Alsa kernel modules' configuration file.
# ALSA portion
# OSS/Free portion
##
## 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
## 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.
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.14rc2 ---
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
alias snd-card-1 snd-ens1371
alias sound-slot-1 snd-ens1371
alias snd-card-2 cx88-alsa
alias sound-slot-2 cx88-alsa
# --- END: Generated by ALSACONF, do not edit. ---
# Set default soundcard
options snd-intel8x0 index=0
options snd-ens1371 index=1
options cx88-alsa index=2


Reply With Quote
