Driver de áudio C-Media 8738 Onboard

Iniciado por Tonyy, 25 de Junho de 2009, 00:44

tópico anterior - próximo tópico

Tonyy

Olá pessoal.

Sou novato no linux e tenho uma dúvida com relação a instalação do driver de áudio C-Media 8738 Onboard. Fiz busca em vários locais e a única coisa que achei que tinha relação com minha dúvida é um tópico encontrado aqui no fórum: http://ubuntuforum-br.org/index.php/topic,39619.0.html
mas o mesmo não obteve resposta e para não "desenterrá-lo" resolvi criar este tópico. A minha dúvida é a mesma do tópico citado: Como instalar o driver C-Media 8738 Onboard no Ubuntu (minha versão é 9.04)?

Eu tentei seguir as instruções contidas no documento que veio no driver, mas quando tento extrair o arquivo .tar.gz dá a seguinte mensagem:
Citargzip: stdin: not in gzip format
tar: Child returned status 1
tar: Saída por erro atrasada pelos erros anteriores

Este é o documento de instalação que veio com o driver, mas não consegui instalá-lo:
CitarAudio 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.

Gostaria de ajuda para instalar este driver, pois já procurei outros tutoriais na net e ainda assim não consegui instalar. Como eu disse, sou novato no linux.

Quero esclarecer que não quero que vocês resolvam pra mim, apenas que me ajudem a instalar este driver pois não estou conseguindo seguir os passos descritos no arquivo README que veio junto.

Obrigado
Tonyy

VB5

Citar
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Saída por erro atrasada pelos erros anteriores

O arquivo pode estar corrompido. Como tentou expandí-lo?

VB5
Ubuntu 10.04 - Semprom 2600+/Asus K8N/1.5 GB RAM DDR 400/GeForce 6200/HDs: 80MB + 320 GB

Tonyy

Eu baixei diretamente do site da Asus (Minha placa é uma P4S533-E) e tentei descomprimi-lo com o comando acima (tar -xvzf arquivo.tar.gz)

VB5

#3
Citação de: Tonyy online 28 de Junho de 2009, 19:12
Eu baixei diretamente do site da Asus (Minha placa é uma P4S533-E) e tentei descomprimi-lo com o comando acima (tar -xvzf arquivo.tar.gz)

Acho que deveria ser:

Citar
- arquivos tar.gz:
Código:

tar -zxvf nome-do-programa.tar.gz

Como está no tópico  http://ubuntuforum-br.org/index.php/topic,24521.0.html

VB5
Ubuntu 10.04 - Semprom 2600+/Asus K8N/1.5 GB RAM DDR 400/GeForce 6200/HDs: 80MB + 320 GB

gpr

Dica:
como configurar som Ubuntu Surround 5.1 CMI8738, placa genius
tive uma certa dificuldade com essa placa de som CMI8738, 5.1 6ch da genius.

estava com o problema,
a cada musica ou video o audio desconfigurava,
dai tinha que clicar nas opções de audio
e trocar a opcao de 5.1 para 5.0
e clicar novamente na 5.1 que voltava a tocar as 6 caixas.
muito chato.

ja estava quase compilando o kernel com dicas encontradas ne web.
e achei varias dicas. que resumi todas abaixo.

http://ubuntuforum-br.org/index.php/topic,102381.0.html
Ubuntu Studio