Dave Mielke <[email protected]> writes: > [quoted lines by Lars Bjørndal on 2009/05/02 at 22:13 +0200] > >>It seems to sove the issue. > > Good. > >>To make an rpm, I did need to comment out the following line in the >>brltty.spec.in file, under %files (don't ask me why): >> >>#...@ocamllib@/stublibs/dllbrlapi_stubs.* > > I know owhat the problem is, but I don't know how to resolve it. The problem > is > that ocaml on some systems puts the dllbrlapi_stubs.* files in > /usr/lib/ocaml/brlapi/ but on others it puts them in > /usr/lib/ocaml/stublibs/. > I don't know how to tell rpm that that line is optional.
Maybe you can use an if statement to test? I found something about it here: http://www.5dollarwhitebox.org/drupal/node/40 >>Here is the log when starting brltty: > > You're still having one problem: > >>May 2 21:47:19 fox brltty[32586]: Unexpected Packet: 79 (state 1) > > I've changed the HandyTech driver to log the entire packet. Could you please > update and retest so that I can see what it is? Thanks. May 3 09:45:26 fox brltty[3432]: BRLTTY 3.11dev [http://mielke.cc/brltty/] May 3 09:45:26 fox brltty[3433]: Working Directory: /etc/brltty May 3 09:45:26 fox brltty[3433]: Writable Directory: /lib/brltty/rw May 3 09:45:26 fox brltty[3433]: Configuration File: /etc/brltty.conf May 3 09:45:26 fox brltty[3433]: Data Directory: /etc/brltty May 3 09:45:26 fox brltty[3433]: Library Directory: /lib/brltty May 3 09:45:26 fox brltty[3433]: Tables Directory: /etc/brltty May 3 09:45:26 fox brltty[3433]: Text Table: no-generic May 3 09:45:26 fox brltty[3433]: Attributes Table: attributes May 3 09:45:26 fox brltty[3433]: Contraction Table: none May 3 09:45:26 fox brltty[3433]: Key Table: desktop May 3 09:45:26 fox brltty[3433]: Keyboard Property: type= May 3 09:45:26 fox brltty[3433]: Keyboard Property: vendor= May 3 09:45:26 fox brltty[3433]: Keyboard Property: product= May 3 09:45:26 fox brltty[3433]: screen device: vcsa May 3 09:45:26 fox brltty[3433]: console device: tty0 May 3 09:45:26 fox brltty[3433]: Screen Font Map Size: 303 May 3 09:45:26 fox brltty[3433]: VGA Character Count: 256(small) May 3 09:45:26 fox brltty[3433]: Screen Driver: lx [Linux] May 3 09:45:26 fox brltty[3433]: Linux Screen Driver: May 3 09:45:26 fox brltty[3433]: Screen Parameter: charset= May 3 09:45:26 fox brltty[3433]: Screen Parameter: hfb= May 3 09:45:26 fox brltty[3433]: Screen Parameter: debugsfm= May 3 09:45:26 fox brltty[3433]: BrlAPI Server: release 0.5.3 May 3 09:45:26 fox brltty[3433]: API Parameter: auth= May 3 09:45:26 fox brltty[3433]: API Parameter: host= May 3 09:45:26 fox brltty[3433]: API Parameter: stacksize= May 3 09:45:27 fox brltty[3433]: USB: Manufacturer Name: FTDI May 3 09:45:27 fox brltty[3433]: USB: Product Description: USB <-> Serial May 3 09:45:27 fox brltty[3433]: Detected Modular Evolution 88: 88 data cells, 0 status cells. May 3 09:45:27 fox brltty[3433]: Braille Display Dimensions: 1 row, 88 columns May 3 09:45:27 fox brltty[3433]: Braille Driver: ht [HandyTech] May 3 09:45:27 fox brltty[3433]: HandyTech Braille Driver: version 0.4 May 3 09:45:27 fox brltty[3433]: Braille Parameter: inputmode= May 3 09:45:27 fox brltty[3433]: Braille Device: usb: May 3 09:45:27 fox brltty[3433]: Help File: brltty-ht.hlp May 3 09:45:27 fox brltty[3433]: Help Page: /etc/brltty/brltty-ht.hlp[0] May 3 09:45:27 fox brltty[3433]: Preferences File: /etc/brltty-ht.prefs May 3 09:45:27 fox brltty[3433]: uinput device: input/uinput May 3 09:45:27 fox kernel: input: brltty as /devices/virtual/input/input7 May 3 09:45:27 fox brltty[3433]: Unexpected Packet: 79 38 02 07 7E 16 May 3 09:45:27 fox brltty[3433]: state 1 May 3 09:45:27 fox brltty[3433]: Unexpected Packet: 79 38 02 07 7E 16 May 3 09:45:27 fox brltty[3433]: state 1 May 3 09:45:27 fox brltty[3433]: Unexpected Packet: 79 38 02 07 7E 16 May 3 09:45:27 fox brltty[3433]: state 1 May 3 09:45:27 fox brltty[3433]: Unexpected Packet: 79 38 02 07 7E 16 May 3 09:45:27 fox brltty[3433]: state 1 May 3 09:45:31 fox brltty[3433]: Speech Driver: sd [SpeechDispatcher] May 3 09:45:31 fox brltty[3433]: SpeechDispatcher Speech Driver: May 3 09:45:31 fox brltty[3433]: Speech Parameter: port= May 3 09:45:31 fox brltty[3433]: Speech Parameter: module= May 3 09:45:31 fox brltty[3433]: Speech Parameter: language= May 3 09:45:31 fox brltty[3433]: Speech Parameter: voice= May 3 09:45:31 fox brltty[3433]: Speech FIFO: none May 3 09:45:31 fox brltty[3433]: Screen Font Map Size: 303 May 3 09:45:31 fox brltty[3433]: VGA Character Count: 256(small) Lars _______________________________________________ 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
