On Tue, 31 Jan 2012 10:10:45 -0600, Nate Bargmann wrote:

> * On 2012 31 Jan 09:23 -0600, David Paleino wrote:
> > reassign 658122 wicd
> > forcemerge 655159 658122
> > thanks
> 
> > Not "a hidden SSID", but "a SSID containing a \x00". See #655159, and
> > messages #70 - #79. It would be nice if you could test the proposed
> > patches, since I don't have networks broadcasting \x00 in range, thus I
> > can't really reproduce this bug.
> 
> Thanks for the bug report merge.  I had missed this one.

(dropping your original bugreport, let's keep discussion in the first bug only)

> I edited the file as you requested and the GTK client just stays stuck
> at Scanning in the main window and never shows a list of APs.

Ok. Could you please instead try:

  $ wicd-cli -ly

?

> After moving the line as requested to above the one specified,

In message #79, I clarified that the edited line should have been put _after_
the one I specified :)

> then I could not even get a wired connection to work.

That shouldn't really happen. Could you please paste the relevant section of
wicd.log ?

> Moving the line back to its original position (line 1258 in the file from
> the .deb package) allows the wired connection to work but no APs are
> displayed.

And the line is the "modified version", right?
What if, leaving the line at 1258, you modify it this way?

  ap['essid'] = ap['essid'].replace(u'\x00', '')

This should really be the definitive fix -- if it works, you obviously don't
need to paste logs or anything ;)

> I did restart the wicd daemon each time after closing the GTK client.

Ok, thanks. Also, you should remove all *.pyc and *.pyo files. Here's a handy
copy-and-paste line:

rm /usr/lib/python*/*-packages/wicd/*.pyc 
/usr/lib/python*/*-packages/wicd/*.pyo /usr/share/wicd/*/*.pyc 
/usr/share/wicd/*/*.pyo

Thanks very much for your help!
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 ----|---- http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174

Attachment: signature.asc
Description: PGP signature

Reply via email to