|
From: Paul <san...@ya...> - 2001-12-27 04:37:42
|
I am still having a hard time installing the pjb driver and using the
pjbmanager. The pjbmanager software cannot find the pjbox.
Below I describe my experiences installing the driver.
There is none in the 0.3.1 source, but there is in the 0.2.3. So in the
/home/paul/files/pjbmanager-0.2.3/usbdrv/ directory i type
gcc -D__KERNEL__ -I/usr/src/linux/include -DMODULE -Wall -O2 -c cpqpjb.c
-o cpqpjb.o
and get the following:
[root@sangretoro usbdrv]# gcc -D__KERNEL__ -I/usr/src/linux/include
-DMODULE -Wall -o2 -c cpqpjb.c -o cpqpjb.o
cpqpjb.c:408: warning: initialization from incompatible pointer type
Then I typed:
mknod /dev/cpqpjb c 10 176
chmod 666 /dev/cpqpjb
/sbin/insmod cpqpjb.o
=20
But afterwards, dmesg says:
Initializing PJB driver
usb.c: registered new driver cpqpjb
not :
Initializing PJB driver
usb.c: registered new driver cpqpjb
pjb_probe: looking for devices
USB PJB is connected
usb.c: cpqpjb driver claimed interface c148bee0
/sbin/lsmod says:
cpqpjb 2816 0=20
However depmod says:
depmod: *** Unresolved symbols in
/lib/modules/2.4.8-34.1mdk/usbdrv/cpqpjb.o
I also added=20
keep=20
path=3D/lib/modules/'kernelversion'/usbdrv
alias char-major-10-176 cpqpjb
to /etc/modules.conf
What am I doing wrong, or what can I try or do now?
-Paul Rodr=EDguez
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
|