VOGONS

Common searches


Search results

Display options

Re: SB16 volume far too low and only one channel

yes.. that sounds possible, but it will have to wait. the case prevents any useful access to the rear of the card. I have a dead 486 computer in a much more useful case, but I will have to resurrect that one first... (dead PSU and who knows what else?) thanks again for your help. if I get any …

Re: SB16 volume far too low and only one channel

Hi James thanks for all your help! mixer settings: since I am using the device in a driverless mode the mixer settings are just "write 0 to register 0" void resetmixer(struct soundcard *sc) { uint16_t base = sc->baseaddr; outb(0,base+4); // register 0 outb(0,base+5); // register 0 } I am using …

Re: SB16 volume far too low and only one channel

Thanks ever so much James! I am impressed! I changed those two caps.. both small 1uF caps on the input pins of the TEA2025. Things are now much better. One channel is producing the level I was expecting and really sounds fine. The other is definitely working (and independent of the first so it's not …

SB16 volume far too low and only one channel

Hi I have been setting up old computers recently for a number of different applications. You guys have been the most helpful resource I have found on old hardware - thank you! I have an old Sound Blaster 16 value (CT2770) card which works but barely. I want it to use the OPL3 chip and am programming …

Page 1 of 1