I've got a laptop with a NeoMagic 256 soundcard built in. It pretty
much sucks, but it's what I have.

Kernel is 2.4.14-pe (Robert Love's preemptive patches). Seems to run
fine otherwise. Kernel has modules enabled, sound support enabled but
all other sound options disabled.

I haven't tried alsa on this machine before...
I've just downloaded and installed ALSA CVS. I built it in the usual way...

$ cd alsa-driver
$ ./cvscompile   
  (configure fails because I have 2.4 linux source in a funny place)
$ ./configure (with various options to find kernel... works fine)
$ sudo make install
$ cd ../alsa-lib
  (repeat above steps)
$ cd ../alsa-utils
  (repeat above steps)

That seems to work OK. 

I then put alsasound in /etc/init.d and it runs on startup ... but the
system seems to have about a 50% possibility of hanging as soon as it
tries to load the sound driver. Anybody else seen this?

I also sometimes get system hang if the modules load properly and I
attempt to unload them.

If I don't get a hang, the system runs fine but I can't get any
sound...  alsaplay doesn't do anything. /proc/asound looks OK.

Here's my modules.conf:

## /etc/modules.conf
alias parport_lowlevel parport_pc
alias usb-controller usb-uhci
alias eth0 3c59x
## old OSS-Free driver
# alias sound-slot-0 nm256

## ALSA native device support
alias char-major-116 snd
options snd snd_major=116 snd_cards_limit=1
alias snd-card-0 snd-card-nm256
options snd-card-nm256 snd_index=0 snd_id="NeoMagic"
## OSS emulation
#alias char-major-14 soundcore
#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



--

paul winkler
home:  http://www.slinkp.com
music: http://www.reacharms.com
calendars: http://www.calendargalaxy.com

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to