Tiny Core Base > CorePlus
Crystal Semiconductors CS4232 sound card: is it possible to configure it?
t18:
Hello, I've happily installed TC on my old Pentium 166 but can't find the entry relevant to the CS4232 sound card in the modules.dep file.
It's a PCI card, not a ISA one.
Any way to get it working?
Many thanks
Rich:
Hi t18
--- Quote from: t18 on November 17, 2024, 04:15:41 PM --- ... can't find the entry relevant to the CS4232 sound card in the modules.dep file. ...
--- End quote ---
The modules.alias file says you want cs4236:
--- Code: ---alias snd_cs4232 snd_cs4236
--- End code ---
t18:
Hi Rich,
I already tried the cs4236. Here's the output:
--- Code: ---tc@box:~$ sudo modprobe snd_cs4236
tc@box:~$ lsmod
Module Size Used by Not tainted
snd_cs4236 24576 0
snd_wss_lib 20480 1 snd_cs4236
snd_opl3_lib 16384 1 snd_cs4236
snd_hwdep 12288 1 snd_opl3_lib
snd_mpu401_uart 12288 1 snd_cs4236
snd_rawmidi 20480 1 snd_mpu401_uart
snd_seq_device 12288 2 snd_opl3_lib,snd_rawmidi
snd_pcm 57344 2 snd_cs4236,snd_wss_lib
snd_timer 20480 3 snd_wss_lib,snd_opl3_lib,snd_pcm
snd 45056 9 snd_cs4236,snd_wss_lib,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_device,snd_pcm,snd_timer
soundcore 12288 1 snd
cpufreq_powersave 12288 0
cpufreq_userspace 12288 0
cpufreq_conservative 12288 0
3c59x 28672 0
squashfs 28672 76
pcspkr 12288 0
mii 12288 1 3c59x
loop 20480 152
tc@box:~$ sudo alsactl init
tc@box:~$ speaker-test [-Ddefault:1] -c2 -t wav -l1
speaker-test 1.2.11
Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
WAV file(s)
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
ALSA lib conf.c:5204:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
ALSA lib conf.c:5204:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1342:(snd_func_refer) error evaluating name
ALSA lib conf.c:5204:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5727:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2721:(snd_pcm_open_noupdate) Unknown PCM default
Playback open error: -2,No such file or directory
--- End code ---
Juanito:
If you reboot without having any alsa extensions loaded, what does this give:
--- Code: ---tce-load -i alsa-config
tce-load -i alsa
sudo modprobe snd_cs4236
aplay -l
--- End code ---
Rich:
Hi t18
Looking through the kernel sources showed support for cs4236
in the isa directory but not in the pci directory.
Maybe there's a driver specific to your board.
Install pci-utils.tcz and post the results of this command:
--- Code: ---lspci -nn
--- End code ---
Navigation
[0] Message Index
[#] Next page
Go to full version