| Author |
Message |
goosfly
Guest
|
Posted: Sun 04 Sep 2005, 15:47 Post subject:
Need help making smc2662w USB WiFi work |
|
I am trying to configure the smc2662w v2 usb wireless adapter to work with flash puppy. Flash puppy does not recognize this device. I am trying to install the driver for it.
One, how do you use ndiswrapper in flash puppy, or
two, can some one help me install this: http://ftp.delta-v.org/linux/SMC2662WV2_Linux.tar.gz
the flash puppy kernel is not supported with this installer, and i have no idea what that means!
please give me some direction.. i have been working on this for a long time!
|
|
Back to top
|
|
 |
Guest
Guest
|
Posted: Sun 04 Sep 2005, 17:43 Post subject:
|
|
also, i could only download the zip from here: http://ftp.delta-v.org/linux/SMC2662WV2_Linux.tar.gz
but it is talked about here:
http://www.usb-drivers.com/drivers/146/146874.htm
http://network.free-driver-download.com/SMC/14686/SMC-SMC2662W-V.2-Wireless-USB-Adapter-Driver-Linux.html
this appends to my top post!
|
|
Back to top
|
|
 |
Guest
Guest
|
Posted: Sun 04 Sep 2005, 18:27 Post subject:
|
|
Wont work as it's designed for a kernel other than that used by Puppy. Actually it only a collection of precompiled drivers and command line utilities. Have a look on the wiki for information regarding ndiswrapper.
|
|
Back to top
|
|
 |
BlackAdder

Joined: 22 May 2005 Posts: 382
|
Posted: Mon 05 Sep 2005, 00:52 Post subject:
|
|
Looks as though your adapter should be supported via drivers already included as modules with Puppy 1.0.3 and 1.0.4.
Try this in a console window:
| Quote: | | modprobe at76c503-rfmd |
then
If iwconfig shows wlan0 as active, then follow the steps in this wiki page:
http://www.goosee.com/puppy/wikka/WiFi
If you have a router that acts as a dhcp server, there is a shortcut for steps 3,4, & 5:
| Quote: | rm /etc/dhcpc/*.pid
dhcpcd wlan0 |
|
|
Back to top
|
|
 |
Guest
Guest
|
Posted: Mon 05 Sep 2005, 01:53 Post subject:
|
|
Black adder.. .you are my new favorite person... I worked all day with rarsa on this, he helped me immensly, but it was yours that saved the day! I am a noob, and i am just barely understanding how rarsa and I accomplished setting up my network.. but i am very interested in knowing how you figured out that driver. Please enlighten me.
-BG
Thank you black adder and rarsa!
|
|
Back to top
|
|
 |
BlackAdder

Joined: 22 May 2005 Posts: 382
|
Posted: Mon 05 Sep 2005, 05:31 Post subject:
|
|
Happy to be of help.
There was no great magic to it. I have a USB-connected wifi adapter. Many of the USB 802.11b devices contain ATMEL chips. So I just checked the site for the drivers http://at76c503a.berlios.de/, and your adapter was on the list.
Next thing is to make the commands into a script to save you remembering and typing the commands each time. But maybe rarsa has already helped with that.
|
|
Back to top
|
|
 |
Guest
Guest
|
Posted: Mon 05 Sep 2005, 13:15 Post subject:
|
|
i looked at that page several times before... and i never even noticed what it meant! Thanks!
|
|
Back to top
|
|
 |
|