Bug 80868 - i810_audio module wont load in SMP kernel
Summary: i810_audio module wont load in SMP kernel
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 8.0
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-01-01 11:20 UTC by Michel Barthelemy
Modified: 2007-04-18 16:49 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2003-01-01 11:59:48 UTC
Embargoed:


Attachments (Terms of Use)

Description Michel Barthelemy 2003-01-01 11:20:57 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

Description of problem:
i810_audio.o module wont load in SMP kernel 2.4.18-19.8.0smp

error output :

i810_audio.o: unresolved symbol ac97_probe_codec_Rsmp_84601c2b
i810_audio.o: unresolved symbol ac97_set_adc_rate_Rsmp_5307368c
i810_audio.o: unresolved symbol ac97_set_dac_rate_Rsmp_42924aaa


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.load module i810_audio.o 
2.
3.
    

Actual Results:  module wont load

Expected Results:  module should load and I should have sound :)

Additional info:

i810_audio.o: unresolved symbol ac97_probe_codec_Rsmp_84601c2b
i810_audio.o: unresolved symbol ac97_set_adc_rate_Rsmp_5307368c
i810_audio.o: unresolved symbol ac97_set_dac_rate_Rsmp_42924aaa

Comment 1 Arjan van de Ven 2003-01-01 11:31:43 UTC
you're using
modprobe i810_audio
to load the module ?

Comment 2 Michel Barthelemy 2003-01-01 11:48:10 UTC
modprobe wont locate tha module for some reason. The kernel tries to load it
automatically on boot (hardware detected properly) but the load fails, you can
reproduce it by using insmod i810_audio.o and get the error output I pasted earlier.

Comment 3 Michel Barthelemy 2003-01-01 11:59:48 UTC
finally managed to load the module with modprobe, sorry I messed up.

The module will load now, but the sound still doesnt work.

My detected hardware is :

Intel Corp
Model : 82801BA/BAM AC97 Audio


Note You need to log in before you can comment on or make changes to this bug.