userland app

Posted by: jheathco

userland app - 05/03/2002 20:54

Mark, I'm trying to bind to the user menu using something like this

char* menu[] = { "Bleh", 0 };
rc = ioctl( fd, EMPEG_HIJACK_WAITMENU, menu );

similar to how you show an example in your patch file... yet it keeps returning something < 0, hence an error. What do you think the problem might be?
Posted by: jheathco

Re: userland app - 05/03/2002 21:03

Nevermind I got it...
Posted by: jheathco

Re: userland app - 05/03/2002 21:30

One thing it is doing... when the empeg starts... it freezes during mid-boot... then 5 minutes later I can get into hijack and my menu item appears, but nothing else works.... weird...