Wireless Network Config Not Saving

Booting, installing, newbie
Post Reply
Message
Author
superscienceguy
Posts: 30
Joined: Thu 04 Jan 2007, 20:59
Location: Arkansas

Wireless Network Config Not Saving

#1 Post by superscienceguy »

I successfully access my network wirelessly. However, each time I reboot I must reconfigure. I'm quite quick at it, but wondering how I can have it save its configuration. It claims that it saves the config each time to use at reboot, but it is not.
Is there an easy fix or do I need to modify a file?

PaulBx1
Posts: 2312
Joined: Sat 17 Jun 2006, 03:11
Location: Wyoming, USA

#2 Post by PaulBx1 »

This is a bug that many have seen. One person reported a work-around: go into /etc/rc.d/rc.network and uncomment the line that says this:

Code: Select all

# UNPLUGGED="false" #Line 198 Remove # in column 1 to uncomment.
Give it a try, see if it works.

barriew
Posts: 88
Joined: Tue 17 Oct 2006, 17:16
Location: Essex, UK

#3 Post by barriew »

Deleted as requested by Rarsa
Last edited by barriew on Sat 27 Jan 2007, 17:42, edited 1 time in total.

topaz
Posts: 132
Joined: Thu 14 Dec 2006, 20:18
Location: Northumberland UK

#4 Post by topaz »

hi
Hi

modprobe ndiswrapper
iwconfig wlan0 essid mynet channel 6 key mykey
rm /etc/dhcpc/*.pid # remove any leftover process id files
dhcpcd -t 10 -d wlan0

add to end of/etc/rc.d/rc.local works fine for me , I used to have to load profile in WAG to pick up the key



cheers
Thin Client, 1gb ram, atom duel 1.7, pup precise Fruga flash drive

User avatar
rarsa
Posts: 3053
Joined: Sun 29 May 2005, 20:30
Location: Kitchener, Ontario, Canada
Contact:

#5 Post by rarsa »

barriew wrote:This fix only applies to ethx wireless - not wlanx
What??? Please, delete that. It will confuse other users.

That workaround applies to any interface that fails to load.
[url]http://rarsa.blogspot.com[/url] Covering my eclectic thoughts
[url]http://www.kwlug.org/blog/48[/url] Covering my Linux How-to

superscienceguy
Posts: 30
Joined: Thu 04 Jan 2007, 20:59
Location: Arkansas

my line 198

#6 Post by superscienceguy »

dhcpcd ${INTERFACE}

Above find what my line 198 is. It appears that it is already uncommented.

superscienceguy
Posts: 30
Joined: Thu 04 Jan 2007, 20:59
Location: Arkansas

the end?

#7 Post by superscienceguy »

topaz wrote:hi
Hi

modprobe ndiswrapper
iwconfig wlan0 essid mynet channel 6 key mykey
rm /etc/dhcpc/*.pid # remove any leftover process id files
dhcpcd -t 10 -d wlan0

add to end of/etc/rc.d/rc.local works fine for me , I used to have to load profile in WAG to pick up the key



cheers
Could you be more specific about the "end"?

User avatar
HairyWill
Posts: 2928
Joined: Fri 26 May 2006, 23:29
Location: Southampton, UK

Re: the end?

#8 Post by HairyWill »

superscienceguy wrote:Could you be more specific about the "end"?
Open the file in geany use the arrow keys to move as far down the page as you can, enter a blank line for good luck and then paste/type away.
Will
contribute: [url=http://www.puppylinux.org]community website[/url], [url=http://tinyurl.com/6c3nm6]screenshots[/url], [url=http://tinyurl.com/6j2gbz]puplets[/url], [url=http://tinyurl.com/57gykn]wiki[/url], [url=http://tinyurl.com/5dgr83]rss[/url]

User avatar
rarsa
Posts: 3053
Joined: Sun 29 May 2005, 20:30
Location: Kitchener, Ontario, Canada
Contact:

#9 Post by rarsa »

I'd appreciate if you can test my latest change to the rc.network startup script.

It is meant to fix the problem reported in this threads. I want to know if it really fixes it. or if just fixes some and some other people require a different fix.

http://www.murga-linux.com/puppy/viewtopic.php?t=15125
[url]http://rarsa.blogspot.com[/url] Covering my eclectic thoughts
[url]http://www.kwlug.org/blog/48[/url] Covering my Linux How-to

Post Reply