defyne.org Forums Index DVB on the Mac — Forums
Bringing Digital TV to your favourite platform
 
Main Pages:  Introduction  Drivers  iTele  Mpegitor 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

DVICo HDTV 5 Lite Driver Project
Goto page 1, 2, 3  Next
 
Post new topic   Reply to topic    defyne.org Forums Index -> Developer
View previous topic :: View next topic  
Author Message
chimac



Joined: 30 Jul 2005
Posts: 18
Location: Chicago

PostPosted: 30 Jul 2005 09:10 pm    Post subject: DVICo HDTV 5 Lite Driver Project Reply with quote

Greetings all,

I recently bought this card, with the following specs:

http://www.fusionhdtv.co.kr/eng/Products/ATSC5Lite.aspx

Bt878 chipset, LGDT3303 demodulator and LG H062F NIM tuner.

In my dual 2G G5, I can see the card in PCI, but iTele gives me an error in the tuner list and obviously no picture, etc.

I am volunteering to develop the drivers, even though I don't know what I'm doing. I just need some guidance.

I look forward to working with you!
Back to top
View user's profile Send private message
FyKnight
Site Admin


Joined: 26 Jan 2004
Posts: 1453
Location: Australia

PostPosted: 10 Aug 2005 12:45 am    Post subject: Reply with quote

Hi,

The linux-dvb people beat me to it this time; they already have a Fusion HDTV 5 driver (or beta version of it at any rate).

As I've already promised to write this driver to a couple of people, this is great - it's much easier when you know that it is in fact possible to make it work.

So, you can either wait for me to get around to it, or you can check out my CVS, check out the linux-dvb CVS, learn the necessary register settings from the latter, and create the corresponding driver(s) in the former.

A good start in my CVS is: DVB/Drivers/TypicalDVBFrontends/LGElectronicsLGDT3302.cpp.

I'm not sure if the linux guys ended up merging the 3303 driver into a new 330X driver or if they made a new one - they certainly discussed it a lot. (I'd defeinitely prefer keeping it in the same file if it makes any sense at all.)

Anyway, that's probably enough for you to start off with if you're keen. Have fun! Smile
Back to top
View user's profile Send private message Visit poster's website
chimac



Joined: 30 Jul 2005
Posts: 18
Location: Chicago

PostPosted: 10 Aug 2005 02:19 am    Post subject: FusionHDTV 5 Lite Reply with quote

OK - that's excellent. I may have time in a few weeks to start poking around. If you hear nothing it means I'm taking the "wait for you" option. When you start seeing me post here with lots of DFQs about the driver, then you'll know I've started trying it myself. Time is the constraint.

Thanks!

-chimac
Back to top
View user's profile Send private message
taylooooor



Joined: 25 Aug 2005
Posts: 4

PostPosted: 25 Aug 2005 07:01 am    Post subject: Reply with quote

So, after reading over this wonderful article on mac HDTV tuning, I promptly ordered a shiny new FusionHDTV 5 from Copperbox.

The card arrived today and I eagerly ripped into the box, turned off and cracked open my mac, and stuck the card in. Ever so excitedly, I started the computer back up, ran the driver install, and started iTele.

Oops.

Five, three, hmm... makes a bit of a difference, doesn't it? Confused

My driver writing skills are about on par with those of a hamster. Has any progress been made on the five driver? I'm tempted to figure out how to use CVS and start messing around with the source code, but knowing me I'd end up turning my entire computer into a paper weight. I'm not quite as bad as that, really--If you have any alpha/beta versions I'm happy to test those for you!

Also, if you've got any use for a mildly retarded copy writer/photoshopper, I'm more than happy to kick in some work.
Back to top
View user's profile Send private message
chimac



Joined: 30 Jul 2005
Posts: 18
Location: Chicago

PostPosted: 03 Oct 2005 11:57 pm    Post subject: compile setting etc. Reply with quote

OK, I'm home sick and my local cable operator (Comcast Chicago) has moved the Sci-Fi channel from the analog spectrum to digital (it's still the analog channel, they just want all males between the ages of 18-34 to pay $10 per month for the digital box). SO, I'm suddenly very motivated!

I need to know a few things, based on my limited experience compiling mnozilla for fun:

what version of gcc are we using? Are we using gcc? Do I even need to compile anything??

If I understand the process correctly, I will be copying a directory from the server to a new folder on my machine (as well as the relevant directory from the linux-dvb project), in which I will edit one or more files. Then what?

Also, tayloor, I will gladly coordinate with you for testing, help, etc. What is your configuration (CPU, tuner card, etc.)?

-chimac
Back to top
View user's profile Send private message
chimac



Joined: 30 Jul 2005
Posts: 18
Location: Chicago

PostPosted: 06 Oct 2005 07:45 am    Post subject: Reply with quote

Quick, but imortant question: should I be trying to make a set of files for the 3303 or to emulate what the linuxTV folks did and make anew "all-purpose" 330x driver??

--chimac
Back to top
View user's profile Send private message
creepyjoe



Joined: 28 Aug 2005
Posts: 11

PostPosted: 07 Oct 2005 07:41 am    Post subject: Re: compile setting etc. Reply with quote

chimac wrote:

If I understand the process correctly, I will be copying a directory from the server to a new folder on my machine (as well as the relevant directory from the linux-dvb project), in which I will edit one or more files. Then what?


Then compile on your machine to see if your edits work?

Then once it works flawlessly, submit a diff to FyKnight so he can checkin your edits.
Back to top
View user's profile Send private message
FyKnight
Site Admin


Joined: 26 Jan 2004
Posts: 1453
Location: Australia

PostPosted: 11 Oct 2005 02:08 pm    Post subject: Reply with quote

I think you should make the combined '330X' driver. I've done this where possible in other cases too.

If you get to the stage where you want to check stuff in, I will give you a user account and write-acess to the CVS repository.
Back to top
View user's profile Send private message Visit poster's website
taylooooor



Joined: 25 Aug 2005
Posts: 4

PostPosted: 12 Oct 2005 08:32 am    Post subject: Reply with quote

chimac, I'm running a dual 1.8 G5 with 10.4 and the Fusionhdtv 5 Gold Plus. I had no luck teaching myself driver writing, so I'm no help there. however I'm more than happy to test code for anyone with more code smarts than me.
Back to top
View user's profile Send private message
taylooooor



Joined: 25 Aug 2005
Posts: 4

PostPosted: 07 Dec 2005 05:52 am    Post subject: Reply with quote

Any news on fusion 5 development? Just curious if anyone has made any headway.
Back to top
View user's profile Send private message
chimac



Joined: 30 Jul 2005
Posts: 18
Location: Chicago

PostPosted: 07 Dec 2005 08:20 am    Post subject: Reply with quote

No headway on my end. I've been swamped at work. Hoping to turn to this over Christmas vacation.
Back to top
View user's profile Send private message
FyKnight
Site Admin


Joined: 26 Jan 2004
Posts: 1453
Location: Australia

PostPosted: 09 Dec 2005 08:54 am    Post subject: Reply with quote

I've got some time to start this myself now.
Back to top
View user's profile Send private message Visit poster's website
bagombo



Joined: 20 Jul 2005
Posts: 4
Location: Missouri, United States

PostPosted: 15 Dec 2005 11:20 am    Post subject: Reply with quote

You're my hero, FyKnight! Very Happy

If you need someone to test, I volunteer.
Back to top
View user's profile Send private message
manuvcube



Joined: 29 Nov 2004
Posts: 591
Location: Rhein/Ruhr, Germany

PostPosted: 22 Dec 2005 06:32 pm    Post subject: Reply with quote

taylooooor wrote:

Also, if you've got any use for a mildly retarded copy writer/photoshopper, I'm more than happy to kick in some work.


Hi taylooooor,
how about reviving this thread:
http://www.defyne.org/forums/viewtopic.php?t=373
or this:
http://www.defyne.org/forums/viewtopic.php?t=231

Or if you want to start something new: Write a manual/online help for iTele. That'll be really helpful.

manuvcube
_________________
Search forums first! Do basic troubleshooting!
1,2Ghz iBookG4, 768MB. 2GHZ MacBook core2duo, 1GB. cinergyT2 1.06. iTele064 MM085 OSX.4.10
Back to top
View user's profile Send private message
chimac



Joined: 30 Jul 2005
Posts: 18
Location: Chicago

PostPosted: 06 Aug 2006 05:18 am    Post subject: Any news? Reply with quote

FyKnight wrote:
I've got some time to start this myself now.


I am still swamped at work, but I have a few weeks off coming up. Is there any way I can help out here?

-chimac
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    defyne.org Forums Index -> Developer All times are GMT + 10 Hours
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.23 © 2001, 2002 phpBB Group