gPhoto2 kernel problems
Kurt Wall
kwall
Mon May 17 11:46:53 PDT 2004
An unnamed Administration source, Bob Hemus, wrote:
% I'm running RH 7.3 2.4.18 kernel. The gPhoto2 Manual says that RH 7.3
% will run gPhoto2. when I do:
% [root at localhost root]# modprobe usb-uhci
% [ root at localhost root]# modprobe usb ohci
Are you missing a "-" between "usb" and "ohci", thus:
# modprobe usb-ohci
% modprobe: Can't locate module ohci
Here's a clue what went wrong.
% [root at localhost root]# mount -t usbdevsf usb /proc/bus/usb
That would be:
# mount -t usbdevfs usb /proc/bus/usb
Note the difference between "usbdevsf" and "usbdevfs". :-)
% mount: fs type usbdevsf not supported by kernel
Naturally. I've never heard of a filesystem type named "usbdevsf".
On the other hand, I'm painfully familiar with a filesystem type named
"usbdevfs".
Kurt
--
If money can't buy happiness, I guess you'll just have to rent it.
More information about the Linux-users
mailing list