Bonjour,
j'essaye actuellement d'installer le driver OSS du chipset de la carte son intégrée à l'Asrock K7VT4A+, le CMI9761.
Pour ça, je lis la doc livrée avec le driver (1)(2).
Ma config: slack 9.1, kernel 2.4.27.
Config audio du noyau: soundcore, i810_audio (3)
CONFIG_SOUND=m
CONFIG_SOUND_ICH=m
J'execute:
cd ~/cmaudio
modprobe soundcore (ok)
make (ok)
make install:
mkdir -p //lib/modules/2.4.27/kernel/drivers/sound
install -b -m 644 cmaudio.o //lib/modules/2.4.27/kernel/drivers/sound
install -b -m 644 -o root cmaudio.o //lib/modules/2.4.27/kernel/drivers/sound
/sbin/depmod -a
depmod: *** Unresolved symbols in /lib/modules/2.4.27/kernel/drivers/sound/cmaudio.o
depmod: *** Unresolved symbols in /lib/modules/2.4.27/kernel/drivers/sound/cmaudio.o~
|
J'ai un peu du mal à cerner le problème, je n'ai pas encore été dépucelé à l'install de drivers de ce type, et le web manque de ressources concernant ce chipset.
Une idée, des remarques, des insultes ?
Merci
(1)
Linux OSS driver for C-Media audio codec (CMI9738, CMI9739) v0.41
Notes:
1. This version implements GPIO on/off when active/disactive the driver which used for Mitac.
Features:
1. South Bridge: Intel ICH2/ICH4/ICH5, SiS 7012/7018, VIA 8233/82686, ALI 5451, nVidia nForce, AMD 8111.
2. Full-duplex and multiple applications playback and recording.
4. 16 bits 2/4/6 channels mono/stereo playback.
5. 16 bits stereo recording.
6. Support phone jacks configuration.
7. PCM SPDIF IN/OUT (CMI9739 only, recording only support 48 KHz).
8. Support AC3 S/PDIF out ((CMI9739 only).
9. Support analog hardware copy to rear channel.
10.Support xear mode to swap front and surround speakers output.
For PCCHIPS LCD PC, you should change the following codes in cmaudio.h:
// For PCCHIPS LCD PC
#define FORCE_LINEINASREAR_MODE 1
#define FORCE_XEAR_MODE 1
//#define FORCE_LINEINASREAR_MODE 0
//#define FORCE_XEAR_MODE 0
Known issues:
1. This driver only tested on RedHat 7.3.
2. /dev/sequencer is not supported.
3. In RedHat 8.0, gmix can not select recording source correctly.
Please using aumix.
Installation:
For driver installation, please follow below steps. Step 1. Unzip source code
tar xzf cmaudio-041.tar.gz
Step 2. Turn on sound support (soundcore module)
Step 3. Complied source code
make
make install
Step 4. Edit your /etc/modules.conf or conf.modules depending on the Distribution
alias sound-slot-0 cmaudio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
Step 5. reboot your machine
Phone Jacks Configuration:
We provide a console mode program, cmconfig.c, in order to let you change jacks' configuration.
please follow below steps.
Step 1. Compiled source code, the source code is also in cmaudio-041.tar.gz.
cc -o cmconfig cmconfig.c
Step 2. Execute and change the settings
./cmconfig
|
(2) le même que le CMI9739, trouvé ici: http://www.cmedia.com.tw/download/e_UDA9738.htm
(3) à cause de ce journal: http://linuxfr.org/~ploum/8559.html
Message édité par _darkalt3_ le 03-10-2004 à 12:24:28