[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: TV card does not work in sarge



Serena Cantor wrote:

I have a bt848 card, it works well in woody with
self-compiled 2.4 kernel:

modprobe bttv card=21

however it does not work in sarge's stock 2.4 kernel.
The video is OK, but there's no sound though
percentage of volume can be changed in xawtv.

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

I have a bttv card, also. It was one tricky issue to figure, after all my sarge set up correctly. Here, it seems the snd-bt87x module from /lib/modules/2.6.8-3-k7/kernel/sound/pci/ in some way conflicts with the sound module for my ac97 onboard sound. After booting, my mixer showed the snd-bt87x module, instead of the correct via823xx. I tried lots of different ways to solve the issue, but what really did the trick was to rename the snd-bt87x module to snd-bt87x.bak (with the corresponding error lines in dmesg complaining no snd-bt87x found..). From what I could understand reading over the net, the bttv used to have its own sound module, but nowadays it doens't need it anymore, the tv card can do alsa.
My modprobe line is

modprobe bttv card=37 tuner=2 radio=1

the card is a pixelview play tv pro.

bruno@frank:~/$ lsmod
Module                  Size  Used by
nls_iso8859_1           4096  1
nls_cp437               5760  1
vfat                   14656  1
fat                    46720  1 vfat
bttv                  154252  0
ipv6                  262532  15
af_packet              22600  2
joydev                  9856  0
mousedev               10444  1
tsdev                   7360  0
parport_pc             36932  0
parport                41544  1 parport_pc
snd_via82xx            29604  0
snd_ac97_codec         69508  1 snd_via82xx
snd_pcm_oss            54376  0
snd_mixer_oss          19904  1 snd_pcm_oss
snd_pcm                97480  2 snd_via82xx,snd_pcm_oss
snd_timer              25668  1 snd_pcm
snd_page_alloc         11720  2 snd_via82xx,snd_pcm
gameport                4736  1 snd_via82xx
snd_mpu401_uart         8000  1 snd_via82xx
snd_rawmidi            25316  1 snd_mpu401_uart
snd_seq_device          8264  1 snd_rawmidi
snd 57380 9 snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
capability              4616  0
commoncap               7296  1 capability
shfs                   54096  0
kqemu                  41224  0
reiserfs              248528  4
mbcache                 9284  0
tuner                  19920  0
video_buf              22212  1 bttv
i2c_algo_bit            9800  1 bttv
v4l2_common             6208  1 bttv
btcx_risc               4808  1 bttv
videodev                9984  1 bttv
soundcore              10336  2 bttv,snd
eeprom                  7816  0
i2c_sensor              2944  1 eeprom
i2c_core               24144  5 bttv,tuner,i2c_algo_bit,eeprom,i2c_sensor
evdev                   9600  0
pcspkr                  3688  0
rtc                    12728  0
pciehp                 97388  0
shpchp                100716  0
pci_hotplug            34352  2 pciehp,shpchp
amd64_agp              11208  1
agpgart                34536  1 amd64_agp
dm_mod                 59644  0
psmouse                20232  0
amd74xx                14108  0
via_velocity           32992  0
crc_ccitt               2176  1 via_velocity
generic                 4480  0
usb_storage            68800  1
sd_mod                 21696  7
ide_cd                 42528  0
cdrom                  40284  1 ide_cd
ide_disk               19264  0
ide_generic             1472  0
sis5513                16776  0
floppy                 60304  0
via82cxxx              13980  1
ide_core 138724 8 amd74xx,generic,usb_storage,ide_cd,ide_disk,ide_generic,sis5513,via82cxxx
fbcon                  31940  71
vga16fb                13224  1
vgastate               10240  1 vga16fb
usbserial              29736  0
usbhid                 32000  0
usbkbd                  7424  0
ehci_hcd               31364  0
uhci_hcd               32784  0
usbcore 118308 8 usb_storage,usbserial,usbhid,usbkbd,ehci_hcd,uhci_hcd
processor              17392  0
fan                     4044  0
sata_via                7492  5
libata                 41412  1 sata_via
scsi_mod              124748  3 usb_storage,sd_mod,libata
unix                   28660  271
font                    8448  1 fbcon
vesafb                  6688  0
cfbcopyarea             3840  2 vga16fb,vesafb
cfbimgblt               3072  2 vga16fb,vesafb
cfbfillrect             3712  2 vga16fb,vesafb


hope it helps!



Reply to: