Bitcoin Forum
May 24, 2024, 02:11:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [SOLVED] 5 BTC - Noisy ttyUSB0 line?  (Read 1519 times)
Obsi (OP)
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
April 14, 2012, 02:21:39 AM
Last edit: September 27, 2012, 12:53:22 AM by Obsi
 #1

SOLVED!
TheSeven
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


FPGA Mining LLC


View Profile WWW
May 04, 2012, 11:23:05 PM
 #2

Seems like you are using the wrong kernel module for that device. Probably some generic usbserial thing instead of ftdi_sio.
The FTDI chip used in the BFL prepends two status bytes to the actual serial port data before transmitting them via USB, which result in that "2`" pattern. A correctly-working driver will interpret these bytes internally and filter them out from the data stream before passing it to the TTY.

My tip jar: 13kwqR7B4WcSAJCYJH1eXQcxG5vVUwKAqY
TheSeven
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


FPGA Mining LLC


View Profile WWW
May 15, 2012, 10:27:53 PM
 #3

Thank you! Smiley

My tip jar: 13kwqR7B4WcSAJCYJH1eXQcxG5vVUwKAqY
smracer
Donator
Legendary
*
Offline Offline

Activity: 1055
Merit: 1020



View Profile
May 22, 2012, 02:42:37 AM
 #4

This thread solved my problem as well.  I was using the generic USB drivers.  I switched to ftdi_sio and it solved it!

Thanks!
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!