WiFi Puppy bad: WAG says "no module loaded"

Booting, installing, newbie
Post Reply
Message
Author
D33
Posts: 3
Joined: Sun 16 Apr 2006, 15:46
Location: Norway

WiFi Puppy bad: WAG says "no module loaded"

#1 Post by D33 »

Whay do I get "no module loaded"

W.A.G. 0.3.2



wireless card active
wireless card responding

no module loaded
dhcpcd not running
wifi-beta not installed

could not find interface in /proc/net/wireeless
ap test failure

no wireless networks detected
error when scanning


What have I not don, or don bad?

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

#2 Post by rarsa »

The message 'no module loaded' is a little bit missleading.

It means that you haven't loaded a driver module using WAG. But the rest of the message indicates that your card is being recognized.

So, In order to help you I will need you to do a few things:

1. On a command console (rxvt) execute the following command and post the result

Code: Select all

iwconfig
2. On a command console (rxvt) execute the following command and post the result

Code: Select all

cat /proc/net/wireless
3. Investigate the wireless parameters of your access point:
ESSID, Encryption type (none, WEP, WAP), Encryption key. (Please don't post those as those should be private to you)
[url]http://rarsa.blogspot.com[/url] Covering my eclectic thoughts
[url]http://www.kwlug.org/blog/48[/url] Covering my Linux How-to

keenerd
Posts: 176
Joined: Sat 20 Aug 2005, 19:24

#3 Post by keenerd »

He doesn't have any drivers running for the card. He has inserted the card into the PCMCIA slot. /proc/net/wireless is empty. Iwconfig won't do anything, there is no interface.

Find out what model card you have and install the proper driver from here:
http://mymirrors.homelinux.org/puppy/wireless/

Once you get that set up, WAG will connect you to an access point.

D33
Posts: 3
Joined: Sun 16 Apr 2006, 15:46
Location: Norway

#4 Post by D33 »

[quote="rarsa"]

1. Whit iwconfig[/code]

<I got : lo no wireless extensions.


2. Whit cat /proc/net/wireless[/code]

<I got : bash: cat/proc/net/wireless: No such file or directory


3. Investigate the wireless parameters of your access point:
ESSID, Encryption type (none, WEP, WAP), Encryption key. (Please don't post those as those should be private to you)

ESSID : D33nett
Encryption is : WEP
Encryotion key: yes I have one


And I have to say: Im a beginer whit Linux and Im imprest of the good wil and fast anser.
(and my englis stinks) :?

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

#5 Post by rarsa »

What card are you using? (Brand, model, version and if know: chipset)
[url]http://rarsa.blogspot.com[/url] Covering my eclectic thoughts
[url]http://www.kwlug.org/blog/48[/url] Covering my Linux How-to

D33
Posts: 3
Joined: Sun 16 Apr 2006, 15:46
Location: Norway

#6 Post by D33 »

Im using CNet CNWLC-811 (B)

I went to http://www.cnet.com.tw/download/index-wireless.html
and found a Linux driver. Shod that walk?

keenerd
Posts: 176
Joined: Sat 20 Aug 2005, 19:24

#7 Post by keenerd »

Looking at this very good wireless reference:
http://users.linpro.no/janl/hardware/wifi.html
It seems your card is a based on the Atmel AT76C502AR chipset.

I would recommend using the Puppy drivers.
Download these files:
http://mymirrors.homelinux.org/puppy/wi ... 1.1.tar.gz
http://mymirrors.homelinux.org/puppy/wi ... an-connect

And read these instructions:
http://mymirrors.homelinux.org/puppy/wi ... lan_README

Feel free to ask if they give you any trouble.

Post Reply