LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Sarge and bttv-alsa-artsd problem (https://www.linuxquestions.org/questions/debian-26/sarge-and-bttv-alsa-artsd-problem-263602/)

marios_auth 12-07-2004 07:55 AM

Sarge and bttv-alsa-artsd problem
 
I just installed debian sarge. My system has onboard via8233 sound card and one pci tv card (Pixelview Playtv). With the default kernel 2.4.27 (i386,686,k7 versions) everything works fine and i have sound everywhere. With apt-get install, i installed alsa-base and kernel 2.6.8-k7

When i boot with kernel 2.6.8 and kde starts this message appears

Sound server informational message:
Error while initializing the sound driver:
device: default can't be opened for playback (No such device)
The sound server will continue, using the null output device.

Playing a little with xmms, i forced it to use the hw(1,0) card so i can hear sound in xmms, but no sound at all at kde.

If i write alsamixer -c 0 comes the mixewr for the bttv card, and if i write alsamixer -c 1 the mixer for the via 8233.

Here is my lsmod
lsmod

Module Size Used by
ipv6 264612 8
appletalk 36628 20
lp 11176 0
snd_via82xx 29540 0
snd_ac97_codec 70020 1 snd_via82xx
snd_mpu401_uart 7968 1 snd_via82xx
snd_rawmidi 25156 1 snd_mpu401_uart
snd_seq_device 8200 1 snd_rawmidi
usblp 13088 0
uhci_hcd 33136 0
ohci_hcd 21764 0
snd_bt87x 14280 0
snd_pcm_oss 55048 0
snd_mixer_oss 20096 1 snd_pcm_oss
snd_pcm 98728 3 snd_via82xx,snd_bt87x,snd_pcm_oss
snd_timer 25668 1 snd_pcm
snd 57156 10
snd_via82xx,snd_ac97_codec,snd_mpu401_uart,snd_
rawmidi,snd_seq_device,snd_bt87x,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
snd_page_alloc 11752 3 snd_via82xx,snd_bt87x,snd_pcm
bttv 155276 0
video_buf 22180 1 bttv
i2c_algo_bit 9832 1 bttv
v4l2_common 6144 1 bttv
btcx_risc 4808 1 bttv
i2c_core 24176 2 bttv,i2c_algo_bit
videodev 10016 1 bttv
soundcore 10336 2 snd,bttv
8139cp 20672 0
shpchp 101996 0
pciehp 99084 0
pci_hotplug 34640 2 shpchp,pciehp
via_agp 9056 1
agpgart 34696 1 via_agp
tsdev 7392 0
mousedev 10476 2
psmouse 20360 0
floppy 61200 0
analog 11968 0
gameport 4704 2 snd_via82xx,analog
parport_pc 35392 1
parport 41832 2 lp,parport_pc
pcspkr 3592 0
evdev 9600 0
ehci_hcd 32004 0
usbcore 119012 6 usblp,uhci_hcd,ohci_hcd,ehci_hcd
8139too 26112 0
mii 5120 2 8139cp,8139too
crc32 4320 2 8139cp,8139too
via_ircc 26416 0
irda 197120 1 via_ircc
crc_ccitt 2144 1 irda
capability 4520 0
commoncap 7232 1 capability
ide_cd 42656 0
cdrom 40732 1 ide_cd
rtc 12760 0
isofs 37240 0
ext2 71848 0
ext3 127240 3
jbd 62616 1 ext3
mbcache 9348 2 ext2,ext3
ide_generic 1408 0
via82cxxx 14332 1
ide_disk 19296 5
ide_core 139940 4 ide_cd,ide_generic,via82cxxx,ide_disk
sd_mod 21696 0
ata_piix 8164 0
libata 41604 1 ata_piix
scsi_mod 125196 2 sd_mod,libata
unix 28692 255
font 8320 0
vesafb 6656 0
cfbcopyarea 3840 1 vesafb
cfbimgblt 3040 1 vesafb
cfbfillrect 3776 1 vesafb



And my dmesg

...
VP_IDE: IDE controller at PCI slot 0000:00:11.1
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt8233 (rev 00) IDE UDMA100 controller on pci0000:00:11.1
....
....
via82xx: Assuming DXS channels with 48k fixed sample rate.
Please try dxs_support=1 or dxs_support=4 option
and report if it works on your machine.


If i write artsd

ALSA lib pcm_hw.c:1155:(snd_pcm_hw_open) open /dev/snd/pcmC0D0p failed:
No such device
Error while initializing the sound driver:
device: default can't be opened for playback (No such device)


If i remove the tv card from the pc, amd boot withouit then sound returns and kde starts without problem.

It is probably confilct with tv card and sound card with default sound, but i can't figure it out. Any ideas?


All times are GMT -5. The time now is 10:40 PM.