You are not logged in.
Pages: 1
[user@computer ~]$ g15composer
Please provide a FIFO filename to read from.
What is this file. I cant find ANYTHING on it. I cant do a thing with this keyboard until I figure this out. I've searched to the depths of google for this FIFO filename for g15composer.. Not even the developers website says anything about it. Can someone PLEASE help me out of this hole...
thanks
Last edited by darkreaper476 (2012-05-26 14:44:57)
Offline
Bump
Offline
try the help menu or the man pages for g15composer
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
I need to know what the FIFO files IS. I get how to run the command, thats all help and man shows you... I dont know what kind of file it wants, or what needs to be in this said file.... any example I find online just segment faults when I try to run it..
thanks
Offline
I just googled and quickly found that the FIFO should not exist when you run g15composer. Once g15composer is running in the background you can pipe G15composer commands to the filename specified in the initial command.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
quickly!? you must have magic google powers.. I've been searching for days..... I CANT make it run without a FIFO file.. again from my first post
[user@computer ~]$ g15composer
Please provide a FIFO filename to read from.
please if you got it working.. HOW? lol if you dont have a G15 keyboard then..... post the links you found maybe?.....
thanks.
Offline
WTF ....
What I found was the man page. I googled "g15composer" and it was the second entry. In the man page there is an example of how to use it. Try following that example.
*wonders if this is a troll*
Edit:
nohup g15composer mynewfile
echo 'TL "Hello World"' > mynewfileTry those two lines. "mynewfile" can be any valid filename you'd like as long as it doesn't already exist. It is the name of the file g15composer will create. What should be in it? NOTHING, it should not exist. But you must still give it a name, otherwise to where would you pipe the commands?
I do not have one of these keyboards, but so far you seem to have done nothing remotely similar to what the instructions indicate - I would expect the exact errors you describe with what you have tried.
Last edited by Trilby (2012-06-23 12:28:08)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
[root@computer esc]# nohup g15composer mynewfile &
[1] 13322
[root@computer esc]# nohup: ignoring input and appending output to ‘nohup.out’
[root@computer esc]# echo 'TL "Hello World"' > mynewfile
[root@computer esc]#
[1]+ Segmentation fault nohup g15composer mynewfile
ah ha my mini screen says G15Composer now.. I did see that in the man page.. just never seen nohup before... didnt think anything of it..
sorry to waste your time... if you dont care to help then dont... people like me come here to get advice from people like you.. and we GREATLY appreciate it. cant tell you how many times this forum has saved my ass... its one of the main reasons I love arch so much...
thanks for getting me this far. really, thank you.
Offline
[root@computer esc]#
[1]+ Segmentation fault nohup g15composer mynewfile
I see you got a segmantation fault when running "echo 'TL "Hello" "World"' > lcdtest".
It looks like I'm having the same problem.
Did you get it to work?
My the lcdscreen already show g15composer so it looks like it's working. But whenever I write to lcdtest I get an segmentation fault
Offline
Pages: 1