The time now is Mon 20 May 2013, 14:54
All times are UTC - 4 |
| Author |
Message |
timtimtim
Joined: 05 Aug 2005 Posts: 11
|
Posted: Fri 12 Aug 2005, 13:06 Post subject:
Can't load atheros wifi ndiswrapper configuration at startup |
|
so i've followed the steps by 'danleff' as posted to get my atheros wifi working via ndiswrapper.
http://www.goosee.com/puppy/wikka/WifiAndPcmcia
but, i can only get my card to acquire an ip address and work if i open a terminal and enter the following:
modprobe ndiswrapper
ifconfig wlan0 up
iwconfig wlan0 key *** channel ** essid **
ifconfig wlan0 up
dhcpcd -G 192.168.0.1 wlan0
i HAVE placed the above lines in my rc.local file, but these settings are not applied at startup; i have to run terminal and enter them manually each time. so, i am wondering why it is not working... do i need to append the module locations specified as below in rc.local?
/usr/bin/ndiswrapper -m
/sbin/modprobe ndiswrapper
/usr/sbin/iwconfig wlan0 key ***
/.etc/dhcpc/dhcpcd -G 192.168.0.1 wlan0
thanks for any help.
-tim
|
|
Back to top
|
|
 |
timtimtim
Joined: 05 Aug 2005 Posts: 11
|
Posted: Fri 12 Aug 2005, 14:04 Post subject:
it continues |
|
on further research i find that at startup puppy now hangs because "/.etc/dhcpc/dhcpcd does not exist"
also, when i do get puppy to boot, i have to manually enter wifi settings through terminal.. AND delete the "dhcpcd-wlan0.pid" file, then run dhcpcd again to acquire ip address and be up and running.
HELP!!!!!!!!!!!!!
|
|
Back to top
|
|
 |
Guest
Guest
|
Posted: Fri 12 Aug 2005, 17:39 Post subject:
|
|
| Code: |
/usr/bin/ndiswrapper -m
/sbin/modprobe ndiswrapper
/usr/sbin/iwconfig wlan0 key ***
/.etc/dhcpc/dhcpcd -G 192.168.0.1 wlan0
|
to
| Code: |
/bin/rm /etc/dhcpc/dhcpcd-wlan0.pid
/usr/bin/ndiswrapper -m
/sbin/modprobe ndiswrapper
/usr/sbin/iwconfig wlan0 key ***
/sbin/dhcpcd -G 192.168.0.1 wlan0
|
|
|
Back to top
|
|
 |
danleff

Joined: 08 May 2005 Posts: 294 Location: Albany, NY
|
Posted: Sat 13 Aug 2005, 03:23 Post subject:
|
|
Yes, in your example, you have an extra 2 lines that also may be a problem;
modprobe ndiswrapper
ifconfig wlan0 up
iwconfig wlan0 key *** channel ** essid **
ifconfig wlan0 up
dhcpcd -G 192.168.0.1 wlan0
It probably should be;
modprobe ndiswrapper
iwconfig wlan0 key *** channel ** essid **
dhcpcd -G 192.168.0.1 wlan0
_________________ I love it when a plan comes together
--Hannibal Smith
|
|
Back to top
|
|
 |
|
|
|
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
|
|
[ Time: 0.0388s ][ Queries: 11 (0.0034s) ][ GZIP on ] |