andrewb
Group: Members
Posts: 316
Joined: July 2005 |
|
Posted: July 08 2006,11:29 |
|
OK, to get the sound working put the following into /opt/bootlocal.sh:
modprobe ad1848 isapnp=0 modprobe opl3 io=0x388 modprobe opl3sa2 io=0x370 mss_io=0x530 mpu_io=0x330 irq=5 dma=1 dma2=0 ymode=2 isapnp=0 multiple=0
There may be a problem with accessing all of the volume controls if you are using an older version of DSL (about 2.2 or 2.3). John altered DMIX recently to cope with systems such as the L100 which use 2 separate mixer devices. In DMIX you should see a total of 13 channels which you can control. If you don't you won't be able to contol the master volume, bass, treble, momo mic (the built in one), or digital input (not sure what this is, but it's listed as a channel if you do 'umix -q' in a terminal window). I'm still running DSL2.4 so I can't comment on any problems with DSL beyond that release - just laziness that I haven't upgraded.
If you have any problems with the graphics or sound settings I've suggested let me know & I'll double check my system.
Andrew.
EDIT...... Just noticed you are running DSL2.1. If you don't want to upgrade I have a modified version of DMIX which will allow access to all the L100 sound channels. I've also sorted things so sound settings are reloaded after a reboot. John found a problem with my version of DMIX if too many volume adjustments were made in that it crashed with a segmentation fault. No obvoius reason why it should. I have repeated the fault, but only under severe use of the volume control. Under normal use it seems to be OK. Even when it does crash it restarts OK from the button in the dock.
EDIT #2......
Having checked my setup again you don't need the first line (modprobe ad1848 isapnp=0). I think I'd put that in while testing things & hadn't checked whether it was really necessary, it gets loaded with the opl3 module anyway.
Also DSL 2.4 has the version of DMIX which John updated to cope with systems such as the L100 with 2 mixer devices in use. If you update to at least 2.4 you should have no problems.
|