Tiny Core Base > CorePlus
Crystal Semiconductors CS4232 sound card: is it possible to configure it?
t18:
--- Quote from: CNK on November 23, 2024, 10:30:30 PM ---The key thing is that you need to pull the port addresses out of /sys/bus/pnp/devices/ and use them in the modprobe command like Rich demonstrated. Win95 might also show them but that screenshot seemed too vague.
--- End quote ---
I'll try asap.
t18:
--- Quote from: t18 on November 26, 2024, 01:52:13 PM ---I'll try older kernels asap.
--- End quote ---
No, I've found this statement: "udev is broken for 2.6.11 (and earlier) on unstable, install linux-kernel-2.6.12".
https://forums.debian.net/viewtopic.php?t=1054
Debian 4 has already the 2.6.18 kernel.
t18:
--- Quote from: t18 on November 26, 2024, 01:56:05 PM ---
--- Quote from: CNK on November 23, 2024, 10:30:30 PM ---The key thing is that you need to pull the port addresses out of /sys/bus/pnp/devices/ and use them in the modprobe command like Rich demonstrated. Win95 might also show them but that screenshot seemed too vague.
--- End quote ---
I'll try asap.
--- End quote ---
That's what I believed, but it seems not to be an easy walk. I'm not IT educated, just a user.
t18:
--- Quote from: gadget42 on November 21, 2024, 06:17:59 AM ---@t18, have you tried any other *nix Live distro(s)? or even an older TCL?
if we found a *nix where the soundcard worked "out-of-the-box" then we could establish a possible point of failure.
--- End quote ---
Good hint. After TCL 4.7.7 I've tried Knoppix 3.2 (2003) and it detects my sound card as follows:
--- Code: ---Soundcard: CS4232: WSS/SB, driver=ad1848
--- End code ---
Unfortunately that version of Knoppix just loads itself and then turns off, so one can't check anything.
There is a snd_opi92x_ad1848 module in TCL, but it doesn't seem to work. Unless it needs specific parameters that I don't know.
Rich:
Hi t18
--- Quote from: t18 on December 09, 2024, 04:32:23 PM --- ... There is a snd_opi92x_ad1848 module in TCL, but it doesn't seem to work. ...
--- End quote ---
There's also a snd-ad1848 module:
--- Code: ---tc@E310:~/UsrMerge$ find mnt/ -iname '*1848*' -print
mnt/usr/local/lib/modules/3.0.21-tinycore/kernel/sound/isa/ad1848
mnt/usr/local/lib/modules/3.0.21-tinycore/kernel/sound/isa/ad1848/snd-ad1848.ko.gz
mnt/usr/local/lib/modules/3.0.21-tinycore/kernel/sound/isa/opti9xx/snd-opti92x-ad1848.ko.gz
tc@E310:~/UsrMerge$
tc@E310:~/UsrMerge$ modinfo mnt/usr/local/lib/modules/3.0.21-tinycore/kernel/sound/isa/ad1848/snd-ad1848.ko.gz
filename: mnt/usr/local/lib/modules/3.0.21-tinycore/kernel/sound/isa/ad1848/snd-ad1848.ko.gz
author: Tugrul Galatali <galatalt@stuy.edu>, Jaroslav Kysela <perex@perex.cz>
description: Generic AD1848/AD1847/CS4248
license: GPL
parm: thinkpad:Enable only for the onboard CS4248 of IBM Thinkpad 360/750/755 series.
parm: dma1:DMA1 # for Generic AD1848/AD1847/CS4248 driver.
parm: irq:IRQ # for Generic AD1848/AD1847/CS4248 driver.
parm: port:Port # for Generic AD1848/AD1847/CS4248 driver.
parm: enable:Enable Generic AD1848/AD1847/CS4248 soundcard.
parm: id:ID string for Generic AD1848/AD1847/CS4248 soundcard.
parm: index:Index value for Generic AD1848/AD1847/CS4248 soundcard.
depends: snd,snd-wss-lib
vermagic: 3.0.21-tinycore SMP mod_unload 486
tc@E310:~/UsrMerge$
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version