I have an Avalon Nano 3 usb asic miner
The instructions for windows tell me to download a driver.
LPCXpresso Link2 USB driver package
But I have Fedora Linux
Do I need some driver or kernel module for the Avalon stick?
Isnt it supposed to show up as /dev/ttyUSB* ?
I can only see it in /dev/bus/usb/005/023
(i'm trying to use bfgminer)
bfgminer -S ICA:/dev/char/tty* -o stratum+tcp://127.0.0.1:9332 -O userxxx:passxxx --set-device ICA:baud=115200 --set-device ICA:reopen=timeout --set-device ICA:work_division=1 --set-device ICA:fpga_count=1 --set-device ICA:probe_timeout=100 --set-device ICA:timing=0.22 --api-listen
As I try to connect bfgminer i get:
[2015-11-22 14:17:14] /dev/bus/usb/005/013: tcgetattr failed: Inappropriate ioctl for device
[2015-11-22 14:17:14] /dev/bus/usb/005/013: tcflush failed: Inappropriate ioctl for device
Again: is it correct to try to connect to the usb asic from the /dev/bus/usb/* directory structure?