| ron  
 
 
 
 
 Group: Members
 Posts: 72
 Joined: July 2006
 | 
|  | Posted: Mar. 25 2007,20:40 |  |  Hey bigfoot, that reminds me of old days
  In the 90s I had dialup, and having to wait for stuff was a big pain. It was an hour or so to retrieve one MP3. Hours get wasted with dialup.. You probably prefer the text-only Lynx browser (from DSL repository). 
 See what happens when you try this (first rmmod any sound modules if loaded):
 
 modprobe mpu401
 modprobe ad1848
 modprobe opl3sa2 io=0x220 mss_io=0x530 mpu_io=0x330 irq=5 dma=0 dma2=1
 modprobe opl3 io=0x388
 
 I hope that what this will do is find the mpu and mss at the right place, but instead of using the OPL3 (Adlib) synth, find the normal SoundBlaster address at the usual 220h location. If it doesn't work, rmmod opl3, then do the same as above except change the last line to:
 
 modprobe opl3 io=0x220
 
 Good luck, and let us know what happens.
 |