Hello I've finally got my system upgraded to debian potato (don't know how I got emacs installed). However, my sound card only partially works. Wav and au files play, but midi and mp3 do not. I'm trying to play mp3 with mpg123. This worked on redhat with its sndconfig utility. The exact details of my card settings and the module loading commands follow:
card model: creative vibra 16x pnp irq: 5 base io: 220 mpu io: 300 dma: 1 dma16: 5 The command I used to load the modules (for kernel 2.2.10) is modprobe sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x300 If it has to do with the pnp (plug&play) fact, how in the world do you set up isapnp.conf? It looks like a programming language. Jacob