On Tue, 2006-01-10 at 02:31 +0000, Paul F. Johnson wrote: > Hi, > > > In /media my USB camera shows as /usbdisk, what's in your /media > > Only things I've got listed in there are > > camera (I did that one) > cdrecorder1 > cdrecorder3 > cdrom1 > zip > cdrecorder > cdrecorder2 > cdrom > floppy1 > > If I put in a USB pen, HAL automounts and that will appear as the name > identified on the key. > What shows in /var/log/messages when the camera is attached? What does dmesg say about the same? If it does not show in one of those two places it likely did not get a device name added, so may not be usable. If it does show there you can try manually mounting it. For example, if it shows as sdb1 then you can try 'mount /dev/sdb1 /mnt' and see what happens.