LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-01-2006, 07:05 AM   #1
raven4d
Member
 
Registered: Feb 2006
Location: Mars
Posts: 124

Rep: Reputation: 15
Unhappy twinhan pci again !!


hi .

my problem is kinnda old but i realy searched alot and didn't find the answer.

i have a twinhan dvb card that i can't install at fc4 2.6.11 kernel

i found this
faq.planetsky.com/en/dvb/twinhan-lin.html

and found that i have all the modules needed but the only thing that refer to the card in /sbin/lspci is
02:01.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
02:01.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)


i donut want any extra thing i just want to see tv at linux as i can do at progdvb on windows ..

any extra manuals or help will be appreciated
 
Old 03-01-2006, 07:51 AM   #2
okmyx
Member
 
Registered: May 2004
Location: Cornwall, UK
Distribution: Ubuntu 8.04
Posts: 464

Rep: Reputation: 31
Linux doesn't detect hardware by manufacture it detects it by identifing the chips on the card.

Its completely possible that another manufacturer could produce their own dvb card but use the same chips, in which case do you create a set of drivers for each card or just generic drivers for the chipset.

Are the modules listed on the linked site loaded correctly?

Last edited by okmyx; 03-01-2006 at 07:52 AM.
 
Old 03-01-2006, 04:58 PM   #3
raven4d
Member
 
Registered: Feb 2006
Location: Mars
Posts: 124

Original Poster
Rep: Reputation: 15
hre r all my moduls



ppp_deflate 5953 0
zlib_deflate 22745 1 ppp_deflate
ppp_async 12865 0
crc_ccitt 2113 1 ppp_async
ppp_generic 39893 2 ppp_deflate,ppp_async
slhc 7105 1 ppp_generic
nls_utf8 2113 2
ntfs 183440 2
nvidia 4095152 12
md5 4033 1
ipv6 268097 14
parport_pc 28933 0
lp 13001 0
parport 40585 2 parport_pc,lp
autofs4 29253 2
rfcomm 42333 0
l2cap 30661 5 rfcomm
bluetooth 56133 4 rfcomm,l2cap
sunrpc 167813 1
ipt_REJECT 5569 1
ipt_state 1857 1
ip_conntrack 41497 1 ipt_state
iptable_filter 2881 1
ip_tables 19521 3 ipt_REJECT,ipt_state,iptable_filter
dm_mod 58101 0
video 15941 0
button 6609 0
battery 9413 0
ac 4805 0
uhci_hcd 35152 0
ehci_hcd 41037 0
bt878 10457 0
tuner 27121 0
bttv 161393 1 bt878
video_buf 23749 1 bttv
i2c_algo_bit 9289 1 bttv
v4l2_common 5825 1 bttv
btcx_risc 4937 1 bttv
tveeprom 13017 1 bttv
videodev 9537 1 bttv
shpchp 94405 0
i2c_i801 8781 0
i2c_core 21569 5 tuner,bttv,i2c_algo_bit,tveeprom,i2c_i801
emu10k1_gp 3649 0
gameport 18633 2 emu10k1_gp
snd_emu10k1_synth 8513 0
snd_emux_synth 43073 1 snd_emu10k1_synth
snd_seq_virmidi 7105 1 snd_emux_synth
snd_seq_midi_emul 6849 1 snd_emux_synth
snd_emu10k1 133317 2 snd_emu10k1_synth
snd_rawmidi 30305 2 snd_seq_virmidi,snd_emu10k1
snd_ac97_codec 75961 1 snd_emu10k1
snd_seq_dummy 3653 0
snd_seq_oss 37057 0
snd_seq_midi_event 9153 2 snd_seq_virmidi,snd_seq_oss
snd_seq 62289 8 snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 8781 7 snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 51185 0
snd_mixer_oss 17857 1 snd_pcm_oss
snd_pcm 100169 3 snd_emu10k1,snd_ac97_codec,snd_pcm_oss
snd_timer 33605 3 snd_emu10k1,snd_seq,snd_pcm
snd_page_alloc 9669 2 snd_emu10k1,snd_pcm
snd_util_mem 4673 2 snd_emux_synth,snd_emu10k1
snd_hwdep 9057 2 snd_emux_synth,snd_emu10k1
snd 57157 15 snd_emux_synth,snd_seq_virmidi,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_de vice,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep
soundcore 10913 1 snd
sk98lin 175777 0
ext3 132553 1
jbd 86233 1 ext3



any sugestions ?!
 
Old 03-01-2006, 08:27 PM   #4
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Looks like you may be missing a couple of modules loaded check your card here and see if there are any options you may be missing when it gets modprobed. BTW what were/is the specifications of the machine you are using this in any links you would care to share, I just bought a 1025 card on Ebay yesterday so am definitely interested any and all information I can get on the subject. Plus can you post the part of the dmesg where the card get detected?
 
Old 03-02-2006, 01:57 AM   #5
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by raven4d
hi .

my problem is kinnda old but i realy searched alot and didn't find the answer.

i have a twinhan dvb card that i can't install at fc4 2.6.11 kernel

i found this
faq.planetsky.com/en/dvb/twinhan-lin.html

and found that i have all the modules needed but the only thing that refer to the card in /sbin/lspci is
02:01.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
02:01.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)


i donut want any extra thing i just want to see tv at linux as i can do at progdvb on windows ..

any extra manuals or help will be appreciated
Took awhile but I finally found something you may want to read this thread.
 
Old 03-02-2006, 06:22 AM   #6
raven4d
Member
 
Registered: Feb 2006
Location: Mars
Posts: 124

Original Poster
Rep: Reputation: 15
okay ..

am runing a 2000 mega/hurtz with 512 ddr rams and a gigabyte MB and fx5200 vga card sb live ! sound card and a big problem called twinhan dvb

i will post my dmesg when booting linux ..


so we can go step by step in installing the drivers //as u have my problem too //


Take Care
 
Old 03-02-2006, 12:10 PM   #7
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by raven4d
okay ..

am runing a 2000 mega/hurtz with 512 ddr rams and a gigabyte MB and fx5200 vga card sb live ! sound card and a big problem called twinhan dvb

i will post my dmesg when booting linux ..


so we can go step by step in installing the drivers //as u have my problem too //


Take Care
Well I don't have that problem at the moment but with any luck my card will arrive tomorrow if not then Monday next week. IF you want to try on your own the site/thread I link too has a step by step guide you can download you need to register first to be able to get the file. BTW what distribution are you running?
 
Old 03-02-2006, 01:28 PM   #8
raven4d
Member
 
Registered: Feb 2006
Location: Mars
Posts: 124

Original Poster
Rep: Reputation: 15
linuxtv.org/wiki/index.php/Twinhan_VP-1025
 
Old 03-02-2006, 01:42 PM   #9
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by raven4d
linuxtv.org/wiki/index.php/Twinhan_VP-1025
Ok so that is the card you have? What I asked in my previous post is what are you running Debian, Redhat, Fedora, Gentoo ....
 
Old 03-02-2006, 04:56 PM   #10
raven4d
Member
 
Registered: Feb 2006
Location: Mars
Posts: 124

Original Poster
Rep: Reputation: 15
hi ..

after i read the manual at

http://faq.planetsky.com/en/dvb/twinhan-lin.html


i tried to set the dvb card to another pci as they mentioned there ..and tara !

i can see it in dmesg as described in the manual..

the dmesg part

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


and i mentiond at my first topic that am at fc4

Last edited by raven4d; 03-02-2006 at 04:57 PM.
 
Old 03-02-2006, 05:16 PM   #11
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by raven4d
hi ..

after i read the manual at

http://faq.planetsky.com/en/dvb/twinhan-lin.html


i tried to set the dvb card to another pci as they mentioned there ..and tara !

i can see it in dmesg as described in the manual..

the dmesg part

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


and i mentiond at my first topic that am at fc4
So you did mention the fc4 sorry about that, Ok that looks good it get detected try an application like Kaffeine and check in the DVB tab and see if you can tune anything. Can you also show the output of lsmod?
 
Old 03-03-2006, 01:07 PM   #12
raven4d
Member
 
Registered: Feb 2006
Location: Mars
Posts: 124

Original Poster
Rep: Reputation: 15
did u get yr card ?!

how much did u pay for it ..

i will wait till u get yours to start getting it to work .
 
Old 03-10-2006, 12:55 PM   #13
raven4d
Member
 
Registered: Feb 2006
Location: Mars
Posts: 124

Original Poster
Rep: Reputation: 15
hey guys ! am realy stuck here ..
i have fc4 so no kernel recompil needed ..i just have to edit the script and way to go as mentions at
http://faq.planetsky.com/en/dvb/twinhan-lin.html

..and i edited some but donut know how to continue ..i've read alot

dmesg part giving
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



and when trying to run the script am getting
[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
0000:02:04.0: invalid ether address.
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


please please help !! i donut want to boot windows just to watch tv!
 
  


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
Slots, it isnt PCI, AGP, PCI-E or ISA... what is it ? qwijibow Linux - Hardware 5 01-18-2005 07:00 AM
PCI-X in PCI slot? Maqo Linux - Hardware 1 12-22-2004 10:44 AM
PCI-PCMCIA Bridge, anyone any experince? (Bufallo WLI-PCI-OP) al_mckin Linux - Hardware 1 08-26-2004 12:48 PM
PCI-PCMCIA bridge (Bufallo WLI-PCI-OP) al_mckin Linux - Wireless Networking 0 08-25-2004 06:21 AM
found my pci modem in /cat /proc/pci... now what? bxb32001 Linux - Newbie 2 06-23-2001 11:43 PM

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

All times are GMT -5. The time now is 04:58 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