linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* CPIA unknown symbol - ?bug?
@ 2003-04-30 18:08 Downing, Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: Downing, Thomas @ 2003-04-30 18:08 UTC (permalink / raw)
  To: linux-kernel

When I load the module cpia_usb dmesg shows:

cpia_usb: Unknown symbol cpia_register_camera
cpia_usb: Unknown symbol cpia_unregister_camera

Normally this would be no problem, I could fix that; BUT

1. cpia.c does export both these methods, in fact they are
the only two exported.

2. more peculiar still - cpia_usb then successfully calls
cpia_register_camera, the camera is registered according
to dmesg, /proc/bus/usb/devices, /proc/cpia /proc/video/dev.

And the camera works just fine!  So why the error?

Am I missing something here?

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

* RE: CPIA unknown symbol - ?bug?
@ 2003-04-30 18:15 Downing, Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: Downing, Thomas @ 2003-04-30 18:15 UTC (permalink / raw)
  To: Downing, Thomas, linux-kernel

Let me repair some cardinal sins of omision:

kernel 2.5.67-bk2
module-init-tools 0.9.9

usbcore, uhci_hcd, videodev, usbvideo, cpia, cpia_usb
all built as modules, without complaint, installed
without complaint.

Doesn' matter whether I do:

modprobe cpia
modprobe cpia_usb

or modprobe cpia_usb


-----Original Message-----
From: Downing, Thomas 
Sent: Wednesday, April 30, 2003 2:09 PM
To: linux-kernel@vger.kernel.org
Subject: CPIA unknown symbol - ?bug?


When I load the module cpia_usb dmesg shows:

cpia_usb: Unknown symbol cpia_register_camera
cpia_usb: Unknown symbol cpia_unregister_camera

Normally this would be no problem, I could fix that; BUT

1. cpia.c does export both these methods, in fact they are
the only two exported.

2. more peculiar still - cpia_usb then successfully calls
cpia_register_camera, the camera is registered according
to dmesg, /proc/bus/usb/devices, /proc/cpia /proc/video/dev.

And the camera works just fine!  So why the error?

Am I missing something here?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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

end of thread, other threads:[~2003-04-30 18:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-30 18:08 CPIA unknown symbol - ?bug? Downing, Thomas
2003-04-30 18:15 Downing, Thomas

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).