On Tue, Jun 11, 2013 at 07:41:45PM +0200, Anders Holmberg wrote: > Hi! > No it does not work. > Any suggestions. In my /etc/rc.d/init.d/brltty: #!/bin/bash # # brltty, start /stop brltty braille driver # # chkconfig: 12345 0 0 # description: Braille driver
# Start or stop jabt # # Adrian P van Bloois [email protected] PATH=/bin:/usr/bin:/sbin:/usr/sbin case "$1" in start) /bin/brltty -t my ;; stop) /usr/bin/killall brltty ;; restart) $0 stop $0 start ;; reload) $0 restart ;; *) esac exit 0 > In /etc/brltty is my definition of the table the filename is: my.tbl Good luck > 11 jun 2013 kl. 17:44 skrev Adrian P. van Bloois <[email protected]>: > > > On Tue, Jun 11, 2013 at 05:24:12PM +0200, Anders Holmberg wrote: > >> > >> 10 jun 2013 kl. 15:14 skrev Adrian P. van Bloois <[email protected]>: > >> > >>> On Mon, Jun 10, 2013 at 02:40:47PM +0200, Anders Holmberg wrote: > >>>> Hi! > >>>> I know that you can put the braille table in the brltty.conf file. > >>>> However can you put an instruction in the startup init script so brltty > >>>> starts with for example the german or the swedish table. > >>> Yes, with the -t YOURCHOICEOFTABLE you can do it. > >>> > >> And where should the -t parameter be in the init script? > > RIght after where brltty is called so something like: > > > > /bin/brltty -t my.tbl > > > > Or something similar. > > > > o> Should it be in the /etc/init.d/brltty script or where? > > Yes, where brltty is started add this right after brltty is called. > > > >> Where can i read more about this so i wont clutter up the list? > >> /A > >>>> /A > >>>> _______________________________________________ > >>>> 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 > >>> > >>> -- > >>> Adri P. van Bloois > >>> Antonlaan 104 email: [email protected] > >>> 3701 VG Zeist voice: +31-(0)-30-6912741 > >>> The Netherlands fax: NONE > >>> > >>> 52 05'15.77"N 5 4'44.56"E > >>> QTH-locater JO 22 OC > >>> > >>> The whole point of cooking is to get as much flavour out of the > >>> ingredients as possible. > >>> -- Delia Smith > >>> > >>> _______________________________________________ > >>> 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 > >> > >> _______________________________________________ > >> 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 > > > > -- > > Adri P. van Bloois > > Antonlaan 104 email: [email protected] > > 3701 VG Zeist voice: +31-(0)-30-6912741 > > The Netherlands fax: NONE > > > > 52 05'15.77"N 5 4'44.56"E > > QTH-locater JO 22 OC > > > > The whole point of cooking is to get as much flavour out of the > > ingredients as possible. > > -- Delia Smith > > > > _______________________________________________ > > 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 > > _______________________________________________ > 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 -- Adri P. van Bloois Antonlaan 104 email: [email protected] 3701 VG Zeist voice: +31-(0)-30-6912741 The Netherlands fax: NONE 52 05'15.77"N 5 4'44.56"E QTH-locater JO 22 OC The whole point of cooking is to get as much flavour out of the ingredients as possible. -- Delia Smith _______________________________________________ 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
