usb mass storage question.

A place to ask all newbie questions and not get flamed, though you will get beaten down if you post a newbieish question outside of these walls.
Post Reply
raggedraider
Newbie
Posts: 7
Joined: Wed Sep 08, 2004 12:23 pm
Location: nj, usa, earth

usb mass storage question.

Post by raggedraider »

hi
i have to say gentoox kicks arse.
i cant believe i have an xbox that can run p2p programs.
very cool.

QUESTION : is there a reeely easy way to just grab files off a usb mass storage device ( camera ) ?
i have tried gphoto,gphoto2, and a few others with no luck
i tried gtkam but that takes a week to compile/merge.

i have managed to " see " my camera using usbveiw ( very cool, it " sees" the mem card in the xpad ), and i have found a file in
proc/bus/usb/001/

if i plug the camera in and refresh the page ( in proc/bus/usb/ 001)it will show a file that wasnt there before. but i cant open it.
i can copy it and move it to desktop

is there just a program i can emerge that will work " out of the box " or with little configuring?

am i making sense?
i can barely understand "winxp"
any help is good help, forgive me if im rude , try to understand my writing ( because you dont want to hear me talk )
thanx
1.0 ,e2 bio, 40g hdd
nobspangle
Gentoox Guru!
Posts: 1681
Joined: Sun Sep 28, 2003 11:59 am
Location: Manchester, UK

Post by nobspangle »

Code: Select all

modprobe sd_mod
modprobe usb_storage
modprobe scsi_mod
mkdir /mnt/camera
mount /dev/sda /mnt/camera
Then your files should be in /mnt/camera
If you keep an open mind, will your brain fall out?
raggedraider
Newbie
Posts: 7
Joined: Wed Sep 08, 2004 12:23 pm
Location: nj, usa, earth

Post by raggedraider »

how do i enter code ?

i tried to at the
root #modprobe sd_mod
i got a segmentaition fault. ( then i pluged the camera in )
then i tried it again
root #modprobe sd_mod
root #modprobe usb_storage
modprobe : cant locate module usb_storage
id figure id stop here as to avoid messing a file up and having to reload everything again.

the device im trying to plug in ( in windows xp ) shows up as

DCIM/100_FUJI
countless hrs of searching tells me this is recognized by gentoo as a usb mass storage device ( camera)
and the best program to use might be digikam
i have been able to put mp3 files to the camera and play them from the
camera ( using windows )

would a usb hub screw things up ?
i tried the same as above with and with out a hub.

thanx again
1.0 ,e2 bio, 40g hdd
nobspangle
Gentoox Guru!
Posts: 1681
Joined: Sun Sep 28, 2003 11:59 am
Location: Manchester, UK

Post by nobspangle »

looks like usb-storage isn't compiled, you'll need that.

Code: Select all

cd /usr/src/linux
make menuconfig
find the usb section and the usb-storage option and mark that with an M so it get's compiled as a module. quit the menu choose yes to save the config

Code: Select all

make modules modules_install
If you keep an open mind, will your brain fall out?
raggedraider
Newbie
Posts: 7
Joined: Wed Sep 08, 2004 12:23 pm
Location: nj, usa, earth

Post by raggedraider »

i tried it didnt work

my hdd just blistered the lable

its gonna take me a day or two to reload everything again
but we will get to try this on a fresh install.

thanx
sorry about my failed equiptment and your time.
1.0 ,e2 bio, 40g hdd
althena77
Novice
Posts: 45
Joined: Mon Jul 19, 2004 10:02 pm
Location: Germany
Contact:

Post by althena77 »

Hello!!

No problems with the modules and I created the folder /mnt/camera.

But when I try to mount it with "mount /dev/sda /mnt/camera" I get an error message that /dev/sda does not exist in.
What did I forget??

Greetings
althena77
XBox: 1.1
Bios: IND 5003
Gentoox: Home 4.0
Installation: F
RAM: 128 MB
orochi
Gentoox Guru!
Posts: 606
Joined: Sun Oct 24, 2004 8:11 am

Post by orochi »

nobspangle wrote:

Code: Select all

modprobe sd_mod
modprobe usb_storage
modprobe scsi_mod
mkdir /mnt/camera
mount /dev/sda /mnt/camera
Then your files should be in /mnt/camera

it should be modprobe usb-storage instead


also althena77 try: mount /dev/sda1 /mnt/camera instead
Post Reply