it's been a while since isa-support-t5438.html
Now I'm back for another try.
Looks like I need to compile a custom kernel to get ISA support for my Yamaha opl3-sa2 sound chip.
This is what I did
+ get kernel sources from
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.7.10.tar.bz2"
linktext was:"https://www.kernel.org/pub/linux/kernel ... 10.tar.bz2"
====================================
and extracted it
+ $make oldconfig && $make menuconfig
+ add support for ISA and OPL3-SA2 and PentiumII
+ save .config
+ $CONCURRENCY_LEVEL=1 fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers (from
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://mepiscommunity.org/wiki/system/compiling-and-installing-new-kernel"
linktext was:"http://mepiscommunity.org/wiki/system/c ... new-kernel"
====================================
)
Installed and ran it. System boots, X starts, network works.
But alsamixer still doesn't start:
Code: Select all
$alsamixer
cannot open mixer: No such file or directory
I believe the interesting device is this one:
Code: Select all
[ 0.232654] pnp 00:0c: [io 0x0220-0x0233]
[ 0.232688] pnp 00:0c: [io 0x0530-0x0537]
[ 0.232717] pnp 00:0c: [io 0x0388-0x038f]
[ 0.232745] pnp 00:0c: [io 0x0330-0x0333]
[ 0.232773] pnp 00:0c: [io 0x0538-0x0539]
[ 0.232803] pnp 00:0c: [irq 5]
[ 0.232830] pnp 00:0c: [dma 1]
[ 0.232857] pnp 00:0c: [dma 0 disabled]
[ 0.238474] pnp 00:0c: Plug and Play ACPI device, IDs YMH0021 (active)
$lsmod
1) Do I have the correct sources? Or is there a special antiX sources repository for 3.7.10-antix-5.486-smp #2?
2) What do I have to load to get a Yamaha OPL3-SA2 to work?
Ciao,
luker