I'm trying to get my ATi Rage / TV-Tuner card to work..
This is what I have so far.
The Xorg.conf is using the r128 driver (the ATi one from the website says it doesnt support a card this old, and the radeon one wont work)
I loaded the bttv module, but tvtime reports no /dev/video devices
lsmod:
Code:
lsmod
Module Size Used by
bttv 158224 0
video_buf 17732 1 bttv
firmware_class 8320 1 bttv
i2c_algo_bit 8968 1 bttv
v4l2_common 4864 1 bttv
btcx_risc 4104 1 bttv
tveeprom 14032 1 bttv
videodev 7360 1 bttv
snd_pcm_oss 48288 0
snd_mixer_oss 17024 2 snd_pcm_oss
ohci_hcd 16324 0
via686a 15176 0
i2c_viapro 7444 0
snd_via82xx 23512 1
gameport 12040 1 snd_via82xx
snd_mpu401_uart 6400 1 snd_via82xx
snd_rawmidi 20704 1 snd_mpu401_uart
hwmon_vid 2240 0
eeprom 5648 0
lm90 11556 0
hwmon 2324 2 via686a,lm90
i2c_isa 3584 1 via686a
i2c_amd756 5572 0
3c59x 39784 0
and lspci
Code:
lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 03)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP]
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 40)
00:07.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:07.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 16)
00:07.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 16)
00:07.4 Host bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 40)
00:07.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio Controller (rev 50)
00:0e.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)
01:00.0 VGA compatible controller: ATI Technologies Inc Rage 128 Pro Ultra TF
I went to the Gatos Site and got the ATI.2 drivers for xorg and copied them into X11R6, restarted X (ok, what driver should xorg be using when I do this?)
I also installed TCL/TK and AVView (but it crashes after you click OK accepting this is the first time its been started) with this error:
Code:
Adaptor 0: ATI Rage128 Video Overlay
type input image
ports 53
53 ATI Rage128 Video Overlay
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 141 (XVideo)
Minor opcode of failed request: 14 ()
Serial number of failed request: 1314
Current serial number in output stream: 1314
I tried installing the km module, but it errors half way through as well (but this isnt required right?)
So basically, what do I need to do here to get this to work?