I've got 2.4.18 running on this blade 1000, and thanks to your module name I poked at things a little - was able to come up with the following:
[EMAIL PROTECTED]:~# modprobe -v cs4231 /sbin/insmod /lib/modules/2.4.18/kernel/drivers/sbus/audio/audio.o Using /lib/modules/2.4.18/kernel/drivers/sbus/audio/audio.o Symbol version prefix '' /sbin/insmod /lib/modules/2.4.18/kernel/drivers/sbus/audio/cs4231.o Using /lib/modules/2.4.18/kernel/drivers/sbus/audio/cs4231.o [EMAIL PROTECTED]:~# lsmod Module Size Used by Not tainted cs4231 21392 0 (unused) audio 22912 1 [cs4231] openprom 4900 0 hid 15568 0 (unused) ohci1394 19864 0 (unused) ieee1394 29616 0 [ohci1394] It looks like it might be the right thing but I'm not sure - still no clue what options to pass it. However, audioctl -a now gives me some output. What's the next step? [EMAIL PROTECTED]:/# audioctl -a name=SUNW,CS4231 version=a config=onboard1 encodings=not yet implemented monitor_gain=0 output_muted=0 play.rate=8000 play.channels=1 play.precision=8 play.encoding=ulaw play.gain=128 play.balance=32 play.port=0x1 (speaker (0x1)) play.avail_ports=0x7 (speaker (0x1)|headphone (0x2)|line out (0x4)|line_out (0x4)) play.samples=524288 play.eof=0 play.pause=0 play.error=3 play.waiting=0 play.open=0 play.active=0 play.buffer_size=0 record.rate=8000 record.channels=1 record.precision=8 record.encoding=ulaw record.gain=127 record.balance=32 record.port=0x1 (microphone (0x1)) record.avail_ports=0x47 (microphone (0x1)|line in (0x2)|line_in (0x2)|internal cd (0x4)|internal_cd (0x4)|analog loopback (0x40)|analog_loopback (0x40)) record.samples=50324585 record.eof=0 record.pause=0 record.error=0 record.waiting=0 record.open=0 record.active=0 record.buffer_size=0 record.errors=0 <EOL> Tib On Sat, 23 Jul 2005, Frans Pop wrote: > On Saturday 23 July 2005 17:35, Tib wrote: > I managed to get some noise out of it by loading module snd_sun_cs4231 > (I'm running 2.6.12) and installing alsa, but getting it to play anything > nicely will require a bit (lot?) more work :-/ > Alsamixer at least does show the card recognized. > > Cheers, > FJP > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

