Description of problem: The oss sequence module (snd-seq-oss) does not load Version-Release number of selected component (if applicable): both of: kernel-2.6.9-1.3_FC2 kernel-2.6.8-1.521 How reproducible: Steps to Reproduce: 1. either /sbin/insmod /lib/modules/2.6.8-1.521/kernel/sound/core/seq/oss/snd-seq-oss.ko or /sbin/insmod /lib/modules/2.6.9-1.3_FC2/kernel/sound/core/seq/oss/snd-seq-oss.ko (obviously depends on kernel version) 2. also try /sbin/insmod snd-seq-oss 3. Actual results: insmod: error inserting '/lib/modules/2.6.8-1.521/kernel/sound/core/seq/oss/snd-seq-oss.ko': -1 Unknown symbol in module or insmod: can't read 'snd-seq-oss': No such file or directory although the module is listed in modules.dep Expected results: module loads Additional info: Sound playback loops, i.e. the buffer appears to fill, gets played, and then gets played again. Before saying there is an issue with sound itself, I want to bottom out why oss isn't loading.
Created attachment 107483 [details] Output from aadebug
if you run 'dmesg', it should tell you about the missing symbols.
Created attachment 107517 [details] dmesg output - a txt file Can't find any reference to a missing symbol in this file. Is the kernel just not finding the module?
oh, duh. misread the first report. you should be using modprobe instead of insmod. insmod doesnt know about paths.