Gentoo Archives: gentoo-user

From: John covici <covici@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] usb mp3 player can't be mounted
Date: Thu, 05 Jul 2007 16:51:39
Message-Id: 18061.8216.432761.927373@ccs.covici.com
In Reply to: Re: [gentoo-user] usb mp3 player can't be mounted by Michael Niggli
1 on Thursday 07/05/2007 Michael Niggli(m.niggli@×××××.com) wrote
2 > maxim wexler wrote:
3 > > Hi group,
4 > >
5 > > I posted earlier on this subject but scored no hits.
6 > > I've been poking around on the Web for answers but so
7 > > far without luck.
8 > >
9 > > When I plug the player into port and $dmesg, this
10 > > comes up:
11 > >
12 > > <SNIP>
13 > >
14 > > Why won't it assign a drive, like /dev/sda? It does on
15 > > another machine with virtually the same setup.
16 > >
17 > > Nothing shows up in udevinfo, cat /proc/partitions.
18 > >
19 > > but,
20 > >
21 > > #lsusb
22 > > Bus 001 Device 003: ID 04e8:9826 Samsung Electronics
23 > > Co., Ltd
24 > >
25 > > and
26 > >
27 > > $cat /proc/bus/usb/devices
28 > > <snip>
29 > > S: Manufacturer=NewTech Inc
30 > > S: Product=USB Mass Storage Device 2.0
31 > > <snip>
32 > >
33 > > I tried making the node manually(assuming /dev/sda)
34 > >
35 > > #mknod /dev/sda b 8 0
36 > >
37 > > but attempts to mount the device return "/dev/sda is
38 > > not a valid block device"
39 > >
40 > > What am I missing?
41 > >
42 > > Maxim
43 > >
44 > In the other post you mentioned that the kernel configs of those two
45 > machines are,
46 > concerning USB settings, the same. But how about SCSI disk support? It
47 > seems to
48 > be needed for USB storage, or at least its help text in menuconfig says
49 > so... :)
50
51 There is also another config which I found very helpful -- for at
52 least recognizing a card reader which is not in the default config and
53 that is
54 # Some SCSI devices (e.g. CD jukebox) support multiple LUNs
55 #
56 CONFIG_SCSI_MULTI_LUN=y
57
58 Hope this helps.
59
60 --
61 Your life is like a penny. You're going to lose it. The question is:
62 How do
63 you spend it?
64
65 John Covici
66 covici@××××××××××.com
67 --
68 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] usb mp3 player can't be mounted maxim wexler <blissfix@×××××.com>