Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dvb-s treiber und gentoo 1.2
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
The_King_
n00b
n00b


Joined: 25 Sep 2002
Posts: 5

PostPosted: Mon Sep 30, 2002 2:06 pm    Post subject: dvb-s treiber und gentoo 1.2 Reply with quote

hi
ich versuche treiber für die hauppauge dvb-s zu installieren.
getestet habe ich es mit verschiedenen versionen für den kernel 2.4
beim make befehl bekomme ich folgende fehlermeldung

gcc -D__KERNEL__ -I/usr/src/linux-2.4.19-pre6/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
+-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -I ../ost/include -I . -D__DVB_PACK__ -g -DUSE_OSD
+-nostdinc -I /usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.3/include -DKBUILD_BASENAME=dvb -DEXPORT_SYMTAB -c dvb.c
dvb.c:3504: unknown field `busy' specified in initializer
make[2]: *** [dvb.o] Error 1
make[2]: Leaving directory `/dvb/DVB/driver'
make[1]: *** [_mod_/dvb/DVB/driver] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.19-pre6'
make: *** [here] Error 2 :(

wenn ich mir die datei dvb.c anschaue passiert der fehler im v4l bereich.
ob ich nun den vanilla-kernel oder die gentoo-sourcen nehme spielt keine
rolle. die anforderungen des treibers an den kernel werden ebenfalls erfüllt (videodev,i2c).

soweit wie möglich benutze ich die anleitung von hubertus sandmann
bitte stört euch nicht an den versionsangaben der fehlermeldung da ich diese aus einem anderen forum genommen habe von einem user mit dem gleichen fehler.

in der hoffung das mir jemand helfen kann.
gruß
Back to top
View user's profile Send private message
Martini
Tux's lil' helper
Tux's lil' helper


Joined: 30 Sep 2002
Posts: 141

PostPosted: Mon Sep 30, 2002 3:15 pm    Post subject: Reply with quote

Hallo

Den Fehler hatte ich auch beim Kompilieren des Treibers. Lösch einfach die Zeile in der dvb.c raus, die mit busy beginnt. Danach läßt sich der Treiber problemlos kompilieren. Das stand mal irgendwo in der vdr Mailinglist. Viel Spaß :)

Martini
Back to top
View user's profile Send private message
The_King_
n00b
n00b


Joined: 25 Sep 2002
Posts: 5

PostPosted: Mon Sep 30, 2002 8:12 pm    Post subject: Reply with quote

hi
danke für den tip !
von einem problem zum anderen, nachdem ich "busy" gelöscht habe
bekomme ich nun bei make insmod nach kurzer zeit jede menge:
dvb.o: unresolved symbol ........
also damit man nicht 2 mal den gleichen fehler macht, ab zu linuxtv.org in
die mailingliste und nach dem fehler gesucht.
#include <linux/highmem.h> sollte in die saa7146_core.c ...ok
nur leider hat das das problem nicht gelöst.

ich werde noch wahnsinig ....................................... :twisted:
Back to top
View user's profile Send private message
Martini
Tux's lil' helper
Tux's lil' helper


Joined: 30 Sep 2002
Posts: 141

PostPosted: Mon Sep 30, 2002 8:37 pm    Post subject: Reply with quote

Hallo

Welchen Treiber benutzt du? Nimm mal einen Neueren. Wenn du das nicht willst...gibt's auch 'ne Lösung für..muß ich aber nochmal nachschauen. Mach ich aber auch gerne.

Martini
Back to top
View user's profile Send private message
Martini
Tux's lil' helper
Tux's lil' helper


Joined: 30 Sep 2002
Posts: 141

PostPosted: Mon Sep 30, 2002 8:50 pm    Post subject: Reply with quote

Hallo

Schon gefunden, und zwar in der saa4176.core.c hinter

Code:
include <linux/vmalloc.h>   /* for module-version */


das eintragen

Code:
#include <linux/highmem.h>


Die Lizenzmeldungen kannste ignorieren. Wenn du das auch nicht willst...gibt's noch ne Lösung für.


Martini
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
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