Bug 140922

Summary: snd-seq-oss: Unknown symbol in module
Product: [Fedora] Fedora Reporter: Richard McMahon <richard>
Component: kernelAssignee: Dave Jones <davej>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 2CC: pfrields, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-12-07 06:11:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Output from aadebug
none
dmesg output - a txt file none

Description Richard McMahon 2004-11-26 14:17:51 UTC
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.

Comment 1 Richard McMahon 2004-11-26 14:18:57 UTC
Created attachment 107483 [details]
Output from aadebug

Comment 2 Dave Jones 2004-11-27 03:10:55 UTC
if you run 'dmesg', it should tell you about the missing symbols.


Comment 3 Richard McMahon 2004-11-28 20:10:56 UTC
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?

Comment 4 Dave Jones 2004-11-29 08:25:54 UTC
oh, duh. misread the first report.
you should be using modprobe instead of insmod.
insmod doesnt know about paths.