Linux - Hardware This 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.
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.
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.
|
 |
07-22-2005, 06:27 AM
|
#1
|
Member
Registered: Aug 2003
Location: York, UK
Distribution: Gentoo, WinXP
Posts: 40
Rep:
|
WinTV Nova-T frequency
Hi, I'm not really sure how to tune this card in properly. I have the correct driver modules loaded and everything, but I've been following this guide:
use http://www.ethics-gradient.net/myth/mythdvb.html
and it recommends I use a file with the frequency for my local transmitter,
which is Emley Moor. There isn't a file provided in the dvb-tools download,
and I can't find the transmitter frequency as this
http://www.bbc.co.uk/reception/tv_tr...rs/index.shtml
is a dead link and I can't find the info anywhere else.
This:
http://www.ofcom.org.uk/static/recep...=show_all.html
ofcom website seems to give quite good info, but still can't see the frequencies!
Please help!!
|
|
|
07-22-2005, 12:35 PM
|
#2
|
Senior Member
Registered: Apr 2003
Location: Eire
Distribution: Slackware 12.0, OpenSuse 10.3
Posts: 1,120
Rep:
|
Here's the entries from my Suse directory for emley moor:
Code:
# Emley Moor, West Yorkshire
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
T 673833330 8MHz 3/4 3/4 QAM16 2k 1/32 NONE
|
|
|
07-22-2005, 02:39 PM
|
#3
|
Member
Registered: Aug 2003
Location: York, UK
Distribution: Gentoo, WinXP
Posts: 40
Original Poster
Rep:
|
You legend thanks!
I'm a little stumped about how to get this card going. Like I said, the modules are loaded, but the dmesg doesn't include any reference to loading the frontend, which I believe is required. I'm using Fedora Core 3 (possibly 4 I guess after the dist-upgrade), with a stock kernel, and I'm a little loath to build my own unless absolutely necessary as I'm a bit worried I might miss something it's autoconfigured for me in the current setup.
Any thoughts much appreciated.
|
|
|
07-22-2005, 02:56 PM
|
#4
|
Senior Member
Registered: Apr 2003
Location: Eire
Distribution: Slackware 12.0, OpenSuse 10.3
Posts: 1,120
Rep:
|
I'm using the USB nova-t (there's a pci version I guess ?) only module I need loaded is dvb_ttusb_budget and all the other modules it requires are loaded automatically. Using plain SuSE 9.3 Kernel 2.6.11.
Progam I use is Kaxtv, others I've tried are xawtv4 and latest version of Kaffeine which has kaxtv integrated into it now. If you compile Kaffeine from source you have to have the kernel source installed and put a link to the dvb header files in your kernel source so that kaffeine can find them to include dvb support. Haven't tried myth tv.
Only other problem I've encountered is when I was using slackware and the appropriate devices were'nt being created for the tv viewing software to use, there's a script MAKEDEV.DVB that you can use to do that.
Apart from that I've found these applications a lot,lot better and funnily enough less prone to crashes than the supplied windows software.
|
|
|
07-22-2005, 03:18 PM
|
#5
|
Member
Registered: Mar 2005
Distribution: Suse 9.3, Kubuntu Hoary, Slackware 10.1
Posts: 66
Rep:
|
Hi, I also have a Hauppauge WinTV-Nova USB box and I couldn't get it working on Linux. I haven't put much work into it and I might have overlooked something so I just ask if anyone knows of a way to do a frequency scan? Or if there's a way to make sure the thing is working in the first place? My problem is that dvbtune can't get any signal even though I picked my local transmitter from the frequency presets. I checked the frequency from internet and it was the same.
edit: The kernel modules are loaded when I plug it in.
Last edited by tumbelo; 07-22-2005 at 03:22 PM.
|
|
|
07-22-2005, 04:01 PM
|
#6
|
Senior Member
Registered: Apr 2003
Location: Eire
Distribution: Slackware 12.0, OpenSuse 10.3
Posts: 1,120
Rep:
|
Well, haven't directly used dvbtune, if you do YAST online upate it should get you xawtv4 and kaxtv. I'd try and configure it through one of those programs. If neither of them, at the least, see your dvb adapter then you'll know there is a problem there.
|
|
|
07-22-2005, 05:34 PM
|
#7
|
Member
Registered: Mar 2005
Distribution: Suse 9.3, Kubuntu Hoary, Slackware 10.1
Posts: 66
Rep:
|
Quote:
Originally posted by Looking_Lost
Well, haven't directly used dvbtune, if you do YAST online upate it should get you xawtv4 and kaxtv. I'd try and configure it through one of those programs. If neither of them, at the least, see your dvb adapter then you'll know there is a problem there.
|
Thanks, I'll take a look at xavtv4. I use apt and Synaptic for package management and installing kaxtv would need xine-mad, which consequently wants xine-lib1 and xine-ui removed. I'm not willing to get rid of them.  Xavtv installed fine.
|
|
|
07-23-2005, 02:05 AM
|
#8
|
Senior Member
Registered: Apr 2003
Location: Eire
Distribution: Slackware 12.0, OpenSuse 10.3
Posts: 1,120
Rep:
|
For the RobtheBob, you can maybe try this
Save the all of the settings text that I posted into a file called for example uk-EmleyMoor.txt then try in a terminal
dvbscan uk-EmleyMoor.txt
if you don't get any output that sort of feels right then there is definitely something up. If you do, you can do the command again like:
dvbscan uk-EmleyMoor.txt > channels.conf 2>errors.txt
If you've got xine installed
mv channels.conf ~/.xine/
startup xine, select dvb, then playlist and select a channel and press play
Of course it all sounds easy in practice 
|
|
|
07-26-2005, 06:47 AM
|
#9
|
Member
Registered: Aug 2003
Location: York, UK
Distribution: Gentoo, WinXP
Posts: 40
Original Poster
Rep:
|
Thanks a lot, I've now managed to get it going.
Only problems now are the remote control /dev/lirc device not being created and the xv overlay not working on the TV with my radeon 9200, but getting there.
Cheers!
|
|
|
All times are GMT -5. The time now is 03:05 PM.
|
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
|
|