Well, I know i'm not the first to ask. I've done many searches, but most threads never got finished or they got it to work by accedent. So here is my question. I have a IBM Thinkpad 390, with a Neomagic 256av sound/video card. I've tried just about every driver I could find that was mentioned. The only one I can even get close to working is the sb driver. All other drivers don't even allow me to mess with the mixer. SB driver atleast let's me do that much. But, I get a error when the card is getting initialized. Something about "asked for 16 got 8" error.... and set's it to the null device.
This is the only thing holding me back from wiping out windows on my laptop and I'm getting frusterated! I'm using a Debian based distro. I've checked out
http://www.linux-laptop.net/ but to no avail. Anyone have suggestions? I'm getting tired of rebooting after every try. I'll post any info asked for.... heck, if you think you can do it I'll consider letting you ssh in!
More info:
/sbin/modprobe nm256_audio
no errors.
I edited the /etc/modutils/sound to look like this
# ALSA portion
alias char-major-116 snd
alias snd-card-0 nm256_audio
# 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
I then did a 'update-modules' to get the modules.conf updated with the new info.
I get the following popup from artsmessage when I reboot into KDE.
Sound server informational message:
Error while initializing the sound driver:
Can't set playback format (_format = -1, asked driver to give 16, got 8)
The sound server will continue, using the null output device.
Thanks, Walter