>     * From: Carl Fink <[EMAIL PROTECTED]>
>/home/carlf# find /lib/modules/ -iname \*berry\*
>/lib/modules/2.6.22-2-k7/kernel/drivers/usb/misc/berry_charge.ko
>/lib/modules/2.6.22-3-k7/kernel/drivers/usb/misc/berry_charge.ko
>/home/carlf# modprobe 
>/lib/modules/2.6.22-3-k7/kernel/drivers/usb/misc/berry_charge.ko
>FATAL: Module /lib/modules/2.6.22_3_k7/kernel/drivers/usb/misc/berry_charge.ko 
>not found.
>So, is refusing to admit that a file which is clearly present in fact exists
>a bug in the kernel worth reporting?

no, it might perhaps be a bug if such a message is given by

insmod /lib/modules/2.6.22-3-k7/kernel/drivers/usb/misc/berry_charge.ko

but modprobe is a different thing (which uses only module names and not
paths, which are resolved using modules.dep, as the man page explains)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to