Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
It would be a great help if you could provide the chipset of the card. You should be able to tell by looking for the biggest chip on the card (not always the case, but many times). Most of the time, you'll find drivers for specific chipsets (for example, my card's name is picked up similiarly to yours, and I use the cx88xx driver, but you card may have a different chipset).
Are you saying you have the same card as me and it works fine on SUSE 9.2?
Well, I haven't had the time at the moment to open up my case to check the chipset, thought if I am not mistaken - I think I heard that this card used the Conexant chipset - and I think the cx88xx drivers would be the right ones here also.
But where did you get these Linux drivers for this card?????
I don't mind experimenting around to see what works as this is not my permenant install, I am just playing around with this OS and trying to make certain everything works. So I don't mind if somethinig gets mucked up as I try to fix this thing. I will do a clean install again in a month or so anyways.
Just to give you some further details - I am using a MSI K7N2 Delta-L (nForce 2) MOBO with AMD 1700+ Athlon.
OK, well, since no one replied, I have been doing my own searching.
I found this at the KDE TV website.
Q: kdetv freezes with my cx88xx-based card.
A: The cx88xx driver does not implement a syscall the kdetv v4l1 plugin needs. You can either update your driver (there is a fix in it since the middle of October 2004) or use the v4l2 plugin in kdetv > 0.8.4.
The problem is, I have very little clue as to what it actually means. Hope someone can explain it to me in noob terms.
Where do I get that updated driver or where do I get this plugin and how do I implement it?
And what is a syscall?
UPDATE: I realized that an updated KDETV version was available from the kdetv.org website. So I first went to YAST and deleted KDETV version 0.8.2, then downloaded the 0.8.5 version and installed it.
No luck however. Instead of the program hanging, it now just appears to start in the system tray with a spinning hourglass then just shuts itself off.
When I check the "Install and Remove Software" in YAST - The KDETV program appears in RED Letters and it says 0.8.2-4.1 under "Avail. Ver." and 0.8.5-3 under "Inst. Ver."
* On a separate note - I have a Radeon 9800 Pro - should I be installing some special drivers for my card?
just busy doing a bit of research on your tv tuner at the mo', but as for your graphics card. type glxgears and let it run for about 5 secs and it should give you an FPS readout. If it's around 3000fps then the diver is installed, if not go to ati.com and download the latest drivers or try YAST for fglrx.
ok, this just after 5min of searching, so it might not be completely acurate but it seems your card uses the connexant bt878 chipset which is supported by the bttv driver. http://linux.bytesex.org/v4l2/bttv.html
the link seems to go a video4linux site with different drivers. I'd try the bttv-0.9.15.tar.gz.
extract it using tar xzvf bttv-0.9.15.tar.gz
then follow the README/INSTALL files
There are two versions of this card. One of them (the older one) uses the BT878 chipset, which was mentioned in the post just prior to this one. The newer of the two cards uses the cx88xx chipset. If you were able to determine that you have the newer chipset (the cx88), then the driver you want is here. However, if you have the older chipset (the BT878), use the link from the previous post. So, crack open that box and find out.
----
Also, I wanted to clear up the fact that I haven't tested this card on SuSe; I was using Fedora 2 at the time that I used this card. Sorry for the confusion.
0000:01:09.0 Multimedia video controller: Conexant Winfast TV2000 XP (rev 05)
This is the newer Conexant cx88xx chipset. The older one is listed it as a Brooktree Corporation Bt878 Video Capture (rev 11). The link in jsutton's post should point you in the right direction.
extract the file(i'm guessing it's a tarball...tar.gz/.tar.bz2).
use 'tar xzvf [filename.tar.gz] -C /home/[username]' if it's a .gz or 'tar jpvf [filename.tar.bz2] -C /home/[username]' if it's a .bz2.
the just browse to /home/[username]/[filename] and look for README and INSTALL for step by step instructions.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.