erlug
[Top] [All Lists]

[Erlug] [Fwd: Problema audio CMI8330]

To: erlug@xxxxxxxxxxxxxx
Subject: [Erlug] [Fwd: Problema audio CMI8330]
From: Giacomo Lo Giusto <giacomolg@xxxxxxxxxxx>
Date: Sat, 08 Jan 2005 21:08:17 +0100
Ciao...è passato un po' di tempo, lo so...
ho cmq ricompilato il kernel aggiungendo il supporto per la cmi8330.
Dò modprobe snd_cmi8330:

[root@localhost giacomo]# dmesg | grep pnp
isapnp: Scanning for PnP cards...
pnp: CMI8330 quirk - fixing interrupts and dma
isapnp: Card 'CMI8330. Audio Adapter'
isapnp: Card 'PnP Sound Chip'
isapnp: 2 Plug & Play cards detected total
pnp: Device 00:01.00 activated.
pnp: Device 00:01.03 activated.
[root@localhost giacomo]#

Facendo un analisi riga per riga del comando dmesg noto un:
PnPBIOS: Disabled

Il mio è un BIOS dell'American Megatrends del 1998. Entro nel menù
PCI/Plug and Play Setup e "setto" a Yes PnP Aware O/S, la prima voce. Mi
sembra che Linux non sia un PnP O/S, ma ci provo...senza successo perché
nel dmesg rimane il messaggio (PnPBIOS: Disabled). Può essere questa la
causa del mancato funzionamento della cheda audio?

Ciao grazie e buon anno in ritardo !



--- Begin Message ---
To: erlug@xxxxxxxxxxxxxx
Subject: Problema audio CMI8330
From: Giacomo Lo Giusto <giacomolg@xxxxxxxxxxx>
Date: Sat, 11 Dec 2004 14:49:58 +0100
Ciao a tutti.
Il problema che ho da sottoporvi è per me importante e frustrante allo stesso stempo perchè da tempo non riesco a venirne a capo: la configurazione della scheda audio...vorrei sentire la musica sulla mia linuxbox! La mia scheda audio si chiama CMI8330. Su un forum pubblico mi hanno riferito che per poterla usare devo caricare il modulo per le schede SoundBlaster (sb). [root@localhost giacomo]# lsmod Module Size Used by
sb                     10372  0
sb_lib                 47664  1 sb
uart401                11364  1 sb_lib
sound                  78956  2 sb_lib,uart401
soundcore               9248  2 sb_lib,sound
sg                     38044  0
sr_mod                 17060  0
raw                     7616  1
ide-cd                 40548  0
cdrom                  37184  2 sr_mod,ide-cd
floppy                 59444  0
af_packet              20520  0
supermount             37876  1
ppa                    12296  0
parport_pc             32832  0
imm                    12360  0
scsi_mod              114744  4 sg,sr_mod,ppa,imm
parport                38952  3 ppa,parport_pc,imm
rtc                    11576  0
reiserfs              246196  1
[root@localhost giacomo]#

Questo è quanto riferisce in proposito il kernel (dmesg):

isapnp: Scanning for PnP cards...
pnp: CMI8330 quirk - fixing interrupts and dma
isapnp: Card 'CMI8330. Audio Adapter'
isapnp: Card 'PnP Sound Chip'
isapnp: 2 Plug & Play cards detected total
[...]
sb: Init: Starting Probe...
sb: Probing legacy card with io=220, irq=7, dma=1, dma16=5
sb: dsp reset failed.
sb: Failed DSP Detect.
pnp: Device 00:01.03 activated.
sb: PnP: Found Card Named = "CMI8330. Audio Adapter", Card PnP id = CMI0001, Device PnP id
= @X@0001
sb: PnP:      Detected at: io=0x220, irq=5, dma=1, dma16=5
SB 4.13 detected OK (220)
sb: Init: Done

A quanto pare ci sono problemi riguardo al "Device di campionamento digitale della scheda audio"...
Ho verificato inoltre che il device /dev/sndstat non esiste...
Ecco i device:
[root@localhost giacomo]# ls -l /dev/sound
totale 0
crw-------  1 giacomo audio 14, 4 gen  1  1970 audio
crw-------  1 giacomo audio 14, 3 gen  1  1970 dsp
crw-------  1 giacomo audio 14, 5 gen  1  1970 dspW
crw-------  1 giacomo audio 14, 0 gen  1  1970 mixer
crw-------  1 giacomo audio 14, 1 gen  1  1970 sequencer
crw-------  1 giacomo audio 14, 8 gen  1  1970 sequencer2
[root@localhost giacomo]# ls -l /dev/dsp
lr-xr-xr-x  1 root root 9 dic 11 13:52 /dev/dsp -> sound/dsp
[root@localhost giacomo]#
Ci sono dei permessi errati, qualche errore..?

Ecco la configurazione del kernel (2.6.3-4mdk) per quanto riguarda la CMI8330
[root@localhost giacomo]# cat config-2.6.3-4mdk | grep CMI
CONFIG_SND_CMI8330=m
CONFIG_SND_CMIPCI=m
[root@localhost giacomo]#

C'è il supporto PnP:
#
# Plug and Play support
#
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set

Caricando il modulo snd_cmi8330 non ottengo risultati migliori (a quanto sembra):
[root@localhost giacomo]# modprobe snd_cmi8330
[root@localhost giacomo]# dmesg | grep CMI
pnp: CMI8330 quirk - fixing interrupts and dma
isapnp: Card 'CMI8330. Audio Adapter'
[root@localhost giacomo]# cat /dev/sndstat
cat: /dev/sndstat: No such file or directory
[root@localhost giacomo]#

Che fare?    graZZZZZie





--- End Message ---
<Prev in Thread] Current Thread [Next in Thread>
  • [Erlug] [Fwd: Problema audio CMI8330], Giacomo Lo Giusto <=