peacerist
Group: Members
Posts: 3
Joined: Mar. 2005 |
|
Posted: July 21 2010,10:52 |
|
Hi all,
I got Yamaha OPL3-SAx which worked by following on Asus L7000:
The resource link: see sound card section
1. check cat /proc/isapnp (usually inactive) 2. activate cart using the script on the page above.
Code Sample | #!/bin/sh echo "card 0 YMH0800 dev 0 YMH0021 port 0 0x220 port 1 0x530 port 2 0x388 port 3 0x330 port 4 0x370 irq 0 5 dma 0 0 dma 1 1 activate dev 0 YMH0022 port 0 0x201 activate " > /proc/isapnp |
3. sudo modprobe drivers...
Code Sample | sudo modprobe opl3 io=0x388 sudo modprobe opl3sa2 ymode=2 isapnp=1 |
Tested on DSL 4.4.10
Cheers!
Mahmut
|