Aller au contenu
Règlement du forum ×
IPTV et arnaques ×

Carte satellite Axtrom 201


Tuxargon

Messages recommandés

Bonsoir,

J'essaie depuis des semaines de faire marche ma carte satellite Axtrom 201 sous Archlinux et Ubuntu (http://www.axtrom.com/products/multimed … t_201.html), mais sans succès !

Voici la ligne qu'indique un lspci -k

 04:01.0 Multimedia video controller: Trigem Com****r Inc. Device 036f (rev 01)

 

Le seul driver que j'ai trouvé, c'est celui du site officiel ! un make m'affiche ceci :

 make -C /media/stock/TMP/s2-liplianin-2866ecb5e66b/v4l 
make[1]: entrant dans le répertoire « /media/stock/TMP/s2-liplianin-2866ecb5e66b/v4l »
No version yet, using 2.6.31-ARCH
make[1]: quittant le répertoire « /media/stock/TMP/s2-liplianin-2866ecb5e66b/v4l »
make[1]: entrant dans le répertoire « /media/stock/TMP/s2-liplianin-2866ecb5e66b/v4l »
scripts/make_makefile.pl
Updating/Creating .config
Preparing to compile for kernel version 2.6.31

***WARNING:*** You do not have the full kernel sources installed.
This does not prevent you from building the v4l-dvb tree if you have the
kernel headers, but the full kernel source may be required in order to use
make menuconfig / xconfig / qconfig.

If you are experiencing problems building the v4l-dvb tree, please try
building against a vanilla kernel before reporting a bug.

Vanilla kernels are available at [url="http://kernel.org/"]http://kernel.org[/url].
On most distros, this will compile a newly downloaded kernel:

cp /boot/config-`uname -r` /.config
cd 
make all modules_install install

Please see your distro's web site for instructions to build a new kernel.

Created default (all yes) .config file
./scripts/make_myconfig.pl
make[1]: quittant le répertoire « /media/stock/TMP/s2-liplianin-2866ecb5e66b/v4l »
make[1]: entrant dans le répertoire « /media/stock/TMP/s2-liplianin-2866ecb5e66b/v4l »
perl scripts/make_config_compat.pl /lib/modules/2.6.31-ARCH/build ./.myconfig ./config-compat.h
creating symbolic links...
ln -sf . oss
Kernel build directory is /lib/modules/2.6.31-ARCH/build
make -C /lib/modules/2.6.31-ARCH/build SUBDIRS=/media/stock/TMP/s2-liplianin-2866ecb5e66b/v4l  modules
make[2]: Entering directory `/usr/src/linux-2.6.31-ARCH'
 CC [M]  /media/stock/TMP/s2-liplianin-2866ecb5e66b/v4l/tuner-xc2028.o
/media/stock/TMP/s2-liplianin-2866ecb5e66b/v4l/tuner-xc2028.c:55: error: 'FIRMWARE_NAME_MAX' undeclared here (not in a function)
make[3]: *** [/media/stock/TMP/s2-liplianin-2866ecb5e66b/v4l/tuner-xc2028.o] Error 1
make[2]: *** [_module_/media/stock/TMP/s2-liplianin-2866ecb5e66b/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.31-ARCH'
make[1]: *** [default] Erreur 2
make[1]: quittant le répertoire « /media/stock/TMP/s2-liplianin-2866ecb5e66b/v4l »
make: *** [all] Erreur 2

 

Une aide ?

Lien vers le commentaire
Partager sur d’autres sites

Regarde sur www.linuxdz.net j'ai posté une réponse.

 

Pour les détenteurs de carte sat qui n'ont pas de drivers linux fonctionnelle. Il peuvent essayer le package suivant. Attention l'installation de ces pilotes écrasera les pilotes déjà installés dans le dossier drivers/media de l'arborescence des modules. Penser à faire une sauvegarde du dossier abritant les modules avant d'installer les drivers.

 

Site de Igor M. Liplianin.

Liens vers le dernier package Linux Driver DVBWorld.

Lien vers le commentaire
Partager sur d’autres sites

  • 2 weeks later...

Compilation réussite, mais :

dm1105:    card=0 -> UNKNOWN/GENERIC
dm1105:    card=1 -> DVBWorld PCI 2002
dm1105:    card=2 -> DVBWorld PCI 2004
dm1105:    card=3 -> Axess/EasyTv DM05
dm1105 0000:04:01.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
DVB: registering new adapter (dm1105)
dm1105 0000:04:01.0: MAC 00:18:bd:00:56:40
dm1105 0000:04:01.0: could not attach frontend
dm1105 0000:04:01.0: PCI INT A disabled

 

Alors après :

[root:~] modprobe dm1105 card=0
[root:~] dmesg | tail
dm1105 0000:04:01.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
DVB: registering new adapter (dm1105)
dm1105 0000:04:01.0: MAC 00:18:bd:00:56:40
dm1105 0000:04:01.0: could not attach frontend
dm1105 0000:04:01.0: PCI INT A disabled
dm1105 0000:04:01.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
DVB: registering new adapter (dm1105)
dm1105 0000:04:01.0: MAC 00:18:bd:00:56:40
dm1105 0000:04:01.0: could not attach frontend
dm1105 0000:04:01.0: PCI INT A disabled
[root:~] modprobe -r dm1105
[root:~] modprobe dm1105 card=1
[root:~] dmesg | tail
dm1105 0000:04:01.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
DVB: registering new adapter (dm1105)
dm1105 0000:04:01.0: MAC 00:18:bd:00:56:40
dm1105 0000:04:01.0: could not attach frontend
dm1105 0000:04:01.0: PCI INT A disabled
dm1105 0000:04:01.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
DVB: registering new adapter (dm1105)
dm1105 0000:04:01.0: MAC 00:18:bd:00:56:40
dm1105 0000:04:01.0: could not attach frontend
dm1105 0000:04:01.0: PCI INT A disabled
[root:~] modprobe -r dm1105
[root:~] modprobe dm1105 card=2
[root:~] dmesg | tail
dm1105 0000:04:01.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
DVB: registering new adapter (dm1105)
dm1105 0000:04:01.0: MAC 00:18:bd:00:56:40
cx24116_readreg: reg=0xff (error=-1)
cx24116_readreg: reg=0xfe (error=-1)
Invalid probe, probably not a CX24116 device
ds3000_readreg: reg=0x0(error=-1)
Invalid probe, probably not a DS3000
dm1105 0000:04:01.0: could not attach frontend
dm1105 0000:04:01.0: PCI INT A disabled
[root:~] modprobe -r dm1105
[root:~] modprobe dm1105 card=3
[root:~] dmesg | tail
Invalid probe, probably not a CX24116 device
ds3000_readreg: reg=0x0(error=-1)
Invalid probe, probably not a DS3000
dm1105 0000:04:01.0: could not attach frontend
dm1105 0000:04:01.0: PCI INT A disabled
dm1105 0000:04:01.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
DVB: registering new adapter (dm1105)
dm1105 0000:04:01.0: MAC 00:18:bd:00:56:40
dm1105 0000:04:01.0: could not attach frontend
dm1105 0000:04:01.0: PCI INT A disabled

 

Mais ça marche toujours pas :(

scanning /usr/share/dvb/dvb-s/Nilesat101+102-7.0W
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
main:2273: FATAL: failed to open '/dev/dvb/adapter0/frontend0': 2 No such file or directory

Lien vers le commentaire
Partager sur d’autres sites

  • 4 weeks later...

Rejoindre la conversation

Vous pouvez publier maintenant et vous inscrire plus tard. Si vous avez un compte, connectez-vous maintenant pour publier avec votre compte.

Invité
Répondre à ce sujet…

×   Collé en tant que texte enrichi.   Coller en tant que texte brut à la place

  Seulement 75 émoticônes maximum sont autorisées.

×   Votre lien a été automatiquement intégré.   Afficher plutôt comme un lien

×   Votre contenu précédent a été rétabli.   Vider l’éditeur

×   Vous ne pouvez pas directement coller des images. Envoyez-les depuis votre ordinateur ou insérez-les depuis une URL.

×
×
  • Créer...