Forum Discussion
Altera_Forum
Honored Contributor
21 years agohow 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
Honored 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.