Wpa_Gui: Finally a real network manager for puppy

Configuration wizards, scanners, remote desktop, etc.
Message
Author
User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#16 Post by jemimah »

Hey Technosaurus, I was testing your build of wpa_supplicant on my EEE 701 and got an error to the effect of "could not initialize communication with the driver", whereas my build of it worked. Since you turned off debugging, I can't really tell you more than that. You may have turned off something important, but I don't know what.

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#17 Post by technosaurus »

my .config is attached with the pet. I didn't add any extra drivers that aren't in puppy by default.
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

davesurrey
Posts: 1198
Joined: Tue 05 Aug 2008, 18:12
Location: UK

#18 Post by davesurrey »

Thanks for your help Jemimah.
Dave

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#19 Post by jemimah »

Did you get it working Dave?

Technosaurus, if i get a chance, I'll build it with your config and turn on debugging and see if I can figure it out. My build is basically whatever the defaults were.

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#20 Post by technosaurus »

My intention was to build it with everything, but was missing some header files for various drivers that aren't in Puppy default so I had to comment those out or track down their sources and include them
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#21 Post by jemimah »

Weird, I don't know then. The only other difference is my custom kernel. No one else has complained so far. I'll investigate when I get a chance.

davesurrey
Posts: 1198
Joined: Tue 05 Aug 2008, 18:12
Location: UK

#22 Post by davesurrey »

jemimah wrote
Did you get it working Dave?
Sorry for the delay in replying. Yes I did get it running after I extracted
libQtGui.so.4.3.2 and libQtCore.so.4.3.2 from the pet you supplied.
Many thanks
Dave

hayagix
Posts: 131
Joined: Sat 07 Jun 2008, 15:41

#23 Post by hayagix »

Puppy's network manager works fine for me but this tool has some good features.
It is nice to have quick access to networks via taskbar icon.
It is also nice to be able to toggle the network on and off quickly.

I needed to install the full qt package to get it working properly and delete profiles in NetworkManager.
It works fine with a Wep network. I am curious to see how it handles Wpa but it will be some time before I can test.

This was in 4.3.1 and Thuxxx's 4.3

Good job and much appreciated!

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#24 Post by jemimah »

I think I've discovered a working gtk-based alternative to wpa_gui, that also uses wpa_supplicant as the backend. It's part of the dhcpcd project. Screenshots are here: http://roy.marples.name/projects/dhcpcd-ui/screenshots

The interface is simpler, less confusing, and integrates dhcp setup. It requires dbus, and libnotify, but I think I can make it use yaf-splash instead so libnotify and notification daemon are not required.

I am testing it in Puppeee right now so we'll see how it goes. So far, wpa-gui seems to confuse a lot of people, so hopefully this small and simple alternative will work out. I'll post a pet shortly.

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#25 Post by technosaurus »

the only extra dependencies I see are dbus and dhcpd-dbus (aside from wpa-supplicant)
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#26 Post by jemimah »

Hmmm, actual field testing shows it to be rather unstable. I was really hoping it would work. I'll keep poking at it, but I can't recommend it at this point.

EDIT: perhaps I figured out the problem... we'll see. This is why I hate programs that need multiple daemons. Way too many moving parts!

EDIT2: okay so I forgot to copy some files for dhcpcd, now it's much happier. Also it was putting quote marks around the key, causing wpa_supplicant to misidentify the type of encryption. That's fixed, at least for WEP. I don't have a wpa network to test on. This tool lacks a way to disconnect, and reconnect without re-entering your key. That's probably easy enough to add.

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#27 Post by jemimah »

I've been thinking about this and doing some more research. Wpa_supplicant also comes with a wpa_cli utility that seems completely full featured. I think it would not be hard to modify Pwireless to be a usable wpa_supplicant front-end. I may attempt this if I get a free weekend. It would probably also be trivial to create a monitoring script that throws up a yaf-splash whenever your network status changes, making an applet unnecessary.

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#28 Post by jemimah »

Well the yaf-splash notifications are done. The new version of dhcpcd has event-hooks that will run whatever scripts you want whenever network changes happen. Very cool!

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#29 Post by jemimah »

I had a free weekend and Pwireless2 is now almost complete.

It supports open,wep,and wpa-personal networks. It's a lot faster than the original Pwireless and it's completely event-driven, so it never needs to reload itself. It requires wpa_supplicant and dhcpcd to be running in the background, just like wpa_gui.

I was even able to create a simple applet for it that allows you to connect and disconnect with an icon that changes depending on network status. Dhcpcd takes care of notifications, so the applet is optional.
Attachments
pwireless2.jpg
(98.8 KiB) Downloaded 1328 times

Rupp
Posts: 86
Joined: Sat 29 Aug 2009, 10:36

#30 Post by Rupp »

n/t
Last edited by Rupp on Mon 05 Apr 2010, 07:59, edited 1 time in total.

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#31 Post by jemimah »

You can use fltk schemes with it to make it look a little different. http://www.murga-linux.com/puppy/viewto ... 666#347666 It also looks a lot better with the antialiased font patch.

I plan to release a new flwm package when things with puppeee slow down. Likely real soon now.

Hopefully I'll have time to make a pwireless2 pet tomorrow.

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#32 Post by technosaurus »

Are you using fluid (fltk) or gtkdialog (gtk) for your wireless gui? The flwm window just made me wonder
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

User avatar
chrome307
Posts: 708
Joined: Thu 15 Jan 2009, 11:00

#33 Post by chrome307 »

Is Pwireless2 available to download as a PET file?

TIA

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#34 Post by jemimah »

Technosaurus, it's gtkdialog.


I'm working on the Pet today. I'll let you know when I post it.

User avatar
chrome307
Posts: 708
Joined: Thu 15 Jan 2009, 11:00

#35 Post by chrome307 »

Thanks :)

Post Reply