On Thu, 11 Oct 2001 20:20:45 +0100 (BST), Adam Bower wrote:
This appears to work for most people but I have also not got a camera so can't check this but looking on a couple of resources on the net you may want to do an
fdisk -l /dev/sda
to find which partition the camera appears at if mount /dev/sda1 doesn't work.
I've tried that. I get no response at all: no error message, no listing or any other information of any kind. It just returns to the prompt. What does that signify? I tried 'fdisk -l /dev/hda', just as a sanity check really. That gave me some output. But using /dev/sda it just doesn't want to know. I tried /dev/sda1, too - same result.
What's up with this /dev/sda thing?
Gerald.
On Fri, Oct 12, 2001 at 07:54:01AM +0000, Edenyard wrote:
On Thu, 11 Oct 2001 20:20:45 +0100 (BST), Adam Bower wrote:
This appears to work for most people but I have also not got a camera so can't check this but looking on a couple of resources on the net you may want to do an
fdisk -l /dev/sda
to find which partition the camera appears at if mount /dev/sda1 doesn't work.
I've tried that. I get no response at all: no error message, no listing or any other information of any kind. It just returns to the prompt. What does that signify? I tried 'fdisk -l /dev/hda', just as a sanity check really. That gave me some output. But using /dev/sda it just doesn't want to know. I tried /dev/sda1, too - same result.
What's up with this /dev/sda thing?
When you say "SCSI support is already loaded", what exactly do you mean? SCSI support including SCSI disc support, or just SCSI support?
(sd_mod IIRC if it's a module)
It looks like it isn't even being presented as sda.
J.
On Fri, 12 Oct 2001, Edenyard wrote:
I've tried that. I get no response at all: no error message, no listing or any other information of any kind. It just returns to the prompt. What does that signify? I tried 'fdisk -l /dev/hda', just as a sanity check really. That gave me some output. But using /dev/sda it just doesn't want to know. I tried /dev/sda1, too - same result.
What's up with this /dev/sda thing?
OK it seems as though there is a problem with some of the modules somewhere. what is the output of the command dmesg when you plug the camera into the machine? as that would be the first thing to check that USB is working and the camera is recognised, the next step would be to check that the SCSI emulation is working.
Adam