Le jeudi 19 septembre 2002 � 14:48:27, Tomas Gustavsson a �crit: > I was working to get the GemPC430-USB working yesterday, and succeded > (at least with one reader). > > In the README for the USB-driver you could add that the driver needs the > "USB FIlesystem", usbdevfs, which wasn't enabled in my kernel, and maybe > referense to http://www.linux-usb.org/
I added a note like that in the README.430 for the GemPC430. It says: Gemplus GemPC 430 reader driver README ====================================== USB support under Linux ======================= In order to use the USB ports your kernel needs to support usbdevfs. You should have the following results: $ grep usb /proc/devices 180 usb $ grep usb /proc/filesystems nodev usbdevfs nodev usbfs If it is not the case consult http://www.linux-usb.org/. You may have to recompile your kernel. /proc/bus/usb/ directory under Linux ==================================== The driver accesses directly the devices in /proc/bus/usb/*. So this directory /proc/bus/usb/ MUST exists. You have at least two solutions to create this virtual directory: - use the hotplug package from http://linux-hotplug.sourceforge.net/ - add a line to your /etc/fstab, see /usr/src/linux/Documentation/usb/proc_usb_info.txt $Id: README.430,v 1.1 2002/09/18 20:13:30 rousseau Exp $ Do you think I should add something more or be more explicit? Thanks, -- Dr. Ludovic Rousseau [EMAIL PROTECTED] -- Normaliser Unix c'est comme pasteuriser le Camembert, L.R. -- _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
