Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
USB-Storage kernel 2.6.0-test4 [RISOLTO]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
hellraiser
Guru
Guru


Joined: 14 Jun 2003
Posts: 431
Location: Pescara [Italy]

PostPosted: Sun Aug 24, 2003 2:46 pm    Post subject: USB-Storage kernel 2.6.0-test4 [RISOLTO] Reply with quote

allora, ieri mi sono accinto ad acquistare una fotocamera digitale, una OLYMPUS c-150...

allora l ho subito provata, e con il kernel 2.4.20 funziona perfettamente...cioe riesco a montare il device che viene visto come disko usb, /dev/sda1...

fin qui tutto ok...

ma con il 2.6.0-test4 non riesco a farla andare !

ecco cosa ho attivato nel kernel...

ATA/ATAPI/MFM/RLL support --->
<M> SCSI emulation support
SCSI device support --->
<*> SCSI device support
<M> SCSI generic support
USB support --->
<*> Support for USB
[*] USB device filesystem
[*] Enforce USB bandwidth allocation (EXPERIMENTAL
<M> OHCI HCD support
<M> UHCI HCD (most Intel and VIA) support
<M> USB Printer support
<M> USB Mass Storage support
[*] Datafab Compact Flash Reader support (EXPERIMENTAL)
[*] Microtech CompactFlash/SmartMedia support
[*] SanDisk SDDR-09 (and other SmartMedia) support (EXPERIMENTAL)


cosa manka ???
_________________
Io non sono nessuno...ma nessuno è come me!

"Open Source is a good idea..."


Last edited by hellraiser on Sun Aug 24, 2003 4:57 pm; edited 2 times in total
Back to top
View user's profile Send private message
hellraiser
Guru
Guru


Joined: 14 Jun 2003
Posts: 431
Location: Pescara [Italy]

PostPosted: Sun Aug 24, 2003 2:51 pm    Post subject: Reply with quote

ecco dopo faccio

modprobe usb-storage
modprobe ide-scsi

attacco la camera all usb...e ricevo questo da un
Code:
tail -f /var/log/everything/current
Aug 24 16:44:04 [kernel] hub 2-0:0: debounce: port 1: delay 100ms stable 4 status 0x101
Aug 24 16:44:04 [kernel] hub 2-0:0: new USB device on port 1, assigned address 4
Aug 24 16:44:04 [kernel] scsi3 : SCSI emulation for USB Mass Storage devices
Aug 24 16:44:04 [kernel]   Vendor: OLYMPUS   Model: C150,D390         Rev: 1.00
Aug 24 16:44:04 [scsi.agent] disk at /devices/pci0000:00/0000:00:02.3/usb2/2-1/2-1:0/host3/3:0:0:0
Aug 24 16:44:04 [modprobe] FATAL: Module sd_mod not found.


e dopo non riesco a far nulla....

chi mi da' una mano ?

thanks
_________________
Io non sono nessuno...ma nessuno è come me!

"Open Source is a good idea..."
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30921
Location: here

PostPosted: Sun Aug 24, 2003 2:52 pm    Post subject: Reply with quote

modprobi sia uhci che usb-storage?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sun Aug 24, 2003 2:53 pm    Post subject: Reply with quote

Manca, come detto da usb-coso,
Code:
Aug 24 16:44:04 [modprobe] FATAL: Module sd_mod not found.

il modulo sd_mod.
Code:
CONFIG_BLK_DEV_SD=m

_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito


Last edited by cerri on Sun Aug 24, 2003 2:56 pm; edited 2 times in total
Back to top
View user's profile Send private message
hellraiser
Guru
Guru


Joined: 14 Jun 2003
Posts: 431
Location: Pescara [Italy]

PostPosted: Sun Aug 24, 2003 2:54 pm    Post subject: Reply with quote

fedeliallalinea wrote:
modprobi sia uhci che usb-storage?


Code:

root@inferno h3llr4is3r # lsmod
Module                  Size  Used by
vfat                   12800  0
fat                    42784  1 vfat
ide_scsi               13184  0
usb_storage            41216  0
nvidia               1702380  10
sg                     30092  0
ppp_synctty             8192  0
uhci_hcd               29832  0
ohci_hcd               16512  0
ppp_deflate             4992  0
zlib_deflate           21528  1 ppp_deflate
zlib_inflate           21248  1 ppp_deflate
ppp_async               9856  1
sis900                 17668  0
crc32                   4096  1 sis900


com vedi è caricato...
_________________
Io non sono nessuno...ma nessuno è come me!

"Open Source is a good idea..."
Back to top
View user's profile Send private message
maur8
Apprentice
Apprentice


Joined: 04 Mar 2003
Posts: 229
Location: Pescara (in serie B!!!), Italy

PostPosted: Sun Aug 24, 2003 2:55 pm    Post subject: Reply with quote

Prova a compilare scsi device support come modulo. Hai hotplug installato?
_________________
Maur8.
"They decided our fate in a microsecond. Extermination"
Sgt. Kyle Rise, The Terminator
Back to top
View user's profile Send private message
hellraiser
Guru
Guru


Joined: 14 Jun 2003
Posts: 431
Location: Pescara [Italy]

PostPosted: Sun Aug 24, 2003 4:12 pm    Post subject: Reply with quote

cerri wrote:
Manca, come detto da usb-coso,
Code:
Aug 24 16:44:04 [modprobe] FATAL: Module sd_mod not found.

il modulo sd_mod.
Code:
CONFIG_BLK_DEV_SD=m


come al solito cHerri aveva ragione :evil:

bastava compilare anke quel supporto nel kernel...e ora funge tutto ok

praticamente dopo mi ha creato /dev/sda1 , l ho montato e ed è tutto ok
_________________
Io non sono nessuno...ma nessuno è come me!

"Open Source is a good idea..."
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sun Aug 24, 2003 5:21 pm    Post subject: Reply with quote

hellraiser wrote:
come al solito cHerri aveva ragione :evil:

Ah, pure la faccia :evil: ???
............
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
hellraiser
Guru
Guru


Joined: 14 Jun 2003
Posts: 431
Location: Pescara [Italy]

PostPosted: Sun Aug 24, 2003 5:42 pm    Post subject: Reply with quote

cerri wrote:
hellraiser wrote:
come al solito cHerri aveva ragione :evil:

Ah, pure la faccia :evil: ???
............



caro cerri, quella è la mia faccia quando sto felice...
e oggi sto proprio felice....ma proprio contento :cry:
_________________
Io non sono nessuno...ma nessuno è come me!

"Open Source is a good idea..."
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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