Remote Exploit Forums

Go Back   Remote Exploit Forums > International Communities > BackTrack French Community > Tutoriaux et howtos


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-14-2009, 09:31 AM
Nagual's Avatar
Moderator
 
Join Date: Nov 2007
Location: Desert of S3th
Posts: 173
Default Du son avec une carte Intel Audio Intel HDA sur BT4

Du son avec une carte Intel Audio Intel HDA sur BT4

== Introduction ==

Vous n'avez pas de son sur votre Backtrack 4 et avez une carte intel Corporation 82801G (ICH7 Family) High Definition Audio. Pas de problème, on va faire fonctionner cela en installant les drivers alsa.

Code:
 root@BT4-Nag:~# lspci |grep Audio
 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)

== Prerequis ==

Ouvrez synaptic et installez les kernel header ()
Code:
 linux-headers-2.6.29.4
 Header files related to Linux kernel, specifically,
installez également la lib ncurses dev

Code:
 libncurses5-dev
 Developer's libraries and docs for ncurses
Installez enfin les modules backports

Code:
 aptitude install linux-backports-modules-generic

== Téléchargement du driver ==

Code:
  wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.21.tar.bz2
  wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.21.tar.bz2
  wget ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.21.tar.bz2
La dernière version à ce jour et la 1.0.21, rendez-vous sur ftp://ftp.alsa-project.org/pub/utils/ et remplacer au besoin les fichiers ci-dessus par la dernière version disponible

== Installation ==

Décompressez les tar.bz2 et compilez les sources dans les réertoires correspondants

Code:
  tar xjf alsa-driver-1.0.21.tar.bz2
  tar xjf alsa-lib-1.0.21.tar.bz2
  tar xjf alsa-utils-1.0.21.tar.bz2
  cd alsa-driver-1.0.21
  ./configure --with-cards=hda-intel
  make
  make install
  cd ../alsa-lib-1.0.21
  ./configure
  make
  make install
  cd ../alsa-utils-1.0.21
  ./configure
  make
  make install
== Configuration ==

Rajoutez une ligne à la fin de votre fichier /etc/modprobe.d/alsa-base (remplacer dell par votre pc)

Code:
 echo "options snd-hda-intel model=dell" >> /etc/modprobe.d/alsa-base
Voila un reboot et ça devrait fonctionner

Configurer sa carte Audio Intel HDA sur BT4 - Backtrack-fr
__________________
http://backtrack-fr.net
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:07 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2