<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Stefan Olsson wrote:
<blockquote cite="mid45198783.2030504@soloenterprises.us" type="cite">
<pre wrap="">Andrew Johnston wrote:
</pre>
<blockquote type="cite">
<pre wrap="">alsaconf is definitely included in alsa-utils. You have to be root to
run alsaconf? Maybe that's the problem?
</pre>
</blockquote>
</blockquote>
I'm not sure that alsaconf is the problem, your card seems to be ok.<br>
I noticed that when I try to set the number of output/capture channels<br>
(-i/-o options) jack alsa drivers refuse to work. Try to set those
values <br>
to 0 in qjackctl or to avoid the -i/-o flags to jackd.<br>
<pre wrap="">ALSA: cannot set channel count to 2 for capture
ALSA: cannot configure capture channel
cannot load driver module alsa
</pre>
For the sequencer problem you may need to build the snd_seq* modules.<br>
Here my modules list for an ice1712+NVidia CK804.<br>
<br>
<br>
snd_virmidi 5760 0 <br>
snd_seq_virmidi 8320 1 snd_virmidi<br>
snd_seq_oss 35328 0 <br>
snd_seq_midi 9344 0 <br>
snd_seq_midi_event 8192 3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi<br>
snd_seq 56176 9
snd_seq_virmidi,snd_seq_oss,snd_seq_midi,snd_seq_midi_event<br>
snd_rtctimer 3596 0 <br>
snd_ice1712 64756 0 <br>
snd_ice17xx_ak4xxx 4608 1 snd_ice1712<br>
snd_intel8x0 33820 0 <br>
snd_ak4xxx_adda 7680 2 snd_ice1712,snd_ice17xx_ak4xxx<br>
snd_pcm_oss 45824 0 <br>
snd_cs8427 9472 1 snd_ice1712<br>
snd_ac97_codec 96416 2 snd_ice1712,snd_intel8x0<br>
snd_ac97_bus 2944 1 snd_ac97_codec<br>
snd_i2c 6144 2 snd_ice1712,snd_cs8427<br>
snd_mpu401_uart 9600 1 snd_ice1712<br>
snd_mixer_oss 18048 1 snd_pcm_oss<br>
snd_rawmidi 26112 3
snd_seq_virmidi,snd_seq_midi,snd_mpu401_uart<br>
snd_seq_device 8716 4
snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi<br>
snd_pcm 82052 4
snd_ice1712,snd_intel8x0,snd_pcm_oss,snd_ac97_codec<br>
snd_timer 24452 3 snd_seq,snd_rtctimer,snd_pcm<br>
snd 54404 18
snd_virmidi,snd_seq_virmidi,snd_seq_oss,snd_seq,snd_ice1712,snd_intel8x0,snd_ak4xxx_adda,snd_pcm_oss,snd_cs8427,snd_ac97_codec,snd_i2c,snd_mpu401_uart,snd_mixer_oss,snd_rawmidi,snd_seq_device,snd_pcm,snd_timer<br>
soundcore 10720 1 snd<br>
snd_page_alloc 10760 2 snd_intel8x0,snd_pcm<br>
rtc 55048 1 snd_rtctimer<br>
<br>
<br>
<br>
<blockquote cite="mid45198783.2030504@soloenterprises.us" type="cite">
<blockquote type="cite">
<pre wrap="">
</pre>
</blockquote>
<pre wrap=""><!---->
Hi Andy,
Thanks for the reply! While googling for an answer, I've found
references stating that alsaconf is not included with Ubuntu. What is
the best way to configure ALSA without the use of alsaconf? Does the
following provide any useful info...?
<--- snip --->
solo@fenris:~$ /bin/su
Password:
root@fenris:/home/solo# apt-get install alsa-utils
Reading package lists... Done
Building dependency tree... Done
alsa-utils is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@fenris:/home/solo# alsaconf
bash: alsaconf: command not found
root@fenris:/home/solo# dpkg -l 'alsa*'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name Version Description
+++-================-================-================================================
un alsa <none> (no description available)
ii alsa-base 1.0.10-4ubuntu4 ALSA driver configuration files
ii alsa-oss 1.0.10-1 ALSA wrapper for OSS applications
ii alsa-tools-gui 1.0.10-1ubuntu1 GUI based ALSA utilities for
specific hardware
ii alsa-utils 1.0.10-1ubuntu14 ALSA utilities
un alsa-xmms <none> (no description available)
ii alsamixergui 0.9.0rc2-1-9 graphical soundcard mixer for ALSA
soundcard dri
un alsaplayer <none> (no description available)
un alsaplayer-alsa <none> (no description available)
ii alsaplayer-commo 0.99.76-7ubuntu2 PCM player designed for ALSA
(common files)
un alsaplayer-esd <none> (no description available)
ii alsaplayer-gtk 0.99.76-7ubuntu2 PCM player designed for ALSA (GTK
version)
un alsaplayer-inter <none> (no description available)
ii alsaplayer-jack 0.99.76-7ubuntu2 PCM player designed for ALSA (JACK
output module
un alsaplayer-oss <none> (no description available)
un alsaplayer-outpu <none> (no description available)
un alsaplayer-text <none> (no description available)
root@fenris:/home/solo# lsmod | grep ice1712
snd_ice1712 65252 5
snd_ice17xx_ak4xxx 4480 1 snd_ice1712
snd_ak4xxx_adda 6528 2 snd_ice1712,snd_ice17xx_ak4xxx
snd_cs8427 9984 1 snd_ice1712
snd_ac97_codec 93216 1 snd_ice1712
snd_pcm 89864 4 snd_ice1712,snd_ac97_codec,snd_pcm_oss
snd_i2c 5632 2 snd_ice1712,snd_cs8427
snd_mpu401_uart 7808 1 snd_ice1712
snd 55268 18
snd_ice1712,snd_ak4xxx_adda,snd_cs8427,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_i2c,snd_mpu401_uart,snd_rawmidi,snd_seq_device
root@fenris:/home/solo# cat /proc/asound/cards
0 [DSP24 ]: ICE1712 - Hoontech SoundTrack Audio DSP24
Hoontech SoundTrack Audio DSP24 at 0xa800, irq 193
root@fenris:/home/solo#
<--- end snip --->
Thanks again,
</pre>
</blockquote>
<br>
</body>
</html>