Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
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.
I have this hybrid analog/digital pci card for a year now, and still not success with linux. An improvement is now that cards chip saa7134 and card gets reconized by udev but still I have not got any picture in application.
Program I have installed for watching is tvtime and when I load it, it presents my only with a blue screen and a sign "No signal". I can switch channels, scan channels for signal, change video source (Television, Composite1, S-Video), change it's settings... but all I get is a blu screen with no signal at all.
I've gonne through linuxtv wiki, linuxtv mailing lists, google and I'm still not sure if this card is working in linux. I have seen that people trying to make DVB-T part to work but of the analog TV not a clue. In the moment of writing this my location is not provited with DVB-T signal so I need only analog part for now.
This chip is reported as having a Quantek QT1010 silicon tuner for digital broadcast and an Xceive XC2028 for analog.
So I think that I need xc2028 firmware for watching analog TV. I have followed this instructions How to Obtain the Firmware still with no luck. It gives me errors, so I guess I need firmware specific to my card. But I don't have a clue how can I find that specific .sys file.
Here's post of some other guy trying to make it work in Ubuntu, and having the same errors as I'm having.
I have tried the metod "How to obtain the firmware" with VMHybrid.sys still with no luck:
./extract_xc3028.pl gives
Code:
md5sum: hcw85bda.sys: No such file or directory
Hash of extracted file does not match (found , expected 0e44dbf63bb0169d57446aec21881ff2!
so I have tried renaming it with mv VMHybrid.sys hcw85bda.sys
Code:
bash-3.1$ ./extract_xc3028.pl
Hash of extracted file does not match (found d9fb26de56c08955155db3e9abb8eae0, expected 0e44dbf63bb0169d57446aec21881ff2!
So it appears that official firmware cannot be extracted in this way.
Do I need this firmware for watching analog TV?
Last edited by semiRocket; 06-28-2009 at 07:56 AM.
If the card has S-Video or Composite, first test the card with these inputs. Then move on to the analog tuner. The program tvtime does not have DVB capability, but tvtime is the best program to test analog hook ups. I suggest use MPlayer. Setting up an SAA713x is a trial-n-error process, so both card and tuner options have to be given while loading the saa7134 module.
First I tried Composite test with my camera, and it worked (It's showing frames normally in color).
Then I did some more goggling and find out this excellent guide Gentoo Wiki SAA7134. I have followed troubleshooting and I don't know how but the "No signal" sign is gonne and it's showing me a channel now. All I did (I think) is removing and loading modules saa7134, saa7134-dvb, saa7134-alsa and tuner. With and without that "autoprobing tuner" script. But after restart, it's still working whith default autoconfigured settings (dmesg output is the same).
However it get me sound in tvtime only after a command like
That command is also from Gentoo wiki. So it seems that the sound driver is working, but the tvtime doesn't use /dev/dsp1 device and I didn't find in tvtime configuration how can I accomlish that it does.
Another problem is that it's showing only one channel, no mather if change channels with mouse wheel, or scan through channels in tvtime config menu. What can be the cause of this?
I'm not sure what I need to do with firmwares located on mcentral.de/firmware/ one archive contains bunch of firmwares, but none of them named xc3028-v27.fw. If I just extract them following instructions on that site, nothing happens, still getting missing firmware issue. Do you suggest renaming them one by one ?
Update:
After I restart from Windows (not shutdown) the last viewed channel from a Windows app appears in tvtime. How is this possible, I don't know, but when I shutdown computer completely the "No signal" is still there So I think I still need that firmware. But the Composite input is working, no matter of that.
Last edited by semiRocket; 06-30-2009 at 05:47 AM.
Reason: Composite input is working...
The program tvtime does not have PCM or WAV playback or any media playback. It just unmutes the audio for the video capture device and the video is then drawn as is from the video capture card. If your video capture device does not have any analog audio output connection, then you have to use a media player to play back digital audio from the video capture card's audio device node.
For DVB play back, MPlayer should be used because it is capable of decoding video formats.
There should be no problems renaming files. Just make sure it is the correct file. Using symbolic links should work.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.