[quoted lines by Waldman, David P (N-USA) on 2010/03/25 at 12:04 -0600] >We are getting the following errors when brltty is started: > >usb 5-2: usbfs: USBDEVFS_BULK failed ep 0x82 len 64 ret -110 >usb 5-2: bulk timeout on ep2in
This is an input timeout, which is an expected error that wouldn't cause the driver to fail. It simply means that no key has been pressed, i.e. that there's no data to read from the device. >The Braille display alternates between the messages 'brltty 4.1' and 'screen >not in text mode'. About how long does each message stay on the display? Would you be able to create a full debug log for brltty and send it to us (an attachment is fine)? You can do this by specifying the options -ldebug (to log as much as possible) and -e (to have the logs written to standard error), and by using 2> to redirect standard error to a known file. >We are using a Freedom Scientific Focus 80 braille display with a USB >interface This is known to work. Perhaps, though, the large size of the display is causing output operations to take long enough that they're getting close to the USB timeout limits. Are you perhaps using an extra long USB calbe and/or hubs? >and our /etc/brltty.conf is setup as follows: > >braille-device usb: >braille driver fs Could you please attach your brltty.conf file just so that we can have a direct look at it? >We performed the install as follows: > >./configure -with-braille-driver=fs It's probably a typo here, but there should be two minus signs before the with. For example: --with-braille-driver=fs Note, though, that you don't really need this option. If you don't specify it then all the drivers are built as dynamically loadable objects. -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014 | Ottawa, Ontario | 2011 May 21 is the Day of Judgement. EMail: [email protected] | Canada K2A 1H7 | 2011 Oct 21 is the End of the World. http://FamilyRadio.com/ | http://Mielke.cc/bible/ _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
