Controlling USRP remotely using VNC

Hi All,

I got a problem when I want to remotely access the USRP using VNC on
Fedora 12.
In my case the USRP is at Los A. and my location is at Vasa
Finland.

As you can see in the screeshot below I get a “Segmentation fault” as
local user and as root.
http://www.poes-weather.com/~patrik/vnc-remote-segfault.jpg
I also noted if I want to control a software that must have root
privilegies it wont work remotrly using VNC.
Everything works at the station (Los A.)

This I bet is a permission problem only and I bet you guy’s know howto
tune the VNC client to have rights needed.
It feels like there is a “window inbetween me and the F12” even if I
login as root using VNC.

I also have a similar system on Fedora 9 setup at Vasa Finland and a
client connected from Los A. and was able to control (full access)
my USRP and computer.
http://www.poes-weather.com/~patrik/vnc-remote-ok.jpg

This is off topic from gnuradio but I bet some on this list know howto
“cure” our problem.

Any help appreciated,
Patrik

This is probably an issue with controlling OpenGL remotely using VNC.
And on some machines it works, and on some it does something wrong. If
you figure it out let me know!

In the meantime, you can disable the opengl graphical displays and it
will revert to the non-gl ones which should definitely work over VNC.

Do this, except style=nongl:
http://gnuradio.org/redmine/wiki/gnuradio/CompGrWxgui#Enable-the-GL-Sinks

-Josh

Hi Josh,

Oh, I’ll try that and let you know my/our progress

Many thanks
Patrik

----- Original Message -----
From: “Josh B.” [email protected]
To: [email protected]
Sent: Monday, July 12, 2010 4:12
Subject: Re: [Discuss-gnuradio] Controlling USRP remotely using VNC

Hi All,

By adding a config.conf and the two lines solved the segfault

(dis)Enable the GL Sinks¶
Rather than modifying existing programs, the GL sinks can be enabled via
a
configuration file.
To enable the GL sinks, edit or create ~/.gnuradio/config.conf and add
the
following lines:

[wxgui]
style=nongl

Many thanks for your help,
Patrik

----- Original Message -----
From: “Patrik T.” [email protected]
To: [email protected]; [email protected]
Sent: Monday, July 12, 2010 4:48
Subject: Re: [Discuss-gnuradio] Controlling USRP remotely using VNC