|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Junior Member
Iscritto dal: May 2003
Messaggi: 12
|
Linux e Audio
Ciao a tutti sono nuovo e volevo subito chiedere se era possibile risolvere un problema che ho con linux
dunque la mia scheda audio è una C-Media CMI8738/C3DX PCI Audio Device integrata su una SOYO KT400 Dragon ultra platunim edition e quando guardo un film il video è preciso mentre l'audio è tutto a scatti e sembra ci sia un echo infinito, se invece apro un qualsiasi mp3 non parte ma senza dare errori o altro niente non avanza punto e basta spero si possa fare qualcosa grazie mille |
![]() |
![]() |
![]() |
#2 |
Junior Member
Iscritto dal: May 2003
Messaggi: 12
|
Ohhhh nessuno sa aiutarmi?
![]() |
![]() |
![]() |
![]() |
#3 |
Senior Member
Iscritto dal: Jan 2001
Messaggi: 2289
|
ma il chip è correttamente riconosciuto? i moduli li hai fatti partire? se si, quali? hai provato da root????
__________________
FreeBSD, OpenBSD and GNU/Linux User Free Software Foundation Associate Member proudly member of poco-serio™ team! nella foto son quello simpatico... l'altro e' |Stan| |
![]() |
![]() |
![]() |
#4 |
Senior Member
Iscritto dal: Jul 1999
Città: Torino
Messaggi: 2221
|
come ti ho scritto di la
![]() http://www.cmedia.com.tw/download/8...338_linux_n.htm |
![]() |
![]() |
![]() |
#5 |
Senior Member
Iscritto dal: Jan 2001
Messaggi: 2289
|
uah non ci credo...
__________________
FreeBSD, OpenBSD and GNU/Linux User Free Software Foundation Associate Member proudly member of poco-serio™ team! nella foto son quello simpatico... l'altro e' |Stan| |
![]() |
![]() |
![]() |
#6 | |
Junior Member
Iscritto dal: May 2003
Messaggi: 12
|
Quote:
cmq il chip lo prende giusto e con i driver nuovi ho fatto qualche progresso ma non essendo ancora molto pratico di linux i driver non li so installare molto bene, se qualcuno avesse voglia di spiegarmi tutti i passaggi gli sarei molto grato, ma so che è una sbatta allucinante cmq grazie marco ![]() ciao |
|
![]() |
![]() |
![]() |
#7 |
Senior Member
Iscritto dal: Jan 2001
Messaggi: 2289
|
non credo alla pagina in taiwanese e alla voce Microsoft Support nella sezione Linux...
comunque.. se ci dici il file del driver e la tua distribuzione possiamo darti maggiore aiuto... ciao
__________________
FreeBSD, OpenBSD and GNU/Linux User Free Software Foundation Associate Member proudly member of poco-serio™ team! nella foto son quello simpatico... l'altro e' |Stan| |
![]() |
![]() |
![]() |
#8 |
Junior Member
Iscritto dal: May 2003
Messaggi: 12
|
vi posto direttamente il README che c'è nel driver scaricato
il driver in pratica è cmpci Audio driver for CM8338/CM8738 chips by Chen-Li Tien HARDWARE SUPPORTED ================================================================================ C-Media CMI8338 C-Media CMI8738 On-board C-Media chips WHAT'S NEW ================================================================================ 1. Support modem interface for 8738. (select in kernel configuration) 2. Enable S/PDIF-in to S/PDIF-out (S/PDIF loop). 3. Enable 4 channels analog duplicate mode on 3 jack or 4 jack configurateion. 4. Enable joystick support. (joystick driver needed) STEPS TO BUILD DRIVER ================================================================================ 1. Backup the Config.in and Makefile in the sound driver directory (/usr/src/linux/driver/sound). The Configure.help provide help when you config driver in step 4, please backup the original one (/usr/src/linux/Document) and copy this file. The cmpci is document for the driver in detail, please copy it to /usr/src/linux/Document/sound so you can refer it. Backup if there is already one. 2. Extract the tar file by 'tar xvzf cmpci-xx.tar.gz' in the above directory. 3. Change directory to /usr/src/linux 4. Config cm8338 driver by 'make menuconfig', 'make config' or 'make xconfig' command. 5. Please select Sound Card (CONFIG_SOUND=m) support and CMPCI driver (CONFIG_SOUND_CMPCI=m) as modules. Resident mode not tested. For driver option, please refer 'DRIVER PARAMETER' 6. Compile the kernel if necessary. 7. Compile the modules by 'make modules'. 8. Install the modules by 'make modules_install' INSTALL DRIVER ================================================================================ 1. Before first time to run the driver, create module dependency by 'depmod -a' 2. To install the driver manually, enter 'modprobe cmpci'. 3. Driver installation for various distributions: a. Slackware 4.0 Add the 'modprobe cmpci' command in your /etc/rc.d/rc.modules file.so you can start the driver automatically each time booting. b. Caldera OpenLinux 2.2 Use LISA to load the cmpci module. c. RedHat 6.0 and S.u.S.E. 6.1 Add following command in /etc/conf.modules: alias sound cmpci also visit http://www.cmedia.com.tw for installation instruction. DRIVER PARAMETER ================================================================================ Some functions for the cm8738 can be configured in Kernel Configuration or modules parameters. Set these parameters to 1 to enable. spdif_loop: Enable S/PDIF loop, this route S/PDIF-in to S/PDIF-out directly. four_ch: Enable 4 channels mode, rear-out or line-in will output the same as line-out. rear_out: Enable this if you have independent rear-out jacket on your sound card, otherwise line-in will be used as rear-out. modem: You will need to set this parameter if you want to use the HSP modem. You need install the pctel.o, the modem driver itself. joystich: Enable joystick. You will need to install Linux joystick driver. ciao |
![]() |
![]() |
![]() |
#9 |
Senior Member
Iscritto dal: Jan 2001
Messaggi: 2289
|
allora il readme non mi mi sembra fatto benissimo.. comunque secondo quello che dice dovresti seguire questi punti:
1 - estrai il tuo file con estensione tar.gz nella directory che ti segnala... (ti sposti nella directory e fai tar -xzvf nomefile.tar.gz) 2 - spostati in /usr/src/linux con il comando cd 3 - digita make xconfig (assicurati di essere root, se non lo sei dai il comando [senza apici] "su root" e poi digita la password) 4 - nella sezione Sound Card support e seleziona come moduli il driver e il supporto*** 5 - esci e dai il comando make modules && make modules_install 6 - dai depmod -a (ti crea le dipendeze) 7 - modprobe cmpci (e provi se va; se va bene devi aggiungerlo all'avvio... e dovresti dirmi la distribuzione) ***secondo me ce l'hai già attivati, mi sa che il readme è vecchiotto... ciao
__________________
FreeBSD, OpenBSD and GNU/Linux User Free Software Foundation Associate Member proudly member of poco-serio™ team! nella foto son quello simpatico... l'altro e' |Stan| |
![]() |
![]() |
![]() |
#10 |
Junior Member
Iscritto dal: May 2003
Messaggi: 12
|
grazie mille domani se riesco provo e poi faccio sapere se funziona
grazie ciao ![]() |
![]() |
![]() |
![]() |
#11 |
Senior Member
Iscritto dal: Mar 2002
Città: Empoli (FI)
Messaggi: 688
|
cmq controllando sul sito alsa ho visto che le periferiche son correttamente supportate... potresti provare con quelli.
John
__________________
![]() |
![]() |
![]() |
![]() |
#12 |
Junior Member
Iscritto dal: May 2003
Messaggi: 12
|
Ciao john grazie
![]() |
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 13:13.