On Sat, 21 Dec 2002 17:34:14 -0500
Jerry McBride <[EMAIL PROTECTED]> wrote:

> Here's what I use to load the correct usb, fs modules and ends with a mount:
> 
> modprobe usbcore 
> modprobe usb-uhci
> modprobe usb-storage
> modprobe fat
> modprobe vfat
> echo mount -t vfat /dev/sda1 /mnt/camera
> 

Well I got a new camera myself for Christmas, a Canon PowerShot G2. After
I finally realised that the usb ports were disabled in the BIOS (sigh),
and fixed that, I tried the above, and it *almost* worked.

root]# mount -t vfat /dev/sda1 /mnt/camera
mount: /dev/sda1: unknown device

However, in /proc/bus/usb I see the camera, and the kernel sees it...

Dec 25 22:26:52 earthman kernel: hub.c: USB new device connect on bus1/2, assigned 
device number 5
Dec 25 22:26:52 earthman kernel: usb.c: USB device 5 (vend/prod 0x4a9/0x3055) is not 
claimed by any active driver.

So if it isn't /dev/sda1 I want what would it be? I'm running Caldera 3.1.1

-- 
-----------------------------------------------------------------------
| Alan K. Jackson            | To see a World in a Grain of Sand      |
| [EMAIL PROTECTED]          | And a Heaven in a Wild Flower,         |
| www.ajackson.org           | Hold Infinity in the palm of your hand |
| Houston, Texas             | And Eternity in an hour. - Blake       |
-----------------------------------------------------------------------
_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to