[cpia] USB Apitek loads parallel driver

Bernd Broermann bernd@broermann.com
Fri, 20 Oct 2000 22:33:30 +0200


Hello

I went a step forward:

kernel 2.4.0test9 , cpia1.1 and cpia_diff from Remko ( Thanks ).

When i modeprobe cpia_usb , only the parallel driver is loaded.

Oct 20 22:19:12 vanille kernel: usb.c: registered new driver usbdevfs
Oct 20 22:19:12 vanille kernel: usb.c: registered new driver hub
Oct 20 22:19:12 vanille kernel: Linux video capture interface: v1.00
Oct 20 22:19:12 vanille kernel: V4L-Driver for Vision CPiA based cameras v1.1.0
Oct 20 22:19:12 vanille kernel: Parallel port driver for Vision CPiA based cameras v1.1.0
Oct 20 22:19:12 vanille kernel: usb.c: registered new driver cpia

/etc/modules.conf is

alias char-major-81       cpia_usb

I am not sure to load the correct modules ( after modprobe cpia_usb there is) :

cpia_usb                5200   0  (autoclean) (unused)
cpia_pp                 6192   0  (autoclean) (unused)
cpia                   59728   0  [cpia_usb cpia_pp]
videodev                4448   0  [cpia]
usbcore                45440   0  [cpia_usb]

And when I do a :  vctrl  there is in /var/log/messages :

Oct 20 22:28:20 vanille modprobe: modprobe: Can't locate module char-major-81-0

I think with your help I get a running camera a step closer.

Thank you for your effort

Bernd