Click to See Complete Forum and Search --> : Slackware 10 and Digital Camera


Rule
09-01-2004, 11:37 PM
Hi i'm having trouble getting my Pentax Optio S30 camera working in Slackware, it worked fine in SuSE 9.1 (just plug it in:D). I'm also using the 2.6.7 kernel and droline gnome.

TIA
Rule

SA_99
09-02-2004, 12:00 AM
If it's a USB mass storage device, try (as root):
mkdir /mnt/USB
mount -t vfat /dev/sda1 /mnt/USB
If that doesn't work, plug it in and copy+paste the last 20 or so lines of the output of "dmesg" into a reply.

If it does work, just add the following to your /etc/fstab file:
/dev/sda1 /mnt/USB vfat noauto,user,umask=0 0 0

H2O-linux
09-03-2004, 12:16 PM
mkdir /mnt/USB

worked for me:)

Rule
10-01-2004, 08:20 PM
Hey how cna I have this auto mount when I plug it in??

Btw i'm now using ubuntu and not slackware:D

Rule
10-01-2004, 08:27 PM
nevermind it works :D