linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* /drivers/net/tulip/dmfe.c may be outdated : kernel loading problem
@ 2004-01-08  4:41 Silk Thadeum
  2004-01-08  5:15 ` Randy.Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Silk Thadeum @ 2004-01-08  4:41 UTC (permalink / raw)
  To: linux-kernel

Hello,

I have been working on Linux 2.4.20 for a couple of months and use a Davicom 
Semiconductor Ethernet network card driver known as dmfe.c for module dmfe.

I had no problem since here, but on Linux 2.6.0-i386-stable kernel is 
refusing to load the module :

--
$ insmod dmfe.o
insmod: error inserting 'dmfe.o': -1 Invalid module format
$ lspci | grep Davicom
00:0a.0 Ethernet controller : Davicom Semiconductor, Inc. Ethernet 100/10 
Mbit (rev 31)
--

I tried to load the module by various ways : with old (for 2.4.20) and new 
(from 2.6.0 stable) compiled driver, but that didn't work. I quickly looked 
at the source code which seems quite old. I can't actually help you in 
having a deeper workaround because I don't yet have sufficient technical 
skills for that.

I'm working on a Debian Sarge testing prerelease.

Have fun in debug ;p

Regards,

Thadeum.

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: /drivers/net/tulip/dmfe.c may be outdated : kernel loading problem
  2004-01-08  4:41 /drivers/net/tulip/dmfe.c may be outdated : kernel loading problem Silk Thadeum
@ 2004-01-08  5:15 ` Randy.Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy.Dunlap @ 2004-01-08  5:15 UTC (permalink / raw)
  To: Silk Thadeum; +Cc: linux-kernel

On Thu, 08 Jan 2004 05:41:17 +0100 "Silk Thadeum" <thadeum@hotmail.com> wrote:

| Hello,
| 
| I have been working on Linux 2.4.20 for a couple of months and use a Davicom 
| Semiconductor Ethernet network card driver known as dmfe.c for module dmfe.
| 
| I had no problem since here, but on Linux 2.6.0-i386-stable kernel is 
| refusing to load the module :
| 
| --
| $ insmod dmfe.o
| insmod: error inserting 'dmfe.o': -1 Invalid module format
| $ lspci | grep Davicom
| 00:0a.0 Ethernet controller : Davicom Semiconductor, Inc. Ethernet 100/10 
| Mbit (rev 31)
| --

In Linux 2.6.x, you load modules with names like 'dmfe.ko'.
And be sure to use module-init-tools, not modutils.
The module-init-tools location is listed in the Documentation/Changes
file.

| 
| I tried to load the module by various ways : with old (for 2.4.20) and new 
| (from 2.6.0 stable) compiled driver, but that didn't work. I quickly looked 
| at the source code which seems quite old. I can't actually help you in 
| having a deeper workaround because I don't yet have sufficient technical 
| skills for that.

Are you building the module for 2.6.x in the norm(al) way
or using some homebrew commands or script?

| I'm working on a Debian Sarge testing prerelease.
| 
| Have fun in debug ;p

of course ;)

--
~Randy
MOTD:  Always include version info.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-01-08  5:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-08  4:41 /drivers/net/tulip/dmfe.c may be outdated : kernel loading problem Silk Thadeum
2004-01-08  5:15 ` Randy.Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).