LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-15-2004, 02:45 AM   #1
ministre
LQ Newbie
 
Registered: Jul 2003
Posts: 28

Rep: Reputation: 15
Getting TV Tuner Compro Video Mate to work


Hello,

I am trying to get my compro videomate tv tuner card to work.
I am using slackware 10 with kernel 2.4.26 but I have patched it with
the latest patch for kernel 2.4.26 from the video4linux website.
I am using tvtime as my client and I got the video to work beautifully
but I do NOT get any sound.
I have installed all my sound drivers with alsaconf and I can play
simple .wav files

It may be probably something wrong I am doing with the modprobe
parameters or some additional sound drivers I have to load. If anyone
can help me that would be great.

My modules.conf file looks like this:
~~~~~~~~~~~~~~~~~~~~~~
===========================
# i2c
alias char-major-89 i2c-dev
options i2c-core i2c_debug=1
options i2c-algo-bit bit_test=1

# bttv
alias char-major-81 videodev
alias char-major-81-0 saa7134
options saa7134 card=21 tuner=2
options tuner debug=1 tuner=2

# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 1.0.6 ---
alias char-major-116 snd
alias char-major-14 soundcore
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
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
# --- END: Generated by ALSACONF, do not edit. ---
===========================

and dmesg after modprobing saa7134 and tuner looks like this:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
===================================================
saa7130/34: v4l2 driver version 0.2.12 loaded
PCI: Found IRQ 11 for device 00:0f.0
PCI: Sharing IRQ 11 with 00:02.2
saa7130[0]: found at 00:0f.0, rev: 1, irq: 11, latency: 64, mmio: 0xcfffdc00
saa7130[0]: subsystem: 185b:c100, board: 10MOONS PCI TV CAPTURE CARD
[card=21,insmod option]
saa7130[0]: board init: gpio is 408000
i2c-core.o: adapter saa7130[0] registered as adapter 0.
saa7130[0]: i2c eeprom 00: 5b 18 00 c1 ff ff ff ff ff ff ff ff ff ff ff ff
saa7130[0]: i2c eeprom 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7130[0]: i2c eeprom 20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7130[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
i2c-core.o: driver i2c TV tuner driver registered.
tuner: chip found at addr 0xc0 i2c-bus saa7130[0]
tuner: type set to 2 (Philips NTSC (FI1236,FM1236 and compatibles)) by
saa7130[0]
i2c-core.o: client [Philips NTSC (FI1236,FM1236 and] registered to
adapter [saa7130[0]](pos. 0).
saa7130[0]: registered device video0 [v4l2]
saa7130[0]: registered device vbi0
saa7130[0]: registered device radio0
===================================================

Thanks
Richard
 
Old 12-22-2004, 09:15 PM   #2
artistikone
Member
 
Registered: Jul 2003
Distribution: slackware-current
Posts: 76

Rep: Reputation: 15
Slackware 10.0 2.4.26

Aps tried:

xawtv
mplayer
zapping

I'm having this exact same problem. I have great video, but no sound. I have tried the suggestions in this thread. Here is my dmesg output:


Linux video capture interface: v1.00
i2c-core.o: i2c core module version 2.6.1 (20010830)
saa7130/34: v4l2 driver version 0.2.12 loaded
PCI: Found IRQ 9 for device 02:0a.0
saa7133[0]: found at 02:0a.0, rev: 16, irq: 9, latency: 32, mmio: 0xf1000000
saa7133[0]: subsystem: 185b:c100, board: Compro VideoMate TV [card=19,autodetected]
saa7133[0]: board init: gpio is cc000c
saa7133[0]: dsp access wait timeout [bit=WRR]
saa7133[0]: dsp access wait timeout [bit=WRR]
i2c-core.o: adapter saa7133[0] registered as adapter 0.
saa7133[0]: i2c eeprom 00: 5b 18 00 c1 ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
i2c-core.o: driver i2c TV tuner driver registered.
tuner: chip found @ 0xc0
tuner: type set to 17 (Philips NTSC_M (MK2))
i2c-core.o: client [Philips NTSC_M (MK2)] registered to adapter [saa7133[0]](pos. 0).
saa7133[0]: registered device video0 [v4l2]
saa7133[0]: registered device vbi0



Now I see "saa7133[0]: dsp access wait timeout [bit=WRR]" which I'm sure is causing the problem, but haven't been able to find a way to fix it. Sound works great everywhere else. Double-checked all volume controls and my soundcard seems to be working fine. It's just getting the audio on the tuner card to work seems to be the issue.
 
Old 01-13-2005, 05:55 PM   #3
artistikone
Member
 
Registered: Jul 2003
Distribution: slackware-current
Posts: 76

Rep: Reputation: 15
I finally got this working with 2.6.10 and having soundcore (Sound System Support) compiled built in, then setting the card to 49 with modprobe.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
video encoder (Tv-tuner + VCR) windowsrefugeeX Linux - Software 2 07-16-2005 05:59 PM
Video card for extended desktop, TV tuner, AND 3D? KimVette Linux - Hardware 5 02-27-2005 09:38 PM
Video 4 linux tuner card Jake_da_Snake Linux - Hardware 2 02-19-2005 06:56 AM
Caputring Video with TV Tuner tini1212 Linux - General 2 08-26-2004 02:07 AM
TV-Tuner card showing video but I get no sound zimplton Linux - Hardware 3 03-24-2004 12:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration