Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy home page: puppylinux.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Thu 02 Sep 2010, 20:25
All times are UTC - 4
 Forum index » Advanced Topics » Cutting edge
Network connection wizard - Testers required
Moderators: Flash, Ian, JohnMurga
Post new topic   Reply to topic View previous topic :: View next topic
Page 1 of 2 [28 Posts]   Goto page: 1, 2 Next
Author Message
rarsa


Joined: 29 May 2005
Posts: 3043
Location: Kitchener, Ontario, Canada

PostPosted: Mon 05 Dec 2005, 16:23    Post subject:  Network connection wizard - Testers required
Subject description: Latest version 2.14-1 January 13, 2007
 

I'm in the process of improving the Ethernet wizard (Network connection wizard).

The problem is that I have acces to a limited number of computers and network cards and cannot test all the different combinations.

I will release the changes in small increments, always as a finished product so it can be released at any time Barry deems appropriate.

I'm releasing it as a dotpup for easy installation.
http://www.murga.org/~puppy/viewtopic.php?p=26778#26778

Please do not limit your test to the areas of change identified in the task list or change log. If you have comments or sugestions add them there and I will add them to the task list to be prioritized.

Please include in all posts the version number of the networksetup-upgrade package you used to test.

Thanks in advance

Last edited by rarsa on Sun 14 Jan 2007, 00:44; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website 
rarsa


Joined: 29 May 2005
Posts: 3043
Location: Kitchener, Ontario, Canada

PostPosted: Mon 23 Oct 2006, 01:37    Post subject:  

New functionality added, please test it.

It is safe to test. It has an uninstaller that will restore to the previous version.

Get it from here!

_________________
http://rarsa.blogspot.com Covering my eclectic thoughts
http://www.kwlug.org/blog/48 Covering my Linux How-to
Back to top
View user's profile Send private message Visit poster's website 
klhrevolutionist


Joined: 08 Jun 2005
Posts: 1122

PostPosted: Mon 23 Oct 2006, 02:09    Post subject: 3c59x  

rarsa: Tested on puppy-2.10 with 3c59x driver module successfully.

Wi
Back to top
View user's profile Send private message Send e-mail 
Flash
Official Dog Handler


Joined: 04 May 2005
Posts: 6867
Location: Arizona USA

PostPosted: Sat 28 Oct 2006, 22:55    Post subject:  

Rarsa, I intend to test your new wizard by using it to set up my Netgear WG311 wifi card, as soon as I can find the time. There's a lot in my food bowl at the moment. Smile
Back to top
View user's profile Send private message 
rarsa


Joined: 29 May 2005
Posts: 3043
Location: Kitchener, Ontario, Canada

PostPosted: Sun 29 Oct 2006, 02:10    Post subject:  

Flash wrote:
There's a lot in my food bowl at the moment. Smile
I know how that is. I intended to add this functionality 6 months ago Wink
_________________
http://rarsa.blogspot.com Covering my eclectic thoughts
http://www.kwlug.org/blog/48 Covering my Linux How-to
Back to top
View user's profile Send private message Visit poster's website 
tony_rosano


Joined: 03 Oct 2006
Posts: 12

PostPosted: Mon 30 Oct 2006, 12:26    Post subject:  

sounds like a great idea. i downloaded your dotpup and installed. mybe i missed something and im in hte worng place. did this add options to the already existing ethernet/network wizard? or is it a whole new wizard?

what ever the case. I have numerus computers/network cards that i can try for you.
Back to top
View user's profile Send private message 
rarsa


Joined: 29 May 2005
Posts: 3043
Location: Kitchener, Ontario, Canada

PostPosted: Mon 30 Oct 2006, 14:34    Post subject:  

It is adding functionality to the existing ethernet/network wizard.

Thank you for testing.

It'll be awesome if you can test wireless too.

I want to compare this latest version with something that I'm planning to do in the next couple of days.

I may be integrating rutilt to replace the wireless configuration portion of the wizard. I just needed some changes to rutilt so I contacted the developer, he just replied with a new version that has the required changes.

I will test them tonight and if it is what I was looking for then integrate them tomorrow night.

Then I will compare which one works better, if the current functionality or the rutilt integration (I am expecting that rutilt will be better than what we have).

_________________
http://rarsa.blogspot.com Covering my eclectic thoughts
http://www.kwlug.org/blog/48 Covering my Linux How-to
Back to top
View user's profile Send private message Visit poster's website 
ting

Joined: 01 Sep 2005
Posts: 7
Location: Sandvika, Norway

PostPosted: Sat 04 Nov 2006, 21:34    Post subject: Bug maybe ?  

I think I found a bug

When using the new method of connecting to the wireless (in the setup menu). My atheros card gives me problems. Ive had it before so I think I know the problem:
The new madwifi drivers gives you two interfaces wifi and ath0. The setup wizard uses the wifi, when it's supposed to use ath0. Hence it's trying to connect with a non existent interface. Wag works with out any problems, so it's probably just a problem with the setup aplication.

Hope this helps Wink
Back to top
View user's profile Send private message Send e-mail 
BlackAdder


Joined: 22 May 2005
Posts: 382

PostPosted: Sun 31 Dec 2006, 23:20    Post subject:  

When using the network wizard with ndiswrapper I have been puzzled why the configuration does not persist, even though the files /etc/wlan0wireless and /etc/wlan0mode have been created.
The cause seems to be that the network wizard does not know that ndiswrapper is to be used. A quick and not very elegant fix is to add the following commands to rc.local. This assumes that the interface created by ndiswrapper is wlan0.
Code:
modprobe ndiswrapper
. /etc/wlan0wireless
. /etc/wlan0mode
Back to top
View user's profile Send private message 
BarryK
Puppy Master


Joined: 09 May 2005
Posts: 5631
Location: Perenjori, Western Australia

PostPosted: Mon 01 Jan 2007, 07:44    Post subject:  

BlackAdder, I think it is in /etc/rc.d/rc.network that they are supposed to be read, but I haven't checked that script for sometime.
Back to top
View user's profile Send private message Visit poster's website 
BlackAdder


Joined: 22 May 2005
Posts: 382

PostPosted: Mon 01 Jan 2007, 17:10    Post subject:  

Barry,
Yes, in the ndiswrapper case wlan0wireless and wlan0mode would be run from within rc.network, but without the driver being loaded they do not work successfully. Since rc.network runs before rc.local, they have to be run again after the driver is loaded via modprobe ndiswrapper.
Works for me anyway.
I had thought of modifying rc.network to test for the existence of wlan0wireless and doing a modprobe ndiswrapper if it is there, but that might confuse the issue if wlan0wireless was created by another driver.
edit:
I suppose an alternative would be to modify wlan0wireless to load ndiswrapper. Will fumble about in the scripts later to see if there is an easy way to get the wizard to do it.
Back to top
View user's profile Send private message 
brantfordbandit

Joined: 01 Jan 2007
Posts: 2

PostPosted: Mon 01 Jan 2007, 17:56    Post subject: wireless
Subject description: how to
 

i have both desktop and laptop connected with hardwire i can't get my wireless to work on laptop
Back to top
View user's profile Send private message Send e-mail 
BarryK
Puppy Master


Joined: 09 May 2005
Posts: 5631
Location: Perenjori, Western Australia

PostPosted: Mon 01 Jan 2007, 18:24    Post subject:  

BlackAdder wrote:
I suppose an alternative would be to modify wlan0wireless to load ndiswrapper. Will fumble about in the scripts later to see if there is an easy way to get the wizard to do it.

Yes, perhaps the Network Wizard should have put that in.
Back to top
View user's profile Send private message Visit poster's website 
rarsa


Joined: 29 May 2005
Posts: 3043
Location: Kitchener, Ontario, Canada

PostPosted: Tue 02 Jan 2007, 00:50    Post subject:  

BlackAdder wrote:
I suppose an alternative would be to modify wlan0wireless to load ndiswrapper. Will fumble about in the scripts later to see if there is an easy way to get the wizard to do it.
IF you load the ndiswrapper (or any other module) using the network wizard and then save that module, it will be automatically loaded next time. I am actually using ndiswrapper in one of the computers and it loads fine.

Just make sure that there is a line "ndiswrapper" in /etc/ethernetmodules.

This code to load network modules at boot time has been there long before I even touched the wizard and as far as I can tell (tested in 7 computers with different cards and drivers) it's always worked OK.

I am curious to see if maybe the wizard is not clear enough or if it is confusing thinking of ndiswrapper as "a module"

What version of Puppy are you using? I added ndiswrapper management just recently (one or two versions ago).

_________________
http://rarsa.blogspot.com Covering my eclectic thoughts
http://www.kwlug.org/blog/48 Covering my Linux How-to
Back to top
View user's profile Send private message Visit poster's website 
laptopnewbee

Joined: 19 Aug 2006
Posts: 165

PostPosted: Tue 02 Jan 2007, 23:07    Post subject:  

downloaded 2.13 beta 01-01-07 early in the am. i was very happy with how your wizard worked while using the live cd, but when i did a full hdd install the wizard started acting as bad or worse than the troubles i had with 2.12, and i could not make a manual linkup work any better. i think there is something going on during the hdd install operation that is doing this.

after reinstalling puppy i copied my ndiswrapper directory from my 2.11 partition, and did a manual connection with excellent results. this supports my belief that something in the install is going wrong. does the live cd use different copies from the ones that get installed?

anyway if the connection wizard worked as well for the hdd install as it did for the live cd i would call it wonderful.

_________________
so much to learn, so late a start.
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 1 of 2 [28 Posts]   Goto page: 1, 2 Next
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » Advanced Topics » Cutting edge
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
hot copy
[ Time: 0.2601s ][ Queries: 9 (0.0056s) ][ Debug on ]