LinuxQuestions.org Member Success Stories Just spent four hours configuring your favorite program? Just figured out a Linux problem that has been stumping you for months?
Post your Linux Success Stories here. |
| 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
05-05-2011, 03:54 PM
|
#1
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,805
|
Hauppauge WinTV HVR-950Q - openSUSE 11.4 Linux
Recently bought this device, the Hauppauge WinTV-HVR950Q. I'm using openSUSE 11.4 with the latest updates (as of 5/2/11).
Since going into Yast->TV Cards revealed that the HVR950 was supported, I took a chance and got the 950Q, even though support wasn't listed. Plugging the device in, dmesg told me it was recognized, and identified correctly. However, neither v4l or Kaffeine were able to receive any channels. Upon looking further at dmesg, I noticed this:
Code:
[ 972.248135] xc5000: waiting for firmware upload (dvb-fe-xc5000-1.6.114.fw)...
[ 972.250067] xc5000: Upload failed. (file not found?)
A little searching revealed the fix. The page here:
http://linuxtv.org/wiki/index.php/Xceive_XC5000
provided the solution. Specifically, there were two things I had to do - Download the firmware from http://www.kernellabs.com/firmware/x...000-1.6.114.fw
Code:
wget http://www.kernellabs.com/firmware/xc5000/dvb-fe-xc5000-1.6.114.fw
- Copy the firmware to your firmware directory
Code:
cp dvb-fe-xc5000-1.6.114.fw /lib/firmware
After that, dmesg showed:
Code:
[ 1506.702406] xc5000: waiting for firmware upload (dvb-fe-xc5000-1.6.114.fw)...
[ 1506.704255] xc5000: firmware read 12401 bytes.
[ 1506.704256] xc5000: firmware uploading...
[ 1513.372504] xc5000: firmware upload complete...
and I was able to use Kaffeine to scan for channels, and play them. Great picture quality. I have not tried any other TV applications, nor have I tried cable TV...just doing over-the-air ATSC for now, but given the success I've had with it, I don't think the cable channels would not be recognized.
I haven't played with the remote control, but the IR sensor is detected in dmesg output, so LIRC should be able to do something with it, if one was so inclined.
|
|
|
|
05-08-2011, 03:13 PM
|
#2
|
|
Guru
Registered: Apr 2005
Location: /dev/null
Distribution: technixOS
Posts: 5,723
|
Just came across this thread.... Nice to see other people using the same device I just bought today
My question though.... After you got the firmware problem all fixed up, what exactly did you have to do in order to watch channels on your computer? I am completely new to this as far as using this device and such. Any input? Thoughts? So far, I'm scanning OTA channels using tvtime-scanner, and it's not picking up much. Do I really need to use tvtime-scanner, or is there any other ways to just hook up and watch TV/play xbox, etc? Thanks man!
And by the way, I'm running Fedora 13, 64 bit, but as far as the process goes, it shouldn't be too far off.....
Cheers,
Josh
|
|
|
|
05-08-2011, 05:59 PM
|
#3
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,805
Original Poster
|
Quote:
Originally Posted by corp769
Just came across this thread.... Nice to see other people using the same device I just bought today
My question though.... After you got the firmware problem all fixed up, what exactly did you have to do in order to watch channels on your computer? I am completely new to this as far as using this device and such. Any input? Thoughts? So far, I'm scanning OTA channels using tvtime-scanner, and it's not picking up much. Do I really need to use tvtime-scanner, or is there any other ways to just hook up and watch TV/play xbox, etc? Thanks man!
And by the way, I'm running Fedora 13, 64 bit, but as far as the process goes, it shouldn't be too far off.....
Cheers,
Josh
|
Naah, you're 99.9% of the way there if you got the firmware to load.
I just ran Kaffeine, and clicked "Digital Televison" on the start screen, or Television->Configure Television. From there, you'll see a dialog box, with a "Device 1" (or whatever # you have) tab. Click it. You'll have to then define a source...for me, I picked the ATSC-Center option (most of the US HDTV standard). After that, if you click the Television option on the left-hand tab bar, you'll see a button with a TV icon on it. Click it, and in the center pane of that dialog box, you'll see where you set up your source, with a "Start Scan" button. Click it, and wait...it'll detect the channels around you, and add them in to the pane on the right...select which ones you want, then click "Add Selected" at the bottom, then click OK. You'll see the channels there..click one, and away you go.
Of course, your mileage may vary with your antenna and placement...I can't pick up PBS stations unless I put the antenna up high. Not surprising..antenna placement used to be a problem before the days of cable/satellite TV, and it's not changed now. You can replace the cheap antenna that came with it with a bigger/amplified one, and get better reception.
|
|
|
1 members found this post helpful.
|
05-08-2011, 06:28 PM
|
#4
|
|
Guru
Registered: Apr 2005
Location: /dev/null
Distribution: technixOS
Posts: 5,723
|
Wow, thanks man! Definite rep for that one. One other question though.... Programs like xawtv need access to /dev/vbi.... For me, it doesn't exist. Only /dev/video1, which is my device, and everything under /dev/dvb exists. Would you know anything about that? I can't find sh*t on the internet about it.....
|
|
|
|
05-08-2011, 10:00 PM
|
#5
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,805
Original Poster
|
Quote:
Originally Posted by corp769
Wow, thanks man! Definite rep for that one. One other question though.... Programs like xawtv need access to /dev/vbi.... For me, it doesn't exist. Only /dev/video1, which is my device, and everything under /dev/dvb exists. Would you know anything about that? I can't find sh*t on the internet about it.....
|
No, sorry...I've not tried xawtv, but I'd presume there's a way to either change the device name to /dev/video1 or you *MIGHT* be able to make a symbolic linke from /dev/video1 to /dev/vbixx...don't know.
|
|
|
|
05-09-2011, 05:30 AM
|
#6
|
|
Guru
Registered: Apr 2005
Location: /dev/null
Distribution: technixOS
Posts: 5,723
|
Oh ok, well thanks anyway. I just might return it, it is giving me way too much trouble :/
|
|
|
|
05-09-2011, 09:24 AM
|
#7
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,805
Original Poster
|
Quote:
Originally Posted by corp769
Oh ok, well thanks anyway. I just might return it, it is giving me way too much trouble :/
|
Why not use Kaffeine? And there is an option to change the video source in xawtv....
|
|
|
|
05-09-2011, 08:01 PM
|
#8
|
|
Guru
Registered: Apr 2005
Location: /dev/null
Distribution: technixOS
Posts: 5,723
|
I tried already, but it's a flaky device to begin with. That, or it is partially defective. I bought this one on base......
|
|
|
|
05-09-2011, 09:30 PM
|
#9
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,805
Original Poster
|
Quote:
Originally Posted by corp769
I tried already, but it's a flaky device to begin with. That, or it is partially defective. I bought this one on base......
|
Ahh...it's working fine for me, under openSUSE 11.4. Suppose it could be flaky, or you've got spotty reception. When I get bad reception, the video gets very blocky and/or cut out. Moving the antenna works...sometimes. Cable/satellite works fine.
|
|
|
|
05-09-2011, 09:33 PM
|
#10
|
|
Guru
Registered: Apr 2005
Location: /dev/null
Distribution: technixOS
Posts: 5,723
|
Yeah I had no luck whatsoever with it man. I returned it and bought the Bamboo Pen & Touch pad. Awesome.... That's all I have to say 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:47 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|