I have an Asus RT N16 with ddwrt and a 5GH/s BFL miner.
I'm following the instructions posted at
http://pastebin.com/hwgm3kEe and
https://109.201.133.195/index.php?topic=76685.msg3911947When starting cgminer I get:
root@DD-WRT:/opt# cgminer
[2013-12-12 05:41:53] Started cgminer 3.8.5
[2013-12-12 05:41:53] Failed to sem_wait errno=89 cgsem=0x0x5061c8 in usbutils.c usb_resource_thread():3651
Not sure if I set up the usb libs properly, here is what I have
root@DD-WRT:/opt/lib# ls | grep libusb
libusb-0.1.so.4
libusb-0.1.so.4.4.4
libusb-1.0.so
libusb-1.0.so.0
libusb-1.0.so.0.1.0
libusb.so
root@DD-WRT:/opt/lib# ls -lR . | grep ^l
lrwxrwxrwx 1 root root 19 Dec 12 05:55 libusb-0.1.so.4 -> libusb-0.1.so.4.4.4
lrwxrwxrwx 1 root root 19 Dec 12 05:24 libusb-1.0.so -> libusb-1.0.so.0.1.0
lrwxrwxrwx 1 root root 19 Dec 12 04:31 libusb-1.0.so.0 -> libusb-1.0.so.0.1.0
Any ideas what could be the problem?