Tiny Core Base > CorePlus
Crystal Semiconductors CS4232 sound card: is it possible to configure it?
t18:
--- Quote from: Rich on November 19, 2024, 04:05:43 PM ---Hi t18
Your sound card does not seem to appear in the list.
Are you sure it's still installed?
Check the BIOS:
Are there settings for sound? Enabled? IRQs? DMA?
Is there a setting for Plug n Play OS?
Maybe the sound card has some manufacturer and model number markings.
What is the make and model of the computer?
--- End quote ---
Since it's working on Win95 (same machine, dual boot) I assume everything in the BIOS is set properly.
BIOS type:
--- Code: ---AMIBIOS (C)1992 American Megatrends, Inc.
BIOS Version 1.00.07.CL0
--- End code ---
Grub screen:
--- Code: ---*core
Win95
--- End code ---
BIOS errors on boot:
--- Code: ---ACPI BIOS Error (bug): A valid RSDP was not found
intel_powerclamp: CPU does not support MWAIT[
mce: Unable to init MCE device (rc: -5)
--- End code ---
Dmesg attached.
gadget42:
looks like something is happening.
01:01: card 'CS4232'
isapnp: 1 Plug & Play card detected total
--- Code: ---...
isapnp: Scanning for PnP cards...
Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
00:0c: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
00:0d: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
Non-volatile memory driver v1.3
Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
01:01: card 'CS4232'
isapnp: 1 Plug & Play card detected total
...
--- End code ---
searching at DDG for "linux 01:01: card 'CS4232'"(double-quotes just for clarity of forum post, not used for the search) gives multiple results.
here are a few:
https://oldforum.puppylinux.com/viewtopic.php?t=35393
https://forums.debian.net/viewtopic.php?t=24528
https://bbs.archlinux.org/viewtopic.php?id=10344
https://oldforum.puppylinux.com/viewtopic.php?t=79769
Rich:
Hi t18
Looks like your card is being detected as ISA, but nothing's
being assigned to it.
Try loading the driver like this:
--- Code: ---modprobe snd_cs4236 isapnp=0 dma1=1 irq=5 cport=0x120 port=0x534 fm_port=0x388 enable=1 index=0
--- End code ---
To see all of the parameters available for this driver:
--- Code: ---modinfo snd_cs4236 | grep -E "^parm:"
--- End code ---
t18:
No way: "cannot find card 0" again.
I've tried to replace cport=0x120 with 0x220 (blind attempt, please see the attached win95 settings) but unsuccessfully.
My PC is an assembled PC. At that time the sound card was optional and PCs had a built-in speaker. Might it interfere somehow?
gadget42:
@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.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version