OpenDV icon indicating copy to clipboard operation
OpenDV copied to clipboard

Complied Version says DEBUG and DummyRepeater issue with DV3000

Open viper14306 opened this issue 8 years ago • 2 comments

I am having some issues with the DummyRepeater and ircDDB Gateway. I compiled both from source and the DummyRepeater runs, but it errors when trying to connect to my DV3000 on the Raspberry Pi. I am using the AMBEserverGPIO for it to talk to it. The network method works (at least no error) with the DummyRepeater when I set it to loopback. The Gateway was also installed, but the gui version doesn't run. The config part runs just fine though.

I also noticed that both the DummyRepeater and Gateway config windows say DEBUG in the title. I am not sure if that is causing my issue or how to get out of Debug mode.

Installed on Raspberry Pi B+ with the latest Jessie Image (so I am using wx 3.0), and a fresh pull of the OpenDV github to compile.

viper14306 avatar Jan 23 '16 08:01 viper14306

The source code is development code right now the debug is expected just ignore it.

You need to compile with GPIO option to use GPIO otherwise just use network

Make sure you running apps with elevated permissions

Also check the wiki for compiling the code for GPIO

Sent from a mobile device.

On Jan 23, 2016, at 12:05 AM, viper14306 [email protected] wrote:

I am having some issues with the DummyRepeater and ircDDB Gateway I compiled both from source and the DummyRepeater runs, but it errors when trying to connect to my DV3000 on the Raspberry Pi I am using the AMBEserverGPIO for it to talk to it The network method works (at least no error) with the DummyRepeater when I set it to loopback The Gateway was also installed, but the gui version doesn't run The config part runs just fine though

I also noticed that both the DummyRepeater and Gateway config windows say DEBUG in the title I am not sure if that is causing my issue or how to get out of Debug mode

Installed on Raspberry Pi B+ with the latest Jessie Image (so I am using wx 30), and a fresh pull of the OpenDV github to compile

— Reply to this email directly or view it on GitHub.

SpudGunMan avatar Jan 23 '16 15:01 SpudGunMan

I am running the applications with sudo, so permissions shouldn't be the issue. I grabbed a fresh image and recompiled (this time I made sure to change the settings.mk files to that of a Pi2, something I missed before), compiled the DV3000 code, rebooted and I am still getting the same issue. I didn't find anywhere in the OpenDV Wiki (here on github) about compiling the code for GPIO. Can you be a little more specific on where I might find it?

viper14306 avatar Jan 23 '16 20:01 viper14306