Page 1 of 24

LightHouse 502G

Posted: Sat 05 Feb 2011, 12:24
by Béèm
Not sure if I can use this in LightHouse 502G (slaxer based)
I tried the 5.2 based wpa_supplicant, not knowing which other one I have to choose.

I get this message:

Code: Select all

Wpa_supplicant Status:
-------------------------------------------------
sh: regel 2: /usr/local/sbin/wpa_cli: No such file or directory
-------------------------------------------------
As I did the network setup with the regular wizard, I have a working connection.
I include the diagnostic file generated by frisbee, but probably some info in there is from this setup.

Maybe it's not possible to use this frisbee in LightHouse.

Posted: Sat 05 Feb 2011, 22:12
by jemimah
I believe Tazoc was going to take a look at integrating Frisbee into LighthousePup.

Posted: Sun 06 Feb 2011, 05:14
by 01micko
Hi jemimah,

I got this working in Fatdog, yes recompiled everything including wpa_supplicant-0.7.3 with your .config. Works well too. :)

Only issue is that the tray icon did not update after a reboot, it was connected fine though. I had to right click the icon and open the frisbee gui then the tray icon updated. I just closed the gui at that point, works after that.

Thanks

edit: same after x restart, icon shows disabled state, tarball attached

edit 2: I recompiled wpa_supplicant in spup and Frisbee works perfectly with spup ( :) ), so it is a Fatdog issue, don't worry about it, I'm sure between jamesbond, kirk and myself we will figure it out

Posted: Sun 06 Feb 2011, 10:35
by chrismt
:? There is no option to disconnect from a particular network and connect to another

Can you add it?

Posted: Sun 06 Feb 2011, 17:57
by jemimah
01micko wrote:Hi jemimah,

I got this working in Fatdog, yes recompiled everything including wpa_supplicant-0.7.3 with your .config. Works well too. :)

Only issue is that the tray icon did not update after a reboot, it was connected fine though. I had to right click the icon and open the frisbee gui then the tray icon updated. I just closed the gui at that point, works after that.

Thanks

edit: same after x restart, icon shows disabled state, tarball attached

edit 2: I recompiled wpa_supplicant in spup and Frisbee works perfectly with spup ( :) ), so it is a Fatdog issue, don't worry about it, I'm sure between jamesbond, kirk and myself we will figure it out
I tested wpa_supplicant .7.3 and with some netbook hardware it was really really slow to return scan results - so I stuck with .6.9 on purpose. So, if people complain of no scan results, you may want to downgrade and see if that helps.


Frisbee_tray is passive and only changes state if you send it a signal to do so. The script in /root/Startup and the scripts in /lib/dhcpcd/dhcpcd-hooks are responsible for sending messages to the tray applet. Note that there is a bug in beta 1 that doesn't change the tray state for a static IP. I hope to relase beta 2 later today or tomorrow.

Posted: Sun 06 Feb 2011, 18:23
by jemimah
chrismt wrote::? There is no option to disconnect from a particular network and connect to another

Can you add it?
What you're supposed to do is set priorities for each network, so if one goes down you automatically get the next one on the list. However, it seems that no matter what, wpa_supplicant prioritizes secure networks higher than insecure ones. I may check how difficult it would be to patch it to not do that.

The quick fix is to just disable the networks you don't want and re-enable them when you do want them.

Posted: Sun 06 Feb 2011, 20:16
by ilanrab
playdayz wrote:I made a one-click Pet for Lucid 5.2 that contains frisbee, dhcpcd, xpupsay, and the wpa-supplicant--everything needed .... entered the password ... and everything just worked.
Thanks jemimah.
Yes. It is just that simple. Nice work guys. :lol:
The auto-detect and connect feature works real good, and the way the
settings are arranged is a real plus.

I move my USB flash (puppy 520) between a Dell desktop, netbook, and laptop constantly (each has a different set of wireless H/W components). Frisbee will now save me the time of having to select the wireless router, and enter the password, each time that I move this USB flash drive from one computer to the others (and reboot, of course).

Thank you,
ir

Posted: Mon 07 Feb 2011, 01:03
by jemimah
Updated to Beta 2.

Edit: I messed up a file in the Frisbee-beta2 pet so if you grabbed in in the past hour, you'll want to get it again.

Posted: Mon 07 Feb 2011, 15:02
by chrismt
Connect and Disconnect buttons like in Pwireless would be great.

Posted: Mon 07 Feb 2011, 15:57
by jemimah
Connect/Disconnect is still there, it's just a checkbox now that says "Enable Wireless Networking". The applet also allows you to connect and disconnect wireless.

Posted: Tue 08 Feb 2011, 14:05
by jamesbond
Ah, I'm a bit late to the game. I'm using beta-1 on Fatdog too ... it works fine on my laptop with intel wireless, but I have a little problem with another one that runs wl (doesn't it sound familiar sigh closed-source drivers :? )
Connection everything works fine, it persists across reboots, but dhcp doesn't start automatically (ie I've got no IP).. If I run dhcpcd manually then everything seems to work. Let me know if want to pursue this. Since Frisbee is started at reboot time, how do I debug? Any log file of some sort?

Posted: Tue 08 Feb 2011, 16:08
by jemimah
Yes there's a rather large "View DHCP Log" button on the Configure Network Interfaces tab. ;)

The question is whether the Frisbee startup script in /etc/init.d is not starting it or whether dhcpcd is not properly detecting when the interface comes up.

Posted: Wed 09 Feb 2011, 00:53
by playdayz
Here is Frisbee-beta-2-lucid52 for Lucid 5.2. It is one package--everything included. I uninstalled beta 1 then installed beta 2. I had to redo the profile for my wireless.

http://distro.ibiblio.org/pub/linux/dis ... ucid52.pet

Posted: Wed 09 Feb 2011, 01:24
by kirk
I made a pet package for Fatdog64, it contains:

Frisbee beta2
dhcpcd-5.2.9-jemimah-patched.tar.gz (new)
xpupsay-1.2.1.tar.gz
frisbee_tray.tar.gz
wpa_supplicant-0.6.10

I haven't tested this much, good luck!


This is a note mainly for me, I configured dhcpcd like this:
./configure --libexecdir=/lib/dhcpcd --dbdir=/var/lib/dhcpcd --sbindir=/usr/sbin --libdir=/usr/lib64

Posted: Sun 13 Feb 2011, 09:26
by jamesbond
kirk wrote:I made a pet package for Fatdog64, it contains:

Frisbee beta2
dhcpcd-5.2.9-jemimah-patched.tar.gz (new)
xpupsay-1.2.1.tar.gz
frisbee_tray.tar.gz
wpa_supplicant-0.6.10

I haven't tested this much, good luck!


This is a note mainly for me, I configured dhcpcd like this:
./configure --libexecdir=/lib/dhcpcd --dbdir=/var/lib/dhcpcd --sbindir=/usr/sbin --libdir=/usr/lib64
Works good for me here, thanks kirk, jemimah. Posting this from my (usually troublesome) netbook with the wl driver. This is testing wireless with WPA connection. Haven't tested the wired connection yet.

kirk - I noticed you put the dhcpcd 5.2.9 back in?

Jemimah, is that a dependency for Frisbee? We used to have issues with dhcpcd 5.2.9 on Fatdog, kirk was forced to roll-back to version 3.2.3.

cheers!

Posted: Sun 13 Feb 2011, 16:25
by kirk
James,

Frisbee uses dhcpcd 5.2.9's hook scripts which 3.23 doesn't support. Dhcpcd 3.2.3 is still there and is lower in the tree so it will be used unless you specify the path. I think we had dhcpcd 5.2.9 fixed with the modification to /etc/dhcpcd.conf, but since we didn't use any of it's other features it seemed best to roll back to 3.2.3 with all of the Debian patches. 3.2.3 patched seems to be very reliable.

Trouble connecting to wireless network

Posted: Mon 21 Feb 2011, 22:48
by chapchap70
Hi, I have only been able to connect to a wireless network sometimes with LuPu 5.1.1. and 5.20. I downloaded frisbee to see if the program would connect this laptop better. Hopefully, you can see my attached network files and it can tell you what my problem is.

The first time the default network program or frisbee is started, I see wireless networks. If I cannot successfully connect, there are no networks seen when I try again. I have been more successful connecting to an open network. (It is my inlaws and they know that I have been using it.) I have WPA-2 Network but Frisbee sees it as WPA. It showed one of my neighbor's networks as WPA-2 though. Our Wii, my wife's ipod, and Windows 7 can connect to our secure network, my only problem is Linux.

Posted: Sun 20 Mar 2011, 04:55
by r1tz
Could you make an option to disable the splash? It gets annouying sometimes ;).

Posted: Sun 20 Mar 2011, 11:54
by pemasu
r1tz. Uninstall xpupsay ?

Posted: Sun 20 Mar 2011, 12:45
by r1tz
Ah, i know.

But adding such an option will be nice. So people can off it when doing stuff like watching a video.