On Thu, Oct 31, 2002 at 10:08:01PM +0300, Maartin wrote: > > OK, went through everything again, oooppppssss yes I did miss the module.conf bit >but added now. Redid the whole damn process (with having to specify the kernel source >path with every ./configure). > > And ???? > Double crap still nothing the same bloody reply cant find the module. > > What next? if I can't get the sound to work I'm official deeming myself and linux a >no go. I will then once again move back to windows until I can get my sound working. >Isn't there a install like in windows? just install the drivers and it all works? It >would seem that my pc sound will never work unless I use and old SB card and the >newest DISTRO or Windows (GGGGGGGGGGRRRRRRRRRRRRRRRRR)? > > Or am I just ranting and raving about nothing ? > > Sorry this is not aimed at U @ all Mathy. I greatly appreciate the help that U are >providing, I just can't belive that is it so difficult to make a suround sound card >work ! > > > Thanks for the great help so far, any other Ideas or suggestions that I can try? I >must be doing something wrong if other people can make it work !!!
Okay.. I know it's a bit late on this one, but It's been bugging me at the end of my mail queue, so what the hell! :) I actually have ALSA 0.9.0rc3 running with the card you have: FM801. My current setup: Slackware 8.1 alsa-0.9.0rc2 (driver, lib, utils) kernels 2.4.19, 2.5.47 ./configure options are: --with-kernel=/usr/src/linux --with-moddir=/lib/modules/`uname -r`/kernel/drivers/sound [1] --with-debug=memory --with-isapnp=auto --with-sequencer=yes --with-oss=yes --with-cards=fm801 Compiled clean, make, make install went fine. same with alsa-lib and alsa-utils. Now, one thing I think you might have missed, is to do a depmod -a, if it's not already done. With that done, you should be good to go. However, starting with 0.9.0rc2 IIRC, the module name changed. try doing a 'find /lib/modules -name snd-fm801 -print'. You should see it in kernel/drivers/sound. my modules.conf looks like so: alias char-major-116 snd alias char-major-14 soundcore alias snd-card-0 snd-fm801 alias sound-slot-0 snd-card-0 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 options snd snd_major=116 snd_cards_limit=1 post-install snd-fm801 modprobe "-k" "snd-pcm-oss" If you use something like this, a simple 'modprobe snd-fm801' should load the necessary modules for your card. You may need to run ./snddevices before doing this, unless you're running DevFS, which I am. DevFS comes in handy for this, so you may want to throw that into your kernel (I don't use RH, plus I roll my own kernels, so I don't know what RH puts into their kernel. you'll have to check the .config for that). If you run DevFS, throw this into your /etc/devfsd.conf: [2] # # ALSA. # REGISTER sound/.* MKOLDCOMPAT UNREGISTER sound/.* RMOLDCOMPAT REGISTER sound/.* PERMISSIONS root.audio rw-rw---- REGISTER sound/.* PERMISSIONS root.audio rw-rw---- LOOKUP snd MODLOAD LOOKUP dsp MODLOAD As the output from make install tells you, it only loads the modules. you still need a mixer to set the volumes. if you installed alsa-utils, either aplay, or alsamixer should set do these good. After that, you should have a running FM801 card. If you don't, lemme know and I'll take you through it all. BL. [1] Insert the output of uname -r here. It may work with passing that directly to --with-moddir, but I don't recommend it. [2] This assumes you have an audio group. That group will only have access to the device for sending output to the device/card. -- Brad Littlejohn | Email: [EMAIL PROTECTED] Unix Systems Administrator, | [EMAIL PROTECTED] Web + NewsMaster, BOFH.. Smeghead! :) | http://www.wizard.com/~tyketto PGP: 1024D/E319F0BF 6980 AAD6 7329 E9E6 D569 F620 C819 199A E319 F0BF ------------------------------------------------------- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user