Bug 50389

Summary: es1371 does not compile with sounddriver
Product: [Retired] Red Hat Linux Reporter: Tom Reddington <treddington>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED CURRENTRELEASE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-06-06 16:17:26 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:

Description Tom Reddington 2001-07-30 21:04:01 UTC
Description of Problem:
Driver for es1371 does not compile.  This has been a previously reported
problem in earlier versions of liunx.

How Reproducible:


Steps to Reproduce:
1. 
2. 
3. 

Actual Results:
drivers/sound/sounddrivers.o: In function `es1371_probe':
drivers/sound/sounddrivers.o(.text+0x67bd): undefined reference to
`gameport_register_port'
drivers/sound/sounddrivers.o: In function `es1371_remove':
drivers/sound/sounddrivers.o(.text+0x68d6): undefined reference to
`gameport_unregister_port'
make: *** [vmlinux] Error 1


Expected Results:


Additional Information:

Comment 1 Arjan van de Ven 2001-07-31 09:56:26 UTC
Are you using insmod or modprobe ?

Comment 2 Tom Reddington 2001-07-31 13:30:53 UTC
Are you using insmod or modprobe? Neither. I am trying to compile the kernel from source to support IP multicast and other features. I ran into this when trying to 
compile -- not load.

Comment 3 Arjan van de Ven 2001-07-31 13:33:10 UTC
Our kernel supports multicast by default btw;

re your problem, you most likely need to compile the gameport code into the
kernel as well...