Hi, Yes - that's it. I have deleted the old modules and no more 'unresolved symbol(s)' msgs. And I have changed the initialization script to modprobe the sound drivers after the /usr/local is mounted and it works a treat. Thanks. Ciao Fred > > ............................ > /lib/modules/2.2.1/fs/vfat.o: unresolved symbol(s) > /lib/modules/2.2.1/scsi/scsi_mod.o: unresolved symbol(s) > ............................ > o Why do I get these unresolved symbol(s)? Because you have remade a kernel which has the same version number, (example 2.0.26) and there is an old module from a previous compile in that directory which will cause the above. Just delete the old module that should get rid of that error message. > > ............................ > SB 4.16 detected OK (220) > <SoundBlaster EMU8000 (RAM512K)> > sh: /usr/local/bin/sfxload: no such file or directory > post_install /lib/modules/2.2.1/misc/awe_wave.o failed > > sound: Device or resource busy > ............................ > o I have a post_install line in my modules.conf file that tells > o sfxload to load synthfm.sbk. Files are in the right directories. > o My guess is that the /usr/local is not mounted yet. > o How can I do to bypass the problem? That sounds correct, local filesystems would be mounted after that operation, you could execute that sort of commands from rc.local thats what it is for. maybe someone else has more spesific information for you on this, as i dont have a working sound card.
