Re: WLAN Horrible Roaming Performance (N800, OS2008), Software or Hardware Problem ?

2008-02-02 Thread Luca Olivetti
En/na Benno Senoner ha escrit: > Thanks for your information Luca ! > > what do you mean with "t's not possible to transfer any data" ? that you can't ping, cannot resolve hostname, ssh sessions hangs, can't load webpages, etc., you get the idae > you mean VNC gets stuck or the whole network la

Re: WLAN Horrible Roaming Performance (N800, OS2008), Software or Hardware Problem ?

2008-02-02 Thread Benno Senoner
Thanks for your information Luca ! what do you mean with "t's not possible to transfer any data" ? you mean VNC gets stuck or the whole network layer of the n800 ? So basically once it gets stuck you cannot even open the brower and access a webpage ? Please elaborate. And with "reconnect the the

Re: WLAN Horrible Roaming Performance (N800, OS2008), Software or Hardware Problem ?

2008-02-02 Thread Luca Olivetti
En/na Benno Senoner ha escrit: > Sometimes it even happens that the operator when roaming and wanting to > use the N800 > the VNC session got stuck and nothing works, so he has to power cycle it. This also happens with no roaming at all (i.e. the connection manager show the tablet as associated

Re: gpsd data quality

2008-02-02 Thread Mike Kershaw
On Fri, Feb 01, 2008 at 12:30:53PM -0700, Brad Midgley wrote: > Hey > > I haven't seen this myself, but does it qualify as a bug? Is there an > intentional change to the data gpsd produces? I couldn't find any docs > or existing bugs talking about it. > > http://www.kismetwireless.net/Forum/Gener

Re: Errors compiling example_wavelaunch.c

2008-02-02 Thread Kees Jongenburger
> I renamed the file to DSPapp name. > > gcc -o DSPapp DSPapp.c `pkg-config gtk+-2.0 hildon-1 --cflags --libs` -Wall try runing pkg-config --cflags hildon-1 look in the include if the file is really missing perhaps you need to chanche hildon-1 with something else. try installing -dev packages

WLAN Horrible Roaming Performance (N800, OS2008), Software or Hardware Problem ?

2008-02-02 Thread Benno Senoner
Hi all, I am trying to solve a big WLAN roaming problem which the N800 experiences and I think it is of interest to many as good WLAN responsiveness for the N800(and successors) is the key for smooth user experience, so please chime in with your experiences, ideas how to solve those problems etc.

Missing packages while compiling example directory

2008-02-02 Thread nisha jain
Hi All, I am trying to compile the given example code directory and I get many errors I figured out that packages are missing but I am not sure how to install them? I tried calling command fakeroot apt-get install (missing package name) but it is always failing.. Please can some one help me? Re

Re: Help required to implement GUI to display a signal

2008-02-02 Thread Bin Chen
On Feb 2, 2008 7:50 PM, nisha jain <[EMAIL PROTECTED]> wrote: > Hi All, > > I am trying to enhance a GUI and my requirement is to build a box for > displaying signal. > I am not sure which API should i use gdk_draw_rectangle or gdk_hbox ? I am > neither > able to find proper example codes and examp

Re: Help required to implement GUI to display a signal

2008-02-02 Thread nisha jain
Hi Bin, I need to display a sign wave reading from a file.. I need GUI for it.. I also found that there are many packages required to compile example_wavelaunch.c a example code.. Can you let me know if this sample code is useful? And how to include missing packages? Regards, Nisha On 2/2/08,

Help required to implement GUI to display a signal

2008-02-02 Thread nisha jain
Hi All, I am trying to enhance a GUI and my requirement is to build a box for displaying signal. I am not sure which API should i use gdk_draw_rectangle or gdk_hbox ? I am neither able to find proper example codes and examples given are giving compilation errors.. Please let me know if some one c