Problème depuis wine et win4lin

Bonjour,

Je suis actuellement sous Ubuntu, j'ai essayé wine et win4lin en espérant pouvoir installer les pilotes windows de la xfi.
Surement ridicule mais bon...

ca n'a pas fonctionné mais le problème c'est que depuis windows ne boot plus.

Peu importe le mode de boot que j'utilise, même en mode sans echecs, ca redémarre l'ordi.

Qu'est ce qui peut faire ca? et comment remédier a ce problème?
Configuration: Linux
Firefox 3.0

7 réponses

  1. Modérateur
    Peux tu nous préciser ce qu'est la xfi (la carte son j'imagine) ? Si c'est le cas il faut plutôt regarder du côté d'alsa et de pulse.

    De manière générale les drivers windows ne servent à rien sous linux, la seule exception concernant les cartes wifi qui n'ont pas de support sous linux et qui requiert de passer par ndiswrapper.

    Quand tu dis que windows ne boote plus, est ce qu'il plante en cours de démarrage, ou est ce qu'il n'apparaît pas dans le grub (menu au démarrage permettant de choisir si tu démarres sous linux ou windows), ou le problème est-il autre, ou est ce le windows que tu lances dans une machine virtuelle qui ne démarre plus ?

    Bonne chance
    0
    1. Oui c'est la carte son la xfi et le seul driver linux est une version beta en tar.gz que je n'arrive pas a installer enfin ca ce n'est pas vraiment un problème il faudrat que j'apprenne a utiliser make...

      windows apparrait bien dans grub quand je le lance de grub ca arrive sur l'écran pour choisir le mode de démarrage (sans echec derniere bonne configuration etc.)

      et que je lance n'importe laquelle ca redémarre l'ordi.
      0
  2. Modérateur
    Ah ouais mais la si ça passe le grub c'est windows qui est cassé :s Du coup je ne peux pas t'aider mais ça sent la réinstallation windows. Tu dois pouvoir récupérer tes documents importants via linux (en montant la partition windows sous linux).

    Bonne chance
    0
    1. oui ca je sais bien mais ca me fait chier de réinstaller windows c'est long... contrairement a linux. Mais il n'y a pas d'autre moyens que de formater?
      0
  3. Modérateur
    Aucune idée la c'est plutôt une question windows et je maîtrise peu le petit drapeau. Normalement il y a des outils de restauration, non ?
    0
    1. oui c'est de la merde... si je pouvais installer les drivers de carte son je ne laisserai que ubuntu.

      enfin là j'ai formater windows j'ai récupéré grub avec un grub portable super grub disk un truc du genre.

      et nouveau problème j'ai un décompte de 10seconde o`u je dois appuyer sur echap pour lancer grub sinon je ne comprend pas bien ce que ca fait mais ca lance ubuntu.

      une idée pour une solution?
      0
  4. Modérateur
    Personnellement je ne peux t'aider que pour la partie ubuntu (faire marcher correctement le son s'il ne marche pas correctement), mais pas pour la partie windows. Je te propose d'ouvrir un post en parallèle sur le forum windows et de demander les procédures de restaurations qui existent, mais ne te fais pas trop d'illusions.

    Si tu as des problèmes de son sous linux, il faudrait que tu me donnes le résultat des commandes suivantes :
    whoami
    groups
    ls -l /dev/dsp*
    asoundconf list
    dpkg -l | grep alsa
    

    Bonne chance
    0
    1. là je n'ai plus de problème avec windows juste avec grub qui ne se lance pas tout seul...

      sinon pour ce qui est des commandes voilà :

      benj@benj-desktop:~$ whoami
      benj
      benj@benj-desktop:~$ groups
      benj adm dialout cdrom floppy audio dip video plugdev fuse lpadmin admin
      benj@benj-desktop:~$ ls -l /dev/dsp*
      crw-rw----+ 1 root audio 14, 3 2008-06-27 17:21 /dev/dsp
      benj@benj-desktop:~$ asoundconf list
      Names of available sound cards:
      NVidia
      benj@benj-desktop:~$ dpkg -l | grep alsa
      ii alsa-base 1.0.16-0ubuntu4 ALSA driver configuration files
      ii alsa-utils 1.0.15-3ubuntu2 ALSA utilities
      ii gstreamer0.10-alsa 0.10.18-3 GStreamer plugin for ALSA
      ii libesd-alsa0 0.2.38-0ubuntu9 Enlightened Sound Daemon (ALSA) - Shared lib
      ii libpt-1.10.10-plugins-alsa 1.10.10-1ubuntu6 Portable Windows Library Audio Plugin for th
      rc libsdl1.2debian-alsa 1.2.13-1ubuntu1 Simple DirectMedia Layer (with X11 and ALSA
      ii vlc-plugin-alsa 0.8.6.release.e+x264svn20071224+faad2.6.1-0ubuntu3 dummy transitional package
      benj@benj-desktop:~$

      mais ca ne trouve pas la créative alors que a d'autre endroit elle y est.

      et le seul driver que j'ai trouvé pour elle c'est celui là : https://www.touslesdrivers.com/index.php?v_page=23&v_code=20983

      merci de ton aide
      0
  5. Modérateur
    là je n'ai plus de problème avec windows juste avec grub qui ne se lance pas tout seul...

    Je ne comprends pas. Tu veux dire que quand tu allumes ton PC, grub ne s'affiche pas pour te laisser le choix entre lancer windows ou linux ? Si c'est le cas il suffit de démarrer sur un live CD, te chrooter sur ton linux, puis réinstaller grub. Tu peux t'inspirer de :
    http://www.commentcamarche.net/forum/affich 5878908 erreur n 15 file not found#1
    ... pour voir comment on se chroot et on reconfigure grub.

    sinon pour ce qui est des commandes voilà :
    [...]


    Les droits sont bons, et les paquets semblent bien installés. Seule la carte nvidia semble détectée pour faire du son, mais effecitvement pas la creative. Une solution c'est peut être de compiler alsa avec module-assistant, personnellement ça m'a permis d'activer un chipset son qui ne marchait pas avec l'installation "standard". Avec un peu de chance il en sera de même pour toi.

    Pour cela il faut installer de quoi construire le module :
    sudo aptitude update
    sudo aptitude safe-upgrade
    sudo aptitude install linux-headers-`uname -r` gcc-4.1 alsa-source module-assistant

    Ensuite prépare le module et laisse toi guider :
    sudo module-assistant -f auto-install alsa-source

    Si l'installation marche correctement, vérifie s'il y a du neuf quand tu fais :
    asoundconf list

    Si c'est bien le cas il ne te reste plus qu'à mettre la carte par défaut (toujours avec asoundconf). Pour plus de détails :
    asoundconf help

    Bonne chance
    0
    1. (Désolé pour la longueur)

      Ca ne change rien dans asoundconf:

      benj@benj-desktop:~$ asoundconf list
      Names of available sound cards:
      NVidia
      benj@benj-desktop:~$

      et pour ce qui est du driver :

      root@benj-desktop:~# cd '/home/benj/Bureau/XFiDrv_Linux_US-1.18/drivers'
      root@benj-desktop:~/Bureau/XFiDrv_Linux_US-1.18/drivers# ./configure
      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... /home/benj/Bureau/XFiDrv_Linux_US-1.18/drivers
      checking cross compile...
      checking for directory with kernel source... /lib/modules/2.6.24-19-generic/build
      checking for directory with kernel build...
      checking for directory with ALSA include files... /lib/modules/2.6.24-19-generic/build/include
      checking for kernel linux/version.h... yes
      checking for kernel linux/autoconf.h... yes
      checking for kernel version... 2.6.24-19-generic
      checking for GCC version... Kernel compiler: Used compiler: gcc (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7)

      *** 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... no
      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... yes
      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... yes
      checking for input subsystem in kernel... yes
      checking for directory to store kernel modules... /lib/modules/2.6.24-19-generic/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
      root@benj-desktop:~/Bureau/XFiDrv_Linux_US-1.18/drivers# make all
      make: *** [all] Erreur 2
      root@benj-desktop:~/Bureau/XFiDrv_Linux_US-1.18/drivers# '/home/benj/Bureau/XFiDrv_Linux_US-1.18/installer'
      ====================================================================
      "DISCLAIMER OF WARRANTIES AND LIMITATION ON LIABILITY"
      ====================================================================

      You are being provided a beta test version of a software product for the sole pu
      rpose of enabling you to test the product in a wide variety of real-world situat
      ions prior to the product's commercial release (if any). Beta testers voluntaril
      y agree to use software products still under development strictly in accordance
      with the attached end-user license agreement terms (including but not limited to
      no warranty and very limited liability on the part of Creative Technology Ltd a
      nd its subsidiaries ("Creative")) and to provide bug reports and other feedback
      to Creative. Any feedback provided by you may be used by Creative for any purpo
      se whatsoever without the payment of compensation or other consideration. All r
      esults derived from your participation in this beta test are confidential.

      The beta software product contains pre-release code, may not be fully functional
      and may be substantially modified in further development. You assume ALL risk
      associated with use. Creative can provide no assurance that it will ever produc
      e or make available a general release version.

      Enter Yes to indicate that you have read and accepted all the terms of the above agreement.
      If you enter No, the installation will abort.
      [Yes/No]

      Yes (et la license défile)

      Enter Yes to indicate that you have read and accepted all the terms of the above agreement.
      If you enter No, the installation will abort.
      [Yes/No]

      Yes

      ====================================================================

      Sound Blaster X-Fi Linux 32/64-bit Beta Driver Readme File

      April 2008

      ====================================================================

      The purpose of this document is to describe how the X-Fi Linux device
      driver is built, packaged, and released.

      Quick install

      =============

      1) You must have the fully configured source for the Linux kernel and
      ALSA which you
      want to use for this device driver. Partial installed
      kernels (e.g. From distribution makers) may be unusable for this
      action.

      2) Run one of the following commands as root in the terminal:

      ./installer

      OR

      ./installer --with-alsainc=<ALSA_include_directory>

      * ALSA Source Tree

      On 2.6 kernels, the location of the ALSA source include directory

      is parsed automatically from the running kernel.

      If it is not in the standard place, specify the path via

      --with-alsainc=<ALSA_include_directory>.

      On 2.4 kernels, the location of the ALSA source include directory

      must be specified via --with-alsainc=<ALSA_include_directory>.

      * Note
      If integrated ALSA is to be used to build, --with-alsainc option

      must not be specified.

      Uninstall

      =========

      In the terminal,

      1) Change directory to /opt/Creative/XFiDrv_Linux_US-1.18

      2) Run the following command as root

      ./configure

      make uninstall

      * Note

      For GNOME users, You may need to close the Volume Control
      applet before uninstalling. Right-click the Volume icon on the
      GNOME panel and select "Remove From Panel"

      3) Manually delete all files in /opt/Creative/XFiDrv_Linux_US-1.18

      Copyright (c) 2008 Creative Technology Ltd. All rights reserved.

      ====================================================================

      End of Readme File

      ====================================================================
      Installation is in progress. Please wait...
      tar: /home/benj/Bureau/XFiDrv_Linux_US-1.18/drivers/XFiDrv_Linux_US-1.18.tar.bz2 : la fonction open a échoué: Aucun fichier ou dossier de ce type
      tar: Erreur non récupérable : arrêt du traitement
      tar: Child returned status 2
      tar: Des erreurs ont provoqué l'arrêt du programme
      cd: 498: can't cd to /opt/Creative/XFiDrv_Linux_US-1.18/drivers
      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... /home/benj/Bureau/XFiDrv_Linux_US-1.18/drivers
      checking cross compile...
      checking for directory with kernel source... /lib/modules/2.6.24-19-generic/build
      checking for directory with kernel build...
      checking for directory with ALSA include files... /lib/modules/2.6.24-19-generic/build/include
      checking for kernel linux/version.h... yes
      checking for kernel linux/autoconf.h... yes
      checking for kernel version... 2.6.24-19-generic
      checking for GCC version... Kernel compiler: Used compiler: gcc (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7)

      *** 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... no
      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... yes
      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... yes
      checking for input subsystem in kernel... yes
      checking for directory to store kernel modules... /lib/modules/2.6.24-19-generic/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
      root@benj-desktop:~/Bureau/XFiDrv_Linux_US-1.18/drivers#

      est ce que j'utilise la bonne syntaxe?

      il reste quoi?
      0
      1. Modérateur
        Bah non tu vois bien qu'il y a des erreurs.
        tar: /home/benj/Bureau/XFiDrv_Linux_US-1.18/drivers/XFiDrv_Linux_US-1.18.tar.bz2 : la fonction open a échoué: Aucun fichier ou dossier de ce type
        tar: Erreur non récupérable : arrêt du traitement
        tar: Child returned status 2
        tar: Des erreurs ont provoqué l'arrêt du programme
        cd: 498: can't cd to /opt/Creative/XFiDrv_Linux_US-1.18/drivers 

        Manifestement tu t'es planté pour décompresser ton archive (tar xjvf lefichier.tar.bz2).

        Mais à mon avis ce n'est pas la bonne approche pour résoudre ton problème. Je t'ai dit de passer par module-assistant pour compiler alsa, car je pense que tu n'as pas besoin de compiler un driver.

        Bonne chance
        0