* [gentoo-user] mounting my digital camera storage... not!
@ 2007-03-14 23:10 linux
2007-03-14 23:33 ` James Ausmus
2007-03-15 0:46 ` Dan Farrell
0 siblings, 2 replies; 4+ messages in thread
From: linux @ 2007-03-14 23:10 UTC (permalink / raw
To: gentoo-user
Hello, list --
dmesg sez:
usb-storage: device found at 7
usb-storage: waiting for device to settle before scanning
scsi 5:0:0:0: Direct-Access KM DiMAGE Z6 1.00 PQ: 0
ANSI: 0 CCS usb-storage: device scan complete
Why can't I get a /dev block device to mount this?
I know I must be missing something simple and obvious.
from /proc/config.gz:
CONFIG_SCSI=y
CONFIG_SCSI_NETLINK=y
CONFIG_SCSI_SPI_ATTRS=y
CONFIG_SCSI_FC_ATTRS=y
CONFIG_SCSI_AIC7XXX=y
CONFIG_SCSI_AIC79XX=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
CONFIG_USB_DEVICEFS=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=y
CONFIG_USB_PRINTER=y
CONFIG_USB_STORAGE=y
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
CONFIG_USB_MON=y
Any help appreciated.
--
|\ /| | | ~ ~
| \/ | |---| `|` ?
| |ichael | |iggins \^ /
michael.higgins[at]evolone[dot]org
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] mounting my digital camera storage... not!
2007-03-14 23:10 [gentoo-user] mounting my digital camera storage... not! linux
@ 2007-03-14 23:33 ` James Ausmus
2007-03-15 0:46 ` Dan Farrell
1 sibling, 0 replies; 4+ messages in thread
From: James Ausmus @ 2007-03-14 23:33 UTC (permalink / raw
To: gentoo-user, linux
On 3/14/07, linux@evolone.com <linux@evolone.com> wrote:
> Hello, list --
>
> dmesg sez:
>
> usb-storage: device found at 7
> usb-storage: waiting for device to settle before scanning
> scsi 5:0:0:0: Direct-Access KM DiMAGE Z6 1.00 PQ: 0
> ANSI: 0 CCS usb-storage: device scan complete
>
>
> Why can't I get a /dev block device to mount this?
Try enabling this kernel option:
CONFIG_SCSI_MULTI_LUN=y
HTH-
James
>
> I know I must be missing something simple and obvious.
>
> from /proc/config.gz:
>
> CONFIG_SCSI=y
> CONFIG_SCSI_NETLINK=y
> CONFIG_SCSI_SPI_ATTRS=y
> CONFIG_SCSI_FC_ATTRS=y
> CONFIG_SCSI_AIC7XXX=y
> CONFIG_SCSI_AIC79XX=y
>
>
> CONFIG_USB_ARCH_HAS_HCD=y
> CONFIG_USB_ARCH_HAS_OHCI=y
> CONFIG_USB_ARCH_HAS_EHCI=y
> CONFIG_USB=y
> CONFIG_USB_DEVICEFS=y
> CONFIG_USB_EHCI_HCD=y
> CONFIG_USB_OHCI_HCD=y
> CONFIG_USB_OHCI_LITTLE_ENDIAN=y
> CONFIG_USB_UHCI_HCD=y
> CONFIG_USB_PRINTER=y
> CONFIG_USB_STORAGE=y
> CONFIG_USB_HID=y
> CONFIG_USB_HIDINPUT=y
> CONFIG_USB_MON=y
>
>
> Any help appreciated.
>
> --
> |\ /| | | ~ ~
> | \/ | |---| `|` ?
> | |ichael | |iggins \^ /
> michael.higgins[at]evolone[dot]org
> --
> gentoo-user@gentoo.org mailing list
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] mounting my digital camera storage... not!
2007-03-14 23:10 [gentoo-user] mounting my digital camera storage... not! linux
2007-03-14 23:33 ` James Ausmus
@ 2007-03-15 0:46 ` Dan Farrell
2007-03-15 14:36 ` [gentoo-user] mounting my digital camera storage... not! [SOLVED] Michael Higgins
1 sibling, 1 reply; 4+ messages in thread
From: Dan Farrell @ 2007-03-15 0:46 UTC (permalink / raw
To: gentoo-user
On Wed, 14 Mar 2007 16:10:40 -0700
linux@evolone.com wrote:
> Hello, list --
>
> dmesg sez:
>
> usb-storage: device found at 7
> usb-storage: waiting for device to settle before scanning
> scsi 5:0:0:0: Direct-Access KM DiMAGE Z6 1.00 PQ: 0
> ANSI: 0 CCS usb-storage: device scan complete
>
>
> Why can't I get a /dev block device to mount this?
>
> I know I must be missing something simple and obvious.
>
> from /proc/config.gz:
>
> CONFIG_SCSI=y
> CONFIG_SCSI_NETLINK=y
> CONFIG_SCSI_SPI_ATTRS=y
> CONFIG_SCSI_FC_ATTRS=y
> CONFIG_SCSI_AIC7XXX=y
> CONFIG_SCSI_AIC79XX=y
>
>
> CONFIG_USB_ARCH_HAS_HCD=y
> CONFIG_USB_ARCH_HAS_OHCI=y
> CONFIG_USB_ARCH_HAS_EHCI=y
> CONFIG_USB=y
> CONFIG_USB_DEVICEFS=y
> CONFIG_USB_EHCI_HCD=y
> CONFIG_USB_OHCI_HCD=y
> CONFIG_USB_OHCI_LITTLE_ENDIAN=y
> CONFIG_USB_UHCI_HCD=y
> CONFIG_USB_PRINTER=y
> CONFIG_USB_STORAGE=y
> CONFIG_USB_HID=y
> CONFIG_USB_HIDINPUT=y
> CONFIG_USB_MON=y
>
>
> Any help appreciated.
>
do you have scsi block disk support?
CONFIG_BLK_DEV_SD=y
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [gentoo-user] mounting my digital camera storage... not! [SOLVED]
2007-03-15 0:46 ` Dan Farrell
@ 2007-03-15 14:36 ` Michael Higgins
0 siblings, 0 replies; 4+ messages in thread
From: Michael Higgins @ 2007-03-15 14:36 UTC (permalink / raw
To: gentoo-user
> -----Original Message-----
> From: Dan Farrell [mailto:dan@spore.ath.cx]
> On Wed, 14 Mar 2007 16:10:40 -0700
> linux@evolone.com wrote:
>
> > Hello, list --
> >
> > dmesg sez:
> >
> > usb-storage: device found at 7
> > usb-storage: waiting for device to settle before scanning
> > scsi 5:0:0:0: Direct-Access KM DiMAGE Z6 1.00 PQ: 0
> > ANSI: 0 CCS usb-storage: device scan complete
> >
> >
> > Why can't I get a /dev block device to mount this?
> >
> > I know I must be missing something simple and obvious.
> >
> > from /proc/config.gz:
> >
[8<]
> >
> > Any help appreciated.
> >
>
> do you have scsi block disk support?
>
> CONFIG_BLK_DEV_SD=y
No, I did not. I do now, though.
Thanks! ;-)
-- Michael Higgins
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-03-15 14:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-14 23:10 [gentoo-user] mounting my digital camera storage... not! linux
2007-03-14 23:33 ` James Ausmus
2007-03-15 0:46 ` Dan Farrell
2007-03-15 14:36 ` [gentoo-user] mounting my digital camera storage... not! [SOLVED] Michael Higgins
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox