Hi all, a week ago or so, I asked about getting CS4232 sound card to work in Linux. I got some responses and tried without luck. I dont have /dev/mixer and cat /proc/sound shows:
OSS/Free:3.8s2++-971130 Load type: Driver loaded as a module Kernel: Linux virtual3d 2.2.1 #1 Tue Aug 3 07:02:40 EST 1999 i586 Config options: 0 Installed drivers: Card config: Audio devices: 0: Crystal audio controller (CS4236) (DUPLEX) Synth devices: 0: Yamaha OPL3 Midi devices: Timers: 0: System clock 1: Crystal audio controller (CS4236) Mixers: 0: Crystal audio controller (CS4236) The modules that I loaded were: opl3 10264 0 (unused) cs4232 2264 0 (unused) uart401 5628 0 [cs4232] ad1848 14356 0 [cs4232] sound 55172 0 [opl3 cs4232 uart401 ad1848] soundlow 240 0 [sound] and my /etc/modules has: # /etc/modules: kernel modules to load at boot time. # # This file should contain the names of kernel modules that are # to be loaded at boot time, one per line. Comments begin with # a `#', and everything on the line after them are ignored. # An entry named `auto' will cause the system to start kerneld immediately. # Kerneld then loads modules on demand. `noauto' disables kerneld completely. #auto sound ad1848 uart401 cs4232 io=0x530 irq=5 dma=1 dma2=0 opl3 io=0x388 What am I still missing? Thanks, Paulo Henrique