OK I'm struggling. 2.6 was a disaster - console was garbled and keyboard didn't work at all so i went back to 2.4.
I done menuconfig as i have done about a gazillion times already and compiled the SPARC/Linux soundsystem and CS4231 in as modules. So i saved and came back out and done:
Code: Select all
make dep <---Worked fine
make modules <---Worked fine
make modules_install <---Worked fine
modprobe cs4231 <---Finds cs4231 and installs it
modprobe audio <---Oooh that worked too :)
ls /dev/sound/audio <---It exists. Oh my god how has this never happened before? but at the same time /dev/audio, /dev/audioctl and /dev/dsp also exist.
cat [a .wav file] > /dev/sound/audio <---Ouch - sound junk through the PC speaker - not stereo out. Completely garbled
Went into KDE and got the bog standard error - "/dev/dsp is busy or does not exist". Hang on...didn't ls /dev/dsp say it was there??? Never mind, told KDE Control Centre to point to /dev/sound/audio.
"/dev/sound/audio is busy blah blah" plus the other error you get saying that arts cant write to the file. So after looking about here again for however long, i saw the suggestion that turning arts off will make XMMS work. So i tried that, pointed XMMS' OSS output module to /dev/sound/audio and all i get is the horrible garbled crap again (thru pc speaker). Plus XMMS usually crashes.
Shrugging that aside, i stuck my YMF724 card back in and done make menuconfig but this time made sure "Sound Card Support", "OSS Sound Modules" and "YMF 724 / 744 etc" options were in as modules.
Came out and done the make modules / install and done modprobe ymfpci. This didn't work. It spat out about 6 error messages about it trying to access an unsupported / illegal / unknown mixer device and eventually didnt install. So i went tback to menuconfig and put the whole lot in as compile with kernel. Then all i got was the same errors when linux booted. Back in and install as modules. Now when i do make modules, it fails on one of the dma****.c modules that is OSS and doesn't even get to the YMF724 one.
The cs4231 and audio modules are still there so i can listen to sound junk / pseudo modem noises should i so desire but i'd rather listen to mp3's.
Is this the point where i give up and put solaris on it to get sound or use my Windows PC?
Thanks again
-David