Re: Upgrader kernel

トップ ページ

このメッセージに返信
著者: Christian Marillat
日付:  
To: guilde
題目: Re: Upgrader kernel
Vincent <vincent.heurtaux@???> writes:

> Bonjour à tous,


Salut,

> Carte son (usb) M-Audio C600 : elle ne fonctionne qu'à partir du noyau
> 3.10
> Distribution pour musiciens : TangoStudio, basée sur Debian : noyau rt
> 3.2.0-4-realtime-amd64
>
> Entrevoyez-vous une solution pour que je puisse mettre un noyau RT >= à
> 3.10 et si possible "amd64", sur cette distribution ?


Tu ajoutes dans /etc/apt/sources.list un dépot Debian.

,----
| deb http://ftp.fr.debian.org/debian testing main

`----

ensuite :

,----
| apt-get update
| apt-get install debian-archive-keyring
| apt-get update
| apt-get install linux-image-rt-amd64

`----

Christian