DragonFly users List (threaded) for 2006-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: USB Pen drive
On Mon, 2006-06-26 at 16:30 +0530, Karthik Subramanian wrote:
> Hi Folks,
>
> Yet another newbie question - how do I use my USB pen drive under DragonFly?
>
> I just tried shoving it into the USB port, and watched dmesg - nothing happened!
>
> I have usb, umass, scbus and da compiled into the kernel.
What about uhci and/or ohci? (I just noticed that the GENERIC kernel
does not include ehci, so I had to add 'device ehci' to my custom
kernel config.)
Does your usb hardware appear in dmesg? e.g. uhci, umass, uhub, etc?
pciconf -lv should show you what USB controllers your machine has, e.g.
ehci0@pci0:16:3: class=0x0c0320 card=0x31041106 chip=0x31041106
rev=0x82 hdr=0x00
vendor = 'VIA Technologies Inc'
device = 'VT6202/12 USB 2.0 Enhanced Host Controller'
class = serial bus
subclass = USB
If your USB hardware is supported, the drive should show up as da0s1,
which can be mounted with mount_msdos in the usual way.
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]