It is currently 08 Sep 2010, 03:01

All times are UTC + 1 hour




Post new topic Reply to topic  [ 44 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next
Author Message
 Post subject: Re: Linux driver availability
PostPosted: 12 May 2008, 14:17 
Offline

Joined: 12 Mar 2008, 09:26
Posts: 89
vertiger wrote:
tried with kernel 2.6.25.1 (i'm on ubuntu 8.04 with a custom 2.6.25 kernel) - no luck so far,

some header includes are not working,

after i had corrected that,

the compiler complains about a changed dvb interface

here is the output:
Code:
drivers/media/dvb/firesat/firesat_dvb.c: In function ‘firesat_dvbdev_init’:
drivers/media/dvb/firesat/firesat_dvb.c:237: error: ‘adapter_nr’ undeclared (first use in this function)
drivers/media/dvb/firesat/firesat_dvb.c:237: error: (Each undeclared identifier is reported only once
drivers/media/dvb/firesat/firesat_dvb.c:237: error: for each function it appears in.)
drivers/media/dvb/firesat/firesat_dvb.c:237: error: too many arguments to function ‘dvb_register_adapter’
make[5]: *** [drivers/media/dvb/firesat/firesat_dvb.o] Error 1
make[4]: *** [drivers/media/dvb/firesat] Error 2
make[3]: *** [drivers/media/dvb] Error 2


Apparently, there was a recent change to dvb_register_adapter adding the adapter_nr as argument. In the most recent kernel (2.6.25.3), this is already updated so everything should go fine (without the modifications I suggested).
Tutorial is almost done, currently building a new kernel to see if everything is ok.

[edit]
ok, never mind, came across the same problem.
Let's see how we can fix that :)


Top
 Profile  
 
 Post subject: Re: Linux driver availability
PostPosted: 13 May 2008, 10:49 
Offline

Joined: 12 Mar 2008, 09:26
Posts: 89
Ok, found the solution:
You should apply this patch.
The discussion about it can be followed here.
You should also add a symlink from include/linux/semaphore.h to include/asm/semaphore.h
For some reason, they changed this include during clean-up. I asked why, but for the moment it's better to add the symlink then to edit the code :-)

Currently building my custom kernel, if everything goes fine, tutorial should be up later this afternoon.


Last edited by bbackx on 15 May 2008, 11:13, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Linux driver availability
PostPosted: 13 May 2008, 11:06 
Offline

Joined: 06 Apr 2008, 15:20
Posts: 12
Location: Tampere, Finland
Thanks for your effort bbackx! Looking forward to try it out soon. :)


Top
 Profile  
 
 Post subject: Re: Linux driver availability
PostPosted: 13 May 2008, 13:04 
Offline

Joined: 12 Mar 2008, 09:26
Posts: 89
bbackx wrote:
You should apply this patch.


Found out there are some troubles with this patch. I'll try to make a decent working patch.

[update]
Starting from a clean kernel-source, you have to apply three patches:
First, the one that adds the actual driver.
Second: http://firedtv.bbackx.com/patches/bback ... date.patch
and third: http://firedtv.bbackx.com/patches/bback ... bers.patch (!!patch based on 2.6.25.3 code!!)

Copy semaphore.h, semaphore_32.h and semaphore_64.h from include/asm (or asm-x86) to include/linux to fix some dependencies (don't know yet why they changed that).

You should also disable support for DVB USB devices and you're good to go.
Currently in final stages of building the kernel, should be able to boot within minutes and if everything goes fine, the howto will be on-line :)

[update2]
grmbl, forgot a patch :(
http://firedtv.bbackx.com/patches/ieee1 ... ding.patch
Hope this is the last one...


Last edited by bbackx on 15 May 2008, 11:13, edited 2 times in total.

Top
 Profile  
 
 Post subject: Re: Linux driver availability
PostPosted: 14 May 2008, 11:11 
Offline

Joined: 12 Mar 2008, 09:26
Posts: 89
Well, the code isn't called beta without a reason :(
I found a null-pointer, meaning I'll first have to found out what's going wrong because I don't think you'll like a crashing driver ;)


Top
 Profile  
 
 Post subject: Re: Linux driver availability
PostPosted: 21 May 2008, 21:05 
Offline

Joined: 03 May 2008, 17:36
Posts: 4
does this driver work with the S2 cards at all, or dosent it?
can you use it with mythtv?

How in that case? :?


Top
 Profile  
 
 Post subject: Re: Linux driver availability
PostPosted: 22 May 2008, 08:40 
Offline

Joined: 12 Mar 2008, 09:26
Posts: 89
MatsO wrote:
does this driver work with the S2 cards at all, or dosent it?
can you use it with mythtv?

How in that case? :?


Not yet, it will in the future, but for the moment it's not yet known when.


Top
 Profile  
 
 Post subject: Re: Linux driver availability
PostPosted: 16 Jul 2008, 09:05 
Offline

Joined: 16 Jul 2008, 09:02
Posts: 2
I currently have a FloppyDTV card, I am trying to use it with Mythbuntu, but up untill now, it doesn't work at all.

Do I need these drivers? As the card communicates via FireWire.


Top
 Profile  
 
 Post subject: Re: Linux driver availability
PostPosted: 16 Jul 2008, 12:56 
Offline

Joined: 06 Apr 2008, 15:20
Posts: 12
Location: Tampere, Finland
Crimson Rider wrote:
I currently have a FloppyDTV card, I am trying to use it with Mythbuntu, but up untill now, it doesn't work at all.

Do I need these drivers? As the card communicates via FireWire.

Yes. There are no drivers for Floppy/FireDTV cards in the current Linux kernel(s) by default, so this driver is a must.


Top
 Profile  
 
 Post subject: Re: Linux driver availability
PostPosted: 16 Jul 2008, 15:46 
Offline

Joined: 16 Jul 2008, 09:02
Posts: 2
Thank you.

Now, the pertinent question becomes; how do I install said driver?

I am reasonably computer savy, but have little experience with the ubuntu line of things. So I have no idea how to install the driver. Anyone that can help me or point me in the right direction?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 44 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


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 post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2007 phpBB Group
xand 2 for phpBB3 by Thomas Hoornstra and Shadow_One