Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
20 years ago

how to mount usb(sl811hs)?

dear all:

i selected sl811hs and builded the kernel,then here is hc_sl811.o in kernel: /1c20_kernel/build/drivers/usb/host/.

how can i see the usb in uclinux?? should i mount it ??

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I'm surprised that that worked for you at all, since the hc_sl811 driver is supposed to be broken in 2.6 (hence its replacement with sl811-hcd 2.6.9).

    In any event, what you want to do is also enable the usb device filesystem, then mount it

    mount - n nodev -t procfs /proc/bus/usb

    then you can look at the list of attached devices.

    What you do after that depends on what sort of USB device you're trying to use.