中古のThinkpad600を購入しました。
debian sidをインストールして、カーネル2.4.21-rc6+alsa0.9.3c-1に
しています。
しかし、デバイスの認識に失敗します。
カーネル、alsa共にisapnpをオフにしました。
IBMのサイトからps2.exeを入手して、設定を確認し、enableにしました。
(sound)
Address 530
IRQ 5
SBaddress 220
DMA 0 1
(soundconfig)
Address 538
(midi)
address 330
IRQ 9
http://www.aln1.net/network/mwaved-config.html
/etc/pcmcia/config.optsを以下のようにしました。
include port 0x100-0x2f7, port 0x300-0x3f7
include port 0x400-0x4ff, port 0x1000-0x17ff
include memory 0xc0000-0xfffff, memory 0xa0000000-0xa0ffffff
include port 0xa00-0xaff
exclude irq 4
exclude irq 3
exclude irq 5
exclude irq 9
exclude irq 10
exclude irq 12
debian:~$ cat /proc/interrupts
CPU0
0: 195450 XT-PIC timer
1: 1851 XT-PIC keyboard
2: 0 XT-PIC cascade
8: 4 XT-PIC rtc
11: 1741 XT-PIC i82365, eth0
12: 3 XT-PIC PS/2 Mouse
14: 5577 XT-PIC ide0
15: 0 XT-PIC ide1
NMI: 0
ERR: 0
debian:~$ cat /proc/ioports
0000-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0070-007f : rtc
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
0376-0376 : ide1
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial(set)
0400-047f : cb_enabler
0cf8-0cff : PCI conf1
8400-841f : Intel Corp. 82371AB/EB/MB PIIX4 USB
ef00-ef3f : Intel Corp. 82371AB/EB/MB PIIX4 ACPI
efa0-efbf : Intel Corp. 82371AB/EB/MB PIIX4 ACPI
fcf0-fcff : Intel Corp. 82371AB/EB/MB PIIX4 IDE
fcf0-fcf7 : ide0
fcf8-fcff : ide1
debian:~$
http://www.mail-archive.com/alsa-user _at_ lists.sourceforge.net/msg04981.html
debian:~$ sudo modprobe snd-cs4236 isapnp=0 index=0 id=card0 enable=1 port=0x530 cport=0x538 sb_port=0x220 irq=5 mpu_irq=9 dma1=0 dma2=1
Warning: ignoring isapnp=0, no such parameter in this module
/lib/modules/2.4.21-rc6/alsa/snd-cs4236.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.21-rc6/alsa/snd-cs4236.o: insmod /lib/modules/2.4.21-rc6/alsa/snd-cs4236.o failed
/lib/modules/2.4.21-rc6/alsa/snd-cs4236.o: insmod snd-cs4236 failed
debian:~$
dmesgには以下のメッセージしか出て来ません。
CS4236+ soundcard not found or device busy
BIOSのテストでは、サウンドに異常はないと出ています。
何が良くないのでしょうか。