* 2.4.11-pre1 -- depmod: Unexpected value (20) in drivers/ieee1394/sbp2.o for ieee1394_device_size
@ 2001-10-01 6:53 Miles Lane
2001-10-01 7:02 ` 2.4.11-pre1 -- Unresolved symbols in media/radio/miropcm20.o -- aci_port, aci_version and aci_rw_cmd Miles Lane
2001-10-01 7:13 ` 2.4.11-pre1 -- depmod: Unexpected value (20) in drivers/ieee1394/sbp2.o for ieee1394_device_size Keith Owens
0 siblings, 2 replies; 3+ messages in thread
From: Miles Lane @ 2001-10-01 6:53 UTC (permalink / raw)
To: LKML
Here's the error:
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.11-pre1; fi
depmod: Unexpected value (20) in '/lib/modules/2.4.11-pre1/kernel/drivers/ieee1394/sbp2.o' for ieee1394_device_size
It is likely that the kernel structure has changed, if so then
you probably need a new version of modutils to handle this kernel.
Check linux/Documentation/Changes.
make: *** [_modinst_post] Error 255
ver_linux reports:
Linux stomata.megapathdsl.net 2.4.11-pre1 #1 Sun Sep 30 22:03:05 PDT 2001 i686 unknown
Gnu C 2.96
Gnu make 3.79.1
binutils 2.10.91.0.2
util-linux 2.10s
mount 2.11b
modutils 2.4.9
e2fsprogs 1.25
reiserfsprogs 3.x.0f
pcmcia-cs 3.1.22
PPP 2.4.0
isdn4k-utils 3.1pre1
Linux C Library 2.2.2
Dynamic linker (ldd) 2.2.2
Procps 2.0.7
Net-tools 1.57
Console-tools 0.3.3
Sh-utils 2.0
Modules Loaded emu10k1 sound ac97_codec soundcore serial_cs af_packet 3c59x keybdev hid input usb-ohci nls_iso8859-1 nls_cp850
My .config file includes:
#
# IEEE 1394 (FireWire) support (EXPERIMENTAL)
#
CONFIG_IEEE1394=m
CONFIG_IEEE1394_PCILYNX=m
CONFIG_IEEE1394_PCILYNX_LOCALRAM=y
CONFIG_IEEE1394_PCILYNX_PORTS=y
CONFIG_IEEE1394_OHCI1394=m
CONFIG_IEEE1394_VIDEO1394=m
CONFIG_IEEE1394_SBP2=m
CONFIG_IEEE1394_RAWIO=m
CONFIG_IEEE1394_VERBOSEDEBUG=y
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.4.11-pre1 -- Unresolved symbols in media/radio/miropcm20.o -- aci_port, aci_version and aci_rw_cmd
2001-10-01 6:53 2.4.11-pre1 -- depmod: Unexpected value (20) in drivers/ieee1394/sbp2.o for ieee1394_device_size Miles Lane
@ 2001-10-01 7:02 ` Miles Lane
2001-10-01 7:13 ` 2.4.11-pre1 -- depmod: Unexpected value (20) in drivers/ieee1394/sbp2.o for ieee1394_device_size Keith Owens
1 sibling, 0 replies; 3+ messages in thread
From: Miles Lane @ 2001-10-01 7:02 UTC (permalink / raw)
To: LKML
I don't actually have this device, but am testing compile options.
/sbin/depmod -ae -F System.map 2.4.11-pre1
depmod: *** Unresolved symbols in /lib/modules/2.4.11-pre1/kernel/drivers/media/radio/miropcm20.o
depmod: aci_port
depmod: aci_version
depmod: aci_rw_cmd
My .config file includes:
#
# Amateur Radio support
#
CONFIG_HAMRADIO=y
CONFIG_AX25=m
CONFIG_AX25_DAMA_SLAVE=y
CONFIG_NETROM=m
CONFIG_ROSE=m
ver_linux gives:
Linux stomata.megapathdsl.net 2.4.11-pre1 #1 Sun Sep 30 22:03:05 PDT 2001 i686 unknown
Gnu C 2.96
Gnu make 3.79.1
binutils 2.10.91.0.2
util-linux 2.10s
mount 2.11b
modutils 2.4.9
e2fsprogs 1.25
reiserfsprogs 3.x.0f
pcmcia-cs 3.1.22
PPP 2.4.0
isdn4k-utils 3.1pre1
Linux C Library 2.2.2
Dynamic linker (ldd) 2.2.2
Procps 2.0.7
Net-tools 1.57
Console-tools 0.3.3
Sh-utils 2.0
Modules Loaded emu10k1 sound ac97_codec soundcore serial_cs af_packet 3c59x keybdev hid input usb-ohci nls_iso8859-1 nls_cp850
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.4.11-pre1 -- depmod: Unexpected value (20) in drivers/ieee1394/sbp2.o for ieee1394_device_size
2001-10-01 6:53 2.4.11-pre1 -- depmod: Unexpected value (20) in drivers/ieee1394/sbp2.o for ieee1394_device_size Miles Lane
2001-10-01 7:02 ` 2.4.11-pre1 -- Unresolved symbols in media/radio/miropcm20.o -- aci_port, aci_version and aci_rw_cmd Miles Lane
@ 2001-10-01 7:13 ` Keith Owens
1 sibling, 0 replies; 3+ messages in thread
From: Keith Owens @ 2001-10-01 7:13 UTC (permalink / raw)
To: Miles Lane; +Cc: LKML
On 30 Sep 2001 23:53:22 -0700,
Miles Lane <miles@megapathdsl.net> wrote:
>if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.11-pre1; fi
>depmod: Unexpected value (20) in '/lib/modules/2.4.11-pre1/kernel/drivers/ieee1394/sbp2.o' for ieee1394_device_size
http://marc.theaimsgroup.com/?l=linux-kernel&w=2&r=1&s=ieee1394+depmod&q=b
The answer is approx. number 4.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-10-01 7:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-01 6:53 2.4.11-pre1 -- depmod: Unexpected value (20) in drivers/ieee1394/sbp2.o for ieee1394_device_size Miles Lane
2001-10-01 7:02 ` 2.4.11-pre1 -- Unresolved symbols in media/radio/miropcm20.o -- aci_port, aci_version and aci_rw_cmd Miles Lane
2001-10-01 7:13 ` 2.4.11-pre1 -- depmod: Unexpected value (20) in drivers/ieee1394/sbp2.o for ieee1394_device_size Keith Owens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox