probleme driver skystar-2 sous ubuntu 12.04

arnaud1212

DZSatien Occasionnel
Inscrit
23/6/08
Messages
86
Salut à tous,

Voilà, je post ce message car voilà près de 2 semaines que je bloque sur l'install des drivers de ma carte skystar-2 dvb-s USB 1.1...
je tourne sur ubuntu 12.04 64bit kernel 3.2.
j'ai télécharger le driver sur skystar-2.com/drivers.htm (1 seul choix possible).
Pour l'installer j'ai suivi le readme fourni avec le driver. le voici :

How to install SkyStar 2 revision 2.8 using the binary-driver for the CX24113?


0) Have linux-installation which allows to build external kernel modules.


Further help can be found here: http://linuxtv.org/wiki/index.php/Ho...device_drivers


1) Get the complete v4l-dvb driver tree from 2008-07-07 (*) and extract it


# wget http://linuxtv.org/hg/v4l-dvb/archiv...4b76b9.tar.bz2
# tar xfj 0276304b76b9.tar.bz2
# cd v4l-dvb-0276304b76b9


2) Apply the patch and copy the appropriate driver-binary


# patch -p1 < <path-to-patch-file>/skystar2-rev2.8-v4l-dvb.patch
# cp <path-to-binary-file>/cx24113_blob.o.x86-64 v4l/cx24113_blob.o_shipped # for 64-bit installations
or
# cp <path-to-binary-file>/cx24113_blob.o.i386 v4l/cx24113_blob.o_shipped # for 32-bit installations


3) (optional) select the device/card-drivers to compile and install


# make menuconfig


follow the menus and enable at least


<M> Technisat/B2C2 FlexCopII(b) and FlexCopIII adapters
<M> Technisat/B2C2 Air/Sky/Cable2PC PCI
<M> Technisat/B2C2 Air/Sky/Cable2PC USB


4) compile all/selected modules and install them


# make
# make install


the last command will replace the modules which were delivered by the install kernel by the ones you just compiled.


5) Loading the modules. The command 'make install' installed the new driver into the right place and replaced old ones. The next reboot will load these modules automatically. To force a reload of the new modules without rebooting run:


# make reload


(*) it is important that the version from this day is used, because the binary module "cx24113.ko" requires binary compatibility with the DVB-API provided by the v4l-dvb-tree. If the internal binary API has changed, which can happen without notice, the module will not work. This only applied for types and function provided by the v4l-dvb-tree, i2c and module related things can be found in cx24113_i2c.c and are compiled on this platform.
-----------------------------------------------------------------------------------------------------------------------------------------------
mais lorsque je fais "sudo make"
j'ai 2 erreurs de compli. les voici :


desktop:~/v4l-dvb-0276304b76b9$ sudo make
make -C /home/arnaud/v4l-dvb-0276304b76b9/v4l
make[1]: entrant dans le répertoire « /home/arnaud/v4l-dvb-0276304b76b9/v4l »
creating symbolic links...
Kernel build directory is /lib/modules/3.2.0-24-generic/build
make -C /lib/modules/3.2.0-24-generic/build SUBDIRS=/home/arnaud/v4l-dvb-0276304b76b9/v4l CFLAGS="-I../linux/include -D__KERNEL__ -I/include -DEXPORT_SYMTAB" modules
make[2]: Entering directory `/usr/src/linux-headers-3.2.0-24-generic'
CC [M] /home/arnaud/v4l-dvb-0276304b76b9/v4l/tuner-xc2028.o
In file included from <command-line>:0:0:
/home/arnaud/v4l-dvb-0276304b76b9/v4l/config-compat.h:4:28: fatal error: linux/autoconf.h: No such file or directory
compilation terminated.
make[3]: *** [/home/arnaud/v4l-dvb-0276304b76b9/v4l/tuner-xc2028.o] Erreur 1
make[2]: *** [_module_/home/arnaud/v4l-dvb-0276304b76b9/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-3.2.0-24-generic'
make[1]: *** [default] Erreur 2
make[1]: quittant le répertoire « /home/arnaud/v4l-dvb-0276304b76b9/v4l »
make: *** [all] Erreur 2

voici le resultat de ma commande lsusb -v | grep -i dvb :

desktop:~$ lsusb -v | grep -i dvb
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Bus 002 Device 004: ID 0af7:0101 B2C2, Inc. Digital TV USB Receiver (DVB-S/T/C / ATSC)
idProduct 0x0101 Digital TV USB Receiver (DVB-S/T/C / ATSC)

Et je n'ai rien comme adaptateur dans /dev/dvb/adaptateur0

qq'un aurais une idée ?

merci

Arnaud

 
essaies ça tout au début...

ouvre un terminal et rentre :


sudo apt-get install build-essential mercurial libncurses5-dev linux-headers-`uname -r`

reessaies ce que tu as fait, sinon :

sudo apt-get install git
git clone git://linuxtv.org/media_build.git
cd media_build
./build
sudo make install


Et si t'as des messages d'erreurs te disant qu'il faut installer quelque chose (missing), alors :

sudo apt-get install 'ce qu'il manque' sans les guillemets

en espérant que ça marche

fredz68
 
Dernière édition:
Retour
Haut