Hi, welcome.<br><br>A few comments:<br><br>1. The RT kernel is the linux real time kernel, and you can get it with any distro. How your particular distro decides to provide it for you is one of the things that make distros different. Since Ubuntu is debian-based, it uses apt-get (or synaptics gui front end) as the package management system. I&#39;m not sure if you can apt-get the real-time kernel from there. On gentoo, one runs &#39;emerge gentoo-sources&#39;, which grabs the kernel source tree and places it in /usr/src/linux. For gentoo, then you need to configure and compile your own kernel. Ubuntu was designed with the idea that users would never really compile their own kernel. I left ubuntu because I couldn&#39;t get alsa or jack to work properly, and felt as detached from the system as I did on windoze. <br>
<br>2. Is Alsa started? I imagine Ubuntu should start alsa on startup, but look into whether or not your alsa drivers have been configured properly. It will probably be different for you, but something like &#39;/etc/init.d/alsasound status&#39; will tell you if its started or stopped. if its stopped, rerun that command and replace status with start, or --verbose start if it fails to start.<br>
<br>3. You probably don&#39;t know if the alsa drivers are compiled into the kernel or as loadable modules, but should find out. I found that in-kernel alsa drivers just don&#39;t work, so I compile them all as modules and have them load at boot. &#39;lsmod |grep -i snd&#39; should show if alsa drivers are  loaded, and which ones. if you don&#39;t get anything that way, try &#39;modprobe -l | grep -i snd&#39;. This will list all available LKM (loadable kernel modules). Perhaps the soundblaster driver has not been loaded. If you find the right module, but its not showing in lsmod, do &#39;modprobe &lt;module-name&gt;&#39;. That will load the driver.<br>
<br>4. Check the Alsa wiki and site. Check them again. Also look at <a href="http://kernel.org">kernel.org</a>:<br><a href="http://www.kernel.org/doc/Documentation/sound/alsa/ALSA-Configuration.txt">http://www.kernel.org/doc/Documentation/sound/alsa/ALSA-Configuration.txt</a><br>
<br>5. If you can&#39;t get things going under Ubuntu within a week, ditch ubuntu (personal opinion). Linux audio is NOT easy, nor for those not willing to work to make it work. Try other distros like openSUSE, arch linux, gentoo, centOS. Ubuntu is a great intro, but you may want something more flexible to handle problems like these. Also keep in mind that a tough install also usually has more rewards, since you must learn your machine up front.<br>
<br>best,<br>justin<br><br><br><br><div class="gmail_quote">On Mon, Jun 22, 2009 at 8:09 PM,  <span dir="ltr">&lt;<a href="mailto:webmaster@seconnecticut.com">webmaster@seconnecticut.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have two Ubuntu computers, one running 8.04 and the other running 9.04.<br>
Since Ubuntu is said to offer a RT kernel and a version that has been<br>
customized for audio work, I was surprised to find that it is not so easy to<br>
configure audio in Ubuntu. Debian recognized my SoundBlaster audigy card<br>
immediately and used it. For Ubuntu the small app that is supposed to select<br>
the sound card doesn&#39;t seem to do anything.<br>
<br>
So I started asking questions of Google and found that there are a number of<br>
people who are having difficulty configuring Soundblaster on Ubuntu. It<br>
looks to be a chronic problem.<br>
<br>
Aside from that SlashDot.org had a link to this last week, although it seems<br>
to be vintage 2007.<br>
<br>
<br>
<a href="http://blogs.adobe.com/penguin.swf/2007/05/welcome_to_the_jungle.html" target="_blank">http://blogs.adobe.com/penguin.swf/2007/05/welcome_to_the_jungle.html</a><br>
<br>
There is a map of Linux Audio Applications that looks to be useful<br>
documentation. Any comments on the rather critical note ?<br>
<br>
<br>
_______________________________________________<br>
Linux-audio-user mailing list<br>
<a href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a><br>
<a href="http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user" target="_blank">http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user</a><br>
</blockquote></div><br>