I'm trying to boot a zynq z7000 with a linaro distribution and I'm following [this tutorial](http://fpga.org/2013/05/24/yet-another-guide-to-running-linaro-ubuntu-desktop-on-xilinx-zynq-on-the-zedboard/).
I managed to run the Linaro and seemed to be working fine except that I couldn't use usb webcam nor disc drive (mouse and keyboard are working fine).
When I try: lsusb
I get:
...
Bus 001 Device 005: ID 046d:0805 Logitech, Inc. Webcam C300
but when I use: ls /dev/video*
I get:
ls: cannot access /dev/video*: No such file or directory
Can someone tell me where could be the problem?