Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
usb mass storage
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
tassilo80
Guru
Guru


Joined: 26 Mar 2003
Posts: 346
Location: Koblenz, Germany

PostPosted: Thu Jun 12, 2003 8:32 pm    Post subject: usb mass storage Reply with quote

Hello,

I don't get my digi cam (FUJI A202) working. scsi-ide, scsi generic, and oll other things I need are compiled in the kernel. USB support, usb mass storage and UHCI (Intel), too.

dmesg says:
Code:

usb-uhci.c: interrupt, status 3, frame# 1373
usb.c: USB disconnect on device 00:1d.0-1 address 3
hub.c: new USB device 00:1d.0-1, assigned address 4
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 4
sr0: mmc-3 profile: 0h
sr0: mmc-3 profile: 0h
sr0: CDROM (ioctl) reports ILLEGAL REQUEST.
cdrom: open failed.
usb-uhci.c: interrupt, status 3, frame# 14
usb.c: USB disconnect on device 00:1d.0-1 address 4
hub.c: new USB device 00:1d.0-1, assigned address 5
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 5


When the cam is attached proc shows:
Code:

root@inspiron dev # cat /proc/scsi/usb-storage-0/1
Host scsi1: usb-storage
Vendor: Unknown
Product: USB Mass Storage
Serial Number: Y-393^^^^^020809WFC00002006734
Protocol: 8070i
Transport: Control/Bulk/Interrupt
GUID: 04cb01120b0fc00002006734
Attached: Yes


My prob is, that there's no /dev/sda#. So how to mount it?

In this forum I read, that one guy got this working by changing the sequence the scsi-modules are loaded, but I have compiled them into ther kernel. (And don't want to recompile them as mods, because last time I tried this, nothing did work...)

Greets,
Tassilo
Back to top
View user's profile Send private message
TheCoop
Veteran
Veteran


Joined: 15 Jun 2002
Posts: 1814
Location: Where you least expect it

PostPosted: Thu Jun 12, 2003 9:18 pm    Post subject: Reply with quote

have you got usb mass storage compiled into kernel?
_________________
95% of all computer errors occur between chair and keyboard (TM)

"One World, One web, One program" - Microsoft Promo ad.
"Ein Volk, Ein Reich, Ein Führer" - Adolf Hitler

Change the world - move a rock
Back to top
View user's profile Send private message
Red Nalie
Guru
Guru


Joined: 24 Mar 2003
Posts: 484
Location: Den Helder - The Netherlands - Europe - Earth - Milky Way - Universe

PostPosted: Fri Jun 13, 2003 8:40 am    Post subject: Reply with quote

I have the exact same problem with my Archos Jukebox Multimedia
/proc/scsi/usb-storage-0/0 also states all the things you say (except for Vendor/Product etc).

USB-Mass storage etc are in the kernel, but still nothing

[edit]
Mine doesn't say the same thing after all :P

Code:

Host scsi0: usb-storage
Vendor: ARCHOS
Product: ARCHOS JBM
Serial number: <enter loads of ### here>
Protocol: Transparent SCSI
Transport: Bulk
GUID: <enter loads of ### here>
Attached: Yes


We could really use some help :)
_________________
Many people call me Linux-freak, I just see me as a freak who uses Linux :)

i'm a little n00bie short and stout, here is my nickname here is my SHOUT!!!1 when i get all flamed up hear me SHOUT!!1 ban me forever, kick me out
Back to top
View user's profile Send private message
Red Nalie
Guru
Guru


Joined: 24 Mar 2003
Posts: 484
Location: Den Helder - The Netherlands - Europe - Earth - Milky Way - Universe

PostPosted: Fri Jun 13, 2003 10:04 am    Post subject: Reply with quote

I found some things:

Enable SCSI-DISK support and SCSI Generic Support

Only problem I now have is that my Archos decided to but-out when I tried to mount it (won't boot anymore). It had those problems before, so it is device related :D

[edit]
Put my archos on power-supply and I can acces it :)
_________________
Many people call me Linux-freak, I just see me as a freak who uses Linux :)

i'm a little n00bie short and stout, here is my nickname here is my SHOUT!!!1 when i get all flamed up hear me SHOUT!!1 ban me forever, kick me out
Back to top
View user's profile Send private message
erwan
Apprentice
Apprentice


Joined: 01 Jun 2003
Posts: 150
Location: Tokyo

PostPosted: Fri Jun 13, 2003 2:58 pm    Post subject: Reply with quote

Same problem with my digital camera ! An entry in /proc/scsi but no device created...

Code:

Host scsi0: usb-storage
Vendor: KYOCERA CORPORATION
Product: Finecam S3x
Serial Number: K0010711
Protocol: 8070i
Transport: Control/Bulk
GUID: 048201000000000140010711
Attached: Yes


However I do have scsi-disk and scsi-generic enabled, and usb-storage as a module.
_________________
See me on Jabber: erwan@im.loisant.org
Back to top
View user's profile Send private message
Red Nalie
Guru
Guru


Joined: 24 Mar 2003
Posts: 484
Location: Den Helder - The Netherlands - Europe - Earth - Milky Way - Universe

PostPosted: Fri Jun 13, 2003 4:21 pm    Post subject: Reply with quote

erwan wrote:
Same problem with my digital camera ! An entry in /proc/scsi but no device created...

Code:

Host scsi0: usb-storage
Vendor: KYOCERA CORPORATION
Product: Finecam S3x
Serial Number: K0010711
Protocol: 8070i
Transport: Control/Bulk
GUID: 048201000000000140010711
Attached: Yes


However I do have scsi-disk and scsi-generic enabled, and usb-storage as a module.


Just stating the obvious but ehm: did you load the module :roll:
_________________
Many people call me Linux-freak, I just see me as a freak who uses Linux :)

i'm a little n00bie short and stout, here is my nickname here is my SHOUT!!!1 when i get all flamed up hear me SHOUT!!1 ban me forever, kick me out
Back to top
View user's profile Send private message
tassilo80
Guru
Guru


Joined: 26 Mar 2003
Posts: 346
Location: Koblenz, Germany

PostPosted: Fri Jun 13, 2003 4:42 pm    Post subject: Oh Reply with quote

SCSI-disk support is off here. I think that is the prob. I'll compile it in.

Thanks,

Tassilo
Back to top
View user's profile Send private message
erwan
Apprentice
Apprentice


Joined: 01 Jun 2003
Posts: 150
Location: Tokyo

PostPosted: Fri Jun 13, 2003 4:48 pm    Post subject: Reply with quote

Red Nalie wrote:

Just stating the obvious but ehm: did you load the module :roll:


Well... It was loaded :wink:

Actually, I heard 2.4.21 is just out and has bug fixes about usb-storage - maybe an upgrade would do it ?
_________________
See me on Jabber: erwan@im.loisant.org
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum