[Linux] et sound-blaster x-fi
Répondre à la discussion
Affichage des résultats 1 à 4 sur 4

[Linux] et sound-blaster x-fi



  1. #1
    ph11

    [Linux] et sound-blaster x-fi


    ------

    salut,

    Tournant récemment sur opensuse 11 x64, J'ai vu que creative avait sorti des drivers pour ses x-fi, dont j'ai un exemplaire qui traine depuis 3 ans dans un tiroir. ce qui fait que j'ai tenté de les installer. Mais voilà, lors de la compilation via l'installateur, j'ai une erreur 2. Voici le message:

    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking for ranlib... ranlib
    checking for a BSD-compatible install... /usr/bin/install -c
    checking how to run the C preprocessor... gcc -E
    checking for egrep... grep -E
    checking for ANSI C header files... yes
    checking for an ANSI C-conforming const... yes
    checking for inline... inline
    checking whether time.h and sys/time.h may both be included... yes
    checking whether gcc needs -traditional... no
    checking for current directory... /opt/Creative/XFiDrv_Linux_US-1.18/drivers
    checking cross compile...
    checking for directory with kernel source... /lib/modules/2.6.25.11-0.1-default/source
    checking for directory with kernel build... /lib/modules/2.6.25.11-0.1-default/build
    checking for directory with ALSA include files... /lib/modules/2.6.25.11-0.1-default/source/include
    checking for kernel linux/version.h... yes
    checking for kernel linux/autoconf.h... yes
    checking for kernel version... 2.6.25.11-0.1-default
    checking for GCC version... Kernel compiler: Used compiler: gcc (SUSE Linux) 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036]

    *** NO PREDEFINED KERNEL COMPILER IS DETECTED
    *** Assuming the same compiler is used with the current system compiler.

    *** Please make sure that the same compiler version was used for building kernel.

    checking for built-in ALSA... no
    checking for existing ALSA module... yes
    checking to modify of kernel linux/kmod.h... no
    checking for kernel linux/compiler.h... yes
    checking for kernel linux/pm.h... yes
    checking for kernel linux/spinlock.h... yes
    checking for kernel linux/irq.h... yes
    checking for kernel linux/threads.h... yes
    checking for kernel linux/rwsem.h... yes
    checking for kernel linux/gameport.h... yes
    checking for kernel linux/devfs_fs_kernel.h... no
    Creating a dummy <linux/devfs_fs_kernel.h>...
    checking for kernel linux/highmem.h... yes
    checking for kernel linux/workqueue.h... yes
    checking for kernel linux/dma-mapping.h... yes
    checking for kernel asm/hw_irq.h... no
    Creating a dummy <asm/hw_irq.h>...
    checking for kernel linux/device.h... yes
    checking for kernel linux/platform_device.h... yes
    checking for kernel linux/jiffies.h... yes
    checking for kernel linux/compat.h... yes
    checking for kernel linux/adb.h... yes
    checking for kernel linux/cuda.h... yes
    checking for kernel linux/pmu.h... yes
    checking for kernel linux/moduleparam.h... yes
    checking for kernel linux/syscalls.h... yes
    checking for kernel linux/firmware.h... yes
    checking for kernel linux/err.h... yes
    checking for kernel linux/bitmap.h... yes
    checking for kernel linux/mutex.h... yes
    checking for kernel module symbol versions... yes
    checking for PCI support in kernel... yes
    checking for I2C driver in kernel... module
    checking for firmware loader... module
    checking for input subsystem in kernel... yes
    checking for directory to store kernel modules... /lib/modules/2.6.25.11-0.1-default/kernel/sound
    checking for ISA support in kernel... no
    checking for processor type... x86_64
    checking for ISA DMA API... yes
    checking for 32bit compat support... yes
    checking for SMP... yes
    checking for Video device support in kernel... yes
    checking for strlcpy... no
    checking for snprintf... no
    checking for vsnprintf... no
    checking for scnprintf... no
    checking for sscanf... no
    checking for vmalloc_to_page... no
    checking for old kmod... yes
    checking for PDE... no
    checking for pci_set_consistent_dma_mask... no
    checking for pci_dev_present... no
    checking for msleep... no
    checking for msecs_to_jiffies... no
    checking for tty->count is the atomic type... no
    checking for video_get_drvdata... no
    checking for io_remap_pfn_range... no
    checking for new io_remap_page_range... no
    checking for kcalloc... no
    checking for kstrdup... no
    checking for kzalloc... no
    checking for create_workqueue with flags... no
    checking for saved_config_space in pci_dev... no
    checking for register_sound_special_device. .. no
    checking for RTC callback support in kernel... no
    checking for HPET support... yes
    checking for Procfs support... yes
    checking for class_simple... no
    checking for old driver suspend/resume callbacks... no
    checking for removal of page-reservation for nopage/mmap... no
    checking for nested class_device... no
    checking for new unlocked/compat_ioctl... no
    configure: creating ./config.status
    config.status: creating Makefile.conf
    make: *** [all] Erreur 2
    make: *** [install] Erreur 2
    Installation Unsuccessful

    J'ai aussi testé avec les derniers pilotes OSS, qui supportent aussi X-Fi, mais est loin d'être complet: pas de surround, mixeur minimaliste, pas de reconnaissance du périphérique au niveau de certains logiciels.

    -----

  2. #2
    Towl

    Re : [Linux] et sound-blaster x-fi

    Déjà, j'aime pas trop le bon gros warning du début
    Il y a fort à parier que tu n'utilises pas le meme compilateur que celui utilisé pour compilé ton noyau. Or pour les driver, c'est plus que recommander d'utiliser le meme.
    Deux solutions :
    recompiler le noyau
    chercher gcc-4.3.1. Il doit surement trainer dans /bin ou /usr/bin. Il te suffit de remplacer le lien symbolique gcc pour le faire pointer vers gcc-4.3.1

    Ensuite un autre truc que j'aime pas trop, c'est cette petite suite :
    checking for strlcpy... no
    checking for snprintf... no
    checking for vsnprintf... no
    checking for scnprintf... no
    checking for sscanf... no
    As tu installé les packages libc6-devel (ou un truc du genre ?), car ne pas avoir acces à sscanf, qui est quand meme une fonction assez basique du C, me laisse penser qu'il te manque tous les headers de la libc
    The only limiting factor of the Linux operating system, is his user. - Linus Torvalds

  3. #3
    ph11

    Re : [Linux] et sound-blaster x-fi

    ok. je vais regarder tout ça.

  4. #4
    ph11

    Re : [Linux] et sound-blaster x-fi

    C'est bizarre. Il n'y a qu'une seule version de gcc installée, et c'est gcc 4.3.1.

    Pour libc6-devel, je ne trouve pas de paquets au nom de libc6 ou au nom similaire, Sinon, glibc-devel est installé.

    J'ai trouvé sur d'autre forums, ils n'ont trouvé rien d'autre comme solution que d'utiliser le driver OSS.

  5. A voir en vidéo sur Futura

Discussions similaires

  1. No sound
    Par inviteeb255f60 dans le forum Matériel - Hardware
    Réponses: 22
    Dernier message: 04/01/2008, 18h31
  2. bad direct sound driver......????
    Par masterblaster dans le forum Logiciel - Software - Open Source
    Réponses: 0
    Dernier message: 06/10/2006, 08h12
  3. probleme avec carte son sound blaster live platinum
    Par invite9a5748a2 dans le forum Matériel - Hardware
    Réponses: 3
    Dernier message: 15/12/2003, 08h26
  4. ki c faire tourner une sound blaster platinum sous XP
    Par invite9a5748a2 dans le forum Matériel - Hardware
    Réponses: 2
    Dernier message: 14/12/2003, 15h53
  5. probleme carte son sound blaster live 5.1
    Par invite4ebd440d dans le forum Logiciel - Software - Open Source
    Réponses: 1
    Dernier message: 16/11/2003, 12h12
Découvrez nos comparatifs produits sur l'informatique et les technologies.