[quoted lines by Adrian van Bloois on 2017/02/27 at 14:48 +0100] >Not sure what it is, but I have this script containing my configure set. >When I run it with sh like: sh <MYCONFIGURE it goes wrong when I use tcsh >like: tcsh <MYCONFIGURE it works fine. >It looks like an shell issue.
Is your sh a symbolic link to another shell (like bash)? If so, maybe that might cause a problem. Also, maybe sh is something else (not /bin/sh) earlier in your command search path. What happens if you use /bin/sh instead of sh? >Now I have the next problem, libdir is now /usr/local/lib64 and >drivers-directory is /usr/local/lib64/brltty, everyting looks fine until >I start brltty. >In the log: >2017-02-27@14:17:53.831 [brltty] checking braille device: usb: >2017-02-27@14:17:53.831 [brltty] checking for braille driver: al >2017-02-27@14:17:53.831 [brltty] initializing braille driver: al -> usb: >2017-02-27@14:17:53.963 [brltty] braille driver initialization failed: al -> >usb: >2017-02-27@14:17:53.963 [brltty] braille driver not found >2017-02-27@14:17:53.963 [brltty] activity action failed: braille-driver: start > > >Is this a usb thing or an al thing??? I need a log with at least -ldebug,inpkts,outpkts so try to figure this one out. -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014 | Ottawa, Ontario | http://Mielke.cc/bible/ EMail: [email protected] | Canada K2A 1H7 | http://FamilyRadio.org/ _______________________________________________ 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://brltty.com/mailman/listinfo/brltty
