LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 09-07-2003, 07:32 PM   #16
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45

beginning to believe this may be the wrong module, until the correct MAC address for your device shows up in the "HWaddr", then the driver is not working. What did you mean earlier by "installing the other versions"?

also, may be time to verify via fccid: what is the fccid on the device?

Last edited by akaBeaVis; 09-07-2003 at 07:34 PM.
 
Old 09-07-2003, 07:39 PM   #17
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
anyway, going to dinner, be back later on...
 
Old 09-07-2003, 07:45 PM   #18
Safyre
Member
 
Registered: Aug 2003
Distribution: Red Hat 9
Posts: 31

Original Poster
Rep: Reputation: 15
If you look back at the thread I referenced, they say:

I searched the web for "mn-510" and only found failure stories. My first attempt failed, followed by a successful run:

1. Download linux-2.4.22 source and build it.
2. Download wlan-ng 0.2.1-pre11.
3. Configure with ALL OF THESE: pci, plx, pcmcia, and usb.
4. Follow the wlan direction

On step 3, that's what I'm refering to.

FCCID: HEDACCWN330168

edit: ok, (didn't see that last post) thanks for all the help so far!!

Last edited by Safyre; 09-07-2003 at 07:51 PM.
 
Old 09-08-2003, 05:57 PM   #19
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
Well, wouldn't you know it, the database lookup for exhibits on the FCC site is broken so I can't get a look at a disassembled view of your device, all I managed to learn with that fccid is that it's an accton oem chipset.

Perhaps you should go back and configure with all those things, even though you don't have a pci or pcmcia adapter, perhaps there's some support code that your missing. When it says "Configure with ALL....", is it referring to configuring your kernel for compilation or the wlan-ng driver?
 
Old 09-08-2003, 06:46 PM   #20
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
Now that I've actually downloaded the wlan-ng source and looked at the readme, I have to ask: did you do see this/do this?
------------------------------
FOR USB USERS:

A) Make sure your kernel usb support is running
B) Plug in the Prism2.x USB device
C) Run 'modprobe prism2_usb prism2_doreset=1' to load the driver into memory.
D) Run 'wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable' to initialize the
driver+MAC functions.
E) Run 'wlanctl-ng wlan0 lnxreq_autojoin ssid=<your ssid> authtype=opensystem'
to enable the MAC in Infrastructure Station mode.
F) Run 'ifconfig wlan0 <your IP address>'


item "D" would seem to be the one missed, as your MAC address is not listed, if you did all this and have been through the readme a dozen times let me know as I'll need to pour a *much* larger drink,
 
Old 09-08-2003, 07:46 PM   #21
Safyre
Member
 
Registered: Aug 2003
Distribution: Red Hat 9
Posts: 31

Original Poster
Rep: Reputation: 15
I didn't see that, I"ll try it now. I looked through the readme on the site, but never saw that peice of info.
 
Old 09-08-2003, 08:42 PM   #22
Safyre
Member
 
Registered: Aug 2003
Distribution: Red Hat 9
Posts: 31

Original Poster
Rep: Reputation: 15
Here are the results:
[root@localhost root]# wlanctl-ng wlan0 lnxreq_autojoin ssid=DATALINKS authype=opensystem
The required argument 'authtype' has no value.
message=lnxreq_autojoin
ssid='DATALINKS'
authtype=no_value
resultcode=no_value
[root@localhost root]# wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable
message=lnxreq_ifstate
ifstate=enable
resultcode=success
[root@localhost root]# wlanctl-ng wlan0 lnxreq_autojoin ssid=DATALINKS authype=opensystem
The required argument 'authtype' has no value.
message=lnxreq_autojoin
ssid='DATALINKS'
authtype=no_value
resultcode=no_value
[root@localhost root]# ifconfig wlan0 192.168.2.76
[root@localhost root]#

The wireless light indicator was light and solid before I did this, now it blinks!! WHooo! But after I restarted the laptop, it returned to its blinkless state. Same error during bootup, too.
 
Old 09-08-2003, 08:48 PM   #23
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
sounds like you got a bit furthur than "almost there" (heh) this time. Can you do the same thing and this time when you're done, post the output of ifconfg wlan0? I'd dearly love to see ifconifg displaying something besides 0's in the HWaddr field, it would be even better if it show bytes tx/rx'd too.

ps: this is linux, reboots are rarely required for configuration changes, what made you reboot?

Last edited by akaBeaVis; 09-08-2003 at 08:53 PM.
 
Old 09-08-2003, 09:04 PM   #24
Safyre
Member
 
Registered: Aug 2003
Distribution: Red Hat 9
Posts: 31

Original Poster
Rep: Reputation: 15
[root@localhost root]# ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet addr:192.168.2.76 Bcast:192.168.2.255 Mask:255.255.255.0
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

Ok, so the addr field is still zeros, but the wireless guessed the subnet number and the base station number on its own, I didn't give it those. Glimmer of hope #2.

edit: reboot is from being used to eek, windows, and I wanted to see if the changes would stick.
 
Old 09-08-2003, 09:14 PM   #25
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
Ok, this is looking better, at least you're not getting "no such device" errors. Time to go through that readme very carefully, it's the readme that comes with the source code, not the one on the website. I noticed a few potential "gotchas" in there but only you will know if they apply to your situation.
 
Old 09-08-2003, 09:15 PM   #26
Safyre
Member
 
Registered: Aug 2003
Distribution: Red Hat 9
Posts: 31

Original Poster
Rep: Reputation: 15
I'll go get the source code so I can get the readme there. And see what I can do next.

edit: stoopid question, I've installed the source code, where's the readme?

Last edited by Safyre; 09-08-2003 at 09:23 PM.
 
Old 09-08-2003, 09:57 PM   #27
Safyre
Member
 
Registered: Aug 2003
Distribution: Red Hat 9
Posts: 31

Original Poster
Rep: Reputation: 15
How long is the readme? Could you post it? I am having no luck finding it after I installed the source rpms.
 
Old 09-08-2003, 10:03 PM   #28
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
it's a file named README in the top level directory named linux-wlan-ng-0.2.1-pre11
 
Old 09-08-2003, 11:53 PM   #29
Safyre
Member
 
Registered: Aug 2003
Distribution: Red Hat 9
Posts: 31

Original Poster
Rep: Reputation: 15
Hey, check this out!!

root@PillarofAutumn root]# /etc/init.d/wlan start [ OK ]
Starting WLAN Devices:message=dot11req_mibset
mibattribute=dot11WEPDefaultKeyID=1
resultcode=success
message=dot11req_mibset
mibattribute=dot11ExcludeUnencrypted=true
resultcode=success
message=dot11req_mibset
mibattribute=dot11PrivacyInvoked=true
resultcode=success
message=dot11req_mibset
mibattribute=dot11WEPDefaultKey0=xx:xx:xx:xx:xx
resultcode=success
message=dot11req_mibset
mibattribute=dot11WEPDefaultKey1=xx:xx:xx:xx:xx
resultcode=success
message=dot11req_mibset
mibattribute=dot11WEPDefaultKey2=xx:xx:xx:xx:xx
resultcode=success
message=dot11req_mibset
mibattribute=dot11WEPDefaultKey3=xx:xx:xx:xx:xx
resultcode=success
[root@PillarofAutumn root]# ifconfig wlan0 [ OK ]
wlan0 Link encap:Ethernet HWaddr 00:50:F2:77:1F:FA
inet addr:192.168.2.32 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:258 (258.0 b)
 
Old 09-10-2003, 03:57 PM   #30
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
You da man!! excellent work!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
USB Wireless G Adapter rodm13 Slackware 3 11-16-2005 03:46 AM
Wireless Usb Adapter Joshwaaa Linux - Wireless Networking 4 10-20-2004 06:46 AM
DWL-122 USB Wireless USB adapter Suse 9.1? hal_casteel Linux - Wireless Networking 3 08-03-2004 07:13 AM
USB Wireless Adapter isone Linux - Newbie 3 12-17-2003 11:41 AM
usb wireless adapter pfoh Linux - Hardware 0 08-26-2003 12:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 08:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration