Page 4 of 24

Frisbee fixed!

Posted: Wed 11 Jan 2012, 20:49
by webtelly
Hi Guys,

Just wanted to let you know that I fixed my "Connect no Browse" issue myself. Just to clarify, all network tools would connect to default gateway with a proper IP address, for Eth0 and Wlan0, but would not browse or surf the internet.

I finally found an article about file 'resolv.conf' which Frisbee seems to set up twice in both /etc/ and /etc/ppp/. But what it does is create an infinite broken loop, because it clears your file information out, and then makes each instance of the file a symbolic link to the other... so perpetual loop.

What I did was copy the information from the correct file:

nameserver 127.0.0.1
domain "your_isp.com"
nameserver "your_default_gateway" (usually 192.168.1.1)
nameserver "your_isp_dns_server_ip"

copy and paste that with proper quoted information, and save each instance in the above directories (no linking). And it works!

You may want to rename original resolv.conf as resolv2.conf first, so when you save the new one, you can delete the old one. Simple!

Posted: Wed 11 Jan 2012, 20:53
by Aitch
webtelly

good fix, well done

enjoy

Aitch :)

Posted: Sun 20 May 2012, 21:59
by aarf

Posted: Mon 21 May 2012, 08:48
by darkcity
@webtelly - thanks for the fix

@aarf - slacko seems quicker than some of the older Pups, if Android has got some special tricks hopefully there'll be part of the features merged to the mainstream kernel

http://www.wired.com/wiredenterprise/20 ... oid-linux/

For Racy 5.3?

Posted: Tue 22 May 2012, 06:15
by johnywhy
hi

has anybody made a single pet or sfs of frisbee that will run on racy 5.3?

would be awesome!

thanks

Re: For Racy 5.3?

Posted: Tue 22 May 2012, 16:46
by peebee
johnywhy wrote:hi

has anybody made a single pet or sfs of frisbee that will run on racy 5.3?

would be awesome!

thanks
Will 2 pets do...

xpupsay:
http://www.murga-linux.com/puppy/viewto ... h&id=37528
then:
http://ftp.nluug.nl/ftp/pub/os/Linux/di ... 2-spup.pet

Load xpupsay first before frisbee....

They work for me.....(also on Wary 5.3 and on Precise 5.2.60 )

Cheers
peebee

Posted: Tue 22 May 2012, 17:14
by johnywhy
I saw that combo in the forum, but was not sure how to install xpupsay. Any walkthroughs available?

Many Thanks.

Posted: Tue 22 May 2012, 17:17
by peebee
johnywhy wrote:I saw that combo in the forum, but was not sure how to install xpupsay. Any walkthroughs available?

Many Thanks.
Just download and click on the pet - thats all there is to it....

Cheers
peebee

Posted: Wed 23 May 2012, 08:46
by Minimalista
Hi to everybody!
Completely newbie, I hope this is the right place to post my problem:

I'm having problems with my wireless connection. I have lupu libre 5.2.8 installed. All works fine, but internet connection. I have a usb wireless connection, my notebook detect it with no problem, but somehow it cannot connect because, literally "DHCP client failed to negotiate with wireless network". I tried Frisbee and installed the right packages, but no success. Now the message is different, though: when I try to get a network profile, I am asked the ASCII or HEX key.And when I give the key there's a pop up with a message like "Set ASCII key failed" I'm pretty sure I introduced the right key (I tried four times just in case).
Anyone can help with that? Thanks a lot for your help in advance.

Posted: Thu 24 May 2012, 05:48
by johnywhy
peebee wrote:Just download and click on the pet. -peebee
thanks peebee! 'tworked!

strangely, when i checked the xpupsay on my ipod touch, it looked like a .tar file, but on the 'puter, 'twas a sweet pet.

:wink:

Frisbee pet for wary / racy / precise

Posted: Sun 09 Sep 2012, 15:46
by peebee
peebee wrote:
johnywhy wrote:hi

has anybody made a single pet or sfs of frisbee that will run on racy 5.3?

would be awesome!

thanks
Will 2 pets do...

xpupsay:
http://www.murga-linux.com/puppy/viewto ... h&id=37528
then:
http://ftp.nluug.nl/ftp/pub/os/Linux/di ... 2-spup.pet

Load xpupsay first before frisbee....

They work for me.....(also on Wary 5.3 and on Precise 5.2.60 )

Cheers
peebee
I have combined the 2 pets mentioned above into a single pet and whilst doing so have made the following small changes:
- changed the xpupsay image
- replaced the in-built ipinfo with a call to the system's ipinfo

I've tested it on wary5.3, racy5.3 and precise5.3.95 - i.e. all BarryK puppies that don't come with Frisbee OOTB.

[EDIT] Version 1 works on all of wary/racy/precise - Version 2 which is smaller uses the wpa_supplicant built into Precise and works on Precise only.

[EDIT 2]Slightly amended Version 2 for Precise uploaded 140912 following feedback.

[EDIT 3]Also tested on Wary5.4Beta and Racy5.4Beta 280912

Cheers
peebee

Posted: Sun 09 Sep 2012, 17:27
by johnywhy
Thanks, you're awesome!

Re: Frisbee pet for wary / racy / precise

Posted: Thu 13 Sep 2012, 19:18
by mavrothal
peebee wrote:
[EDIT] Version 1 works on all of wary/racy/precise - Version 2 which is smaller uses the wpa_supplicant built into Precise and works on Precise only.

Cheers
peebee
peebee
the /usr/local/sbin/wpa_supplicant symlink in version 2 points to /usr/sbin/wpa_supplicant. However in Pecise the wpa_supplicant is in /sbin. Thus the pet fails. Correcting that works as advertised :wink:

Re: Frisbee pet for wary / racy / precise

Posted: Thu 13 Sep 2012, 20:17
by peebee
mavrothal wrote:peebee
the /usr/local/sbin/wpa_supplicant symlink in version 2 points to /usr/sbin/wpa_supplicant. However in Pecise the wpa_supplicant is in /sbin. Thus the pet fails. Correcting that works as advertised :wink:
Hi Mavrothal

Thanks for reporting that - strangely it works for me.

It maybe that I don't know how to include a symlink in a pet correctly - I wonder if there is a howto somewhere??

Cheers
peebee

Re: Frisbee pet for wary / racy / precise

Posted: Fri 14 Sep 2012, 04:27
by mavrothal
peebee wrote:
mavrothal wrote:peebee
the /usr/local/sbin/wpa_supplicant symlink in version 2 points to /usr/sbin/wpa_supplicant. However in Pecise the wpa_supplicant is in /sbin. Thus the pet fails. Correcting that works as advertised :wink:
Hi Mavrothal

Thanks for reporting that - strangely it works for me.

It maybe that I don't know how to include a symlink in a pet correctly - I wonder if there is a howto somewhere??

Cheers
peebee
Try it in a *clean* Precise install.
Regarding symlinking "ln -sf /sbin/wpa_supplicant /usr/local/sbin/wpa_supplicant" worked for me.

Re: Frisbee pet for wary / racy / precise

Posted: Fri 14 Sep 2012, 05:12
by Karl Godt
peebee wrote:
mavrothal wrote:peebee
the /usr/local/sbin/wpa_supplicant symlink in version 2 points to /usr/sbin/wpa_supplicant. However in Pecise the wpa_supplicant is in /sbin. Thus the pet fails. Correcting that works as advertised :wink:
Hi Mavrothal

Thanks for reporting that - strangely it works for me.

It maybe that I don't know how to include a symlink in a pet correctly - I wonder if there is a howto somewhere??

Cheers
peebee
This can only been done with a pinstall.sh script . read the /usr/local/petget scripts how they are used [ /usr/local/petget/installpkg.sh ] . petget would run a pinstall.sh script after it had installed the pet . in this pinstall.sh script you can put something like

Code: Select all

#!/bin/sh
if test -x /usr/sbin/wpa_supplicant ; then
ln -s /usr/sbin/wpa_supplicant /usr/local/sbin/wpa_supplicant
elif test -x /sbin/wpa_supplicant ; then
ln -s /sbin/wpa_supplicant /usr/local/sbin/wpa_supplicant
else xmessage -bg red "WARNING:wpa_supplicant bin or script not installed"
fi
and probably use VAR=`which wpa_supplicant` in case next Puppy has it in /usr/bin .

There is also a possibility for a puninstall.sh .
Unfortunately a pre-install.sh possibility is missing .

New Precise version

Posted: Fri 14 Sep 2012, 07:36
by peebee
Thanks Mavrothal & Karl Godt

I've amended the pinstall with your suggestion (there was already a ln command there) but more importantly I've removed the symlink that I had left in the /usr/local/sbin directory....

I've uploaded the new version.

Thanks for your help & feedback

Cheers
peebee

Frisbee-tray and eth0 activity information

Posted: Thu 25 Oct 2012, 22:49
by KJ
I run frugal installs from USB/SD flashdrives and eth0 networking on this box. Carolina002 found eth0 OOTB. connected with Frisbee and runs great in the auto-DHCP mode. However, Frisbee-tray shows two white monitor that do not blink nor do stats show in the mouse over tool-tip box. Increasing the sleep time in startup/frisbee-tray has no effect. Saves and reboots have no effect. Frisbee works and displays properly in wifi mode and eth0 works and displays properly when set up thru the network wizard.

Come to think of it, I'm not sure that Frisbee-tray indicators have worked correctly with eth0 in Fluppy or other pups ... I usually run IceWM and use the built-in net monitor. Been trying XFCE and Open-box lately so it would be great if Frisbee-tray indicators worked with eth0. Thanks .... KJ

tray icons not working with eth0

Posted: Sat 27 Oct 2012, 02:25
by KJ
FYI ... Frisbee-tray icon does not indicate eth0 Tx and RX activity in Fluppy12 and 13, Saluki23, and Carolina002. Wlan connection indicator icons work correctly. Tested on an Acer aspire 5570Z and an EeePC 1005HA. Eth0 and Wlan connect and work great on both PC's. Thanks .... KJ

Re: tray icons not working with eth0

Posted: Sat 27 Oct 2012, 06:22
by peebee
KJ wrote:FYI ... Frisbee-tray icon does not indicate eth0 Tx and RX activity in Fluppy12 and 13, Saluki23, and Carolina002. Wlan connection indicator icons work correctly. Tested on an Acer aspire 5570Z and an EeePC 1005HA. Eth0 and Wlan connect and work great on both PC's. Thanks .... KJ
Hi KJ

Frisbee shows eth1 activity OK for me in slacko 5.3.3 - on my desktop that only has an ethernet connection - no wifi.

Maybe its something to do with your eth driver? Can you report which is being used?

Cheers
peebee