[linux-support] debian sound module es18xx

mh readthenews2000 at yahoo.de
Fri Aug 29 19:37:12 CEST 2003


Hallo
Ich versuche die Soundkarte einzurichten, aber trotz
vielem RTFM auf www.alsa-project.org, Download der
neusten Alsa-quellen, neukompiliern, Download vom
neusten Kernel ect. bringe ich das Ding nicht zum
laufen.

Ein paar Infos: 
-Kernel  2.4.22 (mit soundmodulesupport, gem. alsa)
-Alsa-Version 0.9.6
-Debian GNU/Linux 3.0 ``woody'' 

Angaben zu irq ect. hab ich aus dem BIOS:
sieht dort so aus:
220-22F,388-38B,330-331,irq5,dma1,dma0
ändern kann ich dort nur den irq, der könnte auch 10
sein

auf de chip steht: ESS es1869F, müsste doch ok sein
mit diesem modul...

****** /etc/modules.conf (bzw./etc/modutils/ ) ******
alias char-major-116 snd
options snd major=116 cards_limit=1
alias snd-card-0 snd-es18xx
options snd-es18xx index=0 id=card0  dma1=1 dma2=0
irq=5 isapnp=0 mpu_port=0x330 port=0x220  

#
# OSS/Free emulation
#
alias sound-slot-0 snd-card-0
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

*******************************
trimix:~# cat /proc/interrupts 
           CPU0       
  0:     255551          XT-PIC  timer
  1:       5680          XT-PIC  keyboard
  2:          0          XT-PIC  cascade
 11:       6197          XT-PIC  eth0, eth1
 12:     128423          XT-PIC  PS/2 Mouse
 14:       5529          XT-PIC  ide0
 15:          2          XT-PIC  ide1
NMI:          0 
LOC:     255502 
ERR:          0
MIS:          0

*******************************
trimix:/proc# cat ./ioports 
0000-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
0213-0213 : isapnp read
02f8-02ff : serial(set)
0376-0376 : ide1
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial(set)
0a79-0a79 : isapnp write
0cf8-0cff : PCI conf1
1000-1fff : PCI Bus #01
  1000-10ff : ATI Technologies Inc 3D Rage Pro AGP
1X/2X
2000-203f : Intel Corp. 82557/8/9 [Ethernet Pro 100]
(#2)
  2000-203f : eepro100
2040-205f : Intel Corp. 82557/8/9 [Ethernet Pro 100]
  2040-205f : eepro100
2060-207f : Intel Corp. 82371AB/EB/MB PIIX4 USB
2080-208f : Intel Corp. 82371AB/EB/MB PIIX4 IDE
  2080-2087 : ide0
  2088-208f : ide1
f800-f83f : Intel Corp. 82371AB/EB/MB PIIX4 ACPI
fc00-fc1f : Intel Corp. 82371AB/EB/MB PIIX4 ACPI
*******************************
trimix:~# modinfo snd
filename:   
/lib/modules/2.4.22/kernel/sound/acore/snd.o
description: "Advanced Linux Sound Architecture driver
for soundcards."
author:      "Jaroslav Kysela <perex at suse.cz>"
license:     "GPL"
parm:        major int, description "Major # for sound
driver."
parm:        cards_limit int, description "Count of
soundcards installed in the system."
*******************************
trimix:/proc# lsmod
Module                  Size  Used by    Not tainted
snd-rawmidi            11680   0  (unused)
snd-seq-device          3700   0  [snd-rawmidi]
snd                    27072   0  [snd-rawmidi
snd-seq-device]
soundcore               3844   0  [snd]

*******************************
trimix:/# modprobe snd-es18xx
/lib/modules/2.4.22/kernel/sound/isa/snd-es18xx.o:
init_module: No such device
Hint: insmod errors can be caused by incorrect module
parameters, including invalid IO or IRQ parameters
/lib/modules/2.4.22/kernel/sound/isa/snd-es18xx.o:
insmod
/lib/modules/2.4.22/kernel/sound/isa/snd-es18xx.o
failed
/lib/modules/2.4.22/kernel/sound/isa/snd-es18xx.o:
insmod snd-es18xx failed

*******************************
müsste doch ok sein ?
aber :
trimix:/# modprobe snd-es18xx
/lib/modules/2.4.22/kernel/sound/isa/snd-es18xx.o:
init_module: No such device
Hint: insmod errors can be caused by incorrect module
parameters, including invalid IO or IRQ parameters
/lib/modules/2.4.22/kernel/sound/isa/snd-es18xx.o:
insmod
/lib/modules/2.4.22/kernel/sound/isa/snd-es18xx.o
failed
/lib/modules/2.4.22/kernel/sound/isa/snd-es18xx.o:
insmod snd-es18xx failed




*******************************

Tja, soweit der Stand, lustigerweise geht es mit 
kann suse 7.0, die hw ist also ok.

->  mit diesen angaben in modueles.conf
# ALSA section {$#@begin@#$} [don't remove or move
this line] vvvvv
#
# ALSA native device support, generated by YaST2
#
alias char-major-116 snd
options snd snd_major=116 snd_cards_limit=1
alias snd-card-0 snd-card-es18xx
options snd-card-es18xx snd_index=0 snd_id=card1
snd_dma1=1 snd_dma2=0 snd_irq=5 snd_isapnp=0
snd_mpu_port=0x330 snd_port=0x220  
#
# OSS/Free emulation
#
alias sound-slot-0 snd-card-0
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 section {$#@_end_@#$} [don't remove or move
this line] ^^^^^

********************************
weiss jemand was der unterschied ist zw.
snd-card-es18xx und snd-es18xx ? es sind unter suse
beide geladen, wenn man mit lsmod schaut...

Merci fürs Lesen bis hier :-)
Gruss & Merci
MH

__________________________________________________________________

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Logos und Klingeltöne fürs Handy bei http://sms.yahoo.de


More information about the Linux-support mailing list