Bug 130585 - Problem loading external compiled modules (package 2.6.8-1.521)
Summary: Problem loading external compiled modules (package 2.6.8-1.521)
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 2
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: 2004-08-22 11:54 UTC by Juan Jose Amor
Modified: 2007-11-30 22:10 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-08-22 12:48:51 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Juan Jose Amor 2004-08-22 11:54:09 UTC
Description of problem:

With versions of official Fedora kernels prior to 2.6.8, I
can compile and load some external modules without problems.
However, with 2.6.8, I can compile external modules, but
I cannot load them. For example, IPW2100 driver (for Intel Centrino
2100 802.11b cards, http://ipw2100.sourceforge.net/ ), when trying to
load:

Aug 21 20:18:05 euler kernel: ipw2100: Unknown symbol sys_close
Aug 21 20:18:05 euler kernel: ipw2100: Unknown symbol sys_lseek
Aug 21 20:18:05 euler kernel: ipw2100: Unknown symbol sys_read
Aug 21 20:18:05 euler kernel: ipw2100: Unknown symbol sys_open
Aug 21 20:18:05 euler kernel: ipw2100: Unknown symbol sys_close
Aug 21 20:18:05 euler kernel: ipw2100: Unknown symbol sys_lseek
Aug 21 20:18:05 euler kernel: ipw2100: Unknown symbol sys_read
Aug 21 20:18:05 euler kernel: ipw2100: Unknown symbol sys_open

depmod -a command does not warn.

A bug about this issue sent to ipw2100 admins, was rejected, because
with an official kernel tree from kernel.org, the module loads without
problems.

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

kernel-2.6.8-1.521 (i686 arch)

Comment 1 Arjan van de Ven 2004-08-22 12:48:51 UTC
that's a driver bug, it should use the firmware loader of the kernel
not it's own open coded one (and the driver has that just need to
enable it)


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