I am on RH 8.0, installed the alsa-driver-0.5.10b-2mlx.i386.rpm , which as mentioned on the site is tested for ALS4000 on 2.4.18-14 which happens to be the version on my box too. I have also modified the /etc/modules.conf to include: # ALSA portion alias char-major-116 snd alias snd-card-0 snd-als4000 # module options should go here # OSS/Free portion alias char-major-14 soundcore alias sound-slot-0 snd-card-0 # card #1 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss Still there is nothing coming out of the speakers. Any help is appreciated. -nss99 ----- Original Message ----- From: <toby@xxxxxxxxxx> To: <linux-audio-user@xxxxxxxxxxxxxxxxxx> Sent: Friday, March 21, 2003 11:18 AM Subject: Re: [linux-audio-user] Running Csound > dbdbdb wrote: > > Hi everyone! > > > > Can you tell me the way to run Csound in Linux. > > I downloaded the RPM package of the canonical (jffitch v4.23) but I don´t > > know what is next to RPMize it! > > First, be root. Then simply type > > rpm > > If you get 'command not found', then you got the wrong > file, and should get something like Csound-4.23.tar.gz, > and begin the non-trivial task of getting it to compile. > If the 'rpm' command gives you a screen full of help messages, > then just go: > > rpm -i <your file name here>.rpm > > and you are done, and can type csound to begin. > > > Tobiah > >