* [gentoo-user] Problem mounting USB Drive/MP3 PLayer
@ 2007-09-12 17:18 forgottenwizard
2007-09-12 18:07 ` John covici
0 siblings, 1 reply; 8+ messages in thread
From: forgottenwizard @ 2007-09-12 17:18 UTC (permalink / raw
To: gentoo-user
First off, the MP3 player is a Zen Stone, which generally just needs to
be mounted like a hdd.
When I have it plugged in, dmesg and lsusb tell me it is seen, but the
device (generally /dev/sda1 or similar) does not show up.
This is a new kernel, so what kind of option may I be missing, or what
else could be wrong?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Problem mounting USB Drive/MP3 PLayer
2007-09-12 17:18 [gentoo-user] Problem mounting USB Drive/MP3 PLayer forgottenwizard
@ 2007-09-12 18:07 ` John covici
2007-09-12 18:45 ` forgottenwizard
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: John covici @ 2007-09-12 18:07 UTC (permalink / raw
To: gentoo-user
on Wednesday 09/12/2007 forgottenwizard(phrexianreaper@hushmail.com) wrote
> First off, the MP3 player is a Zen Stone, which generally just needs to
> be mounted like a hdd.
>
> When I have it plugged in, dmesg and lsusb tell me it is seen, but the
> device (generally /dev/sda1 or similar) does not show up.
>
> This is a new kernel, so what kind of option may I be missing, or what
> else could be wrong?
If you are using the standard gentoo configs see if
#
CONFIG_SCSI_MULTI_LUN=y
That did it for me with a card reader and some others.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Problem mounting USB Drive/MP3 PLayer
2007-09-12 18:07 ` John covici
@ 2007-09-12 18:45 ` forgottenwizard
2007-09-12 19:01 ` forgottenwizard
2007-09-12 21:04 ` forgottenwizard
2 siblings, 0 replies; 8+ messages in thread
From: forgottenwizard @ 2007-09-12 18:45 UTC (permalink / raw
To: gentoo-user
Giving it a shot. Thanks
On 14:07 Wed 12 Sep , John covici wrote:
> on Wednesday 09/12/2007 forgottenwizard(phrexianreaper@hushmail.com) wrote
> > First off, the MP3 player is a Zen Stone, which generally just needs to
> > be mounted like a hdd.
> >
> > When I have it plugged in, dmesg and lsusb tell me it is seen, but the
> > device (generally /dev/sda1 or similar) does not show up.
> >
> > This is a new kernel, so what kind of option may I be missing, or what
> > else could be wrong?
>
> If you are using the standard gentoo configs see if
>
> #
> CONFIG_SCSI_MULTI_LUN=y
>
> That did it for me with a card reader and some others.
>
> --
> Your life is like a penny. You're going to lose it. The question is:
> How do
> you spend it?
>
> John Covici
> covici@ccs.covici.com
> --
> gentoo-user@gentoo.org mailing list
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Problem mounting USB Drive/MP3 PLayer
2007-09-12 18:07 ` John covici
2007-09-12 18:45 ` forgottenwizard
@ 2007-09-12 19:01 ` forgottenwizard
2007-09-12 21:01 ` Hans-Werner Hilse
2007-09-12 21:04 ` forgottenwizard
2 siblings, 1 reply; 8+ messages in thread
From: forgottenwizard @ 2007-09-12 19:01 UTC (permalink / raw
To: gentoo-user
Alright, I did that. I tried to enable a few other options within SCSI,
and none of them did anything. Dmesg still says it sees the device,
knows it is USB, gives is an address, and designates it a configuration.
I'm going to look at the USB options and see if there is anything there
I missed.
On 14:07 Wed 12 Sep , John covici wrote:
> on Wednesday 09/12/2007 forgottenwizard(phrexianreaper@hushmail.com) wrote
> > First off, the MP3 player is a Zen Stone, which generally just needs to
> > be mounted like a hdd.
> >
> > When I have it plugged in, dmesg and lsusb tell me it is seen, but the
> > device (generally /dev/sda1 or similar) does not show up.
> >
> > This is a new kernel, so what kind of option may I be missing, or what
> > else could be wrong?
>
> If you are using the standard gentoo configs see if
>
> #
> CONFIG_SCSI_MULTI_LUN=y
>
> That did it for me with a card reader and some others.
>
> --
> Your life is like a penny. You're going to lose it. The question is:
> How do
> you spend it?
>
> John Covici
> covici@ccs.covici.com
> --
> gentoo-user@gentoo.org mailing list
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Problem mounting USB Drive/MP3 PLayer
2007-09-12 19:01 ` forgottenwizard
@ 2007-09-12 21:01 ` Hans-Werner Hilse
0 siblings, 0 replies; 8+ messages in thread
From: Hans-Werner Hilse @ 2007-09-12 21:01 UTC (permalink / raw
To: gentoo-user
Hi,
On Wed, 12 Sep 2007 14:01:10 -0500
forgottenwizard <phrexianreaper@hushmail.com> wrote:
> Alright, I did that. I tried to enable a few other options within SCSI,
> and none of them did anything. Dmesg still says it sees the device,
> knows it is USB, gives is an address, and designates it a configuration.
>
> I'm going to look at the USB options and see if there is anything there
> I missed.
You could start by sending the dmesg output that occurs when you
(re-)plug the device... It should be easier to see what's wrong then...
-hwh
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Problem mounting USB Drive/MP3 PLayer
2007-09-12 18:07 ` John covici
2007-09-12 18:45 ` forgottenwizard
2007-09-12 19:01 ` forgottenwizard
@ 2007-09-12 21:04 ` forgottenwizard
2007-09-12 22:03 ` Neil Bothwick
2 siblings, 1 reply; 8+ messages in thread
From: forgottenwizard @ 2007-09-12 21:04 UTC (permalink / raw
To: gentoo-user
Alright, I've got it. It doesn't mount via sda anymore, but by uba.
Either way, it works. Thanks for the help.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Problem mounting USB Drive/MP3 PLayer
2007-09-12 21:04 ` forgottenwizard
@ 2007-09-12 22:03 ` Neil Bothwick
2007-09-13 16:54 ` forgottenwizard
0 siblings, 1 reply; 8+ messages in thread
From: Neil Bothwick @ 2007-09-12 22:03 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 390 bytes --]
Hello forgottenwizard,
> Alright, I've got it. It doesn't mount via sda anymore, but by uba.
> Either way, it works. Thanks for the help.
You don't normally want that, for one thing it is slower. Set
CONFIG_BLK_DEV_UB=n in your kernel config.
--
Neil Bothwick
"Everything takes longer than expected, even when you take
into account Hoffstead's Law." - Hoffstead's Law
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Problem mounting USB Drive/MP3 PLayer
2007-09-12 22:03 ` Neil Bothwick
@ 2007-09-13 16:54 ` forgottenwizard
0 siblings, 0 replies; 8+ messages in thread
From: forgottenwizard @ 2007-09-13 16:54 UTC (permalink / raw
To: gentoo-user
The point here is, it works. If anything it seemed slightly faster, but
considering I'm not too worried, I'll leave it as-is.
On 23:03 Wed 12 Sep , Neil Bothwick wrote:
> Hello forgottenwizard,
>
> > Alright, I've got it. It doesn't mount via sda anymore, but by uba.
> > Either way, it works. Thanks for the help.
>
> You don't normally want that, for one thing it is slower. Set
> CONFIG_BLK_DEV_UB=n in your kernel config.
>
>
> --
> Neil Bothwick
>
> "Everything takes longer than expected, even when you take
> into account Hoffstead's Law." - Hoffstead's Law
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-09-13 17:09 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-12 17:18 [gentoo-user] Problem mounting USB Drive/MP3 PLayer forgottenwizard
2007-09-12 18:07 ` John covici
2007-09-12 18:45 ` forgottenwizard
2007-09-12 19:01 ` forgottenwizard
2007-09-12 21:01 ` Hans-Werner Hilse
2007-09-12 21:04 ` forgottenwizard
2007-09-12 22:03 ` Neil Bothwick
2007-09-13 16:54 ` forgottenwizard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox