Re: [BRLTTY] help with blind customer with freedom scientific focus 80 (i believe)

2015-12-12 Thread Øyvind Lode
Hi: On 12 December 2015 at 09:31, Mario Lang wrote: > Mark Croft Redditch Linux Mint writes: > >> does brltty work well under windows? > > I have no experience with BRLTTY on Windows. Other people might be able > to chime in. > >> will it make her focus 80 work in windows 7/8/10? > > The Focus

Re: [BRLTTY] help with blind customer with freedom scientific focus 80 (i believe)

2015-12-12 Thread Mario Lang
Mark Croft Redditch Linux Mint writes: > Her main requirement is to get her display thingy called > FreedomScientific Focus 2 40/80 , neither of us have met the customer > yet. So i will double check on the specific model , i was told it was > not the blue 80. This model should be supported by B

[BRLTTY] help with blind customer with freedom scientific focus 80 (i believe)

2015-12-11 Thread Mark Croft Redditch Linux Mint
hi can anyone help me. i just started as the driver for a blind woman that teaches & fix other blind peoples computers for them. I am also double up as helping out with more technie stuff like installing software and repairing windows computers. I was hoping that maybe i could steer some blind

Re: [BRLTTY] Help Request

2015-02-11 Thread timothyhobbs
There are two peice of code that must be present: - The driver, is the code that runs on Android and tells BRLTTY how to communicate with the device. - The firmware, is the "sketch" code that goes into your arduino and tells the device how to behave. If you use the arduino, you will have to co

Re: [BRLTTY] Help for bindings keys

2013-09-13 Thread Dave Mielke
[quoted lines by MENGUAL Jean-Philippe on 2013/09/13 at 06:37 +0200] >In m!st cases, when I discover a braille display, my main problem is >knowing: what is this key for in brltty or how do I make a feature in >brltty from this braille keyboard model? I'd like to create a doc, >for as many display

[BRLTTY] Help for bindings keys

2013-09-13 Thread MENGUAL Jean-Philippe
Hi, In m!st cases, when I discover a braille display, my main problem is knowing: what is this key for in brltty or how do I make a feature in brltty from this braille keyboard model? I'd like to create a doc, for as many displays as possible, to mention how to do some features. Of course, tes

[BRLTTY] Help for bindings keys

2013-08-27 Thread MENGUAL Jean-Philippe
Hi, In m!st cases, when I discover a braille display, my main problem is knowing: what is this key for in brltty or how do I make a feature in brltty from this braille keyboard model? I'd like to create a doc, for as many displays as possible, to mention how to do some features. Of course, tes

Re: [BRLTTY] --help crashes in french locale

2013-08-21 Thread Mario Lang
Samuel Thibault writes: > Mario Lang, le Wed 21 Aug 2013 12:25:08 +0200, a écrit : >> Samuel Thibault writes: >> > When I run brltty --help within a french locale, brltty crashes: >> >> BRLTTY does not support "--help", > > Well, it does. Of co

Re: [BRLTTY] --help crashes in french locale

2013-08-21 Thread Samuel Thibault
Mario Lang, le Wed 21 Aug 2013 12:25:08 +0200, a écrit : > Samuel Thibault writes: > > When I run brltty --help within a french locale, brltty crashes: > > BRLTTY does not support "--help", Well, it does. > did you mean "-h" or

Re: [BRLTTY] --help crashes in french locale

2013-08-21 Thread Dave Mielke
[quoted lines by Samuel Thibault on 2013/08/19 at 16:27 +0200] >When I run brltty --help within a french locale, brltty crashes: > >238while (description[charCount] != ' ') --charCount; >(gdb) p charCount >$1 = 4294967295 >(gdb) p description >$2 =

Re: [BRLTTY] --help crashes in french locale

2013-08-21 Thread Mario Lang
Samuel Thibault writes: > When I run brltty --help within a french locale, brltty crashes: BRLTTY does not support "--help", did you mean "-h" or "-H"? > 238 while (description[charCount] != ' ') --charCount; > (gdb) p charC

[BRLTTY] --help crashes in french locale

2013-08-19 Thread Samuel Thibault
Hello, When I run brltty --help within a french locale, brltty crashes: 238 while (description[charCount] != ' ') --charCount; (gdb) p charCount $1 = 4294967295 (gdb) p description $2 = 0x7fffc3ef "{\375\242\210\206\261\241\375\242\230\262\201\254\374\240\234\

Re: [BRLTTY] Help with building brltty in Cygwin

2011-08-11 Thread Patricia Fraser
Hi Lee, On 10/08/2011 19:57, Lee Maschmeyer wrote: Hi Patricia, People have different ways of dealing with Cygwin. My philosophy is to try to make it act as nearly like Linux as possible. So: I haven't done a Cygwin build in a month but I think things are still the same. I've never used reloc

Re: [BRLTTY] Help with building brltty in Cygwin

2011-08-10 Thread Lee Maschmeyer
Hi Patricia, People have different ways of dealing with Cygwin. My philosophy is to try to make it act as nearly like Linux as possible. So: I haven't done a Cygwin build in a month but I think things are still the same. I've never used relocatable install. I don't use it on Linux and didn't on

Re: [BRLTTY] Help with building brltty in Cygwin

2011-08-10 Thread Patricia Fraser
On 10/08/2011 14:43, Samuel Thibault wrote: Patricia Fraser, le Wed 10 Aug 2011 14:37:34 +0200, a écrit : There's still something wrong - configure appears to complete successfully, but make is not happy. I'm not sure what warnings I can ignore and what I should take notice of, and whether any o

Re: [BRLTTY] Help with building brltty in Cygwin

2011-08-10 Thread Patricia Fraser
Hi Samuel, Patricia Fraser, le Tue 09 Aug 2011 16:37:52 +0200, a écrit : okay, thanks - I need to go back and look again at why I can't get make to work; if it isn't libbraille, it must be something else I'm missing! Or a bug in brltty's configure in some particular conditions. Don't hesitate

[BRLTTY] Help with building brltty in Cygwin

2011-08-09 Thread Patricia Fraser
Hi all, I'm having all sorts of fun trying to build a Win version of brltty from svn. I'm on a Win7 box, 64-bit, and I've used Cygwin's setup.exe to do an install-from-internet. ./autogen runs fine, no errors. ./configure --enable-relocatable-install gives me a warning about a missing libb

Re: [BRLTTY] Help with building brltty in Cygwin

2011-08-09 Thread Patricia Fraser
Hi Samuel, Patricia Fraser, le Tue 09 Aug 2011 16:11:53 +0200, a écrit : ./autogen runs fine, no errors. ./configure --enable-relocatable-install gives me a warning about a missing libbraille, so I've gone off to find libbraille (which doesn't seem to be available amongh the Cygwin packages).

[BRLTTY] help .

2011-03-30 Thread Bardia Zakeri
hello! I have a problem. Dumm who I was, I happened to delete the partition for windows. went via live CD. I was lucky to not have important stuff on the computer. When I installed vinux yesterday so lost my windows xp. and I would have back the windows also. it was vinux 3.0 that I installed.

Re: [BRLTTY] Help needed

2010-12-10 Thread Dave Mielke
[quoted lines by 高生旺 on 2010/12/07 at 22:35 +0800] >Unfortunately, I'm still failed. > >r...@p4:/usr/src/brltty# ./autogen > >r...@p4:/usr/src/brltty# ./configure --enable-standalone-programs >--disable-i18n --disable-icu --disable-iconv --disable-api >--disable-caml-bindings --disable-java-bind

Re: [BRLTTY] Help needed

2010-12-04 Thread Dave Mielke
[quoted lines by 高生旺 on 2010/12/04 at 16:23 +0800] >My /mnt is just a directory, not mounted media. I'm not sure of your intent so I'll speak to what's conventionally done. /mnt is intended to be a directory which contains mount points. This means that you need to decide where you'd like to act

Re: [BRLTTY] Help needed

2010-12-04 Thread 高生旺
Hi: On Sat, 4 Dec 2010, Dave Mielke wrote: > Is your removable storage mounted right at /mnt, or at /mnt/something? My /mnt is just a directory, not mounted media. > Could you please run brltty with -ldebug and -L/path/to/log-file. Note > that the first -l (-ldebug) is lowercase, and that the s

Re: [BRLTTY] Help needed

2010-12-04 Thread Dave Mielke
[quoted lines by 高生旺 on 2010/12/03 at 18:25 +0800] >This is my building command line: >./configure --with-braille-driver=vo --with-braille-device=usb: >--disable-contracted-braille --disable-pcm-support --disable-midi-support >--disable-fm-support --disable-api --enable-standalone-programs >--d

Re: [BRLTTY] Help needed

2010-12-03 Thread 高生旺
Hi: This is my building command line: ./configure --with-braille-driver=vo --with-braille-device=usb: --disable-contracted-braille --disable-pcm-support --disable-midi-support --disable-fm-support --disable-api --enable-standalone-programs --disable-speech-support --with-execute-root=/mnt --wi

Re: [BRLTTY] Help needed

2010-12-03 Thread coscell
This is my last building command line: ./configure --with-braille-driver=vo --with-braille-device=usb: --disable-contracted-braille --disable-pcm-support --disable-midi-support --disable-fm-support --disable-api --enable-standalone-programs --disable-speech-support --with-execute-root=/mnt --w

Re: [BRLTTY] Help needed

2010-12-02 Thread Jean-Philippe MENGUAL
Hi, Le vendredi 03 décembre 2010 à 09:27 +0800, 高生旺 a écrit : > Hi: > > On Thu, 2 Dec 2010, Dave Mielke wrote: > > If someone else were to build it for you, there's always the risk that > > something about the build won't match your system. It's really best if > > you could do it. > > Do you m

Re: [BRLTTY] Help needed

2010-12-02 Thread 高生旺
Hi: On Thu, 2 Dec 2010, Dave Mielke wrote: > If someone else were to build it for you, there's always the risk that > something about the build won't match your system. It's really best if > you could do it. Do you mean the static binary is not portable? In other words, I couldn't use it for i

Re: [BRLTTY] Help needed

2010-12-02 Thread Dave Mielke
[quoted lines by 高生旺 on 2010/12/02 at 20:22 +0800] >I need a standalone brltty binary for Voyager and PacMate. >Would someone make it to me? If someone else were to build it for you, there's always the risk that something about the build won't match your system. It's really best if you could do

Re: [BRLTTY] Help needed

2010-12-02 Thread coscell
Because I always do it failed. On Thu, 2 Dec 2010, Jean-Philippe MENGUAL wrote: Hi, Why don't you do it yourself? A particular reason? Regards, Jean-Philippe MENGUAL Le jeudi 02 d'ecembre 2010 `a 20:22 +0800, 高生旺 a 'ecrit : Hi I need a standalone brltty binary for Voyager and PacMate. Wo

Re: [BRLTTY] Help needed

2010-12-02 Thread Jean-Philippe MENGUAL
Hi, Why don't you do it yourself? A particular reason? Regards, Jean-Philippe MENGUAL Le jeudi 02 décembre 2010 à 20:22 +0800, 高生旺 a écrit : > Hi > > I need a standalone brltty binary for Voyager and PacMate. > Would someone make it to me? > Thank you very much! > > Coscell >

[BRLTTY] Help needed

2010-12-02 Thread 高生旺
Hi I need a standalone brltty binary for Voyager and PacMate. Would someone make it to me? Thank you very much! Coscell ___ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: BRLTTY@mielke.cc For general information

Re: [BRLTTY] Help Help Compiling BRLTTY Source Code

2010-05-25 Thread Samuel Thibault
Helo, Saravanamutthukumaran, le Tue 25 May 2010 11:41:00 +0530, a écrit : > Can you guide me properly to overcome this problem. Do you have either MinGW or Cygwin already installed? Then you just need to use ./configure --prefix=/tmp/brltty-installed make make install To install the .e

[BRLTTY] Help Help Compiling BRLTTY Source Code

2010-05-24 Thread Saravanamutthukumaran
Hellow, Am Saravanamutthukumaran, am very new to this BRLTTY. I downloaded this BRLTTY software pack completely and i wish to change very few coding lines according to my requirement and also i did it. The main problem and a very big problem for me is... I don't know how to compile the s

Re: [BRLTTY] Help with Brltty 4.1 post install on RHEL 4.7

2010-03-25 Thread Dave Mielke
[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 c

Re: [BRLTTY] Help with Brltty 4.1 post install on RHEL 4.7

2010-03-25 Thread Waldman, David P (N-USA)
Hello all, 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 The Braille display alternates between the messages 'brltty 4.1' and 'screen not in text mode'. We are using a Freedom Scientific F

Re: [BRLTTY] Help debugging brltty for Ubuntu Lucid

2010-01-29 Thread Bill Cox
Hi, David. I'll look into it, but I don't even know what Upstart is! As for initial prompting, we're using remastersys with casper and ubiquity. It seems to have a simple menu for booting live, going direct to the installer and such. We could probably easily enough add some option for brltty the

Re: [BRLTTY] Help debugging brltty for Ubuntu Lucid

2010-01-29 Thread Samuel Thibault
Bill Cox, le Fri 29 Jan 2010 10:16:24 -0500, a écrit : > but I don't have access to a Braille display, nor do I know how to > read one. You can just use qemu's virtual braille device. If you are sighted, you can use the graphical version: $ brltty -b xw -x no -s no# open a virtual braille dis

Re: [BRLTTY] Help debugging brltty for Ubuntu Lucid

2010-01-29 Thread Dave Mielke
[quoted lines by Bill Cox on 2010/01/29 at 10:16 -0500] >I'm the poor guy who decided to create a Vinux ISO based on >Ubuntu Lucid. I'm uploading a first alpha version of it today to >Modeem's server at vinuxvirtual.org.uk, and Tony Sale's at >vinux.org.uk. It doesn't yet have brltty working by

[BRLTTY] Help debugging brltty for Ubuntu Lucid

2010-01-29 Thread Bill Cox
Hi. I'm the poor guy who decided to create a Vinux ISO based on Ubuntu Lucid. I'm uploading a first alpha version of it today to Modeem's server at vinuxvirtual.org.uk, and Tony Sale's at vinux.org.uk. It doesn't yet have brltty working by default. I'd like to get brltty working out of the box

Re: [BRLTTY] Help! Kernel 2.6.28!

2009-03-16 Thread 高生旺
On Mon, 16 Mar 2009, Samuel Thibault wrote: > 高生旺, le Mon 16 Mar 2009 20:11:03 +0800, a ?crit :> On Mon, 16 Mar 2009, > Samuel Thibault wrote:> > Hello,> > 高生旺, le Tue 10 Mar 2009 21:26:53 +0800, a > ?crit :> After upgrade to kernel 2.6.28.7, I couldn't read Chinese.> Log file > is attached. Pl

Re: [BRLTTY] Help! Kernel 2.6.28!

2009-03-16 Thread Samuel Thibault
高生旺, le Mon 16 Mar 2009 20:11:03 +0800, a écrit : > On Mon, 16 Mar 2009, Samuel Thibault wrote: > > Hello, > > 高生旺, le Tue 10 Mar 2009 21:26:53 +0800, a ?crit :> After upgrade to kernel > > 2.6.28.7, I couldn't read Chinese.> Log file is attached. Please help me! > > Thanks! > > Which kernel wher

Re: [BRLTTY] Help! Kernel 2.6.28!

2009-03-16 Thread 高生旺
On Mon, 16 Mar 2009, Samuel Thibault wrote: > Hello, > 高生旺, le Tue 10 Mar 2009 21:26:53 +0800, a ?crit :> After upgrade to kernel > 2.6.28.7, I couldn't read Chinese.> Log file is attached. Please help me! > Thanks! > Which kernel where you upgrading from? I believe it was workingfor you > bef

Re: [BRLTTY] Help! Kernel 2.6.28!

2009-03-16 Thread Samuel Thibault
Hello, 高生旺, le Tue 10 Mar 2009 21:26:53 +0800, a écrit : > After upgrade to kernel 2.6.28.7, I couldn't read Chinese. > Log file is attached. Please help me! Thanks! Which kernel where you upgrading from? I believe it was working for you before merely by chance (UTF-8 taken as an 8bit charset) a

Re: [BRLTTY] Help! Kernel 2.6.28!

2009-03-11 Thread 高生旺
tical=5 brltty: api link brltty: Braille Driver: vo [Voyager] brltty: Voyager Braille Driver: version 0.21 (January 2005) brltty: Braille Parameter: inputmode= brltty: Braille Device: usb: brltty: Help File: brltty-vo.hlp brltty: Help Page: /etc/brltty/brltty-vo.hlp[0] brltty: Preferences File: /etc/b

Re: [BRLTTY] Help! Kernel 2.6.28!

2009-03-10 Thread Samuel Thibault
高生旺, le Tue 10 Mar 2009 22:11:16 +0800, a écrit : > Attached. Thanks! That's most probably a font issue. Which font do you load and how? Could you send us the output of brltty with the -X debugsfm=yes option? Samuel ___ This message was sent via the BR

Re: [BRLTTY] Help! Kernel 2.6.28!

2009-03-10 Thread Samuel Thibault
高生旺, le Tue 10 Mar 2009 22:11:16 +0800, a écrit : > On Tue, 10 Mar 2009, Samuel Thibault wrote: > > > 高生旺, le Tue 10 Mar 2009 21:26:53 +0800, a ?crit :> After upgrade to kernel > > 2.6.28.7, I couldn't read Chinese.> Log file is attached. Please help me! > > Thanks! > > Please add -X debugsfm=ye

Re: [BRLTTY] Help! Kernel 2.6.28!

2009-03-10 Thread 高生旺
On Tue, 10 Mar 2009, Samuel Thibault wrote: > 高生旺, le Tue 10 Mar 2009 21:26:53 +0800, a ?crit :> After upgrade to kernel > 2.6.28.7, I couldn't read Chinese.> Log file is attached. Please help me! > Thanks! > Please add -X debugsfm=yes to the brltty command line, and it wouldgreat if > you coul

Re: [BRLTTY] Help! Kernel 2.6.28!

2009-03-10 Thread Samuel Thibault
高生旺, le Tue 10 Mar 2009 21:26:53 +0800, a écrit : > After upgrade to kernel 2.6.28.7, I couldn't read Chinese. > Log file is attached. Please help me! Thanks! Please add -X debugsfm=yes to the brltty command line, and it would great if you could manage to run the same application both with the old

[BRLTTY] Help! Kernel 2.6.28!

2009-03-10 Thread 高生旺
ext=0.44 status=0.0 brltty: shifts: full=44 half=22 vertical=5 brltty: api link brltty: Braille Driver: vo [Voyager] brltty: Voyager Braille Driver: version 0.21 (January 2005) brltty: Braille Parameter: inputmode= brltty: Braille Device: usb: brltty: Help File: brltty-vo.hlp brltty: Help Page: /et

[BRLTTY] Help with bluetooth

2008-04-25 Thread Alastair Irving
Hi All Would someone mind telling me how to get my humanware brailliant working with bluetooth under ubuntu with brltty? I can do a hcitool --scan to get the MAC address, but don't really know what I'm supposed to do with the pin. Looking at past postings there seems to have been a lot of discu

Re: [BRLTTY] help!

2007-11-15 Thread Samuel Thibault
Aldo, le Thu 15 Nov 2007 16:57:19 +0100, a écrit : > I see brlty 3.7.2 as de braille table started when booting Gutsy, > and immediately after a fraction of seconds the same BrlTty message with > 3.7.2 is us table. > How can I fix this please? By mailing the correct mailing list and reading bug re

[BRLTTY] help!

2007-11-15 Thread Aldo
I see brlty 3.7.2 as de braille table started when booting Gutsy, and immediately after a fraction of seconds the same BrlTty message with 3.7.2 is us table. How can I fix this please? (/etc/brltty.conf is again with no text-table de param even if I puted it before) aldo. -- VISTA : Virus - Intru