I'm trying to get an fm radio stick working on my streaming box. It uses the command 'radio' for tuning, but the command seems to be running in order for the radio to work (i.e. I can't just tune it then forget about it).
Unfortunately, if I try to use a wrapper that runs the command in the backgroup, it doesn't seem to work, as it is ncurses based, and doesn't seem to like being run in batch mode.
Like xvfb can be used to 'fake' an X session, can I do the same for ncurses?