[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

I can get no... sound



Hi,

I can't get sound with the mother board asus A8N-E (module intel8x0 as refered here : http://wiki.debian.net/?Mainboards )

I've followed instruction from alsa :
http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=Intel&card=.&chip=440MX%2C+i810%2C+i810%2C+i810E%2C+i820%2C+i820&module=intel8x0
(without the compil part replaced by apt-get install alsa-utils)

$ aumix
aumix:  erreur à l'ouverture du mixeur
(error when opening mixer)

$ alsamixer

alsamixer: function snd_ctl_open failed for default: No such device

alsaconf found nothing....

# lsmod
Module                  Size  Used by
thermal                14156  0
fan                     4552  0
button                  7520  0
ac                      5576  0
battery                 9800  0
ipt_TCPMSS              4736  1
ipt_tcpmss              2752  1
iptable_filter          3392  1
ip_tables              18432  3 ipt_TCPMSS,ipt_tcpmss,iptable_filter
pppoe                  15232  2
pppox                   4304  1 pppoe
ipv6                  264296  10
af_packet              23308  2
ppp_generic            31200  6 pppoe,pppox
slhc                    8192  1 ppp_generic
8139cp                 21312  0
nvidia               4566652  12
forcedeth              18432  0
usblp                  13696  0
ehci_hcd               30852  0
ohci_hcd               21252  0
sata_nv                 9732  0
libata                 42632  1 sata_nv
scsi_mod              129696  1 libata
8139too                26048  0
mii                     6016  2 8139cp,8139too
snd_intel8x0           35988  0
snd_ac97_codec         73220  1 snd_intel8x0
snd_pcm_oss            56680  0
snd_mixer_oss          19520  1 snd_pcm_oss
snd_pcm               100876  2 snd_intel8x0,snd_pcm_oss
snd_timer              24968  1 snd_pcm
snd_page_alloc         12944  2 snd_intel8x0,snd_pcm
gameport                5120  1 snd_intel8x0
snd_mpu401_uart         8192  1 snd_intel8x0
snd_rawmidi            26532  1 snd_mpu401_uart
snd_seq_device          9164  1 snd_rawmidi
tsdev                   8576  0
mousedev               11852  2
snd 56936 9 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
evdev                  10944  0
soundcore              11232  1 snd
freq_table              5064  0
processor              18236  1 thermal
it87                   23436  0
i2c_sensor              3328  1 it87
i2c_isa                 2752  0
i2c_core               26264  3 it87,i2c_sensor,i2c_isa
psmouse                19340  0
ide_cd                 42016  0
cdrom                  39208  1 ide_cd
ext3                  119760  2
jbd                    58288  1 ext3
mbcache                 9928  1 ext3
ide_generic             1856  0
ide_disk               20864  4
amd74xx                14768  1
ide_core              154336  4 ide_cd,ide_generic,ide_disk,amd74xx
unix                   29696  308
font                    9152  0
vesafb                  6960  0
cfbcopyarea             4160  1 vesafb
cfbimgblt               3328  1 vesafb
cfbfillrect             4352  1 vesafb

/etc/modutils/alsa
# ALSA portion
       alias char-major-116 snd
       alias snd-card-0 snd-intel8x0
# module options should go here

# OSS/Free portion
       alias char-major-14 soundcore
       alias sound-slot-0 snd-card-0
# card #1
   alias sound-service-0-0 snd-mixer-oss
   alias sound-service-0-1 snd-seq-oss
   alias sound-service-0-3 snd-pcm-oss
   alias sound-service-0-8 snd-seq-oss
   alias sound-service-0-12 snd-pcm-oss

# ALSA portion
       alias snd-card-0 snd-interwave
       alias snd-card-1 snd-cmipci
   options snd-cmipci id="first" enable_midi="1"

(There is also an alsa-base file there beginning like that :
# snd module options
options snd device_mode=0660
# autoloader aliases
alias char-major-116 snd
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-slot-1 snd-card-1
alias sound-slot-2 snd-card-2
alias sound-slot-3 snd-card-3
alias sound-slot-4 snd-card-4
alias sound-slot-5 snd-card-5
alias sound-slot-6 snd-card-6
alias sound-slot-7 snd-card-7
above sound-slot-0 snd-pcm-oss snd-mixer-oss snd-seq-oss
above sound-slot-1 snd-pcm-oss snd-mixer-oss snd-seq-oss
above sound-slot-2 snd-pcm-oss snd-mixer-oss snd-seq-oss
above sound-slot-3 snd-pcm-oss snd-mixer-oss snd-seq-oss
above sound-slot-4 snd-pcm-oss snd-mixer-oss snd-seq-oss
above sound-slot-5 snd-pcm-oss snd-mixer-oss snd-seq-oss
above sound-slot-6 snd-pcm-oss snd-mixer-oss snd-seq-oss
above sound-slot-7 snd-pcm-oss snd-mixer-oss snd-seq-oss
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
# Load optional modules above their base modules
above snd-pcm snd-pcm-oss
above snd-mixer snd-mixer-oss
above snd-seq snd-seq-oss snd-seq-midi
# Cause a script to be run after snd-emu8000-synth module initialization
post-install snd-emu8000-synth /lib/alsa/modprobe-post-install snd-emu8000-synth
# Cause a script to be run after card driver module initialization
post-install snd-ad1816a /lib/alsa/modprobe-post-install snd-ad1816a
post-install snd-ad1848 /lib/alsa/modprobe-post-install snd-ad1848
post-install snd-ali5451 /lib/alsa/modprobe-post-install snd-ali5451
post-install snd-als100 /lib/alsa/modprobe-post-install snd-als100
post-install snd-als4000 /lib/alsa/modprobe-post-install snd-als4000
post-install snd-asihpi /lib/alsa/modprobe-post-install snd-asihpi
post-install snd-atiixp /lib/alsa/modprobe-post-install snd-atiixp
post-install snd-au8810 /lib/alsa/modprobe-post-install snd-au8810
post-install snd-au8820 /lib/alsa/modprobe-post-install snd-au8820
post-install snd-au8830 /lib/alsa/modprobe-post-install snd-au8830
post-install snd-azt2320 /lib/alsa/modprobe-post-install snd-azt2320
post-install snd-azt3328 /lib/alsa/modprobe-post-install snd-azt3328
post-install snd-azx /lib/alsa/modprobe-post-install snd-azx
post-install snd-ca0106 /lib/alsa/modprobe-post-install snd-ca0106
post-install snd-cmi8330 /lib/alsa/modprobe-post-install snd-cmi8330
post-install snd-cmipci /lib/alsa/modprobe-post-install snd-cmipci
post-install snd-cs4231 /lib/alsa/modprobe-post-install snd-cs4231
post-install snd-cs4232 /lib/alsa/modprobe-post-install snd-cs4232
post-install snd-cs4236 /lib/alsa/modprobe-post-install snd-cs4236
post-install snd-cs4281 /lib/alsa/modprobe-post-install snd-cs4281
post-install snd-cs46xx /lib/alsa/modprobe-post-install snd-cs46xx
post-install snd-darla20 /lib/alsa/modprobe-post-install snd-darla20
post-install snd-darla24 /lib/alsa/modprobe-post-install snd-darla24
post-install snd-dt019x /lib/alsa/modprobe-post-install snd-dt019x
post-install snd-emu10k1 /lib/alsa/modprobe-post-install snd-emu10k1
post-install snd-emu10k1x /lib/alsa/modprobe-post-install snd-emu10k1x
post-install snd-ens1370 /lib/alsa/modprobe-post-install snd-ens1370
post-install snd-ens1371 /lib/alsa/modprobe-post-install snd-ens1371
post-install snd-es1688 /lib/alsa/modprobe-post-install snd-es1688
post-install snd-es18xx /lib/alsa/modprobe-post-install snd-es18xx
post-install snd-es1938 /lib/alsa/modprobe-post-install snd-es1938
...........)

I'm lost, google deosn't help me...

The user is in the audio group.

thank you for paying attention,
regards



Reply to: