LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxQuestions.org Member Success Stories
User Name
Password
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


Reply
  Search this Thread
Old 05-05-2011, 03:54 PM   #1
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
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
  1. 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
  2. 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.
 
Old 05-08-2011, 03:13 PM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
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
 
Old 05-08-2011, 05:59 PM   #3
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Original Poster
Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by corp769 View Post
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.
Old 05-08-2011, 06:28 PM   #4
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
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.....
 
Old 05-08-2011, 10:00 PM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Original Poster
Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by corp769 View Post
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.
 
Old 05-09-2011, 05:30 AM   #6
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Oh ok, well thanks anyway. I just might return it, it is giving me way too much trouble :/
 
Old 05-09-2011, 09:24 AM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Original Poster
Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by corp769 View Post
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....
 
Old 05-09-2011, 08:01 PM   #8
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
I tried already, but it's a flaky device to begin with. That, or it is partially defective. I bought this one on base......
 
Old 05-09-2011, 09:30 PM   #9
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Original Poster
Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by corp769 View Post
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.
 
Old 05-09-2011, 09:33 PM   #10
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
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
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
WinTV-HVR-950Q- ubuntu linux... how to install tv tuner rflores2323 Linux - Hardware 4 12-31-2011 06:25 PM
Hauppauge WinTV-HVR-2200 Jesgrew Linux - Hardware 1 05-02-2010 12:59 AM
Hauppauge WinTV-HVR-950 willigiann Linux - Hardware 3 03-04-2008 01:15 PM
hauppauge wintv-hvr-1300 nomorewin Linux - Hardware 1 02-23-2008 04:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxQuestions.org Member Success Stories

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration