Post
Topic
Board Off-topic
Topic OP
BFL Single Linux help
by
daemonic
on 21/07/2012, 01:27:15 UTC
Hi,

Ive been running my BFL single on my Win7 machine for some time now, i had to visit the datacentre today, so i took the single in with me to add to the mining rigs already there, although im having issues getting it detcted.

lsusb shows it is there;
Code:
Bus 001 Device 003: ID 0403:6014 Future Technology Devices International, Ltd FT232H Single HS USB-UART/FIFO IC
but i have no /dev/ttyUSBn devices to connect to

if i modprobe ftdi_sio, i then get the following entries under lsmod;
Code:
ftdi_sio               68553  0
usbserial              67377  1 ftdi_sio

I'm running centos 5.8 on this machine, am i likely to be missing some udev rules or such to generate the /dev device?

TIA