Jump to content

How to install modules? (circular dependencies!)


redss
 Share

Recommended Posts

I'm unable to insmod the modules sb_common.o and sb_ess.o (for my soundcard)

 

When insmod'ing sb_common.o, insmod reports (and I verified in the C source) unresolved symbol ess_dsp_reset which is in sb_ess.o

 

When insmod'ing sb_ess.o, insmod reports (and I verified in the C source) unresolved symbol sb_dsp_command which is in sb_common.o

 

How can I get these modules loaded when there's a circular dependency like this?

 

BTW this is on a liveCD, meaning the /lib/modules directory is readonly, and these modules are extra modules not included in the liveCD, so they are in a different (writable) filesystem than /lib/modules, and I've been unable to get modprobe to work with modules not in the /lib/modules directory

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...