Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2001 17:08:45 -0400
From:      "Matthew Emmerton" <matt@gsicomp.on.ca>
To:        "Andrew J Caines" <A.J.Caines@halplant.com>, "FreeBSD Hackers" <FreeBSD-Hackers@FreeBSD.ORG>
Subject:   Re: Mounting FAT16 on USB connected Rio 600
Message-ID:  <00d401c12c17$cc847fb0$1200a8c0@gsicomp.on.ca>
References:  <20010822232503.E431@hal9000.servehttp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> Hackers,
>
> The overwhelming lack of response on -questions suggests I might do better
> here. I though this would be an easy one.
>
> In short, I simply want to know what device to mount and what to do get
> that device configured.
>
> # usbdevs -v
> Controller /dev/usb0:
> addr 1: self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev
0x0100
>  port 1 powered
>  port 2 addr 2: self powered, config 1, Diamond Multimedia  Digital Audio
Player(0x5001), Diamond Multimedia(0x045a), rev 0x0100
>
> /kernel: ugen0: at uhub0 port 2 (addr 2) disconnected
> /kernel: ugen0: detached
> /kernel: ugen0: Diamond Multimedia Diamond Multimedia  Digital Audio
Player, rev 1.00/1.00, addr 2

Since this device is recognized by the kernel as 'ugen0', it doesn't know
that it's a storage unit, and explains why you can't mount it.

In order to use this device, you'll have to update the USB subsystem to
recognize this device as a storage unit, and perhaps do some other code
hacking before you can access it as a SCSI disk.

Hopefully someone else on the list can provide you with more details (as in,
how do I do what I need to do to get this thing working!)

--
Matt Emmerton


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00d401c12c17$cc847fb0$1200a8c0>