Sortie audio ne fonctionne pas 10.10

Résolu
RIRI2577 Messages postés 205 Statut Membre -  
 Melerfell -
Bonjour,
Bon, mon problème est toujours le même mes sorties audio ne fonctionnent toujours pas correctement comme avant, les hauts parleurs marchent en même temps que les écouteurs une fois branché...
Je suis passé à Ubuntu 10.10 et bien sûr il a perdu tout ce que j'avais fait avant donc j'ai de nouveau besoin de votre aide pour remettre ça correctement

Merci d'avance ;)
raduly@raduly-laptop:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 01)
08:00.0 Mass storage controller: Silicon Image, Inc. SiI 3531 [SATALink/SATARaid] Serial ATA Controller (rev 01)
0a:00.0 Network controller: RaLink RT2860
raduly@raduly-laptop:~$ groups
raduly adm dialout cdrom audio plugdev lpadmin netdev admin sambashare


16 réponses

Résumé de la discussion

Le problème décrit est le mélange des sorties audio entre haut-parleurs et écouteurs après branchement, sur une installation Ubuntu 10.10 où l’ancien paramétrage a été perdu. Parmi les solutions, il est suggéré de modifier /etc/modprobe.d/alsa-base.conf pour configurer snd-cmipci (mpu_port et fm_port) et d'empêcher snd-pcsp et snd-usb-audio d'être chargés comme première carte. L'initiative inclut aussi la sauvegarde du fichier, son édition avec nano ou gedit et l'enregistrement des modifications avant test, ce qui est présent dans les échanges comme étape préventive. D'autres échanges évoquent cependant des aspects de mise à jour des dépôts et des modules backports, signalant que l'installation d'un paquet spécifique peut être bloquée et qu'une vérification des sources peut être utile.

Généré automatiquement par IA
sur la base des meilleures réponses
  1. bob031 Messages postés 8228 Statut Membre 473
     
    1) tu fais une sauvegarde du fichier :

    sudo cp /etc/modprobe.d/alsa-base.conf /etc/modprobe.d/alsa-base_conf.BAK


    2) tu édites le fichier pour le modifier :

    sudo nano /etc/modprobe.d/alsa-base.conf


    ou bien

    gksudo gedit /etc/modprobe.d/alsa-base.conf


    3) tu rajoutes la ligne en gras :

    # Ubuntu #62691, enable MPU for snd-cmipci  
    options snd-cmipci mpu_port=0x330 fm_port=0x388  
    # Keep snd-pcsp from being loaded as first soundcard  
    options snd-pcsp index=-2  
    #  
    options snd-hda-intel model=lenovo-101e  
    #  
    # Keep snd-usb-audio from beeing loaded as first soundcard  
    options snd-usb-audio index=-2


    4) tu enregistres et tu quittes.

    cela devrait le faire ...

    un penguin sur la banquise !
    1
    1. RIRI2577 Messages postés 205 Statut Membre 7
       
      c'est pas alsabase. qu'on doit modifier et non pas Source.list?
      0
    2. bob031 Messages postés 8228 Statut Membre 473
       
      oui ! comme tu peux le voir, j'ai corrigé.
      0
    3. RIRI2577 Messages postés 205 Statut Membre 7
       
      ^^ je l'ai fait puis j'ai redémarré et ça marche :p Encore Merci =D
      0
    4. bob031 Messages postés 8228 Statut Membre 473
       
      pas de quoi !!!!

      :-)
      0
  2. mamiemando Messages postés 33228 Date d'inscription   Statut Modérateur Dernière intervention   7 940
     
    A priori il faut que tu refasses ce que tu avais fait dans la version précédente, car tu as probablement changé de kernel.

    Une autre piste :
    http://doc.ubuntu-fr.org/gestionnaire_de_pilotes_proprietaires

    Bonne chance
    0
    1. RIRI2577 Messages postés 205 Statut Membre 7
       
      Il me dit qu'il n'y a aucun pilote propriétaire utilisé sur ce système...
      0
    2. mamiemando Messages postés 33228 Date d'inscription   Statut Modérateur Dernière intervention   7 940
       
      Tu avais fait quoi dans la version précédente pour faire marcher le son ?
      0
    3. mamiemando Messages postés 33228 Date d'inscription   Statut Modérateur Dernière intervention   7 940
       
      Et tu as vérifié si ce fichier était toujours corrigé ?
      0
    4. RIRI2577 Messages postés 205 Statut Membre 7
       
      j'ai trouvé le problème... il se trouve la :
      root@raduly-laptop:/home/raduly# sudo aptitude install linux-backports-modules-2.6.35-22-generic
      Impossible de trouver un paquet dont le nom ou la description correspond à « linux-backports-modules-2.6.35-22-generic »
      Impossible de trouver un paquet dont le nom ou la description correspond à « linux-backports-modules-2.6.35-22-generic »
      Aucun paquet ne va être installé, mis à jour ou enlevé.
      0 paquets mis à jour, 0 nouvellement installés, 0 à enlever et 24 non mis à jour.
      Il est nécessaire de télécharger 0o d'archives. Après dépaquetage, 0o seront utilisés.
                                                    
      root@raduly-laptop:/home/raduly# sudo aptitude install linux-backports-modules-2.6.35-22-generic
      Impossible de trouver un paquet dont le nom ou la description correspond à « linux-backports-modules-2.6.35-22-generic »
      Impossible de trouver un paquet dont le nom ou la description correspond à « linux-backports-modules-2.6.35-22-generic »
      Aucun paquet ne va être installé, mis à jour ou enlevé.
      0 paquets mis à jour, 0 nouvellement installés, 0 à enlever et 32 non mis à jour.
      Il est nécessaire de télécharger 0o d'archives. Après dépaquetage, 0o seront utilisés.
      
      0
  3. bob031 Messages postés 8228 Statut Membre 473
     
    Hello,

    Impossible de trouver un paquet dont le nom ou la description correspond à « linux-backports-modules-2.6.35-22-generic »

    C'est toujours le même souci que la dernière fois :

    https://forums.commentcamarche.net/forum/affich-18291188-sortie-audio-ne-fonctionne-pas-correctement2#24

    il faut :

    1) trouver la bonne nomenclature pour installer le backports qui va bien.

    2) faire les petites vérifications que nous avions vu également avec mamiemando :

    https://forums.commentcamarche.net/forum/affich-18291188-sortie-audio-ne-fonctionne-pas-correctement2#25

    :-)
    un penguin sur la banquise !
    0
    1. RIRI2577 Messages postés 205 Statut Membre 7
       
      Et comment je fais pour trouver la bonne nomenclature?
      0
  4. bob031 Messages postés 8228 Statut Membre 473
     
    la dernière fois tu avais tapé simplement :

    sudo aptitude install linux-backports-modules

    et cela t'avais proposé une liste de modules potentiels.

    je pense que c'est comme cela que nous avions déterminé le module qui va bien.

    Si tu pouvais nous copier ici la liste.
    0
    1. RIRI2577 Messages postés 205 Statut Membre 7
       
      Impossible de trouver le paquet « linux-backports-modules ». Cependant, les
      paquets suivants comportent « linux-backports-modules » dans leur nom :
      linux-backports-modules-net-2.6.35-22-generic-pae
      linux-backports-modules-alsa-2.6.32-22-generic
      linux-backports-modules-wireless-maverick-generic
      linux-backports-modules-headers-maverick-generic-pae
      linux-backports-modules-wireless-2.6.32-22-generic
      linux-backports-modules-2.6.31-20-generic
      linux-backports-modules-alsa-maverick-generic-pae
      linux-backports-modules-wireless-2.6.35-22-generic-pae
      linux-backports-modules-net-maverick-generic-pae
      linux-backports-modules-alsa-2.6.32-22-generic-pae
      linux-backports-modules-alsa-maverick-generic
      linux-backports-modules-alsa-2.6.35-22-generic-pae
      linux-backports-modules-alsa-2.6.35-22-generic
      linux-backports-modules-wireless-maverick-generic-pae
      linux-backports-modules-wireless-2.6.32-22-generic-pae
      linux-backports-modules-net-2.6.35-22-generic
      linux-backports-modules-wireless-2.6.35-22-generic
      linux-backports-modules-net-maverick-generic
      linux-backports-modules-headers-maverick-generic
      0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. bob031 Messages postés 8228 Statut Membre 473
     
    linux-backports-modules-alsa-2.6.32-22-generic

    ou bien

    linux-backports-modules-alsa-2.6.35-22-generic

    suivant le résultat de la commande :

    uname -a


    un penguin sur la banquise !
    0
    1. RIRI2577 Messages postés 205 Statut Membre 7
       
      raduly@raduly-laptop:~$ uname -a
      Linux raduly-laptop 2.6.35-22-generic #35-Ubuntu SMP Sat Oct 16 20:36:48 UTC 2010 i686 GNU/Linux
      raduly@raduly-laptop:~$ linux-backports-modules-alsa-2.6.35-22-generic
      linux-backports-modules-alsa-2.6.35-22-generic : commande introuvable
      raduly@raduly-laptop:~$ sudo aptitude install linux-backports-modules-alsa-2.6.35-22-generic
      [sudo] password for raduly:
      Aucun paquet ne va être installé, mis à jour ou enlevé.
      0 paquets mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
      Il est nécessaire de télécharger 0o d'archives. Après dépaquetage, 0o seront utilisés.
      0
  7. bob031 Messages postés 8228 Statut Membre 473
     
    as-tu activé au préalable les dépôts backports ?

    Si non activés, alors ton gestionnaire ne trouvera jamais ton module alsa.
    0
    1. RIRI2577 Messages postés 205 Statut Membre 7
       
      Comment je fais pour savoir si il est activé et si il ne l'est pas comment l'activé?
      0
  8. bob031 Messages postés 8228 Statut Membre 473
     
    Dis donc ! aurais-tu perdu ta curiosité ?

    http://doc.ubuntu-fr.org/depots#backports

    ^^
    0
    1. RIRI2577 Messages postés 205 Statut Membre 7
       
      Non pas du tout ^^ mais il n'y a aucune adresse de dépôts pour la version 10.10 -_-"
      0
  9. bob031 Messages postés 8228 Statut Membre 473
     
    c'est quoi le nom de ton Ubuntu : Maverick ?
    0
    1. RIRI2577 Messages postés 205 Statut Membre 7
       
      oui ^^
      0
  10. bob031 Messages postés 8228 Statut Membre 473
     
    pourtant sur le net il semble exister quelques adresses pour les backports :

    deb http://fr.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse


    ou bien

    deb http://gb.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse


    es-tu vraiment sûr que via ton gestionnaire, les backports ne sont pas mentionnés ?

    sinon tu édites ton fichier sources.list et tu ajoute la première adresse ci-dessus.

    d'abord une copie de sauvegarde :

    sudo cp /etc/apt/sources.list /etc/apt/sources_list.BAK


    ensuite on édite :
    sudo nano /etc/apt/sources.list


    ou bien

    gksudo gedit /etc/apt/sources.list

    ici tu peux vérifier si la ligne backports existe (peut-être est-elle juste commentée [ un dièse " # " en début de ligne], dans ce cas supprimer uniquement le dièse).

    sinon on rajoute la ligne backports, on quitte en sauvegardant la modification.

    un penguin sur la banquise !
    0
    1. RIRI2577 Messages postés 205 Statut Membre 7
       
      j'ai enlevé le "#" devant ces deux lignes :
       deb http://be.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse
      deb-src http://be.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse 


      Et rajouter :
      deb http://fr.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse


      À la fin, puis enregistrer mais j'obtiens toujours :
      raduly@raduly-laptop:~$  sudo aptitude install linux-backports-modules-alsa-2.6.35-22-generic 
      Aucun paquet ne va être installé, mis à jour ou enlevé.
      0 paquets mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
      Il est nécessaire de télécharger 0o d'archives. Après dépaquetage, 0o seront utilisés.
                       
      0
  11. bob031 Messages postés 8228 Statut Membre 473
     
    tu peux me copier coller ton fichier /etc/apt/sources.list + le fichier /etc/release :

    cat le_fichier
    0
    1. RIRI2577 Messages postés 205 Statut Membre 7
       
      raduly@raduly-laptop:~$ cat /etc/apt/sources.list
      # deb cdrom:[Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5)]/ karmic main restricted
      # See https://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
      # newer versions of the distribution.
      
      deb http://archive.ubuntu.com/ubuntu/ maverick main restricted
      deb-src http://archive.ubuntu.com/ubuntu/ maverick main restricted
      
      ## Major bug fix updates produced after the final release of the
      ## distribution.
      deb http://archive.ubuntu.com/ubuntu/ maverick-updates main restricted
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-updates main restricted
      
      ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
      ## team. Also, please note that software in universe WILL NOT receive any
      ## review or updates from the Ubuntu security team.
      deb http://archive.ubuntu.com/ubuntu/ maverick universe
      deb-src http://archive.ubuntu.com/ubuntu/ maverick universe
      deb http://archive.ubuntu.com/ubuntu/ maverick-updates universe
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-updates universe
      
      ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
      ## team, and may not be under a free licence. Please satisfy yourself as to 
      ## your rights to use the software. Also, please note that software in 
      ## multiverse WILL NOT receive any review or updates from the Ubuntu
      ## security team.
      deb http://archive.ubuntu.com/ubuntu/ maverick multiverse
      deb-src http://archive.ubuntu.com/ubuntu/ maverick multiverse
      deb http://archive.ubuntu.com/ubuntu/ maverick-updates multiverse
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-updates multiverse
      
      ## Uncomment the following two lines to add software from the 'backports'
      ## repository.
      ## N.B. software from this repository may not have been tested as
      ## extensively as that contained in the main release, although it includes
      ## newer versions of some applications which may provide useful features.
      ## Also, please note that software in backports WILL NOT receive any review
      ## or updates from the Ubuntu security team.
      deb http://be.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse
      deb-src http://be.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse
      
      ## Uncomment the following two lines to add software from Canonical's
      ## 'partner' repository.
      ## This software is not part of Ubuntu, but is offered by Canonical and the
      ## respective vendors as a service to Ubuntu users.
      deb http://archive.canonical.com/ubuntu/ maverick partner
      # deb-src http://archive.canonical.com/ubuntu/ karmic partner
      
      deb http://archive.ubuntu.com/ubuntu/ maverick-security main restricted
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-security main restricted
      deb http://archive.ubuntu.com/ubuntu/ maverick-security universe
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-security universe
      deb http://archive.ubuntu.com/ubuntu/ maverick-security multiverse
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-security multiverse
      # deb https://medibuntu.org jaunty free non-free # désactivé pour la mise à niveau vers maverick désactivé pour la mise à niveau vers maverick
      # deb http://www.kiberpipa.org/~minmax/cinelerra/builds/sid/ ./ # désactivé pour la mise à niveau vers maverick désactivé pour la mise à niveau vers maverick
      deb http://extras.ubuntu.com/ubuntu/ maverick main #Third party developers repository
      deb http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed main restricted universe multiverse
      deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed main restricted universe multiverse
      deb http://fr.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
      


      Voilà pour le Premier
      0
    2. RIRI2577 Messages postés 205 Statut Membre 7
       
      Mais pour le 2éme :
      raduly@raduly-laptop:~$ cat /etc/release
      cat: /etc/release: Aucun fichier ou dossier de ce type
      
      0
  12. bob031 Messages postés 8228 Statut Membre 473
     
    tu dois recommenter les lignes karmic-backports

    puis lancer :

    sudo aptidude update
    
    sudo aptitude install linux-backports-modules-alsa-2.6.35-22-generic
    0
    1. RIRI2577 Messages postés 205 Statut Membre 7
       
      Voilà :)

      raduly@raduly-laptop:~$ gksudo gedit /etc/apt/sources.list
      raduly@raduly-laptop:~$ sudo aptitude update
      Atteint http://extras.ubuntu.com maverick Release.gpg                           
      Ign http://extras.ubuntu.com/ubuntu/ maverick/main Translation-en               
      Ign http://extras.ubuntu.com/ubuntu/ maverick/main Translation-fr               
      Atteint http://extras.ubuntu.com maverick Release                               
      Atteint http://extras.ubuntu.com maverick/main i386 Packages                    
      Atteint http://archive.ubuntu.com maverick Release.gpg                          
      Ign http://archive.ubuntu.com/ubuntu/ maverick/main Translation-en              
      Atteint http://archive.ubuntu.com/ubuntu/ maverick/main Translation-fr          
      Ign http://archive.ubuntu.com/ubuntu/ maverick/multiverse Translation-en        
      Atteint http://archive.ubuntu.com/ubuntu/ maverick/multiverse Translation-fr    
      Ign http://archive.ubuntu.com/ubuntu/ maverick/restricted Translation-en        
      Atteint http://archive.ubuntu.com/ubuntu/ maverick/restricted Translation-fr    
      Ign http://archive.ubuntu.com/ubuntu/ maverick/universe Translation-en          
      Atteint http://archive.ubuntu.com/ubuntu/ maverick/universe Translation-fr   
      Atteint http://archive.ubuntu.com maverick-updates Release.gpg                  
      Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/main Translation-en      
      Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/main Translation-fr      
      Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/multiverse Translation-en
      Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/multiverse Translation-fr
      Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/restricted Translation-en
      Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/restricted Translation-fr
      Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/universe Translation-en  
      Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/universe Translation-fr  
      Atteint http://archive.ubuntu.com maverick-security Release.gpg                 
      Ign http://archive.ubuntu.com/ubuntu/ maverick-security/main Translation-en     
      Ign http://archive.ubuntu.com/ubuntu/ maverick-security/main Translation-fr     
      Ign http://archive.ubuntu.com/ubuntu/ maverick-security/multiverse Translation-en
      Ign http://archive.ubuntu.com/ubuntu/ maverick-security/multiverse Translation-fr
      Atteint http://fr.archive.ubuntu.com lucid-proposed Release.gpg                 
      Ign http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed/main Translation-en     
      Atteint http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed/main Translation-fr 
      Ign http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed/multiverse Translation-en
      Atteint http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed/multiverse Translation-fr
      Ign http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed/restricted Translation-en
      Atteint http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed/restricted Translation-fr
      Ign http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed/universe Translation-en 
      Atteint http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed/universe Translation-fr
      Prendre :1 http://fr.archive.ubuntu.com maverick-backports Release.gpg [189B]   
      Ign http://fr.archive.ubuntu.com/ubuntu/ maverick-backports/main Translation-en 
      Ign http://fr.archive.ubuntu.com/ubuntu/ maverick-backports/main Translation-fr 
      Ign http://fr.archive.ubuntu.com/ubuntu/ maverick-backports/multiverse Translation-en
      Ign http://archive.ubuntu.com/ubuntu/ maverick-security/restricted Translation-en
      Ign http://archive.ubuntu.com/ubuntu/ maverick-security/restricted Translation-fr
      Ign http://archive.ubuntu.com/ubuntu/ maverick-security/universe Translation-en
      Ign http://archive.ubuntu.com/ubuntu/ maverick-security/universe Translation-fr
      Atteint http://archive.ubuntu.com maverick Release                        
      Atteint http://archive.ubuntu.com maverick-updates Release                      
      Atteint http://archive.ubuntu.com maverick-security Release                     
      Atteint http://archive.ubuntu.com maverick/main Sources                         
      Atteint http://archive.ubuntu.com maverick/restricted Sources                   
      Atteint http://archive.ubuntu.com maverick/universe Sources                     
      Atteint http://archive.ubuntu.com maverick/multiverse Sources                   
      Atteint http://archive.ubuntu.com maverick/main i386 Packages             
      Atteint http://archive.ubuntu.com maverick/restricted i386 Packages             
      Atteint http://archive.ubuntu.com maverick/universe i386 Packages               
      Atteint http://archive.ubuntu.com maverick/multiverse i386 Packages             
      Atteint http://archive.ubuntu.com maverick-updates/main Sources                 
      Atteint http://archive.ubuntu.com maverick-updates/restricted Sources           
      Atteint http://archive.ubuntu.com maverick-updates/universe Sources             
      Atteint http://archive.ubuntu.com maverick-updates/multiverse Sources           
      Atteint http://archive.ubuntu.com maverick-updates/main i386 Packages           
      Atteint http://archive.ubuntu.com maverick-updates/restricted i386 Packages
      Atteint http://archive.ubuntu.com maverick-updates/universe i386 Packages 
      Atteint http://archive.ubuntu.com maverick-updates/multiverse i386 Packages     
      Atteint http://archive.ubuntu.com maverick-security/main Sources                
      Atteint http://archive.ubuntu.com maverick-security/restricted Sources          
      Atteint http://archive.ubuntu.com maverick-security/universe Sources            
      Atteint http://archive.ubuntu.com maverick-security/multiverse Sources          
      Atteint http://archive.ubuntu.com maverick-security/main i386 Packages          
      Atteint http://archive.ubuntu.com maverick-security/restricted i386 Packages    
      Atteint http://archive.ubuntu.com maverick-security/universe i386 Packages      
      Atteint http://archive.ubuntu.com maverick-security/multiverse i386 Packages    
      Ign http://fr.archive.ubuntu.com/ubuntu/ maverick-backports/multiverse Translation-fr
      Ign http://fr.archive.ubuntu.com/ubuntu/ maverick-backports/restricted Translation-en
      Ign http://fr.archive.ubuntu.com/ubuntu/ maverick-backports/restricted Translation-fr
      Ign http://fr.archive.ubuntu.com/ubuntu/ maverick-backports/universe Translation-en
      Ign http://fr.archive.ubuntu.com/ubuntu/ maverick-backports/universe Translation-fr
      Atteint http://fr.archive.ubuntu.com lucid-proposed Release                     
      Prendre :2 http://fr.archive.ubuntu.com maverick-backports Release [32,5kB]     
      Atteint http://fr.archive.ubuntu.com lucid-proposed/main Sources                
      Atteint http://fr.archive.ubuntu.com lucid-proposed/restricted Sources          
      Atteint http://fr.archive.ubuntu.com lucid-proposed/universe Sources            
      Atteint http://fr.archive.ubuntu.com lucid-proposed/multiverse Sources          
      Atteint http://fr.archive.ubuntu.com lucid-proposed/main i386 Packages          
      Atteint http://fr.archive.ubuntu.com lucid-proposed/restricted i386 Packages    
      Atteint http://fr.archive.ubuntu.com lucid-proposed/universe i386 Packages      
      Atteint http://fr.archive.ubuntu.com lucid-proposed/multiverse i386 Packages    
      Prendre :3 http://fr.archive.ubuntu.com maverick-backports/main i386 Packages [14B]
      Prendre :4 http://fr.archive.ubuntu.com maverick-backports/restricted i386 Packages [14B]
      Prendre :5 http://fr.archive.ubuntu.com maverick-backports/universe i386 Packages [14B]
      Prendre :6 http://fr.archive.ubuntu.com maverick-backports/multiverse i386 Packages [14B]
      Atteint http://archive.canonical.com maverick Release.gpg                       
      Ign http://archive.canonical.com/ubuntu/ maverick/partner Translation-en        
      Ign http://archive.canonical.com/ubuntu/ maverick/partner Translation-fr        
      Atteint http://archive.canonical.com maverick Release                           
      Atteint http://archive.canonical.com maverick/partner i386 Packages             
      32,7ko téléchargés en 10s (3230o/s)                                             
                                          
      raduly@raduly-laptop:~$ sudo aptitude install linux-backports-modules-alsa-2.6.35-22-generic
      Aucun paquet ne va être installé, mis à jour ou enlevé.
      0 paquets mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
      Il est nécessaire de télécharger 0o d'archives. Après dépaquetage, 0o seront utilisés.
                                                    
      raduly@raduly-laptop:~$ cat /etc/apt/sources.list
      # deb cdrom:[Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5)]/ karmic main restricted
      # See https://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
      # newer versions of the distribution.
      
      deb http://archive.ubuntu.com/ubuntu/ maverick main restricted
      deb-src http://archive.ubuntu.com/ubuntu/ maverick main restricted
      
      ## Major bug fix updates produced after the final release of the
      ## distribution.
      deb http://archive.ubuntu.com/ubuntu/ maverick-updates main restricted
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-updates main restricted
      
      ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
      ## team. Also, please note that software in universe WILL NOT receive any
      ## review or updates from the Ubuntu security team.
      deb http://archive.ubuntu.com/ubuntu/ maverick universe
      deb-src http://archive.ubuntu.com/ubuntu/ maverick universe
      deb http://archive.ubuntu.com/ubuntu/ maverick-updates universe
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-updates universe
      
      ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
      ## team, and may not be under a free licence. Please satisfy yourself as to 
      ## your rights to use the software. Also, please note that software in 
      ## multiverse WILL NOT receive any review or updates from the Ubuntu
      ## security team.
      deb http://archive.ubuntu.com/ubuntu/ maverick multiverse
      deb-src http://archive.ubuntu.com/ubuntu/ maverick multiverse
      deb http://archive.ubuntu.com/ubuntu/ maverick-updates multiverse
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-updates multiverse
      
      ## Uncomment the following two lines to add software from the 'backports'
      ## repository.
      ## N.B. software from this repository may not have been tested as
      ## extensively as that contained in the main release, although it includes
      ## newer versions of some applications which may provide useful features.
      ## Also, please note that software in backports WILL NOT receive any review
      ## or updates from the Ubuntu security team.
      #deb http://be.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse
      #deb-src http://be.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse
      
      ## Uncomment the following two lines to add software from Canonical's
      ## 'partner' repository.
      ## This software is not part of Ubuntu, but is offered by Canonical and the
      ## respective vendors as a service to Ubuntu users.
      deb http://archive.canonical.com/ubuntu/ maverick partner
      # deb-src http://archive.canonical.com/ubuntu/ karmic partner
      
      deb http://archive.ubuntu.com/ubuntu/ maverick-security main restricted
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-security main restricted
      deb http://archive.ubuntu.com/ubuntu/ maverick-security universe
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-security universe
      deb http://archive.ubuntu.com/ubuntu/ maverick-security multiverse
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-security multiverse
      # deb https://medibuntu.org jaunty free non-free # désactivé pour la mise à niveau vers maverick désactivé pour la mise à niveau vers maverick
      # deb http://www.kiberpipa.org/~minmax/cinelerra/builds/sid/ ./ # désactivé pour la mise à niveau vers maverick désactivé pour la mise à niveau vers maverick
      deb http://extras.ubuntu.com/ubuntu/ maverick main #Third party developers repository
      deb http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed main restricted universe multiverse
      deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed main restricted universe multiverse
      deb http://fr.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
      0
  13. bob031 Messages postés 8228 Statut Membre 473
     
    commentes la ligne maverick-backports
    décommente la ligne karmic-backports

    et relance :
    sudo aptidude update
    
    sudo aptitude install linux-backports-modules-alsa-2.6.35-22-generic
    0
    1. RIRI2577 Messages postés 205 Statut Membre 7
       
      raduly@raduly-laptop:~$ sudo aptitude install linux-backports-modules-alsa-2.6.35-22-generic
      Aucun paquet ne va être installé, mis à jour ou enlevé.
      0 paquets mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
      Il est nécessaire de télécharger 0o d'archives. Après dépaquetage, 0o seront utilisés.
      
      # deb cdrom:[Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5)]/ karmic main restricted
      # See https://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
      # newer versions of the distribution.
      
      deb http://archive.ubuntu.com/ubuntu/ maverick main restricted
      deb-src http://archive.ubuntu.com/ubuntu/ maverick main restricted
      
      ## Major bug fix updates produced after the final release of the
      ## distribution.
      deb http://archive.ubuntu.com/ubuntu/ maverick-updates main restricted
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-updates main restricted
      
      ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
      ## team. Also, please note that software in universe WILL NOT receive any
      ## review or updates from the Ubuntu security team.
      deb http://archive.ubuntu.com/ubuntu/ maverick universe
      deb-src http://archive.ubuntu.com/ubuntu/ maverick universe
      deb http://archive.ubuntu.com/ubuntu/ maverick-updates universe
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-updates universe
      
      ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
      ## team, and may not be under a free licence. Please satisfy yourself as to 
      ## your rights to use the software. Also, please note that software in 
      ## multiverse WILL NOT receive any review or updates from the Ubuntu
      ## security team.
      deb http://archive.ubuntu.com/ubuntu/ maverick multiverse
      deb-src http://archive.ubuntu.com/ubuntu/ maverick multiverse
      deb http://archive.ubuntu.com/ubuntu/ maverick-updates multiverse
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-updates multiverse
      
      ## Uncomment the following two lines to add software from the 'backports'
      ## repository.
      ## N.B. software from this repository may not have been tested as
      ## extensively as that contained in the main release, although it includes
      ## newer versions of some applications which may provide useful features.
      ## Also, please note that software in backports WILL NOT receive any review
      ## or updates from the Ubuntu security team.
      deb http://be.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse
      deb-src http://be.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse
      
      ## Uncomment the following two lines to add software from Canonical's
      ## 'partner' repository.
      ## This software is not part of Ubuntu, but is offered by Canonical and the
      ## respective vendors as a service to Ubuntu users.
      deb http://archive.canonical.com/ubuntu/ maverick partner
      # deb-src http://archive.canonical.com/ubuntu/ karmic partner
      
      deb http://archive.ubuntu.com/ubuntu/ maverick-security main restricted
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-security main restricted
      deb http://archive.ubuntu.com/ubuntu/ maverick-security universe
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-security universe
      deb http://archive.ubuntu.com/ubuntu/ maverick-security multiverse
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-security multiverse
      # deb https://medibuntu.org jaunty free non-free # désactivé pour la mise à niveau vers maverick désactivé pour la mise à niveau vers maverick
      # deb http://www.kiberpipa.org/~minmax/cinelerra/builds/sid/ ./ # désactivé pour la mise à niveau vers maverick désactivé pour la mise à niveau vers maverick
      deb http://extras.ubuntu.com/ubuntu/ maverick main #Third party developers repository
      deb http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed main restricted universe multiverse
      deb-src http://fr.archive.ubuntu.com/ubuntu/ lucid-proposed main restricted universe multiverse
      #deb http://fr.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
      0
  14. bob031 Messages postés 8228 Statut Membre 473
     
    apt-cache search alsa


    0
    1. RIRI2577 Messages postés 205 Statut Membre 7
       
      raduly@raduly-laptop:~$ apt-cache search alsa
      libao-common - Cross Platform Audio Output Library (Common files)
      libao-dbg - Cross Platform Audio Output Library Debug Symbols
      linux-backports-modules-alsa-2.6.35-22-generic - Ubuntu supplied Linux modules for version 2.6.35 ALSA snapshots.
      linux-backports-modules-alsa-2.6.35-22-generic-pae - Ubuntu supplied Linux modules for version 2.6.35 ALSA snapshots.
      linux-backports-modules-alsa-maverick-generic - Backported drivers for alsa-driver snapshot.
      linux-backports-modules-alsa-maverick-generic-pae - Backported drivers for alsa-driver snapshot.
      a2jmidid - daemon for exposing legacy ALSA MIDI in JACK MIDI systems
      alsa-tools - Console based ALSA utilities for specific hardware
      alsa-tools-gui - GUI based ALSA utilities for specific hardware
      ardour - digital audio workstation (graphical gtk2 interface)
      asoundconf-gtk - Applet to select the default ALSA sound card
      blepvco - LADSPA, minBLEP-based, hard-sync-capable oscillator plugins
      bse-alsa - ALSA plugin for BEAST
      conky-all - highly configurable system monitor (all features enabled)
      conky-std - highly configurable system monitor (default version)
      dssi-host-jack - An example DSSI host
      dvsource - programs to provide source streams for dvswitch
      fische - stand-alone sound visualisation for Linux
      fmit - Free Music Instrument Tuner
      gmerlin - a multiformat media player
      hydrogen - advanced drum machine/step sequencer
      ihu - Qt VoIP softphone with an own, encrypted protocol
      jack-rack - LADSPA effects "rack" for JACK
      jackbeat - a drum machine-like audio sequencer with JACK support
      japa - JACK and ALSA Perceptual Analyser
      kdetv - TV viewer for KDE
      lash-bin - LASH Audio Session Handler (LASH) example clients
      lash-doc - LASH Audio Session Handler (LASH) documentation
      lashd - LASH Audio Session Handler (LASH) server
      lashwrap - LASH wrapper for non-LASH audio and midi applications
      ld10k1 - ALSA emu10k1/2 patch loader
      libao-ruby - cross-platform audio output library bindings for Ruby
      libao-ruby1.8 - cross-platform audio output library bindings for Ruby 1.8
      libbio2jack0 - oss/alsa to jack porting lib - runtime files
      libbio2jack0-dev - oss/alsa to jack porting lib - development files
      libbjack-ocaml - OCaml blocking interface to jack audio connection kit
      libbjack-ocaml-dev - OCaml blocking interface to jack audio connection kit
      libclalsadrv-dev - ALSA driver C++ access library (development files)
      libclalsadrv2 - ALSA driver C++ access library
      libcrypto++-dev - General purpose cryptographic library - C++ development
      libcrypto++-doc - General purpose cryptographic library - documentation
      libcrypto++-utils - General purpose cryptographic library - utilities and data files
      libgnuradio-audio-alsa-dev - GNU Radio C++ block for ALSA sound system
      libgnuradio-audio-alsa0 - GNU Radio C++ block for ALSA sound system
      liblash-dev - LASH Audio Session Handler (LASH) development files
      liblash3 - LASH Audio Session Handler (LASH) shared library files
      liblo10k1-0 - ALSA emu10k1/2 patch-loader library
      liblo10k1-dev - ALSA emu10k1/2 patch-loader library development files
      libopenal-dev - Software implementation of the OpenAL API (development files)
      libopenal1 - Software implementation of the OpenAL API (shared library)
      libopenal1-dbg - Software implementation of the OpenAL API (debugging symbols)
      liboss-salsa-asound2 - OSS to Alsa compatibility library - binary compatibility symlink
      liboss-salsa2 - OSS to Alsa compatibility library
      libpt-1.10.10-plugins-alsa - Portable Windows Library Audio Plugin for the ALSA Interface
      libpt2.4.5 - Portable Tools Library
      libpt2.6.7 - Portable Tools Library
      libsnack2-alsa - Sound extension to Tcl/Tk and Python/Tkinter - Tcl/Tk library
      libsox-fmt-alsa - SoX alsa format I/O library
      libsox1b - SoX library of audio effects and processing
      line6-usb-source - Line 6 POD driver source
      mcp-plugins - LADSPA plugins designed for Alsa Modular Synth
      mhwaveedit - Simple and fast GTK2 sound editor
      moc - ncurses based console audio player
      muse - Qt-based midi/audio sequencer
      nama - Ecasound-based multitrack recorder/mixer
      nted - Musical score editor
      oss-compat - OSS compatibility package
      phasex - Phase Harmonic Advanced Synthesis EXperiment
      pmidi - A command line midi player for ALSA
      potamus - extremely lightweight GTK-based audio player
      python-alsaaudio - Alsa bindings for Python
      python-gnuradio-audio-alsa - Python bindings for GNU Radio ALSA audio driver
      python-gnuradio-qtgui - Python bindings for GNU Radio ALSA audio driver
      python-lash - Python bindings for liblash3
      qamix - Configurable mixer for ALSA
      qarecord - audio recording tool
      qlo10k1 - ALSA ld10k1 utility
      qmmp - feature-rich audio player with support of many formats
      randomsound - ALSA sound card related entropy gathering daemon
      sox - Swiss army knife of sound processing
      specimen - a MIDI controllable audio sampler for GNU/Linux systems
      stymulator - Curses based player and converter for the YM chiptune format
      timidity - Software sound renderer (MIDI sequencer, MOD player)
      vdr-plugin-bitstreamout - Plugin for VDR to play AC3 sound over a sound card
      xmms2-plugin-alsa - XMMS2 - ALSA output
      yate-alsa - ALSA module for YATE
      yoshimi - A software synthesizer based on ZynAddSubFX
      yoshimi-data - Presets for Yoshimi
      zynjacku - JACK based host for LV2 synths and LV2 plugins
      hijra-applet - Hijri Islamic Calendar tray applet
      madfuload - Firmware loader for M-Audio DFU audio devices
      python-hijra - Hijri Islamic Calendar converting functions for python
      alsa-base - Fichiers de configuration pour les pilotes ALSA
      alsa-utils - Utilities for configuring and using ALSA
      bluez-alsa - Support audio bluetooth
      gstreamer0.10-alsa - Greffon GStreamer pour ALSA
      lib64asound2 - shared library for ALSA applications (64 bit)
      lib64asound2-dev - shared library for ALSA applications -- development files (64 bit)
      libao-dev - bibliothèque de sortie audio multi plate-forme, développement
      libao4 - Bibliothèque de sortie audio multi-plateforme
      libasound2 - shared library for ALSA applications
      libasound2-dev - shared library for ALSA applications -- development files
      libasound2-doc - developer documentation for user-space ALSA application programming
      libasound2-plugins - Greffons supplémentaires pour la bibliothèque ALSA
      libsdl1.2debian-all - Simple DirectMedia Layer (with all available options)
      libsdl1.2debian-alsa - Simple DirectMedia Layer (with X11 and ALSA options)
      linux-sound-base - Paquet de base pour les systèmes de son ALSA et OSS
      alsa-firmware-loaders - Chargeurs de logiciel ALSA pour du matériel spécifique
      flashplugin-nonfree-extrasound - Bibliothèque de prise en charge de la plateforme Adobe Flash Player pour Esound et OSS
      midisport-firmware - Chargeur de Firmware pour les appareils Midisport M-Audio
      sl-modem-daemon - Le démon pour les modems logiciels SmartLink
      2vcard - Script Perl pour convertir un carnet d'adresses vers un fichier au format vCard
      aconnectgui - gestionnaire de connection graphique du séquenceur ALSA
      alsa-oss - Encapsulateur ALSA pour applications OSS
      alsa-source - Sources des pilotes ALSA
      alsamixergui - Mélangeur audio graphique pour les pilotes de cartes sons ALSA
      alsaplayer-alsa - Lecteur PCM conçu pour ALSA (module de sortie ALSA)
      alsaplayer-common - PCM player designed for ALSA (common files)
      alsaplayer-daemon - PCM player designed for ALSA (non-interactive version)
      alsaplayer-esd - PCM player designed for ALSA (EsounD output module)
      alsaplayer-gtk - PCM player designed for ALSA (GTK+ version)
      alsaplayer-jack - PCM player designed for ALSA (JACK output module)
      alsaplayer-nas - Lecteur PCM conçu pour ALSA (module de sortie NAS)
      alsaplayer-oss - PCM player designed for ALSA (OSS output module)
      alsaplayer-text - PCM player designed for ALSA (text version)
      alsaplayer-xosd - PCM player designed for ALSA (osd version)
      ams - synthétiseur modulaire en temps réel pour ALSA
      amsynth - synthétiseur logiciel à deux oscillateurs
      aqualung - Gapless Gtk-based audio player
      asterisk - Autocommutateur téléphonique (PBX) Open Source
      audacious-plugins - Base plugins for audacious
      awesfx - Utilitaires pour pilote AWE32/64 et Emu10k1
      balsa - Un client e-mail pour GNOME
      balsa-dbg - Un client e-mail pour GNOME
      cam - Centre de traitement de mixeur audio pour Linux
      gamix - Table de mixage pour ALSA avec interface graphique
      gnome-alsamixer - mixeur de son ALSA pour GNOME
      gom - Mélangeur audio OSS en ligne de commande et interactif basé sur ncurses
      jaaa - générateur de signal audio et analyseur de spectre
      kaconnect - Connection utility for the ALSA sequencer system
      kmidimon - moniteur MIDI qui utilise le séquenceur ALSA et une interface utilisateur KDE
      ladcca-bin - Exemples de clients LADCCA
      ladcca-dev - Fichiers de développement pour LADCCA
      ladcca2 - LADCCA shared library files
      ladccad - LADCCA server
      lib64asound2-plugins - ALSA library additional plugins (64 bit)
      libalsa-ocaml - Liaisons OCaml pour la bibliothèque ALSA
      libalsa-ocaml-dev - Liaisons OCaml pour la bibliothèque ALSA
      libalsaplayer-dev - PCM player designed for ALSA (interface library, development files)
      libalsaplayer0 - PCM player designed for ALSA (interface library)
      libmikmod2 - Bibliothèque son portable
      libmikmod2-dev - A portable sound library - development files
      liby-dev - Fichiers d'en-têtes de la bibliothèque du serveur de son Y
      liby2-14 - Y Sound Server Library
      mpg123 - lecteur audio pour MPEG layer 1/2/3
      mpg123-alsa - MPEG layer 1/2/3 audio player with ALSA support - dummy package
      patchage - Baie modulaire pour l'audio Jack et Alsa Midi
      phasex-dbg - Debugging symbols for PHASEX
      qmidiarp - MIDI arpeggiator for ALSA
      qtractor - Séquenceur Audio/MIDI multi-pistes
      scolily - Utility to create music scores from microphone
      snd-gtk-jack - Sound file editor (GTK+ user interface - JACK)
      snd-gtk-pulse - Sound file editor (GTK+ user interface - PulseAudio)
      snd-nox - Sound file editor (without X support)
      snd-nox-alsa - Sound file editor (dummy transitional package)
      vkeybd - Clavier MIDI virtuel
      yiff-server - Y Sound Server
      pulseaudio - PulseAudio sound server
      tuxguitar-alsa - tuxguitar plugin for sound playback using ALSA
      linux-backports-modules-alsa-2.6.32-22-generic - Ubuntu supplied Linux modules for version 2.6.32 ALSA snapshots.
      linux-backports-modules-alsa-2.6.32-22-generic-pae - Ubuntu supplied Linux modules for version 2.6.32 ALSA snapshots.
      0
  15. bob031 Messages postés 8228 Statut Membre 473
     
    dpkg -s linux-backports-modules-alsa-2.6.35-22-generic | grep Status

    un penguin sur la banquise !
    0
    1. RIRI2577 Messages postés 205 Statut Membre 7
       
      raduly@raduly-laptop:~$ dpkg -s linux-backports-modules-alsa-2.6.35-22-generic
      Package: linux-backports-modules-alsa-2.6.35-22-generic
      Status: install ok installed
      Priority: optional
      Section: admin
      Installed-Size: 32
      Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
      Architecture: i386
      Source: linux-backports-modules-2.6.35
      Version: 2.6.35-22.12
      Depends: linux-image-2.6.35-22-generic
      Pre-Depends: dpkg (>= 1.10.24)
      Description: Ubuntu supplied Linux modules for version 2.6.35 ALSA snapshots.
      This package contains modules supplied by Ubuntu for Linux 2.6.35 ALSA
      snapshots from https://www.alsa-project.org/main/index.php/Main_Page
      .
      You likely do not want to install this package directly. Instead, install
      the linux-backports-modules-alsa-generic meta-package, which will ensure that upgrades work
      correctly, and that supporting packages are also installed.
      raduly@raduly-laptop:~$ | grep Status
      bash: Erreur de syntaxe près du symbole inattendu « | »
      0
  16. bob031 Messages postés 8228 Statut Membre 473
     
    Status: install ok installed

    ton paquet est déjà installé !!!

    il faut remettre ton fichier sources.list d'origine :
    sudo cp /etc/apt/sources_list.BAK /etc/apt/sources.list

    0
    1. RIRI2577 Messages postés 205 Statut Membre 7
       
      Et ensuite?
      0
  17. bob031 Messages postés 8228 Statut Membre 473
     
    cat /etc/modprobe.d/alsa-base.conf
    0
    1. RIRI2577 Messages postés 205 Statut Membre 7
       
      raduly@raduly-laptop:~$ cat /etc/modprobe.d/alsa-base.conf
      # autoloader aliases
      install sound-slot-0 /sbin/modprobe snd-card-0
      install sound-slot-1 /sbin/modprobe snd-card-1
      install sound-slot-2 /sbin/modprobe snd-card-2
      install sound-slot-3 /sbin/modprobe snd-card-3
      install sound-slot-4 /sbin/modprobe snd-card-4
      install sound-slot-5 /sbin/modprobe snd-card-5
      install sound-slot-6 /sbin/modprobe snd-card-6
      install sound-slot-7 /sbin/modprobe snd-card-7

      # Cause optional modules to be loaded above generic modules
      install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
      #
      # Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
      install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
      install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
      install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
      #
      install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
      # Cause optional modules to be loaded above sound card driver modules
      install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
      install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }

      # Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
      install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
      # Prevent abnormal drivers from grabbing index 0
      options bt87x index=-2
      options cx88_alsa index=-2
      options saa7134-alsa index=-2
      options snd-atiixp-modem index=-2
      options snd-intel8x0m index=-2
      options snd-via82xx-modem index=-2
      options snd-usb-audio index=-2
      options snd-usb-caiaq index=-2
      options snd-usb-ua101 index=-2
      options snd-usb-us122l index=-2
      options snd-usb-usx2y index=-2
      # Ubuntu #62691, enable MPU for snd-cmipci
      options snd-cmipci mpu_port=0x330 fm_port=0x388
      # Keep snd-pcsp from being loaded as first soundcard
      options snd-pcsp index=-2
      # Keep snd-usb-audio from beeing loaded as first soundcard
      options snd-usb-audio index=-2
      0
    2. Melerfell
       
      franchement? merci énormément !
      Cdt.
      0