Bitcoin Forum
May 08, 2024, 11:32:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: BFL Single Linux help  (Read 1653 times)
daemonic (OP)
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
July 21, 2012, 01:27:15 AM
 #1

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
1715167943
Hero Member
*
Offline Offline

Posts: 1715167943

View Profile Personal Message (Offline)

Ignore
1715167943
Reply with quote  #2

1715167943
Report to moderator
1715167943
Hero Member
*
Offline Offline

Posts: 1715167943

View Profile Personal Message (Offline)

Ignore
1715167943
Reply with quote  #2

1715167943
Report to moderator
1715167943
Hero Member
*
Offline Offline

Posts: 1715167943

View Profile Personal Message (Offline)

Ignore
1715167943
Reply with quote  #2

1715167943
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
daemonic (OP)
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
July 21, 2012, 02:02:25 AM
Last edit: July 23, 2012, 11:53:19 AM by daemonic
 #2

Ive managed to get it to generate the /dev/ttyUSB0 device now, by adding the following udev rule;
Code:
SYSFS{idProduct}=="6014", SYSFS{idVendor}=="0403", RUN+="/sbin/modprobe ftdi_sio product=0x6014 vendor=0x0403"
but... i now get the following;
Code:
 BFL 0: 1107951616.0C         | REST  /  0.0Mh/s | A:1 R:0 HW:0 U:9.96/m
</snip>
 [2012-07-21 03:01:02] BFL0: Hit thermal cutoff limit, disabling!
 [2012-07-21 03:01:05] BFL0: Hit thermal cutoff limit, disabling!
<and repeat>
im sure if it was that hot, it wouldve gone into meltdown by now!
daemonic (OP)
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
July 23, 2012, 11:53:53 AM
Last edit: July 23, 2012, 12:19:11 PM by daemonic
 #3

does anyone have any pointers/ideas?

Switching to BFGMiner solved my issues Cheesy
generalfault
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile WWW
July 23, 2012, 01:35:12 PM
 #4

Ive managed to get it to generate the /dev/ttyUSB0 device now, by adding the following udev rule;
Code:
SYSFS{idProduct}=="6014", SYSFS{idVendor}=="0403", RUN+="/sbin/modprobe ftdi_sio product=0x6014 vendor=0x0403"
but... i now get the following;
Code:
 BFL 0: 1107951616.0C         | REST  /  0.0Mh/s | A:1 R:0 HW:0 U:9.96/m
</snip>
 [2012-07-21 03:01:02] BFL0: Hit thermal cutoff limit, disabling!
 [2012-07-21 03:01:05] BFL0: Hit thermal cutoff limit, disabling!
<and repeat>
im sure if it was that hot, it wouldve gone into meltdown by now!

I've actually posted this before, but on centos the bitforce driver is broken. It shows exactly what you see. (apparently the bitforce is as hot as the sun.)

To fix it, in driver-bitforce.c find the line:
float temp = strtof(s + 1, NULL);
and change it to:
float temp = strtod(s + 1, NULL);

daemonic (OP)
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
July 23, 2012, 04:46:24 PM
 #5

Cheers for that, ive now fixed my cgminer Cheesy
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!