LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 03-08-2006, 04:44 PM   #1
raven4d
Member
 
Registered: Feb 2006
Location: Mars
Posts: 124

Rep: Reputation: 15
am gonna die from my twinhan !


hi ..

please guys any one who made a budget twinhan pci card work at fc4 2.6.11-1 instruct me step by step how did he do it ..

i've read alot but couldn't make it work ! maybe i just need the right programs to start it ..

i can see it at the dmesg results

any help will be appreciated
coz i hate booting windows for this silly thing !
 
Old 03-08-2006, 06:34 PM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
I think that your kernel needs the bttv driver enabled.

Look in the kernel source Documentation for the "bt8xx.txt" file.
It mentions twinhan pci cards.

You may want to also be interested in visiting the web-site www.linuxtv.org

The driver is included with your kernel source. Perhaps you need to recompile your kernel. I think that this is the website for this kernel module.
http://linux.bytesex.org/index.html

Last edited by jschiwal; 03-08-2006 at 06:44 PM.
 
Old 03-08-2006, 10:00 PM   #3
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
I wouldn't trust a kernel that old to work with a DVB card. Kernel support has improved a huge amount in this area. I'd advise downloading and compiling a new kernel. Here is a guide, with specific reference to the Twinhan card:

http://faq.planetsky.com/en/dvb/twinhan-lin.html
 
Old 03-09-2006, 04:01 AM   #4
raven4d
Member
 
Registered: Feb 2006
Location: Mars
Posts: 124

Original Poster
Rep: Reputation: 15
no the kernel moduls are okay ..

and i read the two manuals before but didn't understand what to do after configuring the kernel witch i donut have to do..
 
Old 03-09-2006, 04:16 AM   #5
raven4d
Member
 
Registered: Feb 2006
Location: Mars
Posts: 124

Original Poster
Rep: Reputation: 15
the problem in
http://faq.planetsky.com/en/dvb/twinhan-lin.html

that i couldn't edit the channels.conf

the dmesg part of the twinhan thing is


Linux video capture interface: v1.00
bttv: driver version 0.9.15 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
ACPI: PCI Interrupt 0000:02:04.0[A] -> Link [LNKC] -> GSI 7 (level, low) -> IRQ 7
bttv0: Bt878 (rev 17) at 0000:02:04.0, irq: 7, latency: 32, mmio: 0xf5000000
bttv0: detected: Twinhan VisionPlus DVB [card=113], PCI subsystem ID is 1822:0001
bttv0: using: Twinhan DST + clones [card=113,autodetected]
bttv0: gpio: en=00000000, out=00000000 in=00d500ff [init]
bttv0: using tuner=4
bttv0: add subdevice "dvb0"
bt878: AUDIO driver version 0.0.0 loaded
bt878: Bt878 AUDIO function found (0).
ACPI: PCI Interrupt 0000:02:04.1[A] -> Link [LNKC] -> GSI 7 (level, low) -> IRQ 7
bt878(0): Bt878 (rev 17) at 02:04.1, irq: 7, latency: 32, memory: 0xf5001000




how shall i configure it ?!as the channels.conf contains the following
PlanetSky:11170:h:0:27692:512:512:512


thanx
 
Old 03-09-2006, 03:04 PM   #6
raven4d
Member
 
Registered: Feb 2006
Location: Mars
Posts: 124

Original Poster
Rep: Reputation: 15
i have only one step to complete the whole thing ..

after using all the insstructions at the manual
http://faq.planetsky.com/en/dvb/twinhan-lin.html


i stopped at the last step witch i have to edit the scripts file ..

how to know the mac address for my card is it the
0000:02:04.0

in


ACPI: PCI Interrupt 0000:02:04.0[A] -> Link [LNKC] -> GSI 7 (level, low) -> IRQ 7


and if i set the address to it i am getting the error
[raven@localhost ~]$ ./run_dvb.sh start
Inserting DVB modules into kernel
DVB Network Interface Manager
Version 1.1.0-TVF (Build Thu Mar 09 09:17:37 PM 2006)
Copyright (C) 2003, TV Files S.p.A

Device: /dev/dvb0.net0
Error: couldn't open device /dev/dvb0.net0: 2 No such file or directory
SIOCSIFADDR: Permission denied
dvb0_0: unknown interface: No such device
SIOCSIFHWADDR: Operation not permitted
reading channels from file '/etc/channels.conf'
zapping to 1 'Twinhan-budget-Dvbcard':
sat 0, frequency = 11170 MHz H, symbolrate 27692000, vpid = 0x0200, apid = 0x0200
using '/dev/dvb0.frontend0' and '/dev/dvb0.demux0'
opening frontend failed: No such file or directory



any help ?
 
Old 03-11-2006, 03:47 AM   #7
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
I think the last part of the planetsky tutorial may not be what you want. It seems to be talking about setting up a network link via satellite. Hence the IP address and MAC address, which are components of a network connection. Nothing to do with TV.

If you just want to watch TV from a ground-based digital transmitter, and you have a new enough kernel with all modules loaded, you should be able to just run the 'tzap <channel name>' command in a console and see if the card locks onto something. If you can get that far other applications should also work.

In this case you also need a channels.conf file for your transmitter. Not sure where you would get this. I found mine ready-made on a local web site. If it works in Windows maybe there is some way to get the information out of the Windows config file.
 
Old 03-11-2006, 07:01 AM   #8
raven4d
Member
 
Registered: Feb 2006
Location: Mars
Posts: 124

Original Poster
Rep: Reputation: 15
hi

and realy thanx for replyin ..

so i must be watching tv already !! i tried but couldn't //or at least at xine //
i have a channel.conf set at /etc/ as i get it with the script ..

can u teach me step by step how did u make yr card work ? and what is yr card type ?

coz it's realy hard that u know the drivers are installed and the moduls are loaded but there is a small thing that prevents u from watching !

thanx
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
twinhan pci again !! raven4d Linux - Hardware 12 03-10-2006 12:55 PM
LXer: Open source must die die die LXer Syndicated Linux News 0 01-28-2006 08:16 PM
Die, lotus notes, die (sorry for ranting) slackist General 10 01-10-2005 10:42 AM
Am I gonna Die! paeng16 General 14 06-20-2004 05:41 PM
Is my HD gonna die? Half_Elf Linux - Hardware 3 07-06-2003 10:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:21 PM.

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