From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms-smtp-02.texas.rr.com ([24.93.47.41]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1Fkk4X-0006K2-00 for ; Mon, 29 May 2006 11:54:25 -0400 Received: from linny (cpe-70-113-1-214.austin.res.rr.com [70.113.1.214]) by ms-smtp-02.texas.rr.com (8.13.6/8.13.6) with ESMTP id k4TFsOB9010201 for ; Mon, 29 May 2006 10:54:24 -0500 (CDT) Received: from stivers_t by linny with local (Exim 4.62) (envelope-from ) id 1Fkk4V-0003dw-RU for speakup@braille.uwo.ca; Mon, 29 May 2006 10:54:23 -0500 Date: Mon, 29 May 2006 10:54:23 -0500 From: Thomas Stivers To: speakup@braille.uwo.ca Subject: Re: sound and linux? Message-ID: <20060529155423.GA958@tomass.dyndns.org> Mail-Followup-To: speakup@braille.uwo.ca References: <002101c68206$3d27c8f0$6401a8c0@grandmasfury> <20060528190432.GB2837@genaj.plus.com> <7.0.1.0.0.20060528154031.0337b848@freedomchat.org> <20060528231402.GA2854@genaj.plus.com> <7.0.1.0.0.20060528222309.0337fc28@freedomchat.org> <20060529101846.GB2801@genaj.plus.com> <7.0.1.0.0.20060529113852.01b9acb0@freedomchat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <7.0.1.0.0.20060529113852.01b9acb0@freedomchat.org> OpenPGP: id=0xE492BAD545CBBABD; algo=17 (DSA); size=1024; url=http://tomass.dyndns.org/~stivers_t/pubkey.asc X-Uptime: three weeks three days six hours twelve minutes thirty-one seconds User-Agent: Mutt/1.5.11+cvs20060403 X-Virus-Scanned: Symantec AntiVirus Scan Engine X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.8rc1 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 15:54:26 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 On Mon, May 29, 2006 at 11:39:37 AM -0400, ace wrote: > OK, I hate to beat at a dead horse, but here it is quoted from the > INSTALL file of the latest driver sources: > Note that module option names were changed in 0.9.0rc4. The 'snd_' prefix > was removed. You may use script in utils directory (module-options) to > convert your older /etc/modules.conf to newer one. Wow! talk about a dead horse, alsa 0.9.x and dealing with modules.conf the driver for a sb live is just snd-emu10k1 in 2.6 kernels. Then you probably need the oss compatibility modules snd-pcm-oss and snd-mixer-oss. In debian you can just put these 3 modules, one per line, in /etc/modules and they will be loaded at boot. Here just to belabor the point. ~# modinfo snd-emu10k1 filename: /lib/modules/2.6.15-8-686-speakup/kernel/sound/pci/emu10k1/snd-emu10k1.ko author: Jaroslav Kysela description: EMU10K1 license: GPL vermagic: 2.6.15-8-686-speakup 686 gcc-4.0 depends: snd-pcm,snd-ac97-codec,snd-util-mem,snd-page-alloc,snd,snd-rawmidi,snd-timer,snd-hwdep,snd-seq-device alias: pci:v00001102d00000002sv*sd*bc*sc*i* alias: pci:v00001102d00000004sv*sd*bc*sc*i* alias: pci:v00001102d00000008sv*sd*bc*sc*i* parm: subsystem:Force card subsystem model. (array of uint) parm: enable_ir:Enable IR. (array of bool) parm: max_buffer_size:Maximum sample buffer size in MB. (array of int) parm: max_synth_voices:Maximum number of voices for WaveTable. (array of int) parm: seq_ports:Allocated sequencer ports for internal synthesizer. (array of int) parm: extout:Available external outputs for FX8010. Zero=default. (array of int) parm: extin:Available external inputs for FX8010. Zero=default. (array of int) parm: enable:Enable the EMU10K1 soundcard. (array of bool) parm: id:ID string for the EMU10K1 soundcard. (array of charp) parm: index:Index value for the EMU10K1 soundcard. (array of int) - -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." - Brian W. Kernighan Thomas Stivers e-mail: stivers_t@tomass.dyndns.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEexkv5JK61UXLur0RAwBWAJ41EW65TvfkdUksuJXKIiTW7qlXEQCeND2u Q6a1Sx/IK6hdG92yc1B9SJ4= =vMex -----END PGP SIGNATURE-----