LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   saa7134 cinergy 600 TV radio - terratec (https://www.linuxquestions.org/questions/linux-hardware-18/saa7134-cinergy-600-tv-radio-terratec-263717/)

legolin 12-07-2004 02:20 PM

saa7134 cinergy 600 TV radio - terratec
 
hi people. i have buy a new tv card (cinergy 600 TV radio - terratec) which uses the module saa7134

i have FC3 with kernel 2.6.9.something

the output of lspci is:

01:07.0 Multimedia controller: Philips Semiconductors SAA7134 (rev 01)

so that the card is recognized.

the modules are loaded, so the output from
lsmod | grep saa7134


saa7134 94869 0
video_buf 21701 1 saa7134
v4l2_common 5953 1 saa7134
v4l1_compat 11973 1 saa7134
i2c_core 22081 1 saa7134
ir_common 4677 1 saa7134
videodev 9664 1 saa7134
soundcore 9889 2 saa7134,snd

if i run
xawtv -hwscan
the output is:

[root@delucca ~]# xawtv -hwscan
This is xawtv-3.94, running on Linux/i686 (2.6.9-1.667)
looking for available devices
port 61-61
type : Xvideo, image scaler
name : NV Video Overlay

port 62-93
type : Xvideo, image scaler
name : NV Video Blitter

/dev/video0: OK [ -device /dev/video0 ]
type : v4l2
name : UNKNOWN/GENERIC
flags: overlay capture tuner



is this here ok? is my tv card running on /dev/video0 ??????

my problem is, while running xawtv and tvtime that i don't have video or audio. it just dont play anithing... do i have to configure something else in modprobe.conf or something else?


thankx a lot!!!!!!


the output from tvtime verbose:
$ sudo tvtime -v -d /dev/video0
Running tvtime 0.9.15.
Reading configuration from /etc/tvtime/tvtime.xml
Reading configuration from /home/leg/.tvtime/tvtime.xml
cpuinfo: CPU AMD Athlon(tm) XP 1800+, family 6, model 6, stepping 2.
cpuinfo: CPU measured at 1536.843MHz.
xcommon: Display :0.0, vendor The X.Org Foundation, vendor release 60801000
xfullscreen: Single-head detected, pixel aspect will be calculated.
xfullscreen: Pixel aspect ratio on the primary head is: 1368/1355 == 1.01.
xfullscreen: Using the XFree86-VidModeExtension to calculate fullscreen size.
xfullscreen: Fullscreen to 0,0 with size 1280x1024.
xcommon: Have XTest, will use it to ping the screensaver.
xcommon: Pixel aspect ratio 1368:1355.
xcommon: Pixel aspect ratio 1368:1355.
xcommon: Window manager is KWin and is EWMH compliant.
xcommon: Using EWMH state fullscreen property.
xcommon: Using EWMH state above property.
xcommon: Using EWMH state below property.
xcommon: Pixel aspect ratio 1368:1355.
xcommon: Displaying in a 761x576 window inside 761x576 space.
xvoutput: Using XVIDEO adaptor 61: NV Video Overlay.
speedycode: Using MMXEXT optimized functions.
station: Reading stationlist from /home/leg/.tvtime/stationlist.xml
videoinput: Using video4linux2 driver 'saa7134', card 'UNKNOWN/GENERIC' (bus PCI:0000:01:07.0).
videoinput: Version is 524, capabilities 5010015.
videoinput: Maximum input width: 720 pixels.
tvtime: Sampling input at 720 pixels per scanline.
xcommon: Pixel aspect ratio 1368:1355.
xcommon: Displaying in a 761x576 window inside 761x576 space.
xcommon: Received a map, marking window as visible (63).
xcommon: Window fully obscured, marking window as hidden (63).
xcommon: Window made visible, marking window as visible (63).

theYinYeti 12-08-2004 03:08 AM

I think you should specify "saa7134 card=..." in your modprobe.conf file (or modules.conf for kernel2.4).

Yves.

legolin 12-09-2004 07:42 AM

hi Yves,


thanx for you reply, but i don't understand realy what you mean.

is this right?:
add a line in modprobe.conf (i use 2.6.9 kernel) like this:
saa7134 card=/dev/video0

thankx a lot!!!


All times are GMT -5. The time now is 05:25 AM.