I have had no sound for a long time (do not uses it much). Had an old card that old alsa had no trouble finding and working with but since about 3 years or more ago the alsa changes no longer could configure it right. I decided to finally get a new card with a Via 1724 chip. I know have discovered a whole series of problems, probably because of something stupid did long ago.
1) the Card I want is listed as 1 and cannot figure out a way to change it. (Since there seems to be a 100 different ways alsa works depending upon how you have alsa and permissions running the internet can lead to worse trouble.
2)I change the card in alsamixer but it does not stick. Is that a case of permission trouble and how do you fix that or is it a case of the card not configured properly and therefore driver not working at all?
3) Kmix crashes before getting started and if I try to start in terminal does not start and shows no error message (for error message do I need to add something to command kmix).
I have tried googling for help but other setups have other commands that aptosid does not have and I do not want to add something that could change the generally get setup the team has put together.
Code:
$cat /proc/asound/modules
0 snd_via82xx
1 snd_ice1724
$ lspci
VT1720/24 [Envy24PT/HT] PCI Multi-Channel Audio Controller (rev 01)
00:10.1 USB Cont00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: V8237 [VIA 8237], device 0: VIA 8237 [VIA 8237]
Subdevices: 4/4
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
card 0: V8237 [VIA 8237], device 1: VIA 8237 [VIA 8237]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: ICE1724 [ICEnsemble ICE1724], device 0: ICE1724 [ICE1724]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: ICE1724 [ICEnsemble ICE1724], device 1: ICE1724 IEC958 [ICE1724 IEC958]
Subdevices: 1/1
Subdevice #0: subdevice #0
$ lsmod|grep '^snd' | column -t
snd_ice1724 90942 2
snd_via82xx 16822 3
snd_ice17xx_ak4xxx 1856 1 snd_ice1724
snd_ac97_codec 86790 2 snd_ice1724,snd_via82xx
snd_ak4xxx_adda 7529 2 snd_ice1724,snd_ice17xx_ak4xxx
snd_ak4114 5809 1 snd_ice1724
snd_pt2258 2456 1 snd_ice1724
snd_i2c 2877 2 snd_ice1724,snd_pt2258
snd_ak4113 5532 1 snd_ice1724
snd_sb16 7325 0
snd_opl3_lib 7122 1 snd_sb16
snd_sb16_dsp 7235 1 snd_sb16
snd_sb16_csp 8113 1 snd_sb16
snd_sb_common 9866 3 snd_sb16,snd_sb16_dsp,snd_sb16_csp
snd_hwdep 4558 2 snd_opl3_lib,snd_sb16_csp
snd_mpu401_uart 4751 2 snd_via82xx,snd_sb16
snd_pcm_oss 33088 0
snd_mixer_oss 12264 1 snd_pcm_oss
snd_pcm 56777 8 snd_ice1724,snd_via82xx,snd_ac97_codec,snd_ak4114,snd_ak4113,snd_sb16,snd_sb16_dsp,snd_pcm_oss
snd_seq_dummy 1031 0
snd_seq_oss 23360 0
snd_seq_midi 3976 0
snd_rawmidi 14620 3 snd_ice1724,snd_mpu401_uart,snd_seq_midi
snd_seq_midi_event 4384 2 snd_seq_oss,snd_seq_midi
snd_seq 39008 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 14703 3 snd_opl3_lib,snd_pcm,snd_seq
snd_seq_device 4060 6 snd_opl3_lib,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 41033 33 snd_ice1724,snd_via82xx,snd_ac97_codec,snd_ak4xxx_adda,snd_ak4114,snd_pt2258,snd_i2c,snd_ak4113,snd_sb16,snd_opl3_lib,snd_sb16_dsp,snd_sb16_csp,snd_sb_common,snd_hwdep,snd_mpu401_uart,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
snd_page_alloc 5645 2 snd_via82xx,snd_pcm
|