Re: [Discuss-gnuradio] Multimode.py giving error with gnuradio 3.6.0

2012-06-28 Thread Vikas N Kumar
I solved the problem by reinstalling my NVIDIA drivers and the OpenGL issues went away. They had been created by an xserver-xorg-* update to the system. thanks. On Mon, Jun 18, 2012 at 12:01 AM, Marcus D. Leech wrote: > On 17/06/12 11:59 PM, Vikas N Kumar wrote: >> >> Got it to work. Changed the

Re: [Discuss-gnuradio] Multimode.py giving error with gnuradio 3.6.0

2012-06-17 Thread Marcus D. Leech
On 17/06/12 11:59 PM, Vikas N Kumar wrote: > > Got it to work. Changed the ~/.gnuradio/config.conf to use "nongl" for > wxgui and then commented out the set_callback() calls and the UI came > up. Now need to make sure that the software really works as expected > with those changes. > > > The wat

Re: [Discuss-gnuradio] Multimode.py giving error with gnuradio 3.6.0

2012-06-17 Thread Vikas N Kumar
On Sun, Jun 17, 2012 at 11:59 PM, Marcus D. Leech wrote: > Different X drivers?   Are you on a VM, or physical machine? Physical machine with NVIDIA 270.xx drivers using a GTX 550i card. Could just be the NVIDIA drivers ! ___ Discuss-gnuradio mailing l

Re: [Discuss-gnuradio] Multimode.py giving error with gnuradio 3.6.0

2012-06-17 Thread Vikas N Kumar
On Sun, Jun 17, 2012 at 11:56 PM, Vikas N Kumar wrote: > On Sun, Jun 17, 2012 at 11:50 PM, Marcus D. Leech wrote: >>> >>> >> The X window system error is likely due to some subtlety in OpenGL which >> has nothing directly to do with >>  Gnu Radio or Multimode. >> > > So any idea how to get around

Re: [Discuss-gnuradio] Multimode.py giving error with gnuradio 3.6.0

2012-06-17 Thread Marcus D. Leech
On 17/06/12 11:56 PM, Vikas N Kumar wrote: > On Sun, Jun 17, 2012 at 11:50 PM, Marcus D. Leech wrote: > >>> >>> >> The X window system error is likely due to some subtlety in OpenGL which >> has nothing directly to do with >> Gnu Radio or Multimode. >> >> > So any idea how to get a

Re: [Discuss-gnuradio] Multimode.py giving error with gnuradio 3.6.0

2012-06-17 Thread Vikas N Kumar
On Sun, Jun 17, 2012 at 11:50 PM, Marcus D. Leech wrote: >> >> > The X window system error is likely due to some subtlety in OpenGL which > has nothing directly to do with >  Gnu Radio or Multimode. > So any idea how to get around this ? ___ Discuss-gn

Re: [Discuss-gnuradio] Multimode.py giving error with gnuradio 3.6.0

2012-06-17 Thread Marcus D. Leech
On 17/06/12 11:46 PM, Vikas N Kumar wrote: > On Sun, Jun 17, 2012 at 11:16 PM, Marcus D. Leech wrote: > \\> This is almost certainly caused by having a version of Gnu Radio that > >> isn't up-to-date. Are you sure you're >> running the version you think you're running? The GIT master of Gnu

Re: [Discuss-gnuradio] Multimode.py giving error with gnuradio 3.6.0

2012-06-17 Thread Vikas N Kumar
On Sun, Jun 17, 2012 at 11:16 PM, Marcus D. Leech wrote: \\> This is almost certainly caused by having a version of Gnu Radio that > isn't up-to-date.  Are you sure you're >  running the version you think you're running?  The GIT master of Gnu > Radio has support for the >  'set_callback' function

Re: [Discuss-gnuradio] Multimode.py giving error with gnuradio 3.6.0

2012-06-17 Thread Marcus D. Leech
On 17/06/12 11:09 PM, Vikas N Kumar wrote: > Hi > > I am using the ezcap RTL2838U USB dongle along with gnuradio 3.6.0 and > the svn latest version of Multimode.py on Debian Linux 6.0.2. I have > installed the HEAD git branches of rtl-sdr, gr-osmosdr and libosmocore > successfully. I have taken car

[Discuss-gnuradio] Multimode.py giving error with gnuradio 3.6.0

2012-06-17 Thread Vikas N Kumar
Hi I am using the ezcap RTL2838U USB dongle along with gnuradio 3.6.0 and the svn latest version of Multimode.py on Debian Linux 6.0.2. I have installed the HEAD git branches of rtl-sdr, gr-osmosdr and libosmocore successfully. I have taken care of all pre-requisites needed as well as in the build