From linux-wlan-user@absoval.com Mon Apr 30 18:31:48 2001 From: linux-wlan-user@absoval.com (Thorsten Jungblut) Date: Mon, 30 Apr 2001 20:31:48 +0200 (MET DST) Subject: [lwlan-user]: AP mode NETBEUI problem.. In-Reply-To: Message-ID: > I had setup a AP base on the PRISM2 PCMCIA card and REDHAT6.2 , and a > windows station on the win98. > The AP work well, i can ping,telnet browse ,ftp on my win98 enviroment > through the Linux AP. > But the network neighborhood does NOT display any computer name after i > double click it, > it can show the computer name only when i use the searching the computer. > Does anybody have the same problem with me?? i had the same problem only with my cable lan, even without bridging or switching, just a hub and a few pc's and a linux server with samba. and no pc could see the linux-pc in the network neighbourhood, but it was working after searching for it or directly entering its name. i think it has something to do with broadcasting netbeui.. but i dont know it exactly. sometimes it is shown, sometimes it is not. but however it isnt just a cause of the wireless lan or the bridging code Gruß, Thorsten __________________________________________________________ Thorsten Jungblut Universität Koblenz, Fachbereich Informatik tjungblu@uni-koblenz.de -> ask for pgp public key ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 30 17:45:07 2001 From: linux-wlan-user@absoval.com (Thomas Skidmore) Date: 30 Apr 2001 11:45:07 MDT Subject: [[lwlan-user]: AP mode NETBEUI problem..] Message-ID: <20010430174508.17436.qmail@nwcst333.netaddress.usa.net> If you are actually running the NetBEUI protocol and a multihomed linux machine you would not expect to see "through" the Linux machine as NetBEUI is a non-routable protocol. You also wouldn't expect to see the Linux machine as it does not support the NetBEUI protocol (except for some hacks under 2.1.x that never went into the source tree). If, however, the AP was acting as an ethernet bridge (transparent), it might have a chance of working. If, on the other hand, you are running NetBIOS over TCP/IP then you can set up Samba to do the forwarding for you a couple of ways, but since you see nothing on the neighborhood network it doesn't sound like you are using SAMBA. Try the Samba man page and the part about "remote announce" or "wins server". Hope this helps. Tom ---------------------------------------- Fema.Chueh (Âö§§¥þ) wrote: Hi, I had setup a AP base on the PRISM2 PCMCIA card and REDHAT6.2 , and a windows station on the win98. The AP work well, i can ping,telnet browse ,ftp on my win98 enviroment through the Linux AP. But the network neighborhood does NOT display any computer name after i double click it, it can show the computer name only when i use the searching the computer. Does anybody have the same problem with me?? Thanks. -Fema ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=1 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Mon Apr 30 16:44:53 2001 From: linux-wlan-devel@absoval.com (Jouni Malinen) Date: Mon, 30 Apr 2001 19:44:53 +0300 Subject: [lwlan-devel]: Security problem of 128-bit WEP key generated by passphrase In-Reply-To: <5.0.2.1.0.20010430140249.00a0d4d0@pop.gmx.de>; from MHabermann@ylez.com on Mon, Apr 30, 2001 at 02:02:56PM +0800 References: <5.0.2.1.0.20010430140249.00a0d4d0@pop.gmx.de> Message-ID: <20010430194453.A21310@jm.epitest.fi> On Mon, Apr 30, 2001 at 02:02:56PM +0800, Michael Habermann wrote: > No matter how secure the user selects the passphrase, first a 32 bit > hashkey is generated that is the base for generating the 128 bit key. In > this way, it is only possible to generated about 4 billion 128-bit keys, so > they are actually 32 bit keys (character probabilities neglected). Actually, it is not even 32-bit key. The way of generating the key with rand() is also flawed. It loses 8 bits (every fourth character of the generating string) and the maximum size of key space is 2^24; or 2^21 if we assume that only 7-bit characters are used. Anyway, it takes only few seconds to perform a brute force attack on keys generated with nwepgen (either 40-bit or 128(104)-bit).. > I propose to disable the passphrase for 128 bit keys, or at least a comment > should be left in the wlan-ng.opts that informs the user that keys > generated in this way are weak. The generation algorithm could be changed easily, since it does not even match with the Windows driver. Something like a hash with MD5 or SHA1 as a basis and a bit more secure generation of rest of the needed bits than the use of rand() in the way used in nwepgen. On the other hand, I would not call 40-bit WEP secure.. or "128-bit WEP" for that matter. The proposed WEP2 from 802.11 TgE (Sec) might be better, but I would anyway use IPSec on wireless LAN connections. -- Jouni Malinen PGP id EFC895FA -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 30 14:26:58 2001 From: linux-wlan-user@absoval.com (bwalter) Date: Mon, 30 Apr 2001 10:26:58 -0400 Subject: [lwlan-user]: 802.11 USB dongle Linux driver... Message-ID: <200104301026.AA2908684610@mail.bluesocket.com> Actually, this is in reply to your NetBEUI question.. are you definately running samba and does it work over your wired connection? -Ben ---------- Original Message ---------------------------------- From: =?big5?B?RmVtYS5DaHVlaCAowvanp6X+KQ==?= Reply-To: linux-wlan-user@absoval.com Date: Mon, 30 Apr 2001 14:30:59 +0800 > >I am looking for the 802.11 USB dongle Linux driver,, Intersil PrismII(RF) , >Atmel 503 (MAC) ,, >Does it exist ?? > >Thanks.. >-Fema >----------------------------------------------- >The Linux WLAN User's Mailing List >For more information about this list see: >http://www.absoval.com/linux-wlan/lists.html > ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 30 10:36:23 2001 From: linux-wlan-user@absoval.com (acevirgil@inwind.it) Date: Mon, 30 Apr 2001 12:36:23 +0200 Subject: [lwlan-user]: IEEE 802.11b USB WIRELESS ADAPTER Message-ID: HI Fema, I am working on the development of new driver IEEE 802.11b that support PCMCIA,PCI, USB WIRELESS DEVICE and Ad-Hoc Mode :) Thanks to GemTek Taiwan. Regards Alessandro ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 30 07:15:45 2001 From: linux-wlan-user@absoval.com (=?big5?B?RmVtYS5DaHVlaCAowvanp6X+KQ==?=) Date: Mon, 30 Apr 2001 15:15:45 +0800 Subject: [lwlan-user]: AP mode NETBEUI problem.. Message-ID: Hi, I had setup a AP base on the PRISM2 PCMCIA card and REDHAT6.2 , and a windows station on the win98. The AP work well, i can ping,telnet browse ,ftp on my win98 enviroment through the Linux AP. But the network neighborhood does NOT display any computer name after i double click it, it can show the computer name only when i use the searching the computer. Does anybody have the same problem with me?? Thanks. -Fema ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 30 06:30:59 2001 From: linux-wlan-user@absoval.com (=?big5?B?RmVtYS5DaHVlaCAowvanp6X+KQ==?=) Date: Mon, 30 Apr 2001 14:30:59 +0800 Subject: [lwlan-user]: 802.11 USB dongle Linux driver... Message-ID: I am looking for the 802.11 USB dongle Linux driver,, Intersil PrismII(RF) , Atmel 503 (MAC) ,, Does it exist ?? Thanks.. -Fema ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Mon Apr 30 06:02:56 2001 From: linux-wlan-devel@absoval.com (Michael Habermann) Date: Mon, 30 Apr 2001 14:02:56 +0800 Subject: [lwlan-devel]: Security problem of 128-bit WEP key generated by passphrase Message-ID: <5.0.2.1.0.20010430140249.00a0d4d0@pop.gmx.de> Hi! I've taken a look at the code of the 128 bit WEP key generation from a passphrase in 0.1.8-pre11. nwepgen.c contains the following lines to create a hashkey for the key generation. --- begin --- for (i=0; i I've got two DWL-650's and I'm trying to get them to work in ad-hoc mode evenutally. I haven't fully installed wlan-ng because I would like for it to be debanized. I did copy all of the p80211*.o and the prism2_cs.o into the /lib/modules tree so I don't think that's a problem. They also both seem to work under windows 98. If anybody's got any ideas, please let me know. (Please cc me as I'm not on the list.) Apr 29 22:11:34 orchrist cardmgr[5446]: executing: 'modprobe prism2_cs prism2_debug=5' Apr 29 22:11:34 orchrist kernel: prism2sta_attach: Enter Apr 29 22:11:34 orchrist kernel: prism2sta_event: Enter Apr 29 22:11:34 orchrist kernel: prism2sta_config: Enter Apr 29 22:11:34 orchrist kernel: prism2sta_config: vcc set from VNOM Apr 29 22:11:34 orchrist kernel: prism2sta_config: link->conf.Vcc=33 Apr 29 22:11:34 orchrist kernel: prism2_cs: RequestIRQ: Resource in use Apr 29 22:11:34 orchrist kernel: prism2sta_config: NextTuple failure? It's probably a Vcc mismatch. Apr 29 22:11:34 orchrist kernel: prism2sta_release: Enter Apr 29 22:11:34 orchrist kernel: prism2sta_release: Exit Apr 29 22:11:34 orchrist kernel: prism2sta_event: prism2_cs: Initialization failed! Apr 29 22:11:34 orchrist kernel: prism2sta_event: Exit Apr 29 22:11:35 orchrist kernel: prism2sta_detach: Enter Apr 29 22:11:35 orchrist kernel: prism2sta_detach: Exit Apr 29 22:11:35 orchrist cardmgr[5446]: get dev info on socket 0 failed: Resource temporarily unavailable -- Mike Mattice - Debian Developer mailto: mike@milliways.cx mattice@debian.org 1024D/137A955E print 050C 2D2F A95A 25BB B61F CD16 EC3B CAC4 137A 955E ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Sun Apr 29 05:20:40 2001 From: linux-wlan-user@absoval.com (Wade Fields) Date: 29 Apr 2001 00:20:40 -0500 Subject: [lwlan-user]: Linksys WPC11, Redhat7.1, and hotplug... In-Reply-To: <988435709.3990.0.camel@localhost.localdomain> References: <988435709.3990.0.camel@localhost.localdomain> Message-ID: <988521641.1972.0.camel@localhost.localdomain> Just a follow up. I have since disabled WEP and everything works now. I can get connected to my LAN just fine. I still have a question now of how to get WEP working. I also am wondering how I can tell what speed the wlan card is connecting at and if it will auto-negotiate the connection speed. Is there any wireless extensions for linux-wlan so i could use iwconfig? Thanks, Wade Fields On 28 Apr 2001 00:28:29 -0500, Wade Fields wrote: > I am having problems getting connected to my lan via the Linksys WPC11. > I have all the drivers installed, the modules load, and the wlan0 > interface is created with an IP address. I've looked in my > /var/log/messages and found an error: "Apr 27 23:53:56 vaio > /etc/hotplug/net.agent: register event not handled" > > Is this why I can't get connected to my LAN? I am using the Linksys AP > as my bridge to ethernet. I have WEP on the AP and in the wlan-ng.opts > file, that seems to be working as I get no errors when the keys are > created. Could this be it? I haven't tried disabling WEP yet. > > I did have to modify net.agent to call /etc/pcmcia/wlan-ng instead of > /etc/pcmcia/wireless, but I had this error BEFORE I did the > modifications. > > It seems to be connecting to the AP just fine, as I can see the > connection via the linksys AP config tool. > > I am lost, and quite frustrated at this point. It took me a while to get > it this far. I am running RedHat 7.1 as my OS, 1 day old install, the > Wireless card is a Linksys WPC11(prism2 chip), the AP is a Linksys > WAP11, and I am using linux-wlan-ng-0.1.8-pre10. > > I just subscribed and don't know if I will get any responses, but thank > you in advance for any help in this matter. I can provide any info that > will help, just ask! :) > > Thanks, > > Wade Fields > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Sat Apr 28 05:28:29 2001 From: linux-wlan-user@absoval.com (Wade Fields) Date: 28 Apr 2001 00:28:29 -0500 Subject: [lwlan-user]: Linksys WPC11, Redhat7.1, and hotplug... Message-ID: <988435709.3990.0.camel@localhost.localdomain> I am having problems getting connected to my lan via the Linksys WPC11. I have all the drivers installed, the modules load, and the wlan0 interface is created with an IP address. I've looked in my /var/log/messages and found an error: "Apr 27 23:53:56 vaio /etc/hotplug/net.agent: register event not handled" Is this why I can't get connected to my LAN? I am using the Linksys AP as my bridge to ethernet. I have WEP on the AP and in the wlan-ng.opts file, that seems to be working as I get no errors when the keys are created. Could this be it? I haven't tried disabling WEP yet. I did have to modify net.agent to call /etc/pcmcia/wlan-ng instead of /etc/pcmcia/wireless, but I had this error BEFORE I did the modifications. It seems to be connecting to the AP just fine, as I can see the connection via the linksys AP config tool. I am lost, and quite frustrated at this point. It took me a while to get it this far. I am running RedHat 7.1 as my OS, 1 day old install, the Wireless card is a Linksys WPC11(prism2 chip), the AP is a Linksys WAP11, and I am using linux-wlan-ng-0.1.8-pre10. I just subscribed and don't know if I will get any responses, but thank you in advance for any help in this matter. I can provide any info that will help, just ask! :) Thanks, Wade Fields ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Sat Apr 28 02:15:41 2001 From: linux-wlan-devel@absoval.com (linux-wlan-devel@absoval.com) Date: Sat, 28 Apr 2001 11:15:41 +0900 Subject: [lwlan-devel]: How to use linux-wlan as ad-hoc network Message-ID: <325BAD07FE29D511B0DA00D0B7A8DC08216D8B@cms1.etri.re.kr> This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C0CF89.1F876510 Content-Type: text/plain; charset="KS_C_5601-1987" Dear all I wonder how to configure linux-wlan as ad-hoc network. It seems that ad-hoc is not supported. Best regards ------_=_NextPart_001_01C0CF89.1F876510 Content-Type: text/html; charset="KS_C_5601-1987" How to use linux-wlan as ad-hoc network

Dear all


I wonder how to configure linux-wlan as ad-hoc network.
It seems that ad-hoc is not supported.

Best regards


------_=_NextPart_001_01C0CF89.1F876510-- -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Fri Apr 27 17:08:28 2001 From: linux-wlan-devel@absoval.com (XXXXXX) Date: Fri, 27 Apr 2001 17:08:28 KST Subject: [lwlan-devel]: About Bridge WLAN to LAN with wvlan_cs Message-ID: <20010427170828.HM.k0000000000ewjs@www47.hanmail.net> I successed Ad-Hoc Mode using wvlan_cs (pcmcia-3.1.25).

now I try the bridging from 802.11 to 802.3

Sta <--------> Sta<------>WiredNetwork
Ad-Hoc LAN

I use the bridge-utils-0.9.1.tar.gz (from openrock.net)
+ wvlan_cs(pcmci-3.1.25)

The bridge System don't operate properly --;
Ping response is ok from bridge system to wired network
But Ping response is Not Ok from bridge system to wireless network(station)
Hi.

I think the problem is wvlan_cs driver.
When use wlan-ng-0.1.8, AP+Bridge system is operate properly.

In Ad-Hoc mode system, arp was not setting automatically.
So, I must set the arp manualy.
ex)arp -s TARGET_SYSTEM_IPADDR TARGET_SYSTEM_MACADDR

1. What's the reson of arp problem?
2. Do you know the problem of wvlan_cs+Bridge System?

Thanx.




==================================================
¿ì¸® ÀÎÅͳÝ, Daum
Æò»ý ¾²´Â ¹«·á E-mail ÁÖ¼Ò Daum ÇѸÞÀϳÝ
Áö±¸ÃÌ ÇÑ±Û °Ë»ö¼­ºñ½º Daum FIREBALL
-------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Fri Apr 27 17:05:01 2001 From: linux-wlan-user@absoval.com (XXXXXX) Date: Fri, 27 Apr 2001 17:05:01 KST Subject: No subject Message-ID: <20010427170501.HM.k0000000000ewbd@www47.hanmail.net> I successed Ad-Hoc Mode using wvlan_cs (pcmcia-3.1.25).

now I try the bridging from 802.11 to 802.3

Sta <--------> Sta<------>WiredNetwork
Ad-Hoc LAN

I use the bridge-utils-0.9.1.tar.gz (from openrock.net)
+ wvlan_cs(pcmci-3.1.25)

The bridge System don't operate properly --;
Ping response is ok from bridge system to wired network
But Ping response is Not Ok from bridge system to wireless network(station)
Hi.

I think the problem is wvlan_cs driver.
When use wlan-ng-0.1.8, AP+Bridge system is operate properly.

In Ad-Hoc mode system, arp was not setting automatically.
So, I must set the arp manualy.
ex)arp -s TARGET_SYSTEM_IPADDR TARGET_SYSTEM_MACADDR

1. What's the reson of arp problem?
2. Do you know the problem of wvlan_cs+Bridge System?

Thanx.




==================================================
¿ì¸® ÀÎÅͳÝ, Daum
Æò»ý ¾²´Â ¹«·á E-mail ÁÖ¼Ò Daum ÇѸÞÀϳÝ
Áö±¸ÃÌ ÇÑ±Û °Ë»ö¼­ºñ½º Daum FIREBALL
----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Fri Apr 27 12:43:07 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Fri, 27 Apr 2001 08:43:07 -0400 (EDT) Subject: [lwlan-user]: REDHAT 7.1 + wlan-ng 0.1.18 HOWTO In-Reply-To: <5.1.0.14.0.20010427100700.031889a0@pop.ylez.com> Message-ID: All I can do is offer one recommendation: Always build pcmcia-cs from the latest official sources (see http://pcmcia-cs.sourceforge.net) . Unfortunately, this also requires that you have kernel sources (plus the files from a 'make config') present on your system. Now, that usually implies that you've _built_ and installed your own kernel as well. This is usually a good idea because then you're certain that the configured kernel source tree matches the setup of your running kernel. I know it's alot of work to do all this....but it usually results in a more stable system. Best Regards, -Mark On Fri, 27 Apr 2001, Leonard Ye wrote: > Hi, > > A bug in the last HOWTO, also in redhat 7.1 I guess. > > The PCMCIA package redhat 7.1 used is named as > kernel-pcmcia-cs-3.1.24-2.rpm. It only contains the user-space programs > of pcmcia-cs-3.1.24. But in the kernel source, where all the actual > pcmcia card drivers are compiled, the version used is actually 3.1.22. > (check file: /usr/src/linux-2.4/include/pcmcia/version.h). Thus, use > pcmcia-cs-3.1.22.tar.gz in step 2 of my HOWTO instead of 3.1.24, it will > save you a lot trouble. > > I have tested this against a ISA-PCMCIA bridge. It works. > > Regards, > Leonard Ye > > PS. The quality of redhat product has became a shame to open-source > community. One day, redhat could be the next villain after Microsoft. > > At 04:03 PM 4/25/2001, Leonard Ye wrote: > >Hi all, > > > >Just get the wlan-ng 0.1.18pre11 working on my redhat 7.1 and I would like > >to share the experiences with you. > > > >Assumption: > > a default installation of redhat 7.1 with > > kernel-pcmcia-cs-3.1.24-2.rpm installed > > > >Four steps as followings: > > > >1) Get kernel source ready > >install kernel-source-2.4.2-2 if you don't have the kernel source ready on > >the machine > >copy a suitable configuration file from the configs directory to .config > >make dep > > > >2) Get pcmcia-cs header files ready > >download the pcmcia-cs-3.1.24.tar.gz package > >unzip it at appropriate place > >make config > > when you were asked what kind of kernel configuration you want to > > use, select "1" > >make all > >DON'T "make install" > > > >3) compile the wlan-ng-0.1.18pre11 code > >download the linux-wlan-ng-0.1.18pre11.tar.gz > >unzip it at appropriate place > >make config > > select build-in kernel support > >make all > >make install > > > >4) some minor configuration > >edit /etc/pcmcia/config.opts to comment out the card definition for > >"Intersil PRISM2 11 .." > >edit /etc/wlan-ng.opts > > change string p2RoamingMode to p2CnfRoamingMode > > set appropriate SSID for variable DesiredSSID > >create an ifcfg-wlan0 file in /etc/sysconfig/network-scripts > > > >Ok, your machine should be able to work as a STA using > >wlan-ng-0.1.18pre11. If you have experience with enabling AP mode, it > >shouldn't be a problem for you enable it in redhat 7.1 > > > >Regards, > >Leonard Ye > > > > > >-- > >A woman is like your shadow; follow her, she flies; fly from her, she follows. > > -- Chamfort > > > > > >_________________________________________________________ > >Do You Yahoo!? > >Get your free @yahoo.com address at http://mail.yahoo.com > > > >----------------------------------------------- > >The Linux WLAN User's Mailing List > >For more information about this list see: > >http://www.absoval.com/linux-wlan/lists.html > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com 715-D North Drive e-mail: mark@linux-wlan.com Melbourne, FL 32934 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Fri Apr 27 02:20:49 2001 From: linux-wlan-user@absoval.com (Leonard Ye) Date: Fri, 27 Apr 2001 10:20:49 +0800 Subject: [lwlan-user]: REDHAT 7.1 + wlan-ng 0.1.18 HOWTO In-Reply-To: <5.1.0.14.0.20010425152918.00a7c1e0@pop.ylez.com> Message-ID: <5.1.0.14.0.20010427100700.031889a0@pop.ylez.com> Hi, A bug in the last HOWTO, also in redhat 7.1 I guess. The PCMCIA package redhat 7.1 used is named as kernel-pcmcia-cs-3.1.24-2.rpm. It only contains the user-space programs of pcmcia-cs-3.1.24. But in the kernel source, where all the actual pcmcia card drivers are compiled, the version used is actually 3.1.22. (check file: /usr/src/linux-2.4/include/pcmcia/version.h). Thus, use pcmcia-cs-3.1.22.tar.gz in step 2 of my HOWTO instead of 3.1.24, it will save you a lot trouble. I have tested this against a ISA-PCMCIA bridge. It works. Regards, Leonard Ye PS. The quality of redhat product has became a shame to open-source community. One day, redhat could be the next villain after Microsoft. At 04:03 PM 4/25/2001, Leonard Ye wrote: >Hi all, > >Just get the wlan-ng 0.1.18pre11 working on my redhat 7.1 and I would like >to share the experiences with you. > >Assumption: > a default installation of redhat 7.1 with > kernel-pcmcia-cs-3.1.24-2.rpm installed > >Four steps as followings: > >1) Get kernel source ready >install kernel-source-2.4.2-2 if you don't have the kernel source ready on >the machine >copy a suitable configuration file from the configs directory to .config >make dep > >2) Get pcmcia-cs header files ready >download the pcmcia-cs-3.1.24.tar.gz package >unzip it at appropriate place >make config > when you were asked what kind of kernel configuration you want to > use, select "1" >make all >DON'T "make install" > >3) compile the wlan-ng-0.1.18pre11 code >download the linux-wlan-ng-0.1.18pre11.tar.gz >unzip it at appropriate place >make config > select build-in kernel support >make all >make install > >4) some minor configuration >edit /etc/pcmcia/config.opts to comment out the card definition for >"Intersil PRISM2 11 .." >edit /etc/wlan-ng.opts > change string p2RoamingMode to p2CnfRoamingMode > set appropriate SSID for variable DesiredSSID >create an ifcfg-wlan0 file in /etc/sysconfig/network-scripts > >Ok, your machine should be able to work as a STA using >wlan-ng-0.1.18pre11. If you have experience with enabling AP mode, it >shouldn't be a problem for you enable it in redhat 7.1 > >Regards, >Leonard Ye > > >-- >A woman is like your shadow; follow her, she flies; fly from her, she follows. > -- Chamfort > > >_________________________________________________________ >Do You Yahoo!? >Get your free @yahoo.com address at http://mail.yahoo.com > >----------------------------------------------- >The Linux WLAN User's Mailing List >For more information about this list see: >http://www.absoval.com/linux-wlan/lists.html ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Thu Apr 26 18:49:09 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Thu, 26 Apr 2001 14:49:09 -0400 (EDT) Subject: [lwlan-user]: Prism2 and Host AP mode In-Reply-To: <20010425185757.A20004@jm.epitest.fi> Message-ID: Hey Jouni, This is really cool. I didn't realize you were working on Host-AP. Would you mind letting me take a quick peek at what you've got? The only reason I'm asking is because we're currently working out how we're going to add generic management frame and state management stuff (STA, AP, and WDS element) to our current p80211 module so it can be used by low-level drivers for MACs that absolutely require it (like the old AMD MAC). I had intended to re-use the old linux-wlan am930 code for this purpose. As you well know, there are some issues with that code that we've never had time to fix. If there are more up-to-date alternatives, I'd like to know as much about them as possible. I'm also really curious about your 802.11 native interface. That's another thing we've been kicking around here. The primary reason we're looking at this is because over the next 18 months there will be a rapid proliferation of 802.11 MACs in the marketplace. We'll be going from ~4 MACs to somewhere in the neighborhood of 25. It seems like everyone is trying to get into the MAC (and baseband, and radio) business. Each of these MACs has varying support for how much of the MAC protocol they support. We're trying to create a representation for capability that will then be used by our p80211 layer to decide how much work it should do on behalf of the low-level driver. The primary goal here is to provide as much common functionality as we can. That way it'll be easier to add support for new MACs and we'll be able to spend more time on cool new stuff like the 802.11 security, QoS, and IAPP enhancements. Warmest Regards, -Mark On Wed, 25 Apr 2001, Jouni Malinen wrote: > On Sat, Mar 10, 2001 at 01:31:10PM -0700, Rob Braun wrote: > > > Mark, have you or anyone else been able to get the HostAP mode of the > > PRISM2 cards working properly? If this mode works, it is concievable > > that the AP functions can be implemented without Intersil proprietary > > firmware. > > Yes, this is possible and I have actually implemented fully > operational AP functionality on top of STA f/w using Host AP mode > (i.e., without needing any additional firmware). In addition, Neesus > Datacom has a similar driver for Windows NT (at least Compaq have used > this in WL300 some time ago). > > > The problem is that the firmware _must_ perform the time sensitive > > functions, such as sending of beacons. The Station firmware, acting > > as a Station does not do this, so you cannot simply pop the card into > > promiscuous mode and send your little management frames. > > That is correct as long as STA f/w in BSS mode is considered, but the > STA f/w in IBSS (or Host AP) mode does indeed send beacons. > > > So, HostAP mode of the card is the only way to do a Software AP for > > the card. However, I have been unable to get HostAP mode of the cards > > to do anything useful (like give me management frames). > > Host AP mode is documented in Intersil's manual (only available under > NDA). That manual with good knowledge of IEEE 802.11 should be enough > for implementing software AP using Prism2. Actually, I noticed a > couple of weeks ago that Intersil's new (freely available) FAQ section > seems to have enough information for this (assuming that you learn the > rest, e.g., from Absoval's driver). > > > I am attempting to write a minimal software ap as a research project, > > because I wish to mess with the internal workings of the AP, something > > I cannot do with even with appropriatly licensed firmware. If we can > > get a minimal AP working with the HostAP mode of the card, then I think > > all parties would be happy. There would be a free AP implementation out > > that the community can use without infringing on Intersil's rights. > > As I said, I have implemented this kind of a driver for research > purposes a while ago. Host AP mode is actually quite nice platform for > 802.11 related research and experiments. Of course freely available > f/w source code and development environment would be even nicer, but > Host AP mode comes as a good runner up in my opinion. > > I implemented software AP as a Linux driver that uses Host AP mode > available in Intersil's STA f/w (already present in each Prism2-based > wireless LAN card). STA f/w (i.e., MAC processor) takes care of the > time critical tasks (beacon sending, frame acknowledging and > broadcast/multicast packet sending for power saving STAs after > DTIM). The Linux driver (i.e., host CPU) takes care of rest of the > management frames (authentication, association, PS Polling for unicast > frames, packet buffering for power saving STAs). WEP > encryption/decryption can be performed either on MAC or host CPU. > > The code is for research, but more or less all the functionality > required from an AP is already working quite fine. I have also added a > method of getting all the 802.11 frames into user space (e.g., for a > traffic sniffer) and similar method for sending freely constructed > 802.11 frames from user space. These are also quite useful functions > for various experiments. In addition to being quite nice research > platform, the driver does not have any proprietary code from Intersil > or any need for additional firmware. > > There seems to be increasing interest toward 802.11 research and I > surely agree that it would be nice to have a freely available AP > implementation. Thus, I have been considering of releasing the code > for software AP under GPL. As far as I know, there should be no > obstacles for this. Of course I cannot publish any confidential > documentation, but releasing the code seems to be all right and, > anyway, all the information needed for this is already available from > public sources (although requiring quite a bit of searching and > learning from source code). > > Before releasing the driver, I still need to check couple of > things. In addition, I will first clean up the code a bit and make it > easier for others to use (e.g., as a tar packet that can be extracted > on top of pcmcia-cs). Please let me know, if you have any ideas or > opinions about this. > > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com 715-D North Drive e-mail: mark@linux-wlan.com Melbourne, FL 32934 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Thu Apr 26 02:15:30 2001 From: linux-wlan-user@absoval.com (=?big5?B?RmVtYS5DaHVlaCAowvanp6X+KQ==?=) Date: Thu, 26 Apr 2001 10:15:30 +0800 Subject: [lwlan-user]: Gemtek 802.11 and Ricoh 475 PCMCIA PCI card problem, Message-ID: Dear All, I am using the Ricoh PCMCIA PCI card on my ststem, RedHat6.2,PCMCIA-CS-3.1.15,Linux-Wlan-ng-0.1.7 . At first, system will hang after command the "pcmcia restart" . But i recompile the PCMCIA driver with the PnP bios support, it will NOT hang. But the Gemtek 802.11 PCMCIA led indicator is still flashing, not SOLID , after i install the all drivers. I am sure the SSID is no problem by the win98 enviroment, I attached the message from /var/log as below: Feb 24 11:24:23 HP cardmgr[3414]: initializing socket 0 Feb 24 11:24:23 HP kernel: cs: memory probe 0xa0000000-0xa0ffffff: clean. Feb 24 11:24:23 HP cardmgr[3414]: socket 0: Intersil PRISM2 Reference Design 11Mb/s WLAN Card Feb 24 11:24:23 HP cardmgr[3414]: executing: 'modprobe prism2_cs' Feb 24 11:24:23 HP kernel: p80211.o: 0.1.7 Loaded Feb 24 11:24:23 HP kernel: init_module: prism2_cs.o: 0.1.7 Loaded Feb 24 11:24:23 HP kernel: init_module: dev_info is: prism2_cs Feb 24 11:24:23 HP kernel: prism2_cs: index 0x01: Vcc 3.3, irq 5, io 0x0100-0x013f Feb 24 11:24:23 HP kernel: ident: nic h/w: id=0x8008 1.0.1 Feb 24 11:24:23 HP kernel: ident: pri f/w: id=0x15 0.3.0 Feb 24 11:24:23 HP kernel: ident: sta f/w: id=0x1f 0.7.6 Feb 24 11:24:23 HP kernel: MFI:SUP:role=0x00:id=0x01:var=0x01:b/t=1/1 Feb 24 11:24:23 HP kernel: CFI:SUP:role=0x00:id=0x02:var=0x01:b/t=1/1 Feb 24 11:24:23 HP kernel: PRI:SUP:role=0x00:id=0x03:var=0x01:b/t=1/2 Feb 24 11:24:23 HP kernel: STA:SUP:role=0x00:id=0x04:var=0x01:b/t=1/4 Feb 24 11:24:23 HP kernel: PRI-CFI:ACT:role=0x01:id=0x02:var=0x01:b/t=1/1 Feb 24 11:24:23 HP kernel: STA-CFI:ACT:role=0x01:id=0x02:var=0x01:b/t=1/1 Feb 24 11:24:23 HP kernel: STA-MFI:ACT:role=0x01:id=0x01:var=0x01:b/t=1/1 Feb 24 11:24:23 HP kernel: Prism2 card SN: 30 30 34 31 30 30 39 39 30 31 00 00 Feb 24 11:24:23 HP cardmgr[3414]: executing: './wlan-ng start wlan0' Feb 24 11:24:23 HP cardmgr[3414]: + message=dot11req_mibset Feb 24 11:24:23 HP cardmgr[3414]: + mibattribute=dot11DesiredSSID=MIC Feb 24 11:24:23 HP cardmgr[3414]: + resultcode=success Feb 24 11:24:23 HP cardmgr[3414]: + message=dot11req_associate Feb 24 11:24:23 HP cardmgr[3414]: + peerstaaddress=no_value Feb 24 11:24:23 HP cardmgr[3414]: + associatefailuretimeout=no_value Feb 24 11:24:23 HP cardmgr[3414]: + cfpollable=no_value Feb 24 11:24:23 HP cardmgr[3414]: + cfpollreq=no_value Feb 24 11:24:23 HP cardmgr[3414]: + privacy=no_value Feb 24 11:24:23 HP cardmgr[3414]: + listeninterval=0 Feb 24 11:24:23 HP cardmgr[3414]: + resultcode=success I also verify the PCMCIA card by insersion a PCMCIA 16bit LAN card, the 16bit LAN card work well. Does anything get wrong ?? Thanks for any coming... -Fema ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 25 15:57:57 2001 From: linux-wlan-user@absoval.com (Jouni Malinen) Date: Wed, 25 Apr 2001 18:57:57 +0300 Subject: [lwlan-user]: Prism2 and Host AP mode In-Reply-To: <200103102031.f2AKVBN28025@gw.synack.net>; from bbraun@synack.net on Sat, Mar 10, 2001 at 01:31:10PM -0700 References: <200103102031.f2AKVBN28025@gw.synack.net> Message-ID: <20010425185757.A20004@jm.epitest.fi> On Sat, Mar 10, 2001 at 01:31:10PM -0700, Rob Braun wrote: > Mark, have you or anyone else been able to get the HostAP mode of the > PRISM2 cards working properly? If this mode works, it is concievable > that the AP functions can be implemented without Intersil proprietary > firmware. Yes, this is possible and I have actually implemented fully operational AP functionality on top of STA f/w using Host AP mode (i.e., without needing any additional firmware). In addition, Neesus Datacom has a similar driver for Windows NT (at least Compaq have used this in WL300 some time ago). > The problem is that the firmware _must_ perform the time sensitive > functions, such as sending of beacons. The Station firmware, acting > as a Station does not do this, so you cannot simply pop the card into > promiscuous mode and send your little management frames. That is correct as long as STA f/w in BSS mode is considered, but the STA f/w in IBSS (or Host AP) mode does indeed send beacons. > So, HostAP mode of the card is the only way to do a Software AP for > the card. However, I have been unable to get HostAP mode of the cards > to do anything useful (like give me management frames). Host AP mode is documented in Intersil's manual (only available under NDA). That manual with good knowledge of IEEE 802.11 should be enough for implementing software AP using Prism2. Actually, I noticed a couple of weeks ago that Intersil's new (freely available) FAQ section seems to have enough information for this (assuming that you learn the rest, e.g., from Absoval's driver). > I am attempting to write a minimal software ap as a research project, > because I wish to mess with the internal workings of the AP, something > I cannot do with even with appropriatly licensed firmware. If we can > get a minimal AP working with the HostAP mode of the card, then I think > all parties would be happy. There would be a free AP implementation out > that the community can use without infringing on Intersil's rights. As I said, I have implemented this kind of a driver for research purposes a while ago. Host AP mode is actually quite nice platform for 802.11 related research and experiments. Of course freely available f/w source code and development environment would be even nicer, but Host AP mode comes as a good runner up in my opinion. I implemented software AP as a Linux driver that uses Host AP mode available in Intersil's STA f/w (already present in each Prism2-based wireless LAN card). STA f/w (i.e., MAC processor) takes care of the time critical tasks (beacon sending, frame acknowledging and broadcast/multicast packet sending for power saving STAs after DTIM). The Linux driver (i.e., host CPU) takes care of rest of the management frames (authentication, association, PS Polling for unicast frames, packet buffering for power saving STAs). WEP encryption/decryption can be performed either on MAC or host CPU. The code is for research, but more or less all the functionality required from an AP is already working quite fine. I have also added a method of getting all the 802.11 frames into user space (e.g., for a traffic sniffer) and similar method for sending freely constructed 802.11 frames from user space. These are also quite useful functions for various experiments. In addition to being quite nice research platform, the driver does not have any proprietary code from Intersil or any need for additional firmware. There seems to be increasing interest toward 802.11 research and I surely agree that it would be nice to have a freely available AP implementation. Thus, I have been considering of releasing the code for software AP under GPL. As far as I know, there should be no obstacles for this. Of course I cannot publish any confidential documentation, but releasing the code seems to be all right and, anyway, all the information needed for this is already available from public sources (although requiring quite a bit of searching and learning from source code). Before releasing the driver, I still need to check couple of things. In addition, I will first clean up the code a bit and make it easier for others to use (e.g., as a tar packet that can be extracted on top of pcmcia-cs). Please let me know, if you have any ideas or opinions about this. -- Jouni Malinen PGP id EFC895FA ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 25 13:19:33 2001 From: linux-wlan-user@absoval.com (=?big5?B?RmVtYS5DaHVlaCAowvanp6X+KQ==?=) Date: Wed, 25 Apr 2001 21:19:33 +0800 Subject: [lwlan-user]: Ricoh 5c475 PCMCIA to PCI card.. Message-ID: Dear All, I can NOT setup my Ricoh 5c475 PCMCIA to pci card for my 16bit PCMCIA 802.11b card, Did any one know how to modify the PCIC and PCIC_OPTS for my Ricoh card ?? It will show kernel panic , try to kill the interrupt after i restart the /etc/rc.d/init/pcmcia ... I am using the RedHat 6.2 and the PCMCIA-CS-3.1.15 ... thanks. -Fema ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 25 12:43:54 2001 From: linux-wlan-user@absoval.com (Lincoln Stein) Date: Wed, 25 Apr 2001 08:43:54 -0400 (EDT) Subject: [lwlan-user]: WL100-based AP working. How to tweak? Message-ID: <15078.50826.253882.284440@pesto.lsjs.org> Hi All, First, I want to express my gratitude to Alessandro (acevirgil@inwind.it). With considerable help from him, I got my Compaq WL100 card running as an access point on a linux 2.4.3 kernel. Now that the system's up and running, how do I configure it? When running in infrastructure mode, the AP forces the data rate to 2 Mb/s in all nodes, even for nodes that are very close. However, when I change to ad-hoc mode, I can get 11 Mb/s up to about 100 feet. I see the utilities wlanctl-ng, wland and wlancfg, but there is no user documentation for them that I can find. Lincoln Stein -- ======================================================================== Lincoln D. Stein Cold Spring Harbor Laboratory lstein@cshl.org Cold Spring Harbor, NY Positions available at my lab: see http://stein.cshl.org/#hire ======================================================================== ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 25 08:03:20 2001 From: linux-wlan-user@absoval.com (Leonard Ye) Date: Wed, 25 Apr 2001 16:03:20 +0800 Subject: [lwlan-user]: REDHAT 7.1 + wlan-ng 0.1.18 HOWTO Message-ID: <5.1.0.14.0.20010425152918.00a7c1e0@pop.ylez.com> Hi all, Just get the wlan-ng 0.1.18pre11 working on my redhat 7.1 and I would like to share the experiences with you. Assumption: a default installation of redhat 7.1 with kernel-pcmcia-cs-3.1.24-2.rpm installed Four steps as followings: 1) Get kernel source ready install kernel-source-2.4.2-2 if you don't have the kernel source ready on the machine copy a suitable configuration file from the configs directory to .config make dep 2) Get pcmcia-cs header files ready download the pcmcia-cs-3.1.24.tar.gz package unzip it at appropriate place make config when you were asked what kind of kernel configuration you want to use, select "1" make all DON'T "make install" 3) compile the wlan-ng-0.1.18pre11 code download the linux-wlan-ng-0.1.18pre11.tar.gz unzip it at appropriate place make config select build-in kernel support make all make install 4) some minor configuration edit /etc/pcmcia/config.opts to comment out the card definition for "Intersil PRISM2 11 .." edit /etc/wlan-ng.opts change string p2RoamingMode to p2CnfRoamingMode set appropriate SSID for variable DesiredSSID create an ifcfg-wlan0 file in /etc/sysconfig/network-scripts Ok, your machine should be able to work as a STA using wlan-ng-0.1.18pre11. If you have experience with enabling AP mode, it shouldn't be a problem for you enable it in redhat 7.1 Regards, Leonard Ye -- A woman is like your shadow; follow her, she flies; fly from her, she follows. -- Chamfort _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Tue Apr 24 13:08:44 2001 From: linux-wlan-user@absoval.com (linux-wlan-user@absoval.com) Date: Tue, 24 Apr 2001 06:08:44 -0700 (PDT) Subject: [lwlan-user]: prism2dl fails to download In-Reply-To: References: Message-ID: <15077.31452.421320.335306@ventus.caztech.com> Nee Hao, Fema, o Make sure you are using prism2dl of v0.1.7 o Give me all of messages, not only the one of prism2sl, but also detection messages and so on. There is another person who has the same error. You'll find my one and his one at http://c566901-a.bvrtn1.or.home.com/linux-wlan-ng/Mails/LogMessages o give me your network configuration I am not using PCMCIA car for Pseudo AP. o try to compile with the HFA3842 configuration Here is my message I sent him. > > From: Caz Yokoyama [mailto:caz@home.com] > > Sent: Sunday, April 22, 2001 11:42 PM > > To: Denny Fox > > Cc: caz@home.com > > Subject: RE: [lwlan-user]: RE: I have succedded the bridge > > connection > > between laptop and desktop. > > > > > > When I looked at the several version of > > src/prism2/include/prism2/hfa384x.h, I found the old version expects > > PDA_BASE is same on both of 3841 and 3842 as below. > > As you found your card and my card are different. Your card > > may use 3842 > > and my card may use 3841. I suggest to compile prism2dl > > with 3842 definition. > > -caz > > > > < #define HFA384x_PDA_BASE (0x003f0000UL) > > < #define HFA384x_PDA_BOGUS_BASE (0x00390000UL) > > --- > > > #define HFA3842_PDA_BASE (0x007f0000UL) > > > #define HFA3841_PDA_BASE (0x003f0000UL) > > > #define HFA3841_PDA_BOGUS_BASE (0x00390000UL) > > > > > -caz =?big5?B?RmVtYS5DaHVlaCAowvanp6X+KQ== ?= writes: > Dear Yokoyama-san, > > I am sorry to bother you so much.. > I got the error message as below after i download the AP firmware as below: > ./wlan-ng start wlan0 > > prism2dl : error : Failed to find PDR for plugrec 0x0202 > prism2dl : error : Failed to find PDR for plugrec 0x0202 > prism2dl : error : Failed to find PDR for plugrec 0x0203 > prism2dl : error : Failed to find PDR for plugrec 0x0204 > prism2dl : error : Failed to find PDR for plugrec 0x0300 > prism2dl : error : Failed to find PDR for plugrec 0x0101 > prism2dl : error : Failed to find PDR for plugrec 0x0103 > prism2dl : error : Failed to find PDR for plugrec 0x0104 > prism2dl : error : Failed to find PDR for plugrec 0x0105 > prism2dl : error : Failed to find PDR for plugrec 0x0105 > prism2dl : error : Failed to find PDR for plugrec 0x0105 > prism2dl : error : Failed to find PDR for plugrec 0x0107 > prism2dl : error : Failed to find PDR for plugrec 0x0006 > > Do i miss anything.. > I am using the T10003c7.hex and Prism2 PCMCIA card. > Thanks. > > -Fema > > -----Original Message----- > From: Caz Yokoyama [mailto:caz@home.com] > Sent: Saturday, April 21, 2001 3:10 AM > To: Fema.Chueh@mic.com.tw > Subject: I may answer your question. > > > Please refer the files in > http://c566901-a.bvrtn1.or.home.com/linux-wlan-ng/ > It may answer your questions. > -caz > Hi, > > I am using the Red-Hat 6.2 and the PCMCIA 802.11 card on my desktop > machine, > It is working while i set it as client. > But now i want to try to build my own access point by a PCMCIA 802.11 card > and a PCI lan card. > I am using the "Linux-wlan-ng-0.1.7" and "pcmcia-cs-3.1.15". > And modify the file wlan-ng.opts as below: > dot11DesiredSSID="Fema" > WLAN_DOWNLOAD=y > IS_AP=y # y|n > IS_BRIDGE=y # Are we a bridging AP? > AP_IPADDR=10.60.1.78 # Bridge IP address (and only > bridge) > APSSID="Fema" # SSID the AP will use, max > 32 chars > > file network.opts as below: > > IPADDR="10.60.1.78" > NETMASK="255.255.0.0" > NETWORK="10.60.1.0" > BROADCAST="10.60.1.255" > # Gateway address for static routing > GATEWAY="10.60.0.254" > > But i can NOT read the wlan device from ifconfig... > I also make the Kernel to support the bridging. > Do i miss something?? > Thanks. > > -Fema ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 23 15:24:54 2001 From: linux-wlan-user@absoval.com (Lee Dormon) Date: Mon, 23 Apr 2001 16:24:54 +0100 Subject: [lwlan-user]: zoomair 2.4Mbps cards and linux 2.4? References: Message-ID: <3AE44946.60605@techyes.co.uk> There rumors of a patch for this, but it seems to have disappered into /dev/null If you find it let me know, I have the same problem (I've also looked for the patch, but had no joy) Lee Ps Can I use an 11mb card with a 2mb AP? Corey Thornburg wrote: > I have a few of the older ZoomAir 2mbps cards that I used to use with > linux-wlan on a 2.2 kernel. Now I need to set them up with a 2.4 kernel. > > Do I still need linux-wlan, or is there a kernel driver for these card? > will the 2mbs linux wlan work with kernel 2.4? > will linux-wlan-ng work with the 2mb cards? > > > answers to any or all of these questions would be appreciated greatly. ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 23 14:47:28 2001 From: linux-wlan-user@absoval.com (Caz Yokoyama) Date: Mon, 23 Apr 2001 07:47:28 -0700 (PDT) Subject: [lwlan-user]: RE: I may answer your question. In-Reply-To: References: Message-ID: <15076.16512.431382.187268@ventus.caztech.com> As I said in the Readme file, I am not using v0.1.8. I use v0.1.7+patch. Otherwise I will not succeed. I suggest to read Readme which include my configuration. The points are o pcmcia STA does not care about the version of wlan o PCI AP must be v0.1.7+patch o down load o IS_AP=y FYI, "Denny Fox" is unable to download. I suspect he has HFA3842 chip in his card. -caz =?big5?B?RmVtYS5DaHVlaCAowvanp6X+KQ== ?= writes: > Yes, Thank you.. > > I download the 01-T10003c7.hex from your anonymous CVS ftp site, > But i still can NOT get the wlan0 after the ifconfig , my enviroment as > below: > Linux-wlang-ng-0.1.8-pre10 > pcmcia-cs-3.1.15 > RedHat 6.2 ,, without update the kernel... > My wireless.opts as below: > > case "$ADDRESS" in > wlannoenable,*,*,*) > #=======ENABLE======================================== > # Do we want to enable the card at all? Set to 'n' if you don't > # want the card initialized for normal operation. Helpful for > # (re)loading flash or for test purposes. > WLAN_ENABLE=n > ;; > *,*,*,*) > WLAN_ENABLE=y > USER_MIBS="p2RoamingMode=1" > #=======WEP=========================================== > # [Dis/En]able WEP. Settings only matter if PrivacyInvoked is true > dot11PrivacyInvoked=false # true|false > dot11WEPDefaultKeyID=0 # 0|1|2|3 > dot11ExcludeUnencrypted=true # true|false, in AP this means WEP > # is required for all STAs > PRIV_KEY128=false # keylength to use > # Use the generator string to generate keys (just a convenience) > PRIV_GENERATOR=/sbin/nwepgen # nwepgen, Neesus compatible > PRIV_GENSTR="12345" > # or set them explicitly. Set genstr or keys, not both. > dot11WEPDefaultKey0= # format: xx:xx:xx:xx:xx > dot11WEPDefaultKey1= # e.g. 01:20:03:40:05 > dot11WEPDefaultKey2= > dot11WEPDefaultKey3= > # or > dot11WEP128DefaultKey0= # format: > xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx > dot11WEP128DefaultKey1= # e.g. > 01:02:03:04:05:06:07:08:09:0a:0b:0c:0d > dot11WEP128DefaultKey2= > dot11WEP128DefaultKey3= > #=======STA START===================================== > # SSID is all we have for now > AuthType="opensystem" # opensystem | sharedkey (requires > WEP) > DesiredSSID="test2" > #=======DOWNLOAD====================================== > # Do we need to download code/data to the card? > WLAN_DOWNLOAD=y > WLAN_DOWNLOADER=/sbin/prism2dl > WLAN_DLIMAGE=/etc/pcmcia/01-T10003c7.hex > #=======AP START====================================== > # If IS_AP is 'y', then the following settings will be > # used in the creation of a BSS with this station acting > # as the AP. If IS_AP is 'n', these settings are ignored. > IS_AP=y # y|n > IS_BRIDGE=y # Are we a bridging AP? > IS_OLDBRIDGE=n # Which kernel bridge code are we > using? > APWIREDDEVICE=eth0 # Must be an ethernet device > APBRIDGEDEVICE=apbr0 # Bridge interface name > AP_IPADDR=10.60.1.78 # Bridge IP address (and only > bridge) > APSSID="linux-wlan" # SSID the AP will use, max 32 chars > APBCNINT=100 # Beacon interval (in Kus) > APDTIMINT=3 # DTIM interval (in beacons) > APCFPOLLABLE=false # AP's CFP support (see table below) > APCFPOLLREQ=false # AP's CFP support (see table below) > APCFPPERIOD=3 # CFP period, if CFP enabled(in > beacons) > APCFPMAXDURATION=100 # CFP max length (in Kus) > APPROBEDELAY=100 # Not currently used > APCHANNEL=6 # DS channel for BSS (1-14, depends > # on regulatory domain) > APBASICRATES="2 4" # Rates for mgmt&ctl frames (in > 500Kb/s) > APOPRATES="2 4 11 22" # Supported rates in BSS (in > 500Kb/s) > ;; > esac > > > I also run the "brcfg start" to enable the bridging,, > Do i miss something ?? > Thanks for your help... > > -Fema > > > -----Original Message----- > From: Caz Yokoyama [mailto:caz@home.com] > Sent: Monday, April 23, 2001 9:03 PM > To: Fema.Chueh ($(0Yb+h)A(B) > Cc: caz@home.com > Subject: RE: I may answer your question. > > > It is in pcmcia-ventus. Its file name is 01-xxxx.hex. > Please use cvs for downloading. I dound it in the mailing list. > -caz > > =?big5?B?RmVtYS5DaHVlaCAowvanp6X+KQ== > ?= writes: > > Thanks for your information,, > > But please show me where can i find the t10002c5.hex , i need to download > it > > into the Prism2 card for the AP function,, > > > > Thanks. > > -Fema > > > > -----Original Message----- > > From: Caz Yokoyama [mailto:caz@home.com] > > Sent: Saturday, April 21, 2001 3:10 AM > > To: Fema.Chueh@mic.com.tw > > Subject: I may answer your question. > > > > > > Please refer the files in > > http://c566901-a.bvrtn1.or.home.com/linux-wlan-ng/ > > It may answer your questions. > > -caz > > Hi, > > > > I am using the Red-Hat 6.2 and the PCMCIA 802.11 card on my desktop > > machine, > > It is working while i set it as client. > > But now i want to try to build my own access point by a PCMCIA 802.11 > card > > and a PCI lan card. > > I am using the "Linux-wlan-ng-0.1.7" and "pcmcia-cs-3.1.15". > > And modify the file wlan-ng.opts as below: > > dot11DesiredSSID="Fema" > > WLAN_DOWNLOAD=y > > IS_AP=y # y|n > > IS_BRIDGE=y # Are we a bridging AP? > > AP_IPADDR=10.60.1.78 # Bridge IP address (and only > > bridge) > > APSSID="Fema" # SSID the AP will use, max > > 32 chars > > > > file network.opts as below: > > > > IPADDR="10.60.1.78" > > NETMASK="255.255.0.0" > > NETWORK="10.60.1.0" > > BROADCAST="10.60.1.255" > > # Gateway address for static routing > > GATEWAY="10.60.0.254" > > > > But i can NOT read the wlan device from ifconfig... > > I also make the Kernel to support the bridging. > > Do i miss something?? > > Thanks. > > > > -Fema ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Mon Apr 23 09:35:03 2001 From: linux-wlan-devel@absoval.com (linux-wlan-devel@absoval.com) Date: Mon, 23 Apr 2001 12:35:03 +0300 Subject: [lwlan-devel]: RE: Nokia C111 Wireless LAN Card Message-ID: > If you find anything that > looks promising > yourself, please post it back to linux-wlan-devel, as I'm > sure there are > others keen to have a go. You can find the Linux drivers for Nokia C110/C111 from forum Forum Nokia (http://forum.nokia.com/). Here is the direct link: http://forum.nokia.com/wlanlogin?path=http://forum.nokia.com/main/1,6668,5_6 3_10_25,00.html (It requires registration). -Petri -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Mon Apr 23 08:31:37 2001 From: linux-wlan-devel@absoval.com (Philip White) Date: Mon, 23 Apr 2001 09:31:37 +0100 Subject: [lwlan-devel]: RE: Nokia C111 Wireless LAN Card In-Reply-To: <3AE07EB7.F73C8168@rebel.com> Message-ID: I had a real go with this, but at the end had to admit defeat. I'd sucessfully been using 3com airconnect cards with Linux, so felt I would have picked up the necessary bits of information to get the Nokia cards to work. I worked on the basis that Nokia was unlikely to re-invent the wheel, so would probably re-badge someone else's - so I tried loading the modules for all the then know prism2 supported devices - On some the modules would load, others would crash everything. If you find anything that looks promising yourself, please post it back to linux-wlan-devel, as I'm sure there are others keen to have a go. Sorry I can't be much help.... I did try the nokia cards with a small Yagi antenna - the best that I could get 'on trial' at the time was a directional 'internal' unit (but when used in pairs, I'd been advised that over a mile was possible). Results were poor - outdoor range with reasonably clear line of site was about 100 yards. I needed half a mile! Good luck Philip White -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Mon Apr 23 04:30:50 2001 From: linux-wlan-devel@absoval.com (linux-wlan-devel@absoval.com) Date: Sun, 22 Apr 2001 21:30:50 -0700 Subject: [lwlan-devel]: 11MBit Prism2 with external Antenna for Long Distance Bridge Message-ID: <044261704051741EMAIL002@email002> ************************************************************ tim@ehlers.cx wrote on 4/22/01 4:22:17 PM ************************************************************ > I'm trying to find a Prism2 Card with the possibility to connect an OWN > external Antenna. I'm already searching since a while and tried to connect > an Antenna to the Compaq WL-200 Card. But it seems, that they do something > own. The Compaq WL-200 card uses a standard SMA left-hand thread connector. You can purchase them (in Australia at least) from RS Electronic Components (Radio Spares). There are lots of different types of the connectors, including different models to connect to two different types (thicknesses) of cable, and crimp versus solder connects. The thicker cable type has a lower db loss per metre than the thinner cable. The cable is *very* expensive (like A$50/m). The connectors are not too expensive but are certainly not cheap. Note that it appears that cable length has a significant impact on any db gain that you may get from your antenna, for example the Lucent 4db gain external antenna actually only has a gain of something like 2.5db after factoring in the loss from the 1.5m cable. This high signal loss may explain why many manufacturers do not provide the ability to connect external antennas to their cards. There are sites in Australia where you can buy a SMA-to-N pigtail (e.g. http://www.x.net.au/products.html), however you can get one from Radio Spares for a lot less (~A$13 versus A$50). Apparently the SMA left-hand thread is an industry standard for 2.4GHz microwave connectors, however there is a significant resistance to adopt this type of connector (probably because of the high cost and difficulty sourcing the components). You can see this when you look at the websites of companies that make 2.4GHz antennas (e.g. pacific satellite (australia)) where they usually provide N type connectors rather than SMA. You should probably also note that SMA type connectors are also used on some oscilloscope devices (particularly the handheld type I believe - probably because of the small size of the connector), so their use is not limited to 802.11-type equipment. Hope this helps. -- ----------------------------------------------------------------------------- Denis Cheong | `Today I am zylantha@bigfoot.com | a small blue thing | Like a marble | or an eye' | | - Suzanne Vega - ----------------------------------------------------------------------------- ___________________________________________________________________________________________________ Get your free e-mail account with *unlimited* storage at http://www.ftnetwork.com Visit the web site of the Financial Times at http://www.ft.com -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Sun Apr 22 17:09:40 2001 From: linux-wlan-devel@absoval.com (Tim Ehlers) Date: Sun, 22 Apr 2001 19:09:40 +0200 (CEST) Subject: [lwlan-devel]: Re: 11MBit Prism2 with external Antenna for Long Distance Bridge Message-ID: On Sun Apr 22 2001, Kelly Edward Murray wrote: >Tim, > Is there some particular reason you must use "Managed-Mode Master", > or what is usually called an Access Point. > It certainly isn't required. The main advantage that an AP offers > is seamless roaming between multiple AP's, and this is not useful > for outdoor fixed wireless installations with directional antennas. Yes, there are 3 reasons. The most important Reason is, that I want to connect multipile Computers with one Access Point (or Computer with Prism2 Card). These Computers do not see eachother, because they are located in different Houses. But they can all reach the Access Point via directional antennas. So this is not possible im Ad-Hoc Mode. Another reason ist that you can Bridge in AP Mode. This ist impossible due to firmware-Restrictions in Ad-Hoc mode (this feature is not nessessary, but nice). And the Mode ist also better, because you can actually as AP say, which Channel is used. In Ad-hoc Mode (IBSS) the Channels are always scanned. And when you see a Signal with same ESSID on another Channel, you switch to this channel. So you can't rely on staying on one paticular channel. Tim _ --- (o o) When your Server gets faster, better, / V \. it's surely Linux serves your matter! V`___V -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Sun Apr 22 17:01:54 2001 From: linux-wlan-devel@absoval.com (Kelly Edward Murray) Date: Sun, 22 Apr 2001 17:01:54 +0000 Subject: [lwlan-devel]: Re: 11MBit Prism2 with external Antenna for Long Distance Bridge References: Message-ID: <3AE30E82.5FF6FE43@netnimble.com> Tim Ehlers wrote: > > On Sun Apr 22 2001, Kelly Edward Murray wrote: > > >Tim, > > Is there some particular reason you must use "Managed-Mode Master", > > or what is usually called an Access Point. > > It certainly isn't required. The main advantage that an AP offers > > is seamless roaming between multiple AP's, and this is not useful > > for outdoor fixed wireless installations with directional antennas. > > Yes, there are 3 reasons. The most important Reason is, that I want to > connect multipile Computers with one Access Point (or Computer with Prism2 > Card). These Computers do not see eachother, because they are located in > different Houses. But they can all reach the Access Point via directional > antennas. This works using ad-hoc mode. The ad-hoc-mode-AP is set as the gateway, it will forward packets back to the other homes. For Wireless ISP's they usually want to prevent this from happening, which is impossible to do if using an AP. > > So this is not possible im Ad-Hoc Mode. Another reason ist that you can > Bridge in AP Mode. This ist impossible due to firmware-Restrictions in > Ad-Hoc mode (this feature is not nessessary, but nice). This is true, only AP mode functions as a bridge. In my opinion this is done to make connecting through the wireless AP a transparent connection into the wired network of the AP, typical of indoor installation that use wireless to extend the wired network. > > And the Mode ist also better, because you can actually as AP say, which > Channel is used. In Ad-hoc Mode (IBSS) the Channels are always scanned. > And when you see a Signal with same ESSID on another Channel, you switch > to this channel. So you can't rely on staying on one paticular channel. I think you have that backwards, AP mode supports automatic channel scanning/switching (to support roaming) and ad-hoc mode requires a fixed channel. Hope that helps. Kelly > > Tim > _ > --- (o o) > When your Server gets faster, better, / V \. > it's surely Linux serves your matter! V`___V > > -------------------------------------------------- > Linux WLAN Developer's List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Sun Apr 22 16:59:43 2001 From: linux-wlan-user@absoval.com (Ivo Simicevic) Date: Sun, 22 Apr 2001 18:59:43 +0200 Subject: [lwlan-user]: Lucent connector Message-ID: <20010422185943.A12031@ultra.hr> Has anyone found cheaper Pigtail cables for Lucent Orinoco cards or source for their proprietary connector? Regards, Ivo. ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Sun Apr 22 15:43:50 2001 From: linux-wlan-devel@absoval.com (Kelly Edward Murray) Date: Sun, 22 Apr 2001 15:43:50 +0000 Subject: [lwlan-devel]: 11MBit Prism2 with external Antenna for Long Distance Bridge References: Message-ID: <3AE2FC36.26E84A9A@netnimble.com> Tim, Is there some particular reason you must use "Managed-Mode Master", or what is usually called an Access Point. It certainly isn't required. The main advantage that an AP offers is seamless roaming between multiple AP's, and this is not useful for outdoor fixed wireless installations with directional antennas. Kelly Murray http://www.netnimble.com/products/index.html Tim Ehlers wrote: > > Hi, > > I'm trying to find a Prism2 Card with the possibility to connect an OWN > external Antenna. I'm already searching since a while and tried to connect > an Antenna to the Compaq WL-200 Card. But it seems, that they do something > own. > > The Series from Lucent is able to connect a 50 Ohm Antenna via a so called > Pigtail. But the Problem is, that they don't use Prism2, so I can't use > them for Managed-Mode Master. > > So does anybody use a Prism-II based Card for long Distance Radio > Connections? > > Thanks > > Tim > _ > --- (o o) > When your Server gets faster, better, / V \. > it's surely Linux serves your matter! V`___V > > -------------------------------------------------- > Linux WLAN Developer's List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Sun Apr 22 15:22:17 2001 From: linux-wlan-devel@absoval.com (Tim Ehlers) Date: Sun, 22 Apr 2001 17:22:17 +0200 (CEST) Subject: [lwlan-devel]: 11MBit Prism2 with external Antenna for Long Distance Bridge Message-ID: Hi, I'm trying to find a Prism2 Card with the possibility to connect an OWN external Antenna. I'm already searching since a while and tried to connect an Antenna to the Compaq WL-200 Card. But it seems, that they do something own. The Series from Lucent is able to connect a 50 Ohm Antenna via a so called Pigtail. But the Problem is, that they don't use Prism2, so I can't use them for Managed-Mode Master. So does anybody use a Prism-II based Card for long Distance Radio Connections? Thanks Tim _ --- (o o) When your Server gets faster, better, / V \. it's surely Linux serves your matter! V`___V -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Sat Apr 21 10:27:29 2001 From: linux-wlan-devel@absoval.com (Pedro Miranda) Date: Sat, 21 Apr 2001 11:27:29 +0100 Subject: [lwlan-devel]: how to get management- and control frames? References: <3AC311E6.32B8F3FC@zhwin.ch> Message-ID: <00ae01c0ca4d$ab282000$842375c2@inesc.pt> Hi everyone, Like our friend here, I also am having problems with this frames. As we can read in the Intersil docs, the MAC state machine is implemented in the firmware (which is a pure black box to some of us!! WHERE CAN WE GET DETAIL INFO ABOUT WHAT EACH FIRMWARE IMPLEMENTS??? ) ;-( Intersil is not helping anyone I belive???? which means that all control and managment frames are treated by the card and in the driver, we only get info events :-( (using firmware based AP mode -> "Intersil Driver Programmer's Manual") not loading the terciary module (fw), (we hoppped that we could drive a "host-based AP mode" station/AP ) but the managment and control frames still don't reach the driver... So one of two things would be interesting: 1 - Get a good specification of the things implemented in the firmware we shall use ! (fw-based AP mode) or 2 - "Disconnect" the state machine in the fw, and get managment and control frames i the driver, and do it "all" ourselves !! (host-based AP mode) (except,of course, the basics like beacon/ probe response tx) Many thanks in advance Pedro ----- Original Message ----- From: Simon Baer To: Sent: Thursday, March 29, 2001 11:43 AM Subject: [lwlan-devel]: how to get management- and control frames? > Hello > > i'm trying to build an 802.11 sniffer useing a prismII based card > and the linux-wlan-0.1.8 driver. > > is there a way to also get management- and control- frames out of > the card? > > > thanks > Simon > -------------------------------------------------- > Linux WLAN Developer's List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Sat Apr 21 10:26:43 2001 From: linux-wlan-devel@absoval.com (Pedro Miranda) Date: Sat, 21 Apr 2001 11:26:43 +0100 Subject: [lwlan-devel]: how to get management- and control frames? References: <3AC311E6.32B8F3FC@zhwin.ch> Message-ID: <00ad01c0ca4d$8ffba4a0$842375c2@inesc.pt> Hi everyone, Like our friend here, I also am having problems with this frames. As we can read in the Intersil docs, the MAC state machine is implemented in the firmware (which is a pure black box to some of us!! WHERE CAN WE GET DETAIL INFO ABOUT WHAT EACH FIRMWARE IMPLEMENTS??? ) ;-( Intersil is not helping anyone I belive???? which means that all control and managment frames are treated by the card and in the driver, we only get info events :-( (using firmware based AP mode -> "Intersil Driver Programmer's Manual") not loading the terciary module (fw), (we hoppped that we could drive a "host-based AP mode" station/AP ) but the managment and control frames still don't reach the driver... So one of two things would be interesting: 1 - Get a good specification of the things implemented in the firmware we shall use ! (fw-based AP mode) or 2 - "Disconnect" the state machine in the fw, and get managment and control frames i the driver, and do it "all" ourselves !! (host-based AP mode) (except,of course, the basics like beacon/ probe response tx) Many thanks in advance Pedro ----- Original Message ----- From: Simon Baer To: Sent: Thursday, March 29, 2001 11:43 AM Subject: [lwlan-devel]: how to get management- and control frames? > Hello > > i'm trying to build an 802.11 sniffer useing a prismII based card > and the linux-wlan-0.1.8 driver. > > is there a way to also get management- and control- frames out of > the card? > > > thanks > Simon > -------------------------------------------------- > Linux WLAN Developer's List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Fri Apr 20 22:00:11 2001 From: linux-wlan-user@absoval.com (Gary N Spiess) Date: Fri, 20 Apr 2001 17:00:11 -0500 Subject: [lwlan-user]: WEP key generation in 0.1.8pre11 In-Reply-To: <200104201604300260.14928C34@192.168.0.1> References: <200104201604300260.14928C34@192.168.0.1> Message-ID: <200104201700110000.14C587DA@192.168.0.1> All, I guess I should have read closer. This wasn't a problem with wep, it was an unrelated problem with some key generator. Sorry for my confusion. Gary *********** REPLY SEPARATOR *********** On 04/20/2001 at 4:04 PM Gary N Spiess wrote: >Mark, > >A test of the long algorithm is to see if the output from the short wep >with key SSSSSIII ss identical to to the output from the long wep with >key SSSSSIIISSSSSIII. S is the 40-bit secret, and I is the 24-bit IV. >The problem could be that the 128-bit wep is actually 128-bits of >secret plus 24-bits of IV. I know Lucent uses 104-bit secrets. > >Gary > > >*********** REPLY SEPARATOR *********** > >On 04/20/2001 at 11:38 AM Mark S. Mathews wrote: > >>I have no idea how to fix this. The extension of nwepgen to 128 bits >was >>contributed by a user. This is the first confirmation I've received >that >>it doesn't work. >> >>-M >> >> >>On Fri, 20 Apr 2001, Leonard Ye wrote: >> >>> Hi all, >>> >>> If I am not wrong, WEP algorithm is platform independent. Thus, the >same >>> generation string should generate the same set of keys for both >windows OS >>> and Linux OS. However, the test I have done shows that the same set >of >>> keys are generated at 64 bits, but not at 128 bits. Here is the >detail. >>> >>> Generation String: test >>> >>> WEP program on linux: nwepgen on 0.1.8pre11. Its document says that >it >>> uses algorithm from Neesus Datacom Inc. >>> >>> WEP program on Windows: An application provided by Neesus Datacom >Inc. >>> >>> At bit 64, both of them generate the same set of keys. >>> >>> At bit 128, >>> >>> linux generates: >>> 1b:9d:da:48:3d:94:1e:41:48:d0:91:b3:cd >>> f0:63:e3:8d:00:86:c9:31:55:05:13:3b:b7 >>> 97:6d:3d:c6:74:00:48:96:67:38:a8:9d:24 >>> cb:ce:cf:dd:f7:8e:07:10:0b:8b:a9:a3:28 >>> >>> windows generates: >>> Key 1: 9f:df:3b:fd:fb:10:af:eb:09:25:ef:96:05 >>> (the application only generates 1 key at 128-bit) >>> >>> Any hints here? >>> >>> Regards, >>> Leonard Ye >>> >>> ----------------------------------------------- >>> The Linux WLAN User's Mailing List >>> For more information about this list see: >>> http://www.absoval.com/linux-wlan/lists.html >>> >> >>-- >> >>Mark S. Mathews >> >>AbsoluteValue Systems Web: http://www.linux-wlan.com >>P.O. Box 410670 e-mail: mark@linux-wlan.com >>Melbourne, FL 32941-0670 Phone: 321.259.0737 >>USA Fax: 321.259.0286 >> >>----------------------------------------------- >>The Linux WLAN User's Mailing List >>For more information about this list see: >>http://www.absoval.com/linux-wlan/lists.html > > > ================================================ > Gary Spiess (Gary.Spiess@Intermec.com) > Wireless Products Group, Intermec Technology Corp > voice: 319 369-3580 fax: 319 369-3804 > >----------------------------------------------- >The Linux WLAN User's Mailing List >For more information about this list see: >http://www.absoval.com/linux-wlan/lists.html ================================================ Gary Spiess (Gary.Spiess@Intermec.com) Wireless Products Group, Intermec Technology Corp voice: 319 369-3580 fax: 319 369-3804 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Fri Apr 20 21:04:30 2001 From: linux-wlan-user@absoval.com (Gary N Spiess) Date: Fri, 20 Apr 2001 16:04:30 -0500 Subject: [lwlan-user]: WEP key generation in 0.1.8pre11 In-Reply-To: References: Message-ID: <200104201604300260.14928C34@192.168.0.1> Mark, A test of the long algorithm is to see if the output from the short wep with key SSSSSIII ss identical to to the output from the long wep with key SSSSSIIISSSSSIII. S is the 40-bit secret, and I is the 24-bit IV. The problem could be that the 128-bit wep is actually 128-bits of secret plus 24-bits of IV. I know Lucent uses 104-bit secrets. Gary *********** REPLY SEPARATOR *********** On 04/20/2001 at 11:38 AM Mark S. Mathews wrote: >I have no idea how to fix this. The extension of nwepgen to 128 bits was >contributed by a user. This is the first confirmation I've received that >it doesn't work. > >-M > > >On Fri, 20 Apr 2001, Leonard Ye wrote: > >> Hi all, >> >> If I am not wrong, WEP algorithm is platform independent. Thus, the same >> generation string should generate the same set of keys for both windows OS >> and Linux OS. However, the test I have done shows that the same set of >> keys are generated at 64 bits, but not at 128 bits. Here is the detail. >> >> Generation String: test >> >> WEP program on linux: nwepgen on 0.1.8pre11. Its document says that it >> uses algorithm from Neesus Datacom Inc. >> >> WEP program on Windows: An application provided by Neesus Datacom Inc. >> >> At bit 64, both of them generate the same set of keys. >> >> At bit 128, >> >> linux generates: >> 1b:9d:da:48:3d:94:1e:41:48:d0:91:b3:cd >> f0:63:e3:8d:00:86:c9:31:55:05:13:3b:b7 >> 97:6d:3d:c6:74:00:48:96:67:38:a8:9d:24 >> cb:ce:cf:dd:f7:8e:07:10:0b:8b:a9:a3:28 >> >> windows generates: >> Key 1: 9f:df:3b:fd:fb:10:af:eb:09:25:ef:96:05 >> (the application only generates 1 key at 128-bit) >> >> Any hints here? >> >> Regards, >> Leonard Ye >> >> ----------------------------------------------- >> The Linux WLAN User's Mailing List >> For more information about this list see: >> http://www.absoval.com/linux-wlan/lists.html >> > >-- > >Mark S. Mathews > >AbsoluteValue Systems Web: http://www.linux-wlan.com >P.O. Box 410670 e-mail: mark@linux-wlan.com >Melbourne, FL 32941-0670 Phone: 321.259.0737 >USA Fax: 321.259.0286 > >----------------------------------------------- >The Linux WLAN User's Mailing List >For more information about this list see: >http://www.absoval.com/linux-wlan/lists.html ================================================ Gary Spiess (Gary.Spiess@Intermec.com) Wireless Products Group, Intermec Technology Corp voice: 319 369-3580 fax: 319 369-3804 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Fri Apr 20 19:43:32 2001 From: linux-wlan-user@absoval.com (Corey Thornburg) Date: Fri, 20 Apr 2001 14:43:32 -0500 (CDT) Subject: [lwlan-user]: zoomair 2.4Mbps cards and linux 2.4? Message-ID: I have a few of the older ZoomAir 2mbps cards that I used to use with linux-wlan on a 2.2 kernel. Now I need to set them up with a 2.4 kernel. Do I still need linux-wlan, or is there a kernel driver for these card? will the 2mbs linux wlan work with kernel 2.4? will linux-wlan-ng work with the 2mb cards? answers to any or all of these questions would be appreciated greatly. -- Corey Thornburg coreyt@coreyt.com ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Fri Apr 20 18:52:35 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Fri, 20 Apr 2001 14:52:35 -0400 (EDT) Subject: [lwlan-user]: WEP key generation in 0.1.8pre11 In-Reply-To: <5.0.2.1.0.20010421023416.00a87008@pop.ylez.com> Message-ID: You are absolutely correct. The key generation thing is just a _product_ convenience. The standard only specifies how the keys themselves are represented and used. -M On Sat, 21 Apr 2001, Leonard Ye wrote: > Ok, some of my new understanding. The IEEE802.11 and IEE802.11b just > specify how to encrypt data using the key that generated by the generation > string, it simply don't care about what the string is. If you have the APs > and STAs from the same company, then, you will be able to get the same key > from the same string for both the AP and STA sides. Otherwise, there is no > guarantee at all. > > Am I right? > > Happy weekend. > > Reards, > Leonared Ye > > At 11:38 PM 4/20/2001, you wrote: > > >I have no idea how to fix this. The extension of nwepgen to 128 bits was > >contributed by a user. This is the first confirmation I've received that > >it doesn't work. > > > >-M > > > > > >On Fri, 20 Apr 2001, Leonard Ye wrote: > > > > > Hi all, > > > > > > If I am not wrong, WEP algorithm is platform independent. Thus, the same > > > generation string should generate the same set of keys for both windows OS > > > and Linux OS. However, the test I have done shows that the same set of > > > keys are generated at 64 bits, but not at 128 bits. Here is the detail. > > > > > > Generation String: test > > > > > > WEP program on linux: nwepgen on 0.1.8pre11. Its document says that it > > > uses algorithm from Neesus Datacom Inc. > > > > > > WEP program on Windows: An application provided by Neesus Datacom Inc. > > > > > > At bit 64, both of them generate the same set of keys. > > > > > > At bit 128, > > > > > > linux generates: > > > 1b:9d:da:48:3d:94:1e:41:48:d0:91:b3:cd > > > f0:63:e3:8d:00:86:c9:31:55:05:13:3b:b7 > > > 97:6d:3d:c6:74:00:48:96:67:38:a8:9d:24 > > > cb:ce:cf:dd:f7:8e:07:10:0b:8b:a9:a3:28 > > > > > > windows generates: > > > Key 1: 9f:df:3b:fd:fb:10:af:eb:09:25:ef:96:05 > > > (the application only generates 1 key at 128-bit) > > > > > > Any hints here? > > > > > > Regards, > > > Leonard Ye > > > > > > ----------------------------------------------- > > > The Linux WLAN User's Mailing List > > > For more information about this list see: > > > http://www.absoval.com/linux-wlan/lists.html > > > > > > >-- > > > >Mark S. Mathews > > > >AbsoluteValue Systems Web: http://www.linux-wlan.com > >P.O. Box 410670 e-mail: mark@linux-wlan.com > >Melbourne, FL 32941-0670 Phone: 321.259.0737 > >USA Fax: 321.259.0286 > > > >----------------------------------------------- > >The Linux WLAN User's Mailing List > >For more information about this list see: > >http://www.absoval.com/linux-wlan/lists.html > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Fri Apr 20 18:47:51 2001 From: linux-wlan-devel@absoval.com (Mark S. Mathews) Date: Fri, 20 Apr 2001 14:47:51 -0400 (EDT) Subject: [lwlan-devel]: Nokia C111 Wireless LAN Card In-Reply-To: <3AE07EB7.F73C8168@rebel.com> Message-ID: The Nokia cards use prism radio parts but a different controller. There's no hope of getting the prism2 driver to work with them. -M On Fri, 20 Apr 2001, Nathan Kirk wrote: > > Hi Philip, > > Did you ever figure out what chipset the Nokia C111 cards are using? > Intersil lists the C111 on their site, this would suggest that it is > prism2 based. > > Any luck using the Nokia card with linux-wlan? > > I am interested if anyone has experience with the improved range the > external antenna may provide. > > Thanks, > Nathan. > > > To: > > Subject: [lwlan-user]: Nokia C110 / C111 - chipset? > > From: "Philip White" > > Date: Wed, 6 Dec 2000 21:01:26 -0000 > > Importance: Normal > > Reply-To: linux-wlan-user@absoval.com > > Sender: owner-linux-wlan-user@nightsky.com > > > I am interested in the Nokia 11Mbps Wlan cards, 802.11b. > > > Does anyone have any experience with these, as far as linux wlan is > > concerned. > > > So far I have not even be able to find out for sure what chipset they > > contains, althought the earlier (2Mbps rebadged Intalk) cards were Prism > > based. > > > I can confirm though that the Nokia badged (model no C910) PCI to PCMCIA > > converter, is nicely i82365 compatible > > > Regards, > > > Philip White > > > ----------------------------------------------- > > The Linux WLAN User's Mailing List > > For more information about this list see: > > http://www.absoval.com/linux-wlan/lists.html > > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Fri Apr 20 18:37:36 2001 From: linux-wlan-user@absoval.com (Leonard Ye) Date: Sat, 21 Apr 2001 02:37:36 +0800 Subject: [lwlan-user]: WEP key generation in 0.1.8pre11 In-Reply-To: References: <5.0.2.1.0.20010420143726.00a775a8@pop.ylez.com> Message-ID: <5.0.2.1.0.20010421023416.00a87008@pop.ylez.com> Ok, some of my new understanding. The IEEE802.11 and IEE802.11b just specify how to encrypt data using the key that generated by the generation string, it simply don't care about what the string is. If you have the APs and STAs from the same company, then, you will be able to get the same key from the same string for both the AP and STA sides. Otherwise, there is no guarantee at all. Am I right? Happy weekend. Reards, Leonared Ye At 11:38 PM 4/20/2001, you wrote: >I have no idea how to fix this. The extension of nwepgen to 128 bits was >contributed by a user. This is the first confirmation I've received that >it doesn't work. > >-M > > >On Fri, 20 Apr 2001, Leonard Ye wrote: > > > Hi all, > > > > If I am not wrong, WEP algorithm is platform independent. Thus, the same > > generation string should generate the same set of keys for both windows OS > > and Linux OS. However, the test I have done shows that the same set of > > keys are generated at 64 bits, but not at 128 bits. Here is the detail. > > > > Generation String: test > > > > WEP program on linux: nwepgen on 0.1.8pre11. Its document says that it > > uses algorithm from Neesus Datacom Inc. > > > > WEP program on Windows: An application provided by Neesus Datacom Inc. > > > > At bit 64, both of them generate the same set of keys. > > > > At bit 128, > > > > linux generates: > > 1b:9d:da:48:3d:94:1e:41:48:d0:91:b3:cd > > f0:63:e3:8d:00:86:c9:31:55:05:13:3b:b7 > > 97:6d:3d:c6:74:00:48:96:67:38:a8:9d:24 > > cb:ce:cf:dd:f7:8e:07:10:0b:8b:a9:a3:28 > > > > windows generates: > > Key 1: 9f:df:3b:fd:fb:10:af:eb:09:25:ef:96:05 > > (the application only generates 1 key at 128-bit) > > > > Any hints here? > > > > Regards, > > Leonard Ye > > > > ----------------------------------------------- > > The Linux WLAN User's Mailing List > > For more information about this list see: > > http://www.absoval.com/linux-wlan/lists.html > > > >-- > >Mark S. Mathews > >AbsoluteValue Systems Web: http://www.linux-wlan.com >P.O. Box 410670 e-mail: mark@linux-wlan.com >Melbourne, FL 32941-0670 Phone: 321.259.0737 >USA Fax: 321.259.0286 > >----------------------------------------------- >The Linux WLAN User's Mailing List >For more information about this list see: >http://www.absoval.com/linux-wlan/lists.html ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Fri Apr 20 18:23:51 2001 From: linux-wlan-devel@absoval.com (Nathan Kirk) Date: Fri, 20 Apr 2001 14:23:51 -0400 Subject: [lwlan-devel]: Nokia C111 Wireless LAN Card Message-ID: <3AE07EB7.F73C8168@rebel.com> Hi Philip, Did you ever figure out what chipset the Nokia C111 cards are using? Intersil lists the C111 on their site, this would suggest that it is prism2 based. Any luck using the Nokia card with linux-wlan? I am interested if anyone has experience with the improved range the external antenna may provide. Thanks, Nathan. > To: > Subject: [lwlan-user]: Nokia C110 / C111 - chipset? > From: "Philip White" > Date: Wed, 6 Dec 2000 21:01:26 -0000 > Importance: Normal > Reply-To: linux-wlan-user@absoval.com > Sender: owner-linux-wlan-user@nightsky.com > I am interested in the Nokia 11Mbps Wlan cards, 802.11b. > Does anyone have any experience with these, as far as linux wlan is > concerned. > So far I have not even be able to find out for sure what chipset they > contains, althought the earlier (2Mbps rebadged Intalk) cards were Prism > based. > I can confirm though that the Nokia badged (model no C910) PCI to PCMCIA > converter, is nicely i82365 compatible > Regards, > Philip White > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html -- Nathan Kirk http://www.rebel.com http://www.netwinder.org -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Fri Apr 20 15:38:40 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Fri, 20 Apr 2001 11:38:40 -0400 (EDT) Subject: [lwlan-user]: WEP key generation in 0.1.8pre11 In-Reply-To: <5.0.2.1.0.20010420143726.00a775a8@pop.ylez.com> Message-ID: I have no idea how to fix this. The extension of nwepgen to 128 bits was contributed by a user. This is the first confirmation I've received that it doesn't work. -M On Fri, 20 Apr 2001, Leonard Ye wrote: > Hi all, > > If I am not wrong, WEP algorithm is platform independent. Thus, the same > generation string should generate the same set of keys for both windows OS > and Linux OS. However, the test I have done shows that the same set of > keys are generated at 64 bits, but not at 128 bits. Here is the detail. > > Generation String: test > > WEP program on linux: nwepgen on 0.1.8pre11. Its document says that it > uses algorithm from Neesus Datacom Inc. > > WEP program on Windows: An application provided by Neesus Datacom Inc. > > At bit 64, both of them generate the same set of keys. > > At bit 128, > > linux generates: > 1b:9d:da:48:3d:94:1e:41:48:d0:91:b3:cd > f0:63:e3:8d:00:86:c9:31:55:05:13:3b:b7 > 97:6d:3d:c6:74:00:48:96:67:38:a8:9d:24 > cb:ce:cf:dd:f7:8e:07:10:0b:8b:a9:a3:28 > > windows generates: > Key 1: 9f:df:3b:fd:fb:10:af:eb:09:25:ef:96:05 > (the application only generates 1 key at 128-bit) > > Any hints here? > > Regards, > Leonard Ye > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Fri Apr 20 11:01:38 2001 From: linux-wlan-user@absoval.com (Marc-Olivier Killijian) Date: Fri, 20 Apr 2001 12:01:38 +0100 Subject: [lwlan-user]: How to access the 802.11 protocol Message-ID: Hi I am involved in some 802.11 multicast algorithm programming but I'm not really aware of linux device drivers issues. I would need to have direct access to the 802.11 protocol, specifically the MAC or the LLC protocols. I don't really know where to start, if someone could give me some directions, it would be very kind. Thanks, Marc-Olivier Killijian. ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Fri Apr 20 10:39:40 2001 From: linux-wlan-user@absoval.com (=?big5?B?RmVtYS5DaHVlaCAowvanp6X+KQ==?=) Date: Fri, 20 Apr 2001 18:39:40 +0800 Subject: [lwlan-user]: Please help me to setup the 802.11 Access point Message-ID: Hi, I am using the Red-Hat 6.2 and the PCMCIA 802.11 card on my desktop machine, It is working while i set it as client. But now i want to try to build my own access point by a PCMCIA 802.11 card and a PCI lan card. I am using the "Linux-wlan-ng-0.1.7" and "pcmcia-cs-3.1.15". And modify the file wlan-ng.opts as below: dot11DesiredSSID="Fema" WLAN_DOWNLOAD=y IS_AP=y # y|n IS_BRIDGE=y # Are we a bridging AP? AP_IPADDR=10.60.1.78 # Bridge IP address (and only bridge) APSSID="Fema" # SSID the AP will use, max 32 chars file network.opts as below: IPADDR="10.60.1.78" NETMASK="255.255.0.0" NETWORK="10.60.1.0" BROADCAST="10.60.1.255" # Gateway address for static routing GATEWAY="10.60.0.254" But i can NOT read the wlan device from ifconfig... I also make the Kernel to support the bridging. Do i miss something?? Thanks. -Fema ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Fri Apr 20 09:39:43 2001 From: linux-wlan-user@absoval.com (linux-wlan-user@absoval.com) Date: Fri, 20 Apr 2001 11:39:43 +0200 (CEST) Subject: [lwlan-user]: download the AP firmware Message-ID: Hi, I want to use linux-ng for both AP and station. When I try to compil prism2dl (I find it on the list on february ...), it says that HFA384x_PDA_BASE doesn't exit . In hfa384x.h, HFA3841_PDA_BASE and HFA3842_PDA_BASE are defined. I'm tempted to use one to replase HFA384x_PDA_BASE. But it's written that this utility is a little bit dangerous for my card ... Do I missed anything or I just have to check which chip the card use and change it in prism2dl ? Thanks Jean Poizat PS : when I read the log file, to identify NIC h/w (it's the hfa num, it is ?), I got 8008 ... and the intersil programmer doc go from 8000 to 8007 ... I think I missed something again. ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Fri Apr 20 07:27:14 2001 From: linux-wlan-user@absoval.com (Leonard Ye) Date: Fri, 20 Apr 2001 15:27:14 +0800 Subject: [lwlan-user]: WEP key generation in 0.1.8pre11 Message-ID: <5.0.2.1.0.20010420143726.00a775a8@pop.ylez.com> Hi all, If I am not wrong, WEP algorithm is platform independent. Thus, the same generation string should generate the same set of keys for both windows OS and Linux OS. However, the test I have done shows that the same set of keys are generated at 64 bits, but not at 128 bits. Here is the detail. Generation String: test WEP program on linux: nwepgen on 0.1.8pre11. Its document says that it uses algorithm from Neesus Datacom Inc. WEP program on Windows: An application provided by Neesus Datacom Inc. At bit 64, both of them generate the same set of keys. At bit 128, linux generates: 1b:9d:da:48:3d:94:1e:41:48:d0:91:b3:cd f0:63:e3:8d:00:86:c9:31:55:05:13:3b:b7 97:6d:3d:c6:74:00:48:96:67:38:a8:9d:24 cb:ce:cf:dd:f7:8e:07:10:0b:8b:a9:a3:28 windows generates: Key 1: 9f:df:3b:fd:fb:10:af:eb:09:25:ef:96:05 (the application only generates 1 key at 128-bit) Any hints here? Regards, Leonard Ye ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Thu Apr 19 18:37:38 2001 From: linux-wlan-user@absoval.com (Chad Singer) Date: Thu, 19 Apr 2001 14:37:38 -0400 Subject: [lwlan-user]: Oh yeah, another problem loading the f/w... =) Message-ID: <000e01c0c8ff$cf8aa700$1201000a@internal.whitelion.net> This is a multi-part message in MIME format. ------=_NextPart_000_000B_01C0C8DE.48609D00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable What do you think about this when I try to load the AP f/w? # prism2dl -r ./01-T10003c7.hex wlan0 Reading S-record file ./01-T10003c7.hex... prism2dl: error: Failed to find PDR for plugrec 0x0204. prism2dl: error: Failed to find PDR for plugrec 0x0300. prism2dl: error: Failed to find PDR for plugrec 0x0301. prism2dl: error: Failed to find PDR for plugrec 0x0006. prism2dl: Failed to plug data for ./01-T10003c7.hex, exiting. Any help would be greatly appreciated! =3D) Chad G. Singer Network Administrator WhiteLion.Net Inc. www.whitelion.net ------=_NextPart_000_000B_01C0C8DE.48609D00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
What do you think about this when I try = to load the=20 AP f/w?
 
# prism2dl -r ./01-T10003c7.hex = wlan0
Reading=20 S-record file ./01-T10003c7.hex...
prism2dl: error: Failed to find = PDR for=20 plugrec 0x0204.
prism2dl: error: Failed to find PDR for plugrec=20 0x0300.
prism2dl: error: Failed to find PDR for plugrec = 0x0301.
prism2dl:=20 error: Failed to find PDR for plugrec 0x0006.
prism2dl: Failed to = plug data=20 for ./01-T10003c7.hex, exiting.
 
Any help would be greatly appreciated!=20 =3D)
 
Chad G. Singer
Network=20 Administrator
WhiteLion.Net Inc.
www.whitelion.net
------=_NextPart_000_000B_01C0C8DE.48609D00-- ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Thu Apr 19 09:50:04 2001 From: linux-wlan-user@absoval.com (Marc-Olivier Killijian) Date: Thu, 19 Apr 2001 10:50:04 +0100 Subject: [lwlan-user]: minor bug Message-ID: In the 0.1.8-pre11 the MIB p2RoamingMode became p2CnfRoamingMode but in the generated wlan-ng.opts the USER_MIBS is set to the old p2RoamingMode. So it results in a failure to set the MIB. You should fix that sometime. Thanks, Marco. ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Thu Apr 19 07:30:45 2001 From: linux-wlan-devel@absoval.com (Aaron Boyd) Date: Thu, 19 Apr 2001 00:30:45 -0700 (PDT) Subject: [lwlan-devel]: freeze up with d-link dwl-500/650,linux-wlan-ng-0.1.7 Message-ID: <20010419073045.90641.qmail@web13002.mail.yahoo.com> thanks much in advance to anyone who can help. after two days effort, I'm almost there.... My pcmcia driver (pcmcia-cs-3.1.19) loads just fine, but once I insert my DWL-650, my computer locks up (sometimes with an ongoing high-pitched beep) until I eject the card. Once the card is ejected, operation resumes. I first assumed this was a resource allocation problem. I varied the memory window, IRQs, and IO ranges used by the pcmcia adapter, but to no avail. Does the DWL-500 have to run on IRQ 9??? I'm running on a pentiumII desktop. Here's a the relevant info from the system log (as far as it gets before the lock-up): Apr 18 22:21:05 Jax kernel: Linux PCMCIA Card Services 3.1.19 Apr 18 22:21:05 Jax kernel: kernel build: 2.2.16-22 #1 Tue Aug 22 16:49:06 EDT 2000 Apr 18 22:21:05 Jax kernel: options: [pci] [cardbus] [apm] Apr 18 22:21:05 Jax kernel: PCI routing table version 1.0 at 0xfdf20 Apr 18 22:21:05 Jax kernel: Intel PCIC probe: Apr 18 22:21:05 Jax kernel: Ricoh RL5C475 rev 80 PCI-to-CardBus at slot 00:10, mem 0x68000000 Apr 18 22:21:05 Jax kernel: host opts [0]: [isa irq] [io 3/6/1] [mem 3/6/1] [pci irq 9] [lat 168/176] [bus 32/34] Apr 18 22:21:05 Jax kernel: ISA irqs (default) = 3,4,5,7 PCI status changesApr 18 22:21:05 Jax cardmgr[1702]: starting, version is 3.1.19 Apr 18 22:21:05 Jax cardmgr[1702]: watching 1 sockets Apr 18 22:21:05 Jax kernel: cs: IO port probe 0x0a00-0x0aff: clean. [---- card is inserted ----] Apr 18 22:21:22 Jax cardmgr[1702]: initializing socket 0 Apr 18 22:21:22 Jax kernel: cs: memory probe 0x60000000-0x60ffffff: clean. Apr 18 22:21:22 Jax cardmgr[1702]: socket 0: Intersil PRISM2 Reference Design 11Mb/s WLAN Card Apr 18 22:21:22 Jax cardmgr[1702]: executing: 'modprobe prism2sta_cs' Apr 18 22:21:22 Jax kernel: p80211.o: 0.1.7 Loaded Apr 18 22:21:22 Jax kernel: init_module: prism2_cs.o: 0.1.7 Loaded Apr 18 22:21:22 Jax kernel: init_module: dev_info is: prism2_cs Apr 18 22:21:22 Jax kernel: prism2_cs: index 0x01: Vcc 3.3, irq 5, io 0x0a00-0x0a3f Apr 18 22:21:22 Jax kernel: ident: nic h/w: id=0x8008 1.0.1 Apr 18 22:21:22 Jax kernel: ident: pri f/w: id=0x15 0.3.0 Apr 18 22:21:22 Jax kernel: ident: sta f/w: id=0x1f 0.7.6 Apr 18 22:21:22 Jax kernel: MFI:SUP:role=0x00:id=0x01:var=0x01:b/t=1/1 Apr 18 22:21:22 Jax kernel: CFI:SUP:role=0x00:id=0x02:var=0x01:b/t=1/1 Apr 18 22:21:22 Jax kernel: PRI:SUP:role=0x00:id=0x03:var=0x01:b/t=1/2 Apr 18 22:21:22 Jax kernel: STA:SUP:role=0x00:id=0x04:var=0x01:b/t=1/4 Apr 18 22:21:22 Jax kernel: PRI-CFI:ACT:role=0x01:id=0x02:var=0x01:b/t=1/1 Apr 18 22:21:22 Jax kernel: STA-CFI:ACT:role=0x01:id=0x02:var=0x01:b/t=1/1 Apr 18 22:21:22 Jax kernel: STA-MFI:ACT:role=0x01:id=0x01:var=0x01:b/t=1/1 Apr 18 22:21:22 Jax kernel: Prism2 card SN: 30 31 30 32 30 30 31 33 30 35 00 00 Apr 18 22:21:22 Jax cardmgr[1702]: executing: './wlan-ng start wlan0' Apr 18 22:21:22 Jax cardmgr[1702]: + message=dot11req_mibset Apr 18 22:21:22 Jax cardmgr[1702]: + mibattribute=dot11DesiredSSID=default Apr 18 22:21:22 Jax cardmgr[1702]: + resultcode=success Apr 18 22:21:22 Jax cardmgr[1702]: + message=dot11req_associate Apr 18 22:21:22 Jax cardmgr[1702]: + peerstaaddress=no_value Apr 18 22:21:22 Jax cardmgr[1702]: + associatefailuretimeout=no_value Apr 18 22:21:22 Jax cardmgr[1702]: + cfpollable=no_value Apr 18 22:21:22 Jax cardmgr[1702]: + cfpollreq=no_value Apr 18 22:21:22 Jax cardmgr[1702]: + listeninterval=0 Apr 18 22:21:22 Jax cardmgr[1702]: + resultcode=success __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 18 17:23:39 2001 From: linux-wlan-user@absoval.com (Chad Singer) Date: Wed, 18 Apr 2001 13:23:39 -0400 Subject: [lwlan-user]: Problem with Ad-Hoc mode Message-ID: <003401c0c82c$4eca9770$1201000a@internal.whitelion.net> This is a multi-part message in MIME format. ------=_NextPart_000_0031_01C0C80A.C7A9B530 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable How would I throw my Compaq WL200 into Ad-Hoc mode? I'm trying to get it = to talk to a Windows box in adHoc mode. My other question is, is it = possible to turn the linux box into a bridge?=20 Chad G. Singer Network Administrator WhiteLion.Net Inc. www.whitelion.net ------=_NextPart_000_0031_01C0C80A.C7A9B530 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
How would I throw my Compaq WL200 into = Ad-Hoc mode?=20 I'm trying to get it to talk to a Windows box in adHoc mode. My other = question=20 is, is it possible to turn the linux box into a bridge? =
 
Chad G. Singer
Network=20 Administrator
WhiteLion.Net Inc.
www.whitelion.net
 
------=_NextPart_000_0031_01C0C80A.C7A9B530-- ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 18 16:15:46 2001 From: linux-wlan-user@absoval.com (Caz Yokoyama) Date: Wed, 18 Apr 2001 09:15:46 -0700 (PDT) Subject: [lwlan-user]: RE: I have succedded the bridge connection between laptop and desktop. In-Reply-To: <15069.46684.283066.159459@ventus.caztech.com> References: <15068.56646.544108.792752@ventus.caztech.com> <000001c0c806$4e254c00$0601a8c0@nb-dfox.mninter.net> <15069.46684.283066.159459@ventus.caztech.com> Message-ID: <15069.48562.878178.384367@ventus.caztech.com> I have failed to setup your cvs account. So that I'll give you another method. Look at http://c566901-a.bvrtn1.or.home.com/linux-wlan-ng-v0.1.7+prism2-pci-patch-01/ You'll see tar+gz files. -caz Caz Yokoyama writes: > Actually I found prism2-pci-patch-01 and hex file to download into the > card in neohapsis archive of the mailing list. > > I setted up your cvs account. The name of cs repository is > c566901-a.bvrtn1.or.home.com, and your account name is Denny.Fox > I'll give you your password by another personal email. > You can down load linux-wlan-ng-v0.1.7+prism2-pci-patch-01 by > cvs login > > cvs checkout -rv0_1_7+prism2-pci-patch-01 > > Also you can down load my /etc/pcmcia by > cvs checkout pcmcia-ventus > > Iam trying hard to install v0.1.8-pre11 Apr 11 update. However > I have following problems > o No #define HFA384x_PDA_BASE xxxx > I add > #define HFA384x_PDA_BASE HFA3841_PDA_BASE > o downloading by prisl2dl fails > > -caz > > Denny Fox writes: > > Hi Caz, > > > > Thanks very much for your message. > > > > It looks like you were successful with the earlier version, > > linux-wlan-ng-v0.1.7, and a patch for PCI adapters that you called > > prism2-pci-patch-01. > > > > Where can this patch be found? I can't find it on the absolval site or > > with a Google search. > > > > Since v0.1.7 plus the patch for PCI was working, and now v0.1.8-pre11 > > does not work, I'm wondering if/when this capability will be restored > > in a newer version. > > > > I'd be happy to try the patch for v0.1.7 until a newer version is > > available. If you have the patch, can you please send it to me? > > > > Thanks! > > > > Denny Fox > > > > > -----Original Message----- > > > From: Caz Yokoyama [mailto:caz@home.com] > > > Sent: Tuesday, April 17, 2001 7:18 PM > > > To: dennyf@mninter.net > > > Cc: caz@home.com > > > Subject: I have succedded the bridge connection between laptop and > > > desktop. > > > > > > > > > I saw your posting in the The Linux WLAN User's Mailing List. > > > I'll be happy if I can help you. > > > > > > I am not use v0.1.8-pre11 code on a desktop. Here is my > > > configuration. > > > > > > PC-A: Toshiba Portege 620CT laptop, Addtron AWP-100 PCMCIA 802.11B, > > > linux-wlan-ng-v0.1.8-pre11 Apr 11 update, > > > debian linux v2.2.18pre21 > > > pcmcia-3.1.24 > > > > > > PC-B: Celeron 500MHz desktop, > > > Addtron AWA-100, which is AWP-100 PCMCIA + PLX9052 PCI adaptor > > > linux-wlan-ng-v0.1.7+prism2-pci-patch-01, PCI config > > > debian linux v2.2.18pre21 > > > pcmcia-3.1.24 > > > eth0: Ethernet, connect to eth1 of PC-C > > > bridging by bridgex > > > > > > PC-C: 486DX2 desktop, > > > eth0: Cable modem > > > eth1: Ethernet, connect to eth0 of PC-B > > > debian linux v2.2.17 > > > ipmasquerading > > > > > > I can ping/browse/ftp PC-A, PC-B, PC-C and any sites outside of > > > Cable modem from PC-A. > > > > > > I did not succeed when I installed linux-wlan-ng-v0.1.8-pre11 with > > > PLX9052 config. > > > > > > Please ask me if you want to know more. > > > -caz > > > > > > > > ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 18 15:44:28 2001 From: linux-wlan-user@absoval.com (Caz Yokoyama) Date: Wed, 18 Apr 2001 08:44:28 -0700 (PDT) Subject: [lwlan-user]: RE: I have succedded the bridge connection between laptop and desktop. In-Reply-To: <000001c0c806$4e254c00$0601a8c0@nb-dfox.mninter.net> References: <15068.56646.544108.792752@ventus.caztech.com> <000001c0c806$4e254c00$0601a8c0@nb-dfox.mninter.net> Message-ID: <15069.46684.283066.159459@ventus.caztech.com> Actually I found prism2-pci-patch-01 and hex file to download into the card in neohapsis archive of the mailing list. I setted up your cvs account. The name of cs repository is c566901-a.bvrtn1.or.home.com, and your account name is Denny.Fox I'll give you your password by another personal email. You can down load linux-wlan-ng-v0.1.7+prism2-pci-patch-01 by cvs login cvs checkout -rv0_1_7+prism2-pci-patch-01 Also you can down load my /etc/pcmcia by cvs checkout pcmcia-ventus Iam trying hard to install v0.1.8-pre11 Apr 11 update. However I have following problems o No #define HFA384x_PDA_BASE xxxx I add #define HFA384x_PDA_BASE HFA3841_PDA_BASE o downloading by prisl2dl fails -caz Denny Fox writes: > Hi Caz, > > Thanks very much for your message. > > It looks like you were successful with the earlier version, > linux-wlan-ng-v0.1.7, and a patch for PCI adapters that you called > prism2-pci-patch-01. > > Where can this patch be found? I can't find it on the absolval site or > with a Google search. > > Since v0.1.7 plus the patch for PCI was working, and now v0.1.8-pre11 > does not work, I'm wondering if/when this capability will be restored > in a newer version. > > I'd be happy to try the patch for v0.1.7 until a newer version is > available. If you have the patch, can you please send it to me? > > Thanks! > > Denny Fox > > > -----Original Message----- > > From: Caz Yokoyama [mailto:caz@home.com] > > Sent: Tuesday, April 17, 2001 7:18 PM > > To: dennyf@mninter.net > > Cc: caz@home.com > > Subject: I have succedded the bridge connection between laptop and > > desktop. > > > > > > I saw your posting in the The Linux WLAN User's Mailing List. > > I'll be happy if I can help you. > > > > I am not use v0.1.8-pre11 code on a desktop. Here is my > > configuration. > > > > PC-A: Toshiba Portege 620CT laptop, Addtron AWP-100 PCMCIA 802.11B, > > linux-wlan-ng-v0.1.8-pre11 Apr 11 update, > > debian linux v2.2.18pre21 > > pcmcia-3.1.24 > > > > PC-B: Celeron 500MHz desktop, > > Addtron AWA-100, which is AWP-100 PCMCIA + PLX9052 PCI adaptor > > linux-wlan-ng-v0.1.7+prism2-pci-patch-01, PCI config > > debian linux v2.2.18pre21 > > pcmcia-3.1.24 > > eth0: Ethernet, connect to eth1 of PC-C > > bridging by bridgex > > > > PC-C: 486DX2 desktop, > > eth0: Cable modem > > eth1: Ethernet, connect to eth0 of PC-B > > debian linux v2.2.17 > > ipmasquerading > > > > I can ping/browse/ftp PC-A, PC-B, PC-C and any sites outside of > > Cable modem from PC-A. > > > > I did not succeed when I installed linux-wlan-ng-v0.1.8-pre11 with > > PLX9052 config. > > > > Please ask me if you want to know more. > > -caz > > > > > ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 18 14:36:07 2001 From: linux-wlan-user@absoval.com (Marc-Olivier Killijian) Date: Wed, 18 Apr 2001 15:36:07 +0100 Subject: [lwlan-user]: Where to download the pre versions In-Reply-To: Message-ID: I managed to find that it's available at : ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/ Cheers, Marco. -----Original Message----- From: owner-linux-wlan-user@nightsky.com [mailto:owner-linux-wlan-user@nightsky.com]On Behalf Of Marc-Olivier Killijian Sent: 18 April 2001 11:20 To: linux-wlan-user@absoval.com Subject: [lwlan-user]: Where to download the pre versions Hi, The pre versions are not advertised on the web. I forgot on which ftp they are available for download, could someone remind me please ? Cheers, Marc-Olivier Killijian. ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 18 14:27:33 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Wed, 18 Apr 2001 10:27:33 -0400 (EDT) Subject: [lwlan-user]: Wlan Project and kernel 2.0.36 In-Reply-To: <5.0.2.1.0.20010418174440.03223ec0@cyrus.dementia.org> Message-ID: The note about 2.0.36 in the faq refers to the older am930 based driver. I don't believe that we've ever run the -ng code against a 2.0.x kernel. -M On Wed, 18 Apr 2001, Michael Habermann wrote: > At 09:52 AM 3/28/2001 -0500, you wrote: > > >I don't think -ng has ever been tested against a 2.0.x kernel. > > I've tested it and it doesn't compile because some required headers are > missing and some kernel functions are containing different parameters. > > Is an old version available, that can cope with 2.0.x kernels? The FAQ says > 2.0.36 is required. > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 18 14:23:06 2001 From: linux-wlan-user@absoval.com (Marc-Olivier Killijian) Date: Wed, 18 Apr 2001 15:23:06 +0100 Subject: [lwlan-user]: Where to download the pre versions In-Reply-To: Message-ID: I managed to find that it's available at : ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/ Cheers, Marco. -----Original Message----- From: owner-linux-wlan-user@nightsky.com [mailto:owner-linux-wlan-user@nightsky.com]On Behalf Of Marc-Olivier Killijian Sent: 18 April 2001 11:20 To: linux-wlan-user@absoval.com Subject: [lwlan-user]: Where to download the pre versions Hi, The pre versions are not advertised on the web. I forgot on which ftp they are available for download, could someone remind me please ? Cheers, Marc-Olivier Killijian. ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 18 14:18:42 2001 From: linux-wlan-user@absoval.com (Marc-Olivier Killijian) Date: Wed, 18 Apr 2001 15:18:42 +0100 Subject: [lwlan-user]: Where to download the pre versions In-Reply-To: Message-ID: I managed to find that it's available at : ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/ Cheers, Marco. -----Original Message----- From: owner-linux-wlan-user@nightsky.com [mailto:owner-linux-wlan-user@nightsky.com]On Behalf Of Marc-Olivier Killijian Sent: 18 April 2001 11:20 To: linux-wlan-user@absoval.com Subject: [lwlan-user]: Where to download the pre versions Hi, The pre versions are not advertised on the web. I forgot on which ftp they are available for download, could someone remind me please ? Cheers, Marc-Olivier Killijian. ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 18 12:51:37 2001 From: linux-wlan-user@absoval.com (Denny Fox) Date: Wed, 18 Apr 2001 07:51:37 -0500 Subject: [lwlan-user]: RE: I have succedded the bridge connection between laptop and desktop. In-Reply-To: <15068.56646.544108.792752@ventus.caztech.com> Message-ID: <000001c0c806$4e254c00$0601a8c0@nb-dfox.mninter.net> Hi Caz, Thanks very much for your message. It looks like you were successful with the earlier version, linux-wlan-ng-v0.1.7, and a patch for PCI adapters that you called prism2-pci-patch-01. Where can this patch be found? I can't find it on the absolval site or with a Google search. Since v0.1.7 plus the patch for PCI was working, and now v0.1.8-pre11 does not work, I'm wondering if/when this capability will be restored in a newer version. I'd be happy to try the patch for v0.1.7 until a newer version is available. If you have the patch, can you please send it to me? Thanks! Denny Fox > -----Original Message----- > From: Caz Yokoyama [mailto:caz@home.com] > Sent: Tuesday, April 17, 2001 7:18 PM > To: dennyf@mninter.net > Cc: caz@home.com > Subject: I have succedded the bridge connection between laptop and > desktop. > > > I saw your posting in the The Linux WLAN User's Mailing List. > I'll be happy if I can help you. > > I am not use v0.1.8-pre11 code on a desktop. Here is my > configuration. > > PC-A: Toshiba Portege 620CT laptop, Addtron AWP-100 PCMCIA 802.11B, > linux-wlan-ng-v0.1.8-pre11 Apr 11 update, > debian linux v2.2.18pre21 > pcmcia-3.1.24 > > PC-B: Celeron 500MHz desktop, > Addtron AWA-100, which is AWP-100 PCMCIA + PLX9052 PCI adaptor > linux-wlan-ng-v0.1.7+prism2-pci-patch-01, PCI config > debian linux v2.2.18pre21 > pcmcia-3.1.24 > eth0: Ethernet, connect to eth1 of PC-C > bridging by bridgex > > PC-C: 486DX2 desktop, > eth0: Cable modem > eth1: Ethernet, connect to eth0 of PC-B > debian linux v2.2.17 > ipmasquerading > > I can ping/browse/ftp PC-A, PC-B, PC-C and any sites outside of > Cable modem from PC-A. > > I did not succeed when I installed linux-wlan-ng-v0.1.8-pre11 with > PLX9052 config. > > Please ask me if you want to know more. > -caz > > ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 18 11:22:05 2001 From: linux-wlan-user@absoval.com (Marc-Olivier Killijian) Date: Wed, 18 Apr 2001 12:22:05 +0100 Subject: [lwlan-user]: Where to download the pre versions In-Reply-To: Message-ID: I managed to find that it's available at : ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/ Cheers, Marco. -----Original Message----- From: owner-linux-wlan-user@nightsky.com [mailto:owner-linux-wlan-user@nightsky.com]On Behalf Of Marc-Olivier Killijian Sent: 18 April 2001 11:20 To: linux-wlan-user@absoval.com Subject: [lwlan-user]: Where to download the pre versions Hi, The pre versions are not advertised on the web. I forgot on which ftp they are available for download, could someone remind me please ? Cheers, Marc-Olivier Killijian. ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 18 10:20:13 2001 From: linux-wlan-user@absoval.com (Marc-Olivier Killijian) Date: Wed, 18 Apr 2001 11:20:13 +0100 Subject: [lwlan-user]: Where to download the pre versions Message-ID: Hi, The pre versions are not advertised on the web. I forgot on which ftp they are available for download, could someone remind me please ? Cheers, Marc-Olivier Killijian. ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 18 09:45:08 2001 From: linux-wlan-user@absoval.com (Michael Habermann) Date: Wed, 18 Apr 2001 17:45:08 +0800 Subject: [lwlan-user]: Wlan Project and kernel 2.0.36 Message-ID: <5.0.2.1.0.20010418174440.03223ec0@cyrus.dementia.org> At 09:52 AM 3/28/2001 -0500, you wrote: >I don't think -ng has ever been tested against a 2.0.x kernel. I've tested it and it doesn't compile because some required headers are missing and some kernel functions are containing different parameters. Is an old version available, that can cope with 2.0.x kernels? The FAQ says 2.0.36 is required. ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Wed Apr 18 09:07:47 2001 From: linux-wlan-devel@absoval.com (Michael Habermann) Date: Wed, 18 Apr 2001 17:07:47 +0800 Subject: [lwlan-devel]: wlan-ng and Kernel 2.0.38 Message-ID: <5.0.2.1.0.20010418170739.00a80750@pop.gmx.de> Hi! The FAQ says that the driver requires kernel 2.0.36. I tried to compile wlan-ng 1.7 with a kernel 2.0.38 and a proprietary pcmcia version. The compilation fails, because the driver seems to require a few of 2.4 header files. Is there any 2.0.38 compatible version available? For the case that there is none, how do you estimate the effort to downgrade the package to 2.0.38? I need 802.11b support. Bye Michael -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Tue Apr 17 16:00:01 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Tue, 17 Apr 2001 12:00:01 -0400 (EDT) Subject: [lwlan-user]: WEP and linux-wlan-ng-0.1.8-pre11 In-Reply-To: <200104171521.LAA04464@jamie.jcdunlop.net> Message-ID: On Tue, 17 Apr 2001, James Dunlop wrote: > Hi, > SMC 2632W card with the firmware upgraded to 0.8.0. > pre10 works fine with WEP (after switching the logic > between 128 and 64-bit mode in wlan-ng. Is reversed.) > In pre11, there is a test for PrivacyOptionImplemented before > setting up WEP. This test fails (returns false). > Ideas? Grrrr. Shell script and mib mismatches.... I'll add this to the list and check it out before the next release. Thanks, -Mark -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Tue Apr 17 15:21:05 2001 From: linux-wlan-user@absoval.com (James Dunlop) Date: Tue, 17 Apr 2001 11:21:05 -0400 Subject: [lwlan-user]: WEP and linux-wlan-ng-0.1.8-pre11 Message-ID: <200104171521.LAA04464@jamie.jcdunlop.net> Hi, SMC 2632W card with the firmware upgraded to 0.8.0. pre10 works fine with WEP (after switching the logic between 128 and 64-bit mode in wlan-ng. Is reversed.) In pre11, there is a test for PrivacyOptionImplemented before setting up WEP. This test fails (returns false). Ideas? -- James C Dunlop jcdunlop@optonline.net ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Tue Apr 17 06:56:40 2001 From: linux-wlan-user@absoval.com (Rob Mantel) Date: Tue, 17 Apr 2001 01:56:40 -0500 Subject: [lwlan-user]: HDR_A4? Message-ID: <00ac01c0c70b$8e230000$0500a8c0@atrexh.com> I am using Linux WLAN 0.3.4 on my computer to connect to my ISP with a ZoomAir 4000 wireless card. Until recently that worked fine. Since a couple of days however I keep losing the connection (have to run '/etc/rc.d/init.d/pcmcia restart' to get the connection back). In the /var/log/messages file I see the following error: 'HDR_A4 detected! A4 currently not supported'. Anyone any idea what can cause that? Or how to fix it? Thanks. ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 16 18:23:24 2001 From: linux-wlan-user@absoval.com (=?iso-8859-1?Q?T=F5nis_Eenm=E4e?=) Date: Mon, 16 Apr 2001 20:23:24 +0200 (EET) Subject: [lwlan-user]: Compaq WL200 PCI card Message-ID: Hello! I'm trying to get working the Compaq WL200 PCI card. Has anyone succeeded? If yes, could you describe the process in some detail? Thanks in advance, To~nis Eenm"ae tonis@obs.ee ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 16 13:22:36 2001 From: linux-wlan-user@absoval.com (Denny Fox) Date: Mon, 16 Apr 2001 08:22:36 -0500 Subject: [lwlan-user]: AP or Ad-Hoc on Linksys Wireless PCI Adapter Message-ID: <003c01c0c678$4d9290c0$0601a8c0@nb-dfox.mninter.net> Hello, Here are my components: Debian Linux 2.2 (potato) kernel 2.2.18pre21 with bridging compiled in linux-wlan-ng-0.1.8-pre11 Prism2 driver Linksys Wireless PCI Adapter WDT11 Linksys Wireless Network PC Card WPC11 My plan is to use the PCI adapter in the Linux desktop server to support a mobile notebook running Win98 using a Linksys Wireless Network PC Card WPC11. I would like to bridge the wireless segment to the ethernet segment that is on eth0. I have gotten this to work in the past with Proxim Symphony cards, I'd like to get the improved performance offered by the 802.11b wireless networking. I'd like to use the Ad-Hoc or AP mode for the Linux server with 802.11b so that I don't have to buy an Access Point from Linksys. I've gotten the wlan drivers to compile and load with some help from seanj (thanks!). The first issue was to get the driver to recognize the PCI adapter. The Linksys PCI adapter that I have seems to be one minor bump newer than the Global Sun Technology one listed in linux-wlan-ng-0.1.8-pre11/src/prism2/driver/prism2sta.c. I changed: #define GL_GL24110P_ID 0x110116ab /* Global Sun Tech GL24110P PCI Adapter (PLX) board device+vendor ID */ to: #define GL_GL24110P_ID 0x110216ab /* Global Sun Tech GL24110P PCI Adapter (PLX) board device+vendor ID */ I was then able to compile the drivers. I was a little confused at first that I had to install and config the PCMCIA-source package to get the PLX drivers to compile, since this is a desktop machine and not a notebook, but a careful reading of the wlan README helped. It would be nice if loading PCMCIA-source for a desktop using a PCI adapter wasn't necessary in the future. I didn't actually compile the PCMCIA but I had to do a make config. I put p80211 and prism2_plx in /etc/modules and they are loaded without error at boot time. I manually copied the pci support scripts from linux-wlan-ng-0.1.8-pre11/etc/wlan_pci to /etc/wlan_pci and went though the options in wlan-ng.opts. When I set IS_AP=y and type ./wlan-ng start wlan0 I get: AP not started, resultcode=not_supported If I set IS_AP=n and type ./wlan-ng start wlan0 I get a bunch of resultcode=success messages from the STA block that is executed in wlan-ng. At this point I can set the IP address of the interface and bring it up with with: ifconfig wlan0 inet 192.168.20.250 ifconfig wlan0 up ifconfig wlan0 gives: wlan0 Link encap:Ethernet HWaddr 00:04:5A:0D:0B:0B inet addr:192.168.20.250 Bcast:192.168.20.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 Interrupt:12 Base address:0xd400 I can ping the 192.168.20.250 address. So, this all looks pretty good except that I can't see a way to set Ad-Hoc mode in wlan-ng.opts. When I dug around in the source for the drivers I found a couple of lines that read "/* Ad-Hoc not quite supported on Prism2 */" in prism2mgmt.c. I am presuming that being in STA mode makes this Linux box a station to another wireless Access Point. I think I need to be in AP or Ad-Hoc mode on the Linux box so that it can act as the bridge to the rest of the wired network. Please correct me if I'm mistaken ;-) Can someone please help me get this running in AP or Ad-Hoc mode? It looks like I'm very close. Thanks very much. Denny Fox ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 16 08:16:03 2001 From: linux-wlan-user@absoval.com (=?ks_c_5601-1987?B?yKvAsbHi?=) Date: Mon, 16 Apr 2001 17:16:03 +0900 Subject: [lwlan-user]: test message Message-ID: <000701c0c64d$7b361fe0$3be0213d@aow.co.kr> I am sending this to see if I get anything back from the list.^^; I subscribed mailing list...but, i can't receive any mail..-_-; and...today, at last, i found mailing list at http://www.lifix.fi/extarchive/lwlan/ so, I found why ad-hoc mode is impossible in linux-wlan-ng-0.1.7 thank you. ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 16 00:01:14 2001 From: linux-wlan-user@absoval.com (Chad Singer) Date: Sun, 15 Apr 2001 20:01:14 -0400 Subject: [lwlan-user]: Fw: Bizarre compaq WL200 'Tx attempt prior to association, frame dropped' problem. Message-ID: <001c01c0c608$5aabf230$1201000a@internal.whitelion.net> This is a multi-part message in MIME format. ------=_NextPart_000_0019_01C0C5E6.D3727EE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Well, nevermind, I fixed it. I put PCIC_OPTS=3D"irq_mode=3D1 pci_irq_list=3D3,4,5,9,11" in my = /etc/sysconfig/pcmcia and it seems to work now! WHOOOOHOOO! Chad G. Singer Network Administrator WhiteLion.Net Inc. www.whitelion.net ----- Original Message -----=20 From: Chad Singer=20 To: linux-wlan-user@absoval.com=20 Sent: Sunday, April 15, 2001 3:58 PM Subject: Bizarre compaq WL200 'Tx attempt prior to association, frame = dropped' problem. I've got a problem that isn't very similar to others I've read about on = this list. Here's my situation: Everything seems to be working properly, I'm authenticated with the AP = (teletronics), the red-light=20 on the back of the NIC is solid. When I run wlancfg show wlan0 all the = BSSID shows up. The problem I'm having is that whenever I try to send any packets out I get the = message=20 'Tx attempt prior to association, frame dropped'=20 and that's it. Other than that the card acts like its working perfectly! = I read about certain interrupt problems with this card, however mine = seems to be getting a correct IRQ.=20 I've updated the firmware of the card to the newest version from = Compaq's site. This is what I have: compaq ProLinea 575e compaq WL200 PCI card (IRQ 3) 3com Etherlink NIC (IRQ 10) RedHat 7.0 kernel 2.2.16-22 pcmcia card-services 3.1.25 wlan-ng 0.1.8-pre11=20 Here are some of my pertenent information: Apr 15 15:30:15 localhost kernel: Linux PCMCIA Card Services 3.1.25 Apr 15 15:30:15 localhost kernel: kernel build: 2.2.16-22 #1 Tue Aug = 22 16:16:55 EDT 2000 Apr 15 15:30:15 localhost kernel: options: [pci] [cardbus] [apm] = [pnp] Apr 15 15:30:15 localhost kernel: PnP: PNP BIOS installation structure = at 0xc00f7660 Apr 15 15:30:15 localhost kernel: PnP: PNP BIOS version 1.0, entry at = f0000:53ae, dseg at f0000 Apr 15 15:30:15 localhost kernel: Intel PCIC probe:=20 Apr 15 15:30:15 localhost kernel: Cirrus PD6729 rev 00 PCI-to-PCMCIA = at slot 00:14, port 0x14 Apr 15 15:30:15 localhost kernel: host opts [0]: [ring] [1/5/0] = [1/20/0] Apr 15 15:30:15 localhost kernel: host opts [1]: [ring] [1/5/0] = [1/20/0] Apr 15 15:30:15 localhost kernel: ISA irqs (default) =3D = 3,4,5,7,9,10,11 polling interval =3D 1000 ms Apr 15 15:30:15 localhost pcmcia: cardmgr. Apr 15 15:30:16 localhost rc: Starting pcmcia: succeeded Apr 15 15:30:16 localhost cardmgr[358]: starting, version is 3.1.25 Apr 15 15:30:16 localhost cardmgr[358]: watching 2 sockets Apr 15 15:30:16 localhost cardmgr[358]: initializing socket 0 Apr 15 15:30:16 localhost kernel: cs: memory probe 0x0d0000-0x0dffff: = clean. Apr 15 15:30:16 localhost cardmgr[358]: socket 0: Compaq WL100/200 = 11Mb/s 802.11b WLAN Card Apr 15 15:30:16 localhost cardmgr[358]: executing: 'modprobe prism2_cs' Apr 15 15:30:17 localhost kernel: init_module: prism2_cs.o: 0.1.8-pre11 = Loaded Apr 15 15:30:17 localhost kernel: init_module: dev_info is: prism2_cs Apr 15 15:30:17 localhost kernel: cs: IO port probe 0x0100-0x04ff: = excluding 0x210-0x21f Apr 15 15:30:17 localhost kernel: cs: IO port probe 0x0220-0x04ff: = clean. Apr 15 15:30:17 localhost kernel: cs: IO port probe 0x0800-0x08ff: = clean. Apr 15 15:30:17 localhost kernel: cs: IO port probe 0x0a00-0x0aff: = clean. Apr 15 15:30:17 localhost kernel: cs: IO port probe 0x0c00-0x0cff: = excluding 0xcf8-0xcff Apr 15 15:30:17 localhost kernel: prism2_cs: index 0x01: Vcc 3.3, irq 3, = io 0x0100-0x013f // <-- IRQ. Apr 15 15:30:17 localhost kernel: ident: nic h/w: id=3D0x8002 1.0.1 Apr 15 15:30:17 localhost kernel: ident: pri f/w: id=3D0x15 0.3.0 Apr 15 15:30:17 localhost kernel: ident: sta f/w: id=3D0x1f 0.8.0 Apr 15 15:30:17 localhost kernel: = MFI:SUP:role=3D0x00:id=3D0x01:var=3D0x00:b/t=3D1/1 Apr 15 15:30:17 localhost kernel: = CFI:SUP:role=3D0x00:id=3D0x02:var=3D0x00:b/t=3D1/1 Apr 15 15:30:17 localhost kernel: = PRI:SUP:role=3D0x00:id=3D0x03:var=3D0x01:b/t=3D1/2 Apr 15 15:30:17 localhost kernel: = STA:SUP:role=3D0x00:id=3D0x04:var=3D0x01:b/t=3D1/5 Apr 15 15:30:17 localhost kernel: = PRI-CFI:ACT:role=3D0x01:id=3D0x02:var=3D0x01:b/t=3D1/1 Apr 15 15:30:17 localhost kernel: = STA-CFI:ACT:role=3D0x01:id=3D0x02:var=3D0x01:b/t=3D1/1 Apr 15 15:30:17 localhost kernel: = STA-MFI:ACT:role=3D0x01:id=3D0x01:var=3D0x01:b/t=3D1/1 Apr 15 15:30:17 localhost kernel: Prism2 card SN: 99SA01000000 Apr 15 15:30:17 localhost cardmgr[358]: executing: './wlan-ng start = wlan0' Module Size Used by 3c509 5996 1 (autoclean) prism2_cs 75776 1=20 p80211 16560 1 [prism2_cs] ds 6280 2 [prism2_cs] i82365 22732 2=20 pcmcia_core 51008 0 [prism2_cs ds i82365] 0: 106547 XT-PIC timer 1: 434 XT-PIC keyboard 2: 0 XT-PIC cascade 3: 0 XT-PIC prism2_cs // <-- IRQ. 8: 1 XT-PIC rtc 10: 2739 XT-PIC eth0 12: 0 XT-PIC PS/2 Mouse 13: 1 XT-PIC fpu 14: 100819 XT-PIC ide0 15: 2 XT-PIC ide1 NMI: 0 Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use = Iface 208.192.202.0 * 255.255.255.0 U 0 0 0 = eth0 10.0.1.0 * 255.255.255.0 U 0 0 0 = wlan0 127.0.0.0 * 255.0.0.0 U 0 0 0 = lo default ratbag.whitelio 0.0.0.0 UG 0 0 0 = eth0 ------=_NextPart_000_0019_01C0C5E6.D3727EE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Well, nevermind, I fixed = it.
 
I put PCIC_OPTS=3D"irq_mode=3D1 = pci_irq_list=3D3,4,5,9,11" in my /etc/sysconfig/pcmcia and it = seems to=20 work now!
 
WHOOOOHOOO!
 
Chad G. Singer
Network=20 Administrator
WhiteLion.Net Inc.
www.whitelion.net
 
 

I've got a problem that isn't very = similar to=20 others I've read about on this list. Here's my situation:
 
Everything seems to be working = properly, I'm=20 authenticated with the AP (teletronics), the red-light
on the back of the NIC is solid. When I = run wlancfg=20 show wlan0 all the BSSID shows up. The problem
I'm having is that whenever I try to = send any=20 packets out I get the message
 
'Tx attempt = prior to=20 association, frame dropped'
 
and that's it. Other than that the card = acts like=20 its working perfectly!
 
I read about certain interrupt problems with this = card,=20 however mine seems to be getting a correct IRQ.=20
 
I've updated the firmware of the card to the newest = version=20 from Compaq's site.

This = is what I=20 have:
 
compaq ProLinea 575e
compaq WL200 PCI card (IRQ = 3)
3com Etherlink NIC (IRQ = 10)
RedHat 7.0 kernel = 2.2.16-22
pcmcia card-services = 3.1.25
wlan-ng 0.1.8-pre11
 
Here are some of my pertenent = information:
 
<startup>
 
Apr 15 15:30:15 localhost kernel: = Linux PCMCIA=20 Card Services 3.1.25
Apr 15 15:30:15 localhost kernel:   = kernel=20 build: 2.2.16-22 #1 Tue Aug 22 16:16:55 EDT 2000
Apr 15 15:30:15 = localhost=20 kernel:   options:  [pci] [cardbus] [apm] [pnp]
Apr 15 = 15:30:15 localhost kernel: PnP: PNP BIOS installation structure at=20 0xc00f7660
Apr 15 15:30:15 localhost kernel: PnP: PNP BIOS version = 1.0, entry=20 at f0000:53ae, dseg at f0000
Apr 15 15:30:15 localhost kernel: Intel = PCIC=20 probe:
Apr 15 15:30:15 localhost kernel:   Cirrus PD6729 = rev 00=20 PCI-to-PCMCIA at slot 00:14, port 0x14
Apr 15 15:30:15 localhost=20 kernel:     host opts [0]: [ring] [1/5/0] = [1/20/0]
Apr 15=20 15:30:15 localhost kernel:     host opts [1]: [ring] = [1/5/0]=20 [1/20/0]
Apr 15 15:30:15 localhost kernel:     = ISA irqs=20 (default) =3D 3,4,5,7,9,10,11 polling interval =3D 1000 ms
Apr 15 = 15:30:15=20 localhost pcmcia:  cardmgr.
Apr 15 15:30:16 localhost rc: = Starting=20 pcmcia:  succeeded
Apr 15 15:30:16 localhost cardmgr[358]: = starting,=20 version is 3.1.25
Apr 15 15:30:16 localhost cardmgr[358]: watching 2=20 sockets
Apr 15 15:30:16 localhost cardmgr[358]: initializing socket = 0
Apr=20 15 15:30:16 localhost kernel: cs: memory probe 0x0d0000-0x0dffff: = clean.
Apr=20 15 15:30:16 localhost cardmgr[358]: socket 0: Compaq WL100/200 11Mb/s = 802.11b=20 WLAN Card
Apr 15 15:30:16 localhost cardmgr[358]: executing: = 'modprobe=20 prism2_cs'
Apr 15 15:30:17 localhost kernel: init_module: = prism2_cs.o:=20 0.1.8-pre11 Loaded
Apr 15 15:30:17 localhost kernel: init_module: = dev_info=20 is: prism2_cs
Apr 15 15:30:17 localhost kernel: cs: IO port probe=20 0x0100-0x04ff: excluding 0x210-0x21f
Apr 15 15:30:17 localhost = kernel: cs: IO=20 port probe 0x0220-0x04ff: clean.
Apr 15 15:30:17 localhost kernel: = cs: IO=20 port probe 0x0800-0x08ff: clean.
Apr 15 15:30:17 localhost kernel: = cs: IO=20 port probe 0x0a00-0x0aff: clean.
Apr 15 15:30:17 localhost kernel: = cs: IO=20 port probe 0x0c00-0x0cff: excluding 0xcf8-0xcff
Apr 15 = 15:30:17=20 localhost kernel: prism2_cs: index 0x01: Vcc 3.3, irq 3, io = 0x0100-0x013f //=20 <-- IRQ.
Apr 15 15:30:17 localhost kernel: ident: nic = h/w:=20 id=3D0x8002 1.0.1
Apr 15 15:30:17 localhost kernel: ident: pri f/w: = id=3D0x15=20 0.3.0
Apr 15 15:30:17 localhost kernel: ident: sta f/w: id=3D0x1f = 0.8.0
Apr=20 15 15:30:17 localhost kernel: = MFI:SUP:role=3D0x00:id=3D0x01:var=3D0x00:b/t=3D1/1
Apr=20 15 15:30:17 localhost kernel: = CFI:SUP:role=3D0x00:id=3D0x02:var=3D0x00:b/t=3D1/1
Apr=20 15 15:30:17 localhost kernel: = PRI:SUP:role=3D0x00:id=3D0x03:var=3D0x01:b/t=3D1/2
Apr=20 15 15:30:17 localhost kernel: = STA:SUP:role=3D0x00:id=3D0x04:var=3D0x01:b/t=3D1/5
Apr=20 15 15:30:17 localhost kernel:=20 PRI-CFI:ACT:role=3D0x01:id=3D0x02:var=3D0x01:b/t=3D1/1
Apr 15 = 15:30:17 localhost=20 kernel: STA-CFI:ACT:role=3D0x01:id=3D0x02:var=3D0x01:b/t=3D1/1
Apr 15 = 15:30:17=20 localhost kernel: = STA-MFI:ACT:role=3D0x01:id=3D0x01:var=3D0x01:b/t=3D1/1
Apr 15=20 15:30:17 localhost kernel: Prism2 card SN: 99SA01000000
Apr 15 = 15:30:17=20 localhost cardmgr[358]: executing: './wlan-ng start wlan0'
 
<lsmod>
 
Module         &nbs= p;       =20 Size  Used=20 by
3c509          &n= bsp;       =20 5996   1 =20 (autoclean)
prism2_cs        &= nbsp;    =20 75776   1=20
p80211          &nb= sp;     =20 16560   1 =20 [prism2_cs]
ds         &n= bsp;           =20 6280   2 =20 [prism2_cs]
i82365        &nbs= p;       =20 22732   2=20
pcmcia_core         &nbs= p; =20 51008   0  [prism2_cs ds i82365]
 
</proc/interrupts>
 
  0:    =20 106547          = XT-PIC =20 timer
  1:       =20 434          XT-PIC =20 keyboard
  = 2:         =20 0          XT-PIC =20 cascade
 =20 3:         =20 0          XT-PIC  = prism2_cs=20 // <-- IRQ.
 =20 8:         =20 1          XT-PIC =20 rtc
 10:      =20 2739          XT-PIC =20 eth0
 12:         =20 0          XT-PIC  = PS/2=20 Mouse
 13:          = 1          XT-PIC =20 fpu
 14:    =20 100819          = XT-PIC =20 ide0
 15:         =20 2          XT-PIC =20 ide1
NMI:         =20 0
 
<route>
 
Kernel IP routing=20 table
Destination    =20 Gateway        =20 Genmask         Flags Metric=20 Ref    Use Iface
208.192.202.0  =20 *            =   =20 255.255.255.0   U    =20 0      = 0        0=20 eth0
10.0.1.0       =20 *            =   =20 255.255.255.0   U    =20 0      = 0        0=20 wlan0
127.0.0.0      =20 *            =   =20 255.0.0.0       U    =20 0      = 0        0=20 lo
default         = ratbag.whitelio=20 0.0.0.0         = UG   =20 0      = 0        0=20 eth0
 
 
------=_NextPart_000_0019_01C0C5E6.D3727EE0-- ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Sun Apr 15 23:56:10 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Sun, 15 Apr 2001 19:56:10 -0400 (EDT) Subject: [lwlan-user]: Bizarre compaq WL200 'Tx attempt prior to association, frame dropped' problem. In-Reply-To: <000b01c0c5e6$81de8dd0$1201000a@internal.whitelion.net> Message-ID: You need the irq_mode option for i82365 that says "status and card irqs on PCI bus". Can't remember the exact value right now. -M On Sun, 15 Apr 2001, Chad Singer wrote: > I've got a problem that isn't very similar to others I've read about on this list. Here's my situation: > > Everything seems to be working properly, I'm authenticated with the AP (teletronics), the red-light > on the back of the NIC is solid. When I run wlancfg show wlan0 all the BSSID shows up. The problem > I'm having is that whenever I try to send any packets out I get the message > > 'Tx attempt prior to association, frame dropped' > > and that's it. Other than that the card acts like its working perfectly! > > I read about certain interrupt problems with this card, however mine seems to be getting a correct IRQ. > > I've updated the firmware of the card to the newest version from Compaq's site. > > This is what I have: > > compaq ProLinea 575e > compaq WL200 PCI card (IRQ 3) > 3com Etherlink NIC (IRQ 10) > RedHat 7.0 kernel 2.2.16-22 > pcmcia card-services 3.1.25 > wlan-ng 0.1.8-pre11 > > Here are some of my pertenent information: > > > > Apr 15 15:30:15 localhost kernel: Linux PCMCIA Card Services 3.1.25 > Apr 15 15:30:15 localhost kernel: kernel build: 2.2.16-22 #1 Tue Aug 22 16:16:55 EDT 2000 > Apr 15 15:30:15 localhost kernel: options: [pci] [cardbus] [apm] [pnp] > Apr 15 15:30:15 localhost kernel: PnP: PNP BIOS installation structure at 0xc00f7660 > Apr 15 15:30:15 localhost kernel: PnP: PNP BIOS version 1.0, entry at f0000:53ae, dseg at f0000 > Apr 15 15:30:15 localhost kernel: Intel PCIC probe: > Apr 15 15:30:15 localhost kernel: Cirrus PD6729 rev 00 PCI-to-PCMCIA at slot 00:14, port 0x14 > Apr 15 15:30:15 localhost kernel: host opts [0]: [ring] [1/5/0] [1/20/0] > Apr 15 15:30:15 localhost kernel: host opts [1]: [ring] [1/5/0] [1/20/0] > Apr 15 15:30:15 localhost kernel: ISA irqs (default) = 3,4,5,7,9,10,11 polling interval = 1000 ms > Apr 15 15:30:15 localhost pcmcia: cardmgr. > Apr 15 15:30:16 localhost rc: Starting pcmcia: succeeded > Apr 15 15:30:16 localhost cardmgr[358]: starting, version is 3.1.25 > Apr 15 15:30:16 localhost cardmgr[358]: watching 2 sockets > Apr 15 15:30:16 localhost cardmgr[358]: initializing socket 0 > Apr 15 15:30:16 localhost kernel: cs: memory probe 0x0d0000-0x0dffff: clean. > Apr 15 15:30:16 localhost cardmgr[358]: socket 0: Compaq WL100/200 11Mb/s 802.11b WLAN Card > Apr 15 15:30:16 localhost cardmgr[358]: executing: 'modprobe prism2_cs' > Apr 15 15:30:17 localhost kernel: init_module: prism2_cs.o: 0.1.8-pre11 Loaded > Apr 15 15:30:17 localhost kernel: init_module: dev_info is: prism2_cs > Apr 15 15:30:17 localhost kernel: cs: IO port probe 0x0100-0x04ff: excluding 0x210-0x21f > Apr 15 15:30:17 localhost kernel: cs: IO port probe 0x0220-0x04ff: clean. > Apr 15 15:30:17 localhost kernel: cs: IO port probe 0x0800-0x08ff: clean. > Apr 15 15:30:17 localhost kernel: cs: IO port probe 0x0a00-0x0aff: clean. > Apr 15 15:30:17 localhost kernel: cs: IO port probe 0x0c00-0x0cff: excluding 0xcf8-0xcff > Apr 15 15:30:17 localhost kernel: prism2_cs: index 0x01: Vcc 3.3, irq 3, io 0x0100-0x013f // <-- IRQ. > Apr 15 15:30:17 localhost kernel: ident: nic h/w: id=0x8002 1.0.1 > Apr 15 15:30:17 localhost kernel: ident: pri f/w: id=0x15 0.3.0 > Apr 15 15:30:17 localhost kernel: ident: sta f/w: id=0x1f 0.8.0 > Apr 15 15:30:17 localhost kernel: MFI:SUP:role=0x00:id=0x01:var=0x00:b/t=1/1 > Apr 15 15:30:17 localhost kernel: CFI:SUP:role=0x00:id=0x02:var=0x00:b/t=1/1 > Apr 15 15:30:17 localhost kernel: PRI:SUP:role=0x00:id=0x03:var=0x01:b/t=1/2 > Apr 15 15:30:17 localhost kernel: STA:SUP:role=0x00:id=0x04:var=0x01:b/t=1/5 > Apr 15 15:30:17 localhost kernel: PRI-CFI:ACT:role=0x01:id=0x02:var=0x01:b/t=1/1 > Apr 15 15:30:17 localhost kernel: STA-CFI:ACT:role=0x01:id=0x02:var=0x01:b/t=1/1 > Apr 15 15:30:17 localhost kernel: STA-MFI:ACT:role=0x01:id=0x01:var=0x01:b/t=1/1 > Apr 15 15:30:17 localhost kernel: Prism2 card SN: 99SA01000000 > Apr 15 15:30:17 localhost cardmgr[358]: executing: './wlan-ng start wlan0' > > > > Module Size Used by > 3c509 5996 1 (autoclean) > prism2_cs 75776 1 > p80211 16560 1 [prism2_cs] > ds 6280 2 [prism2_cs] > i82365 22732 2 > pcmcia_core 51008 0 [prism2_cs ds i82365] > > > > 0: 106547 XT-PIC timer > 1: 434 XT-PIC keyboard > 2: 0 XT-PIC cascade > 3: 0 XT-PIC prism2_cs // <-- IRQ. > 8: 1 XT-PIC rtc > 10: 2739 XT-PIC eth0 > 12: 0 XT-PIC PS/2 Mouse > 13: 1 XT-PIC fpu > 14: 100819 XT-PIC ide0 > 15: 2 XT-PIC ide1 > NMI: 0 > > > > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use Iface > 208.192.202.0 * 255.255.255.0 U 0 0 0 eth0 > 10.0.1.0 * 255.255.255.0 U 0 0 0 wlan0 > 127.0.0.0 * 255.0.0.0 U 0 0 0 lo > default ratbag.whitelio 0.0.0.0 UG 0 0 0 eth0 > > > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Sun Apr 15 19:58:38 2001 From: linux-wlan-user@absoval.com (Chad Singer) Date: Sun, 15 Apr 2001 15:58:38 -0400 Subject: [lwlan-user]: Bizarre compaq WL200 'Tx attempt prior to association, frame dropped' problem. Message-ID: <000b01c0c5e6$81de8dd0$1201000a@internal.whitelion.net> This is a multi-part message in MIME format. ------=_NextPart_000_0008_01C0C5C4.EF43E540 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I've got a problem that isn't very similar to others I've read about on = this list. Here's my situation: Everything seems to be working properly, I'm authenticated with the AP = (teletronics), the red-light=20 on the back of the NIC is solid. When I run wlancfg show wlan0 all the = BSSID shows up. The problem I'm having is that whenever I try to send any packets out I get the = message=20 'Tx attempt prior to association, frame dropped'=20 and that's it. Other than that the card acts like its working perfectly! = I read about certain interrupt problems with this card, however mine = seems to be getting a correct IRQ.=20 I've updated the firmware of the card to the newest version from = Compaq's site. This is what I have: compaq ProLinea 575e compaq WL200 PCI card (IRQ 3) 3com Etherlink NIC (IRQ 10) RedHat 7.0 kernel 2.2.16-22 pcmcia card-services 3.1.25 wlan-ng 0.1.8-pre11=20 Here are some of my pertenent information: Apr 15 15:30:15 localhost kernel: Linux PCMCIA Card Services 3.1.25 Apr 15 15:30:15 localhost kernel: kernel build: 2.2.16-22 #1 Tue Aug = 22 16:16:55 EDT 2000 Apr 15 15:30:15 localhost kernel: options: [pci] [cardbus] [apm] = [pnp] Apr 15 15:30:15 localhost kernel: PnP: PNP BIOS installation structure = at 0xc00f7660 Apr 15 15:30:15 localhost kernel: PnP: PNP BIOS version 1.0, entry at = f0000:53ae, dseg at f0000 Apr 15 15:30:15 localhost kernel: Intel PCIC probe:=20 Apr 15 15:30:15 localhost kernel: Cirrus PD6729 rev 00 PCI-to-PCMCIA = at slot 00:14, port 0x14 Apr 15 15:30:15 localhost kernel: host opts [0]: [ring] [1/5/0] = [1/20/0] Apr 15 15:30:15 localhost kernel: host opts [1]: [ring] [1/5/0] = [1/20/0] Apr 15 15:30:15 localhost kernel: ISA irqs (default) =3D = 3,4,5,7,9,10,11 polling interval =3D 1000 ms Apr 15 15:30:15 localhost pcmcia: cardmgr. Apr 15 15:30:16 localhost rc: Starting pcmcia: succeeded Apr 15 15:30:16 localhost cardmgr[358]: starting, version is 3.1.25 Apr 15 15:30:16 localhost cardmgr[358]: watching 2 sockets Apr 15 15:30:16 localhost cardmgr[358]: initializing socket 0 Apr 15 15:30:16 localhost kernel: cs: memory probe 0x0d0000-0x0dffff: = clean. Apr 15 15:30:16 localhost cardmgr[358]: socket 0: Compaq WL100/200 = 11Mb/s 802.11b WLAN Card Apr 15 15:30:16 localhost cardmgr[358]: executing: 'modprobe prism2_cs' Apr 15 15:30:17 localhost kernel: init_module: prism2_cs.o: 0.1.8-pre11 = Loaded Apr 15 15:30:17 localhost kernel: init_module: dev_info is: prism2_cs Apr 15 15:30:17 localhost kernel: cs: IO port probe 0x0100-0x04ff: = excluding 0x210-0x21f Apr 15 15:30:17 localhost kernel: cs: IO port probe 0x0220-0x04ff: = clean. Apr 15 15:30:17 localhost kernel: cs: IO port probe 0x0800-0x08ff: = clean. Apr 15 15:30:17 localhost kernel: cs: IO port probe 0x0a00-0x0aff: = clean. Apr 15 15:30:17 localhost kernel: cs: IO port probe 0x0c00-0x0cff: = excluding 0xcf8-0xcff Apr 15 15:30:17 localhost kernel: prism2_cs: index 0x01: Vcc 3.3, irq 3, = io 0x0100-0x013f // <-- IRQ. Apr 15 15:30:17 localhost kernel: ident: nic h/w: id=3D0x8002 1.0.1 Apr 15 15:30:17 localhost kernel: ident: pri f/w: id=3D0x15 0.3.0 Apr 15 15:30:17 localhost kernel: ident: sta f/w: id=3D0x1f 0.8.0 Apr 15 15:30:17 localhost kernel: = MFI:SUP:role=3D0x00:id=3D0x01:var=3D0x00:b/t=3D1/1 Apr 15 15:30:17 localhost kernel: = CFI:SUP:role=3D0x00:id=3D0x02:var=3D0x00:b/t=3D1/1 Apr 15 15:30:17 localhost kernel: = PRI:SUP:role=3D0x00:id=3D0x03:var=3D0x01:b/t=3D1/2 Apr 15 15:30:17 localhost kernel: = STA:SUP:role=3D0x00:id=3D0x04:var=3D0x01:b/t=3D1/5 Apr 15 15:30:17 localhost kernel: = PRI-CFI:ACT:role=3D0x01:id=3D0x02:var=3D0x01:b/t=3D1/1 Apr 15 15:30:17 localhost kernel: = STA-CFI:ACT:role=3D0x01:id=3D0x02:var=3D0x01:b/t=3D1/1 Apr 15 15:30:17 localhost kernel: = STA-MFI:ACT:role=3D0x01:id=3D0x01:var=3D0x01:b/t=3D1/1 Apr 15 15:30:17 localhost kernel: Prism2 card SN: 99SA01000000 Apr 15 15:30:17 localhost cardmgr[358]: executing: './wlan-ng start = wlan0' Module Size Used by 3c509 5996 1 (autoclean) prism2_cs 75776 1=20 p80211 16560 1 [prism2_cs] ds 6280 2 [prism2_cs] i82365 22732 2=20 pcmcia_core 51008 0 [prism2_cs ds i82365] 0: 106547 XT-PIC timer 1: 434 XT-PIC keyboard 2: 0 XT-PIC cascade 3: 0 XT-PIC prism2_cs // <-- IRQ. 8: 1 XT-PIC rtc 10: 2739 XT-PIC eth0 12: 0 XT-PIC PS/2 Mouse 13: 1 XT-PIC fpu 14: 100819 XT-PIC ide0 15: 2 XT-PIC ide1 NMI: 0 Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use = Iface 208.192.202.0 * 255.255.255.0 U 0 0 0 = eth0 10.0.1.0 * 255.255.255.0 U 0 0 0 = wlan0 127.0.0.0 * 255.0.0.0 U 0 0 0 = lo default ratbag.whitelio 0.0.0.0 UG 0 0 0 = eth0 ------=_NextPart_000_0008_01C0C5C4.EF43E540 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I've got a problem that isn't very = similar to=20 others I've read about on this list. Here's my situation:
 
Everything seems to be working = properly, I'm=20 authenticated with the AP (teletronics), the red-light
on the back of the NIC is solid. When I = run wlancfg=20 show wlan0 all the BSSID shows up. The problem
I'm having is that whenever I try to = send any=20 packets out I get the message
 
'Tx attempt = prior to=20 association, frame dropped'
 
and that's it. Other than that the card = acts like=20 its working perfectly!
 
I read about certain interrupt problems with this = card,=20 however mine seems to be getting a correct IRQ.=20
 
I've updated the firmware of the card to the newest = version=20 from Compaq's site.

This = is what I=20 have:
 
compaq ProLinea 575e
compaq WL200 PCI card (IRQ = 3)
3com Etherlink NIC (IRQ = 10)
RedHat 7.0 kernel = 2.2.16-22
pcmcia card-services = 3.1.25
wlan-ng 0.1.8-pre11
 
Here are some of my pertenent = information:
 
<startup>
 
Apr 15 15:30:15 localhost kernel: = Linux PCMCIA=20 Card Services 3.1.25
Apr 15 15:30:15 localhost kernel:   = kernel=20 build: 2.2.16-22 #1 Tue Aug 22 16:16:55 EDT 2000
Apr 15 15:30:15 = localhost=20 kernel:   options:  [pci] [cardbus] [apm] [pnp]
Apr 15 = 15:30:15 localhost kernel: PnP: PNP BIOS installation structure at=20 0xc00f7660
Apr 15 15:30:15 localhost kernel: PnP: PNP BIOS version = 1.0, entry=20 at f0000:53ae, dseg at f0000
Apr 15 15:30:15 localhost kernel: Intel = PCIC=20 probe:
Apr 15 15:30:15 localhost kernel:   Cirrus PD6729 = rev 00=20 PCI-to-PCMCIA at slot 00:14, port 0x14
Apr 15 15:30:15 localhost=20 kernel:     host opts [0]: [ring] [1/5/0] = [1/20/0]
Apr 15=20 15:30:15 localhost kernel:     host opts [1]: [ring] = [1/5/0]=20 [1/20/0]
Apr 15 15:30:15 localhost kernel:     = ISA irqs=20 (default) =3D 3,4,5,7,9,10,11 polling interval =3D 1000 ms
Apr 15 = 15:30:15=20 localhost pcmcia:  cardmgr.
Apr 15 15:30:16 localhost rc: = Starting=20 pcmcia:  succeeded
Apr 15 15:30:16 localhost cardmgr[358]: = starting,=20 version is 3.1.25
Apr 15 15:30:16 localhost cardmgr[358]: watching 2=20 sockets
Apr 15 15:30:16 localhost cardmgr[358]: initializing socket = 0
Apr=20 15 15:30:16 localhost kernel: cs: memory probe 0x0d0000-0x0dffff: = clean.
Apr=20 15 15:30:16 localhost cardmgr[358]: socket 0: Compaq WL100/200 11Mb/s = 802.11b=20 WLAN Card
Apr 15 15:30:16 localhost cardmgr[358]: executing: = 'modprobe=20 prism2_cs'
Apr 15 15:30:17 localhost kernel: init_module: = prism2_cs.o:=20 0.1.8-pre11 Loaded
Apr 15 15:30:17 localhost kernel: init_module: = dev_info=20 is: prism2_cs
Apr 15 15:30:17 localhost kernel: cs: IO port probe=20 0x0100-0x04ff: excluding 0x210-0x21f
Apr 15 15:30:17 localhost = kernel: cs: IO=20 port probe 0x0220-0x04ff: clean.
Apr 15 15:30:17 localhost kernel: = cs: IO=20 port probe 0x0800-0x08ff: clean.
Apr 15 15:30:17 localhost kernel: = cs: IO=20 port probe 0x0a00-0x0aff: clean.
Apr 15 15:30:17 localhost kernel: = cs: IO=20 port probe 0x0c00-0x0cff: excluding 0xcf8-0xcff
Apr 15 = 15:30:17=20 localhost kernel: prism2_cs: index 0x01: Vcc 3.3, irq 3, io = 0x0100-0x013f //=20 <-- IRQ.
Apr 15 15:30:17 localhost kernel: ident: nic = h/w:=20 id=3D0x8002 1.0.1
Apr 15 15:30:17 localhost kernel: ident: pri f/w: = id=3D0x15=20 0.3.0
Apr 15 15:30:17 localhost kernel: ident: sta f/w: id=3D0x1f = 0.8.0
Apr=20 15 15:30:17 localhost kernel: = MFI:SUP:role=3D0x00:id=3D0x01:var=3D0x00:b/t=3D1/1
Apr=20 15 15:30:17 localhost kernel: = CFI:SUP:role=3D0x00:id=3D0x02:var=3D0x00:b/t=3D1/1
Apr=20 15 15:30:17 localhost kernel: = PRI:SUP:role=3D0x00:id=3D0x03:var=3D0x01:b/t=3D1/2
Apr=20 15 15:30:17 localhost kernel: = STA:SUP:role=3D0x00:id=3D0x04:var=3D0x01:b/t=3D1/5
Apr=20 15 15:30:17 localhost kernel:=20 PRI-CFI:ACT:role=3D0x01:id=3D0x02:var=3D0x01:b/t=3D1/1
Apr 15 = 15:30:17 localhost=20 kernel: STA-CFI:ACT:role=3D0x01:id=3D0x02:var=3D0x01:b/t=3D1/1
Apr 15 = 15:30:17=20 localhost kernel: = STA-MFI:ACT:role=3D0x01:id=3D0x01:var=3D0x01:b/t=3D1/1
Apr 15=20 15:30:17 localhost kernel: Prism2 card SN: 99SA01000000
Apr 15 = 15:30:17=20 localhost cardmgr[358]: executing: './wlan-ng start wlan0'
 
<lsmod>
 
Module         &nbs= p;       =20 Size  Used=20 by
3c509          &n= bsp;       =20 5996   1 =20 (autoclean)
prism2_cs        &= nbsp;    =20 75776   1=20
p80211          &nb= sp;     =20 16560   1 =20 [prism2_cs]
ds         &n= bsp;           =20 6280   2 =20 [prism2_cs]
i82365        &nbs= p;       =20 22732   2=20
pcmcia_core         &nbs= p; =20 51008   0  [prism2_cs ds i82365]
 
</proc/interrupts>
 
  0:    =20 106547          = XT-PIC =20 timer
  1:       =20 434          XT-PIC =20 keyboard
  = 2:         =20 0          XT-PIC =20 cascade
 =20 3:         =20 0          XT-PIC  = prism2_cs=20 // <-- IRQ.
 =20 8:         =20 1          XT-PIC =20 rtc
 10:      =20 2739          XT-PIC =20 eth0
 12:         =20 0          XT-PIC  = PS/2=20 Mouse
 13:          = 1          XT-PIC =20 fpu
 14:    =20 100819          = XT-PIC =20 ide0
 15:         =20 2          XT-PIC =20 ide1
NMI:         =20 0
 
<route>
 
Kernel IP routing=20 table
Destination    =20 Gateway        =20 Genmask         Flags Metric=20 Ref    Use Iface
208.192.202.0  =20 *            =   =20 255.255.255.0   U    =20 0      = 0        0=20 eth0
10.0.1.0       =20 *            =   =20 255.255.255.0   U    =20 0      = 0        0=20 wlan0
127.0.0.0      =20 *            =   =20 255.0.0.0       U    =20 0      = 0        0=20 lo
default         = ratbag.whitelio=20 0.0.0.0         = UG   =20 0      = 0        0=20 eth0
 
 
------=_NextPart_000_0008_01C0C5C4.EF43E540-- ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Fri Apr 13 12:58:50 2001 From: linux-wlan-user@absoval.com (Jae) Date: Fri, 13 Apr 2001 05:58:50 -0700 (PDT) Subject: [lwlan-user]: linksys wpc11 wep Message-ID: <20010413125850.23516.qmail@web1603.mail.yahoo.com> howdies - i'm trying to get WEP working with my linksys wpc11 card. has anyone successfully accomplished this? i've tried using the wvlan_cs driver that came w/ the pcmcia package. the card will connect to the base station, but i can't send or receive any traffic from it. i've also tried using the prism2 driver that is in your package, but i'm having a hard time getting the config file set up, and i can't get the card to connect to the station. could someone point me in the right direction, or perhaps mail me a config file (minus any keys, etc) to help me out? being that i have not subscribed to this list, please make sure to include me directly in the reply address. thanks!!! ===== -jae __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Thu Apr 12 23:54:51 2001 From: linux-wlan-user@absoval.com (Rickard Osser) Date: 13 Apr 2001 01:54:51 +0200 Subject: [lwlan-user]: Ethertalk and bridging... Message-ID: <987119692.17896.2.camel@dragon> I've set up a machine with a Prism2 card, 1 ethernet-card, linux-wlan 0.1.7 and bridging in the kernel (2.2.16) this setup is of course as an AP. All IP-traffic is happy and I really don't have much trouble with that, but having an Airport card in my Mac I wanted to access our printer using my "AP"... Which isn't possible, not ehtertalk traffic seem to be "bridged/routed" through the linux-machine... I can see the ethernet-packages using tcpdump but they aren't forwarded as they should... Has anyone else seen this problem? It might be worth something for me/you to get this fixed. Best regards, Rickard Osser ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Thu Apr 12 17:18:41 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Thu, 12 Apr 2001 13:18:41 -0400 (EDT) Subject: [lwlan-user]: Trouble getting wlan0 up... In-Reply-To: <5.0.2.1.0.20010411163933.00b0be10@pop.ylez.com> Message-ID: I'm adding this to my todo list. It should've been in there already as a MIB item called lnxEthconv. -M On Wed, 11 Apr 2001, Leonard Ye wrote: > Such option is not there. ethconv=rfc1042 has been hard coded. But you > can just modify the source code and recompile to make it working for > encapsulation or 802.1h mode. I believe the code can be changed such that > configuration of ethconv type can be set at runtime. > > Regards, > Leonard Ye > > At 07:49 PM 4/10/2001, you wrote: > >On Mon, 9 Apr 2001, Curtis V. Schleich wrote: > > > > > Hello, all! I have got pre11 compiled, installed, etc, but when I > > > insert the card, I do not get wlan0, and when I ifup wlan0, I get the > > > message SIOCADDRT: Network is unreachable. > > > > > > Using Redhat 7.0, kernel 2.4.2, pcmcia-cs-3.1.25. Everything looks > > > fine in the logs, I just can't get any data across the interface. > > > > > > Also: Is there a "wlanctl wlan0 ethconv=rfc1042" equivalent in -ng? > > > >There's supposed to be....but I just checked and it doesn't appear to be > >there. If you need rfc1042...you got it, it's the default. > > > >Not quite sure what your other issues are. I've never used RH7. > > > >-M > > > >-- > > > >Mark S. Mathews > > > >AbsoluteValue Systems Web: http://www.linux-wlan.com > >P.O. Box 410670 e-mail: mark@linux-wlan.com > >Melbourne, FL 32941-0670 Phone: 321.259.0737 > >USA Fax: 321.259.0286 > > > >----------------------------------------------- > >The Linux WLAN User's Mailing List > >For more information about this list see: > >http://www.absoval.com/linux-wlan/lists.html > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Thu Apr 12 17:17:37 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Thu, 12 Apr 2001 13:17:37 -0400 (EDT) Subject: [lwlan-user]: Status of WEP In-Reply-To: <5.0.2.1.0.20010411125049.00a85558@pop.ylez.com> Message-ID: I think it should work for both, but I haven't personally confirmed it. -M On Wed, 11 Apr 2001, Leonard Ye wrote: > Mark, > > AFAIK, WEP is not support in AP mode of 0.1.7 version. In 0.1.8pre11, > 128bit WEP support has been added. But it is not explicitly stated whether > such support is only for STA or for both STA and AP. Could you confirm > about this? > > Regards, > Leonard Ye > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Thu Apr 12 16:37:06 2001 From: linux-wlan-devel@absoval.com (linux-wlan-devel@absoval.com) Date: Thu, 12 Apr 2001 18:37:06 +0200 (CEST) Subject: [lwlan-devel]: linux-wlan-ng-1.1.6 In-Reply-To: Message-ID: Excuse me for the lack of information ... i was thinking of 0.1.6 ... I've read on the mailing list archive that you try to put AP firmware functionnality in the driver using am930 ... Did you carry out ? thanks for the answer and sorry for asking such stupid questions you have already I believe. Jean Poizat -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Thu Apr 12 14:44:45 2001 From: linux-wlan-devel@absoval.com (Mark S. Mathews) Date: Thu, 12 Apr 2001 10:44:45 -0400 (EDT) Subject: [lwlan-devel]: linux-wlan-ng-1.1.6 In-Reply-To: Message-ID: There has never been a 1.1.6 release. -M On Thu, 12 Apr 2001 Jean.Poizat@imag.fr wrote: > Hi there, > > I've read in the mailing list archive that this release work with a > software for sta mode (not using the firmware), if i'm not mistaken ... > > for two reasons : > - I'm waiting for the firmware and by now, I can't go on with my project > - I'm interesting in the way it work and If i could have a look on it, it > will help me a lot. > > Thanks in advance to anyone can help me to get this release (it's not on > the ftp anymore :/) > > Jean Poizat > > -------------------------------------------------- > Linux WLAN Developer's List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Thu Apr 12 10:39:41 2001 From: linux-wlan-devel@absoval.com (linux-wlan-devel@absoval.com) Date: Thu, 12 Apr 2001 12:39:41 +0200 (CEST) Subject: [lwlan-devel]: linux-wlan-ng-1.1.6 Message-ID: Hi there, I've read in the mailing list archive that this release work with a software for sta mode (not using the firmware), if i'm not mistaken ... for two reasons : - I'm waiting for the firmware and by now, I can't go on with my project - I'm interesting in the way it work and If i could have a look on it, it will help me a lot. Thanks in advance to anyone can help me to get this release (it's not on the ftp anymore :/) Jean Poizat -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Thu Apr 12 08:50:31 2001 From: linux-wlan-user@absoval.com (Leonard Ye) Date: Thu, 12 Apr 2001 16:50:31 +0800 Subject: [lwlan-user]: A small bug in wlan-ng.opts of 0.1.8pre11 Message-ID: <5.0.2.1.0.20010412163743.00a73700@pop.ylez.com> Hi all, 0.1.8pre11 integrated patches from bjames, thus, p2RoamingMode is changed to p2CnfRoamingMode. Such change is not reflected in the USER_MIBS section of wlan-ng.opts. Regards, Leonard Ye ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Thu Apr 12 02:28:35 2001 From: linux-wlan-user@absoval.com (fif3) Date: Wed, 11 Apr 2001 19:28:35 -0700 Subject: [lwlan-user]: digest for this group? Message-ID: <00c001c0c2f8$46a0dfc0$de00a8c0@fif3> This is a multi-part message in MIME format. ------=_NextPart_000_00BD_01C0C2BD.9A0FAD20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable is there a place i can find previous messages from this list... a digest or something? -fif3 ------=_NextPart_000_00BD_01C0C2BD.9A0FAD20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
is there a place i can find previous=20 messages
from this list... a digest or=20 something?
-fif3
------=_NextPart_000_00BD_01C0C2BD.9A0FAD20-- ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Wed Apr 11 23:07:23 2001 From: linux-wlan-devel@absoval.com (Kelly Edward Murray) Date: Wed, 11 Apr 2001 23:07:23 +0000 Subject: [lwlan-devel]: Range of Prism2-based cards References: <3AD4CB34.BA52F610@mit.edu> Message-ID: <3AD4E3AB.8031FA12@netnimble.com> If the card has an external antenna jack, then you could use an external antenna with inline attenuator to reduce the tx/rx signal. adjustable attenuators are not cheap though, and you need one for each radio. Kelly Kyle Jamieson wrote: > > Hello, > > For testing and research purposes, I'm trying to limit the transmit > range of PrismII-based cards. Does anyone know of a software or > hardware solution that would allow me to limit the transmit range with > some precision? > > One alternative is to do location-based filtering of cards with the full > Tx range, but I don't want to do that because it would eat up capacity > in the air surrounding the transmitting card. I really need a way to > limit what's going out on the air. > > Thanks for any help. > Kyle Jamieson > -------------------------------------------------- > Linux WLAN Developer's List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Wed Apr 11 21:23:00 2001 From: linux-wlan-devel@absoval.com (Kyle Jamieson) Date: Wed, 11 Apr 2001 17:23:00 -0400 Subject: [lwlan-devel]: Range of Prism2-based cards Message-ID: <3AD4CB34.BA52F610@mit.edu> Hello, For testing and research purposes, I'm trying to limit the transmit range of PrismII-based cards. Does anyone know of a software or hardware solution that would allow me to limit the transmit range with some precision? One alternative is to do location-based filtering of cards with the full Tx range, but I don't want to do that because it would eat up capacity in the air surrounding the transmitting card. I really need a way to limit what's going out on the air. Thanks for any help. Kyle Jamieson -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Wed Apr 11 11:55:16 2001 From: linux-wlan-devel@absoval.com (Simon Baer) Date: Wed, 11 Apr 2001 13:55:16 +0200 Subject: [lwlan-devel]: Promiscuos Mode Message-ID: <3AD44624.ED88616@zhwin.ch> Hello i successfully modified the linux-wlan driver to switch the card in promiscuos mode. so i receive beacons. the problem is that i only receive a few of the datagrams that are transmitted over the network: i transfered a file via ftp between 2 seperate pcs and added up the payload length received on the sniffer pc. this is much less than the original size of the file! why do i miss so much frames? has anybody had similar problems? thanks Simon -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 11 10:43:47 2001 From: linux-wlan-user@absoval.com (Kelly Hicks) Date: Wed, 11 Apr 2001 03:43:47 -0700 Subject: [lwlan-user]: You Can Message-ID: <200104110954.EAA13169@hix4.hix.com.mx> This is a MIME Message ------=_NextPart_000_007F_01BDF6C7.FABAC1B0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0080_01BDF6C7.FABAC1B0" ------=_NextPart_001_0080_01BDF6C7.FABAC1B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable We will help you get the mortgage loan you want!  Whether a new home loan is what you seek orto refinance your current home loan at a lower interest rate and payment, we can help! Mortgage rates haven't been this low in the last 12 months, take action now! Refinance your home with us and include all of those pesky credit card bills oruse the extra cash for that pool you've always wanted=2E=2E=2E = ; Where others says NO, we say YES!!! Even if you have been turned down elsewhere, we can help!  Easy terms! Our mortgage referral service combines thehighest quality loans with most economical rates and the easiest qualification! Take just 2 minutes to complete the following form=2E There is no obligatio= n , all information is kept strictly confidential, and you must be at least 18 years of age=2E Service available within the United States only=2E This service is fast and= free=2E   Free information request form:   Borrower: Co-Borrower: Address: City: State: Zip: Work Phone: Home Phone: Property Description: Value: Purchase Price: Total Owed: Interest Rate: Rate Type: Fixed    Adjustable Monthly Payment: Behind: Yes        No Rate Your Credit: 10 =3D Excellent / 1=3D Poor  10 9 8 7 6 5 4 3 2 1 Employer: Time on Job: Income: Best Time to Call: Loan Amount: Loan Type: Refer Realtor: Yes      No Email Address:                                                                                                                            List Removal/OPT-OUT Option Click Here ------=_NextPart_001_0080_01BDF6C7.FABAC1B0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

We will help you= get the mortgage loan you want! 

Whether a new home loan is what you seek or
to refinance your current h= ome loan at a lower interest rate and payment, we can help!

Mortgage rates haven't been this low in the last 12 months, take action no= w!
Refinance your home with us and include all of those pesky credit card bil= ls or
use the extra cash for that pool you've always wanted=2E=2E=2E&nbs= p;

Where others says NO, we say YES!!!
Even if you have been turned down elsewhere, we can help! 

Easy terms! Our mortgage referral service combines the
highest quality loans wi= th most economical rates and the easiest qualification
!

Take just 2 minutes to complete the following form=2E
There is no obligation, all information is= kept strictly confidential, and you must be at least 18 years of age=2E Service available within the United States only=2E This service is fast an= d free=2E

 

Free information= request form:

 

Borrower:

Co-Borrower:
Address:
City:
State:
Zip:
Work Phone:
Home Phone:
Property Description:
Value:
Purchase Price:
Total Owed:
Interest Rate:
Rate Type:

Fixed    Adjustable

Monthly Payment:
Behind:

Yes        No

Rate Your Credit:

10 =3D Excellent / 1=3D= Poor 

Employer:
Time on Job:
Income:
Best Time to Call:
Loan Amount:
Loan Type:
Refer Realtor:

Yes      No

Email Address:

        &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;    


List Removal/OPT-OUT Option
Click Here ------=_NextPart_001_0080_01BDF6C7.FABAC1B0-- ------=_NextPart_000_007F_01BDF6C7.FABAC1B0-- ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 11 08:42:16 2001 From: linux-wlan-user@absoval.com (Leonard Ye) Date: Wed, 11 Apr 2001 16:42:16 +0800 Subject: [lwlan-user]: Trouble getting wlan0 up... In-Reply-To: References: <002401c0c138$cff76440$236b19ce@ccaonline.com> Message-ID: <5.0.2.1.0.20010411163933.00b0be10@pop.ylez.com> Such option is not there. ethconv=rfc1042 has been hard coded. But you can just modify the source code and recompile to make it working for encapsulation or 802.1h mode. I believe the code can be changed such that configuration of ethconv type can be set at runtime. Regards, Leonard Ye At 07:49 PM 4/10/2001, you wrote: >On Mon, 9 Apr 2001, Curtis V. Schleich wrote: > > > Hello, all! I have got pre11 compiled, installed, etc, but when I > > insert the card, I do not get wlan0, and when I ifup wlan0, I get the > > message SIOCADDRT: Network is unreachable. > > > > Using Redhat 7.0, kernel 2.4.2, pcmcia-cs-3.1.25. Everything looks > > fine in the logs, I just can't get any data across the interface. > > > > Also: Is there a "wlanctl wlan0 ethconv=rfc1042" equivalent in -ng? > >There's supposed to be....but I just checked and it doesn't appear to be >there. If you need rfc1042...you got it, it's the default. > >Not quite sure what your other issues are. I've never used RH7. > >-M > >-- > >Mark S. Mathews > >AbsoluteValue Systems Web: http://www.linux-wlan.com >P.O. Box 410670 e-mail: mark@linux-wlan.com >Melbourne, FL 32941-0670 Phone: 321.259.0737 >USA Fax: 321.259.0286 > >----------------------------------------------- >The Linux WLAN User's Mailing List >For more information about this list see: >http://www.absoval.com/linux-wlan/lists.html ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 11 05:20:58 2001 From: linux-wlan-user@absoval.com (Leonard Ye) Date: Wed, 11 Apr 2001 13:20:58 +0800 Subject: [lwlan-user]: Status of WEP Message-ID: <5.0.2.1.0.20010411125049.00a85558@pop.ylez.com> Mark, AFAIK, WEP is not support in AP mode of 0.1.7 version. In 0.1.8pre11, 128bit WEP support has been added. But it is not explicitly stated whether such support is only for STA or for both STA and AP. Could you confirm about this? Regards, Leonard Ye ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Tue Apr 10 18:56:50 2001 From: linux-wlan-devel@absoval.com (opera@localhost.net) Date: Tue, 10 Apr 2001 14:56:50 -0400 Subject: [lwlan-devel]: Best New Trade Show Display by Opera Portables, Inc. ad Message-ID: <200104091356987.SM00968@Perl SendMail Module 2.04> --==__SENDMAIL__b2pnUZyvH1FFucOywrwtqh0zV__== Content-Type: text/html; name="opera.htm" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="opera.htm" DQo8IS0tDQpPcGVyYSBQb3J0YWJsZXMsIEluYy4gaXMgb2ZmZXJpbmcgImJ5IGludml0YXRpb24i IHZpc2l0cyANCnRvIG91ciB3ZWIgc2l0ZS4gUGFja2VkIGZ1bGwgb2YgZXhjaXRpbmcgcHJvamVj dHMgYW5kIG5ld3MsIE9wZXJhIGlzIGxlYWRpbmcgdGhlIA0KaW5kdXN0cnkgd2l0aCBkaXNwbGF5 cyB0aGF0IGFyZSBhcyBtdWNoIGV5ZS1wb3BwaW5nIGFzIHRoZXkgYXJlIGV5ZSBjYXRjaGluZy4N Cg0KV2lubmVyIG9mIG51bWVyb3VzIGluZHVzdHJ5IGF3YXJkcywgaW5jbHVkaW5nIEVybnN0ICZh bXA7IFlvdW5nJ3MgQ3Jlc2NlbmRvIA0KQXdhcmQsIEV4aGliaXRvciBTaG93J3MgQmVzdCBOZXcg UHJvZHVjdCwgRm9ydHkgVW5kZXIgNDAgYW5kIEVtZXJnaW5nIDMwLCBPcGVyYSANClBvcnRhYmxl cyBpcyBhIHByb2dyZXNzaXZlIHlvdW5nIGNvbXBhbnkgd2l0aCBpbWFnaW5hdGlvbiBhbmQgdmlz aW9uLg0KDQpJZiB5b3UgdXNlIGRpc3BsYXlzLCB5b3UgcmVhbGx5IG93ZSBpdCB0byB5b3Vyc2Vs ZiB0byBjaGVjayBvdXQgb3VyIHN0dWZmISBHbyANCnRvICBodHRwOi8vMjA2LjY3LjEyNy43Ny8g b3IgaHR0cDovLzIwNi42Ny4xODkuMjU1Lw0KDQpPcGVyYSBQb3J0YWJsZXMsIEluYy4NCg0KQWxs IHJlbW92ZXMgaG9ub3JlZCBhdCBodHRwOi8vMjA2LjY3LjEyNy43Ny9yZW1vdmVzLmh0bQ0KLy8t LT4NCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoN Cg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJPEhUTUw+DQoJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQk8SEVBRD4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJCTxNRVRBIE5BTUU9IkdFTkVSQVRPUiIgQ29udGVudD0iTWlj cm9zb2Z0IEZyb250UGFnZSA0LjAiPg0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJPFRJVExFPjwvVElUTEU+DQoJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQk8L0hFQUQ+DQoJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQk8Qk9EWT4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQ0K CQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJPFA+T3BlcmEgUG9ydGFi bGVzLCBJbmMuIGlzIG9mZmVyaW5nICJieSBpbnZpdGF0aW9uIiB2aXNpdHMgDQoJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQl0byBvdXIgd2ViIHNpdGUuIFBhY2tlZCBm dWxsIG9mIGV4Y2l0aW5nIHByb2plY3RzIGFuZCBuZXdzLCBPcGVyYSBpcyBsZWFkaW5nIHRoZSAN CgkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCWluZHVzdHJ5IHdpdGgg ZGlzcGxheXMgdGhhdCBhcmUgYXMgbXVjaCBleWUtcG9wcGluZyBhcyB0aGV5IGFyZSBleWUgY2F0 Y2hpbmcuPC9QPg0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJPFA+ V2lubmVyIG9mIG51bWVyb3VzIGluZHVzdHJ5IGF3YXJkcywgaW5jbHVkaW5nIEVybnN0ICZhbXA7 IFlvdW5nJ3MgQ3Jlc2NlbmRvIA0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJQXdhcmQsIEV4aGliaXRvciBTaG93J3MgQmVzdCBOZXcgUHJvZHVjdCwgRm9ydHkgVW5k ZXIgNDAgYW5kIEVtZXJnaW5nIDMwLCBPcGVyYSANCgkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCVBvcnRhYmxlcyBpcyBhIHByb2dyZXNzaXZlIHlvdW5nIGNvbXBhbnkg d2l0aCBpbWFnaW5hdGlvbiBhbmQgdmlzaW9uLjwvUD4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCTxQPklmIHlvdSB1c2UgZGlzcGxheXMsIHlvdSByZWFsbHkgb3dl IGl0IHRvIHlvdXJzZWxmIHRvIGNoZWNrIG91dCBvdXIgc3R1ZmYhIEdvIA0KCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJdG8mbmJzcDsgPEZPTlQgY29sb3I9IzAwMDAw MD48QQ0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJIGhyZWY9Imh0 dHA6Ly93d3cudmlydHU3LmNvbThjeDl0cnhxa3B4a3IlMjc0OTc2NTc4RENIVTg0UjUwTjgxRlFY WVFQODk5NVFEM1JNUVBFU1Q2SEJTMzc2JTgwODc1NEhTV1VOREpLfHxMV1hGJTIwSE5IS0FIS05Z QlNKTkpOSFNIMDE1MzZLS0B2aXJ0dTcuY29tLmNuY2hvc3QuY29tOjgwLyI+aHR0cDovLzIwNi42 Ny4xMjcuNzcvPC9BPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgCQlvciZuYnNwOzxBDQoJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkgaHJlZj0iaHR0cDovL3d3dy52aXJ0dTcuY29tOGN4OXRyeHFrcHhrciUyNzQ5 NzY1NzhEQ0hVODRSNTBOODFGUVhZUVA4OTk1UUQzUk1RUEVTVDZIQlMzNzYlODA4NzU0SFNXVU5E Skt8fExXWEYlMjBITkhLQUhLTllCU0pOSk5IU0gwMTUzNktLQHN2MDExNjc1LmN1c3RvbWVyLmlu dGVybGlhbnQuY29tLyI+aHR0cDovLzIwNi42Ny4xODkuMjU1LzwvQT48L0ZPTlQ+PC9QPg0KCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJDQoJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQk8UD5PcGVyYSBQb3J0YWJsZXMsIEluYy48L1A+DQoJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQk8UD5BbGwgcmVtb3ZlcyBo b25vcmVkIGF0Jm5ic3A7IDxGT05UIGNvbG9yPSMwMDAwMDA+PEEgDQoJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQlocmVmPSJodHRwOi8vd3d3Lm9wZXJhZGlzcGxheXMu Y29tOGN4OXRyeHFrcHhrciUyNzQ5NzY1NzhEQ0hVODRSNTBOODFGUVhZUVA4OTk1UUQzUk1RUEVT VDZIQlMzNzYlODA4NzU0SFNXVU5ESkt8fExXWEYlMjBITkhLQUhLTllCU0pOSk5IU0gwMTUzNktL QHZpcnR1Ny5jb20uY25jaG9zdC5jb206ODAvcmVtb3Zlcy5odG0iPmh0dHA6Ly8yMDYuNjcuMTI3 Ljc3L3JlbW92ZXMuaHRtPC9BPjwvRk9OVD4gICAgPC9QPg0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJPFA+Jm5ic3A7PC9QPg0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJDQoJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQk8L0JPRFk+DQoJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQk8L0hUTUw+DQoNCg== --==__SENDMAIL__b2pnUZyvH1FFucOywrwtqh0zV__==-- -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Tue Apr 10 11:49:26 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Tue, 10 Apr 2001 07:49:26 -0400 (EDT) Subject: [lwlan-user]: Trouble getting wlan0 up... In-Reply-To: <002401c0c138$cff76440$236b19ce@ccaonline.com> Message-ID: On Mon, 9 Apr 2001, Curtis V. Schleich wrote: > Hello, all! I have got pre11 compiled, installed, etc, but when I > insert the card, I do not get wlan0, and when I ifup wlan0, I get the > message SIOCADDRT: Network is unreachable. > > Using Redhat 7.0, kernel 2.4.2, pcmcia-cs-3.1.25. Everything looks > fine in the logs, I just can't get any data across the interface. > > Also: Is there a "wlanctl wlan0 ethconv=rfc1042" equivalent in -ng? There's supposed to be....but I just checked and it doesn't appear to be there. If you need rfc1042...you got it, it's the default. Not quite sure what your other issues are. I've never used RH7. -M -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Tue Apr 10 05:09:34 2001 From: linux-wlan-user@absoval.com (Derrick J Brashear) Date: Tue, 10 Apr 2001 01:09:34 -0400 Subject: [lwlan-user]: maillist archive In-Reply-To: Message-ID: <462240000.986879374@skittlebrau.trafford.dementia.org> --On Monday, April 09, 2001 09:53:02 AM -0400 "Mark S. Mathews" wrote: > > You can try the IMAP server at imap://cyrus.dementia.org/lists.linux-wlan > > I have no idea if it's still there or not. I do. It is;-) -D ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 9 21:05:27 2001 From: linux-wlan-user@absoval.com (Curtis V. Schleich) Date: Mon, 9 Apr 2001 16:05:27 -0500 Subject: [lwlan-user]: Trouble getting wlan0 up... Message-ID: <002401c0c138$cff76440$236b19ce@ccaonline.com> This is a multi-part message in MIME format. ------=_NextPart_000_0021_01C0C10E.E4CE4480 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, all! I have got pre11 compiled, installed, etc, but when I = insert the card, I do not get wlan0, and when I ifup wlan0, I get the = message SIOCADDRT: Network is unreachable. Using Redhat 7.0, kernel 2.4.2, pcmcia-cs-3.1.25. Everything looks fine = in the logs, I just can't get any data across the interface. Also: Is there a "wlanctl wlan0 ethconv=3Drfc1042" equivalent in -ng? Thanks, all! Curtis V. Schleich CCA and CCAonline cvslist@ccaonline.com ------=_NextPart_000_0021_01C0C10E.E4CE4480 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Hello, all!  I have got pre11 = compiled,=20 installed, etc, but when I insert the card, I do not get wlan0, and when = I ifup=20 wlan0, I get the message SIOCADDRT: Network is unreachable.
 
Using Redhat 7.0, kernel 2.4.2,=20 pcmcia-cs-3.1.25.  Everything looks fine in the logs, I just can't = get any=20 data across the interface.
 
Also:  Is there a "wlanctl wlan0=20 ethconv=3Drfc1042" equivalent in -ng?
 
Thanks, all!
 
Curtis V. Schleich
CCA and CCAonline
cvslist@ccaonline.com
 
------=_NextPart_000_0021_01C0C10E.E4CE4480-- ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 9 18:26:40 2001 From: linux-wlan-user@absoval.com (Clifton Grimm) Date: Mon, 09 Apr 2001 14:26:40 -0400 Subject: [lwlan-user]: PCI-Cardbus bridge woes Message-ID: <4.2.2.20010409142417.013c7a18@mail.qx.net> Karlis - Thanks - I checked this - and installed kgcc. But, according to the Makefiles, they are using kgcc - (something about cc = {KGCC} - ) and I still get the same .modinfo errors, and no working card bridge... :( Other ideas, anybody? Clifton Grimm On 2001.04.09 06:28:32 +0200 Clifton Grimm wrote: > Hello all - > > After 12 hours of pouring over archives and how-tos, I'm stumped, so I > turn > to you all... > > System is RedHat 7 - setup in the default 'server' configuration, but I > added the kernel source. I guess the problem here is that you are using gcc provided with rh7. That is experimental an can not compile plenty of things. Instal "kgcc" for rh7 and compile everyting with that. Karlis ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 9 17:56:35 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Mon, 9 Apr 2001 13:56:35 -0400 (EDT) Subject: [lwlan-user]: am930_cs in 2.4.x kernel (for Zoom 2Mb Card) In-Reply-To: Message-ID: Yup, that patch is against the 11Mb code, not the old 2Mb. -M On Mon, 9 Apr 2001, Lee Dormon wrote: > > I take it, it more than this :- > > http://www.lifix.fi/extarchive/lwlan/2000-10/msg00003.html > > Lee > > On Mon, 9 Apr 2001, Mark S. Mathews wrote: > > > > > I nor Andy have found anything. > > > > -M > > > > On Mon, 9 Apr 2001, Lee Dormon wrote: > > > > > > > > Sorry did we get an answer on this, I've just got myself one of those > > > crusoe laptops so really need to be running 2.4.x > > > > > > Cheers for any help > > > > > > Lee > > > > > > On Fri, 6 Apr 2001 andy@theasis.com wrote: > > > > > > > > > > > > > > > Unfortunately, no, I never did. Which is disturbing, since I'm usually > > > > pretty successful at digging up old mail. > > > > > > > > I know you're busy Mark, but can you think of a couple bullet points that > > > > would be required in order to make am930_cs work in 2.4.x? > > > > > > > > Thanks, > > > > > > > > Andy > > > > > > > > > > > > > Did either of you find the patch? I went searching through my mail > > > > > backlog and couldn't find it. If someone can dredge it up, I'll put it on > > > > > the ftp server. > > > > > > > > > > Thanks, > > > > > -Mark > > > > > > > > > > > > > > > > > > > In my lurking, I vaguely remember a patch someone posted. If they'll > > > > > > repostit, I'll put it on the ftp server. > > > > > > > > > > > > I'm trying to collect patches and modified versions of linux-wlan to put > > > > > > in a contrib directory on the new ftp server. > > > > > > > > > > > > -M > > > > > > > > > > > > > > > > > > On Mon, 12 Mar 2001 andy@theasis.com wrote: > > > > > > > > > > > > > > > > > > > > I'm not able to determine from old posts... > > > > > > > > > > > > > > Is the linux-wlan driver for 2mbit cards, i.e., am930_cs supposed to work > > > > > > > for linux 2.4? I've tried linux-wlan-0.3.4 on a 2.4 kernel in the past, > > > > > > > and wasn't able to get it to work. > > > > > > > > > > > > > > Is it supposed to work directly? > > > > > > > If not, is there a patch to make it work? > > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > > Andy > > > > > > > > > > > > ----------------------------------------------- > > > > The Linux WLAN User's Mailing List > > > > For more information about this list see: > > > > http://www.absoval.com/linux-wlan/lists.html > > > > > > > > > > ----------------------------------------------- > > > The Linux WLAN User's Mailing List > > > For more information about this list see: > > > http://www.absoval.com/linux-wlan/lists.html > > > > > > > > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 9 16:20:18 2001 From: linux-wlan-user@absoval.com (Lee Dormon) Date: Mon, 9 Apr 2001 17:20:18 +0100 (BST) Subject: [lwlan-user]: am930_cs in 2.4.x kernel (for Zoom 2Mb Card) In-Reply-To: Message-ID: I take it, it more than this :- http://www.lifix.fi/extarchive/lwlan/2000-10/msg00003.html Lee On Mon, 9 Apr 2001, Mark S. Mathews wrote: > > I nor Andy have found anything. > > -M > > On Mon, 9 Apr 2001, Lee Dormon wrote: > > > > > Sorry did we get an answer on this, I've just got myself one of those > > crusoe laptops so really need to be running 2.4.x > > > > Cheers for any help > > > > Lee > > > > On Fri, 6 Apr 2001 andy@theasis.com wrote: > > > > > > > > > > > Unfortunately, no, I never did. Which is disturbing, since I'm usually > > > pretty successful at digging up old mail. > > > > > > I know you're busy Mark, but can you think of a couple bullet points that > > > would be required in order to make am930_cs work in 2.4.x? > > > > > > Thanks, > > > > > > Andy > > > > > > > > > > Did either of you find the patch? I went searching through my mail > > > > backlog and couldn't find it. If someone can dredge it up, I'll put it on > > > > the ftp server. > > > > > > > > Thanks, > > > > -Mark > > > > > > > > > > > > > > > In my lurking, I vaguely remember a patch someone posted. If they'll > > > > > repostit, I'll put it on the ftp server. > > > > > > > > > > I'm trying to collect patches and modified versions of linux-wlan to put > > > > > in a contrib directory on the new ftp server. > > > > > > > > > > -M > > > > > > > > > > > > > > > On Mon, 12 Mar 2001 andy@theasis.com wrote: > > > > > > > > > > > > > > > > > I'm not able to determine from old posts... > > > > > > > > > > > > Is the linux-wlan driver for 2mbit cards, i.e., am930_cs supposed to work > > > > > > for linux 2.4? I've tried linux-wlan-0.3.4 on a 2.4 kernel in the past, > > > > > > and wasn't able to get it to work. > > > > > > > > > > > > Is it supposed to work directly? > > > > > > If not, is there a patch to make it work? > > > > > > > > > > > > Thanks, > > > > > > > > > > > > Andy > > > > > > > > > ----------------------------------------------- > > > The Linux WLAN User's Mailing List > > > For more information about this list see: > > > http://www.absoval.com/linux-wlan/lists.html > > > > > > > ----------------------------------------------- > > The Linux WLAN User's Mailing List > > For more information about this list see: > > http://www.absoval.com/linux-wlan/lists.html > > > > ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 9 13:58:24 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Mon, 9 Apr 2001 09:58:24 -0400 (EDT) Subject: [lwlan-user]: NetBlaster II compatibility? In-Reply-To: <3AD13237.3D790319@mit.edu> Message-ID: I'm not familiar w/ the Netblaster card. The MAC initialization failure message indicates a failure of the "Medium Access Controller" (MAC) initialize command. This is usually due to a timeout. A few reasons I've seen this in the past: - Bad or incomplete firmware load - I/O address conflict - 3v card in a slot that's supplying 5v (but the failure usually happens later in the initialization) -M On Sun, 8 Apr 2001, David L. Darmofal wrote: > I recently attempted to use linux-wlan software > with a NetBlaster II PC Card. I thought this > might work since this card is a PRISM2 card. > After following the README installation instructions, > here's what happens: > > Inserting the card (or rebooting) gives the following > messages: > > p80211.o: 0.1.7 Loaded > init_module: prism2_cs.o: 0.1.7 Loaded > init_module: dev_info is: prism2_cs > prism2_cs: index 0x01: Vcc 3.3, irq 3, io 0x0100-0x013f > prism2sta_initmac: Failed, result=-61 > prism2sta_event: MAC Initialization failed. > > > So, the MAC address appears not to be found properly. > For some more background, here's the results of cardctl ident: > > Socket 0: > no product info available > Socket 1: > product info: "IEEE 802.11b", "Wireless LAN PC Card/11M", "Version > 01.02", "" > manfid: 0x0156, 0x0002 > function: 6 (network) > > And, the results of cardctl config: > > Socket 0: > not configured > Socket 1: > Vcc = 3.3, Vpp1 = 0.0, Vpp2 = 0.0 > Interface type is memory and I/O > IRQ 3 is exclusive, level mode, enabled > Function 0: > Config register base = 0x03e0 > Option = 0x41 > I/O window 1: 0x0100 to 0x013f, 16 bit > > > My questions are: > > (1) Do I have any hope of getting this card to work with linux-wlan? > > (2) If so, any suggestions what to do next? > > > Regards, > > Dave Darmofal > > > > > ----------------------------------------- > David L. Darmofal > Assistant Professor > Department of Aeronautics & Astronautics > Massachusetts Institute of Technology > 77 Massachusetts Ave, Room 37-427 > Cambridge, MA 02139 > > Phone: (617) 258-0743 > FAX: (617) 258-5143 > > E-MAIL: darmofal@mit.edu > URL: http://raphael.mit.edu > ----------------------------------------- > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 9 13:53:32 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Mon, 9 Apr 2001 09:53:32 -0400 (EDT) Subject: [lwlan-user]: am930_cs in 2.4.x kernel (for Zoom 2Mb Card) In-Reply-To: Message-ID: I nor Andy have found anything. -M On Mon, 9 Apr 2001, Lee Dormon wrote: > > Sorry did we get an answer on this, I've just got myself one of those > crusoe laptops so really need to be running 2.4.x > > Cheers for any help > > Lee > > On Fri, 6 Apr 2001 andy@theasis.com wrote: > > > > > > > Unfortunately, no, I never did. Which is disturbing, since I'm usually > > pretty successful at digging up old mail. > > > > I know you're busy Mark, but can you think of a couple bullet points that > > would be required in order to make am930_cs work in 2.4.x? > > > > Thanks, > > > > Andy > > > > > > > Did either of you find the patch? I went searching through my mail > > > backlog and couldn't find it. If someone can dredge it up, I'll put it on > > > the ftp server. > > > > > > Thanks, > > > -Mark > > > > > > > > > > > In my lurking, I vaguely remember a patch someone posted. If they'll > > > > repostit, I'll put it on the ftp server. > > > > > > > > I'm trying to collect patches and modified versions of linux-wlan to put > > > > in a contrib directory on the new ftp server. > > > > > > > > -M > > > > > > > > > > > > On Mon, 12 Mar 2001 andy@theasis.com wrote: > > > > > > > > > > > > > > I'm not able to determine from old posts... > > > > > > > > > > Is the linux-wlan driver for 2mbit cards, i.e., am930_cs supposed to work > > > > > for linux 2.4? I've tried linux-wlan-0.3.4 on a 2.4 kernel in the past, > > > > > and wasn't able to get it to work. > > > > > > > > > > Is it supposed to work directly? > > > > > If not, is there a patch to make it work? > > > > > > > > > > Thanks, > > > > > > > > > > Andy > > > > > > ----------------------------------------------- > > The Linux WLAN User's Mailing List > > For more information about this list see: > > http://www.absoval.com/linux-wlan/lists.html > > > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 9 13:53:02 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Mon, 9 Apr 2001 09:53:02 -0400 (EDT) Subject: [lwlan-user]: maillist archive In-Reply-To: <5.0.2.1.0.20010409205506.00a6c7a8@pop.ylez.com> Message-ID: You can try the IMAP server at imap://cyrus.dementia.org/lists.linux-wlan I have no idea if it's still there or not. -M On Mon, 9 Apr 2001, Leonard Ye wrote: > Hi all, > > Currently, there is a wlan mail list archive at > http://www.lifix.fi/extarchive/lwlan/ , but it only support web-base > access. Is it possible for me to get a huge raw text file that contains > all the emails so that I can do grep or import it into my Eudora? > > Regards, > Leonard Ye > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 9 13:32:46 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Mon, 9 Apr 2001 09:32:46 -0400 (EDT) Subject: [lwlan-user]: Wlan Project and kernel 2.0.36 In-Reply-To: <3AD1794D.3ACAD52C@dz.usb.dp.ua> Message-ID: I'm not sure if the any of the -ng drivers have been tested against 2.0.x kernels. It probably won't work at all. -M On Mon, 9 Apr 2001, Grigory Tatsenko wrote: > Hello! > > Hou can I obtain last wlan-drivers(linux-wlan-ng-x.x.x.tar.gz) for linux > > 2.0.36 kernel > > Sincerelly yours, > Grigory Tatsenko. > > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 9 13:00:42 2001 From: linux-wlan-user@absoval.com (Leonard Ye) Date: Mon, 09 Apr 2001 21:00:42 +0800 Subject: [lwlan-user]: maillist archive Message-ID: <5.0.2.1.0.20010409205506.00a6c7a8@pop.ylez.com> Hi all, Currently, there is a wlan mail list archive at http://www.lifix.fi/extarchive/lwlan/ , but it only support web-base access. Is it possible for me to get a huge raw text file that contains all the emails so that I can do grep or import it into my Eudora? Regards, Leonard Ye ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 9 12:35:13 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Mon, 9 Apr 2001 08:35:13 -0400 (EDT) Subject: [lwlan-user]: propblems with WEP In-Reply-To: <3AD0FE9F.3000501@home.com> Message-ID: Try a more recent version from ftp://ftp.linux-wlan.org/pub/linux-wlan-ng -M On Sun, 8 Apr 2001, Max McClanahan wrote: > I Installed wlan-ng 0.1.7 on my Compaq 1700T running Redhat linux > (kernel 2.2.16-22), pcmcia-cs-3.1.19. I'm using a SMC2632W card (which > apparently uses the Intersil chip) talking to SMC's wireless router. It > worked like a champ once I turned off WEP. The WEP works fine between > the same set of hardware when I am running Windows 2000 on the laptop so > it is shouldn't be hardware related. > > I've tried both using genstr and directly providing a key (but not both > at the same time). I got both methods to work on the Windows side, but > the only thing that seems to work on the linux side is turning off WEP > entirely. Any clues as to what I might be missing, or is this just not > implemented yet? > > Thanks, Max > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 9 10:57:42 2001 From: linux-wlan-user@absoval.com (Lee Dormon) Date: Mon, 9 Apr 2001 11:57:42 +0100 (BST) Subject: [lwlan-user]: am930_cs in 2.4.x kernel (for Zoom 2Mb Card) In-Reply-To: Message-ID: Sorry did we get an answer on this, I've just got myself one of those crusoe laptops so really need to be running 2.4.x Cheers for any help Lee On Fri, 6 Apr 2001 andy@theasis.com wrote: > > > Unfortunately, no, I never did. Which is disturbing, since I'm usually > pretty successful at digging up old mail. > > I know you're busy Mark, but can you think of a couple bullet points that > would be required in order to make am930_cs work in 2.4.x? > > Thanks, > > Andy > > > > Did either of you find the patch? I went searching through my mail > > backlog and couldn't find it. If someone can dredge it up, I'll put it on > > the ftp server. > > > > Thanks, > > -Mark > > > > > > > In my lurking, I vaguely remember a patch someone posted. If they'll > > > repostit, I'll put it on the ftp server. > > > > > > I'm trying to collect patches and modified versions of linux-wlan to put > > > in a contrib directory on the new ftp server. > > > > > > -M > > > > > > > > > On Mon, 12 Mar 2001 andy@theasis.com wrote: > > > > > > > > > > > I'm not able to determine from old posts... > > > > > > > > Is the linux-wlan driver for 2mbit cards, i.e., am930_cs supposed to work > > > > for linux 2.4? I've tried linux-wlan-0.3.4 on a 2.4 kernel in the past, > > > > and wasn't able to get it to work. > > > > > > > > Is it supposed to work directly? > > > > If not, is there a patch to make it work? > > > > > > > > Thanks, > > > > > > > > Andy > > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 9 08:56:46 2001 From: linux-wlan-user@absoval.com (Grigory Tatsenko) Date: Mon, 09 Apr 2001 12:56:46 +0400 Subject: [lwlan-user]: Wlan Project and kernel 2.0.36 Message-ID: <3AD1794D.3ACAD52C@dz.usb.dp.ua> Hello! Hou can I obtain last wlan-drivers(linux-wlan-ng-x.x.x.tar.gz) for linux 2.0.36 kernel Sincerelly yours, Grigory Tatsenko. ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 9 07:52:17 2001 From: linux-wlan-user@absoval.com (Karlis) Date: Mon, 9 Apr 2001 09:52:17 +0200 Subject: [lwlan-user]: PCI-Cardbus bridge woes In-Reply-To: <4.2.2.20010409000954.013c6fa8@mail.qx.net>; from ckgrimm@qx.net on Mon, Apr 09, 2001 at 06:28:32 +0200 References: <4.2.2.20010409000954.013c6fa8@mail.qx.net> Message-ID: <20010409095217.A30145@karlis.dev.mt.lv> On 2001.04.09 06:28:32 +0200 Clifton Grimm wrote: > Hello all - > > After 12 hours of pouring over archives and how-tos, I'm stumped, so I > turn > to you all... > > System is RedHat 7 - setup in the default 'server' configuration, but I > added the kernel source. I guess the problem here is that you are using gcc provided with rh7. That is experimental an can not compile plenty of things. Instal "kgcc" for rh7 and compile everyting with that. Karlis ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Mon Apr 9 05:51:21 2001 From: linux-wlan-devel@absoval.com (opera@localhost.net) Date: Mon, 9 Apr 2001 01:51:21 -0400 Subject: [lwlan-devel]: Best New Trade Show Display by Opera Portables, Inc. adv Message-ID: <200104090551.BAA08459@ns1.access9.net> --==__SENDMAIL__eEkWhgw3VyBmXtkmPhethR7Dr__== Content-Type: text/html; name="opera.htm" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="opera.htm" DQo8IS0tDQpPcGVyYSBQb3J0YWJsZXMsIEluYy4gaXMgb2ZmZXJpbmcgImJ5IGludml0YXRpb24i IHZpc2l0cyANCnRvIG91ciB3ZWIgc2l0ZS4gUGFja2VkIGZ1bGwgb2YgZXhjaXRpbmcgcHJvamVj dHMgYW5kIG5ld3MsIE9wZXJhIGlzIGxlYWRpbmcgdGhlIA0KaW5kdXN0cnkgd2l0aCBkaXNwbGF5 cyB0aGF0IGFyZSBhcyBtdWNoIGV5ZS1wb3BwaW5nIGFzIHRoZXkgYXJlIGV5ZSBjYXRjaGluZy4N Cg0KV2lubmVyIG9mIG51bWVyb3VzIGluZHVzdHJ5IGF3YXJkcywgaW5jbHVkaW5nIEVybnN0ICZh bXA7IFlvdW5nJ3MgQ3Jlc2NlbmRvIA0KQXdhcmQsIEV4aGliaXRvciBTaG93J3MgQmVzdCBOZXcg UHJvZHVjdCwgRm9ydHkgVW5kZXIgNDAgYW5kIEVtZXJnaW5nIDMwLCBPcGVyYSANClBvcnRhYmxl cyBpcyBhIHByb2dyZXNzaXZlIHlvdW5nIGNvbXBhbnkgd2l0aCBpbWFnaW5hdGlvbiBhbmQgdmlz aW9uLg0KDQpJZiB5b3UgdXNlIGRpc3BsYXlzLCB5b3UgcmVhbGx5IG93ZSBpdCB0byB5b3Vyc2Vs ZiB0byBjaGVjayBvdXQgb3VyIHN0dWZmISBHbyANCnRvICBodHRwOi8vMjA2LjY3LjEyNy43Ny8g b3IgaHR0cDovLzIwNi42Ny4xODkuMjU1Lw0KDQpPcGVyYSBQb3J0YWJsZXMsIEluYy4NCg0KQWxs IHJlbW92ZXMgaG9ub3JlZCBhdCBodHRwOi8vMjA2LjY3LjEyNy43Ny9yZW1vdmVzLmh0bQ0KLy8t LT4NCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoN Cg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJPEhUTUw+DQoJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQk8SEVBRD4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJCTxNRVRBIE5BTUU9IkdFTkVSQVRPUiIgQ29udGVudD0iTWlj cm9zb2Z0IEZyb250UGFnZSA0LjAiPg0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJPFRJVExFPjwvVElUTEU+DQoJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQk8L0hFQUQ+DQoJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQk8Qk9EWT4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQ0K CQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJPFA+T3BlcmEgUG9ydGFi bGVzLCBJbmMuIGlzIG9mZmVyaW5nICJieSBpbnZpdGF0aW9uIiB2aXNpdHMgDQoJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQl0byBvdXIgd2ViIHNpdGUuIFBhY2tlZCBm dWxsIG9mIGV4Y2l0aW5nIHByb2plY3RzIGFuZCBuZXdzLCBPcGVyYSBpcyBsZWFkaW5nIHRoZSAN CgkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCWluZHVzdHJ5IHdpdGgg ZGlzcGxheXMgdGhhdCBhcmUgYXMgbXVjaCBleWUtcG9wcGluZyBhcyB0aGV5IGFyZSBleWUgY2F0 Y2hpbmcuPC9QPg0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJPFA+ V2lubmVyIG9mIG51bWVyb3VzIGluZHVzdHJ5IGF3YXJkcywgaW5jbHVkaW5nIEVybnN0ICZhbXA7 IFlvdW5nJ3MgQ3Jlc2NlbmRvIA0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJQXdhcmQsIEV4aGliaXRvciBTaG93J3MgQmVzdCBOZXcgUHJvZHVjdCwgRm9ydHkgVW5k ZXIgNDAgYW5kIEVtZXJnaW5nIDMwLCBPcGVyYSANCgkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCVBvcnRhYmxlcyBpcyBhIHByb2dyZXNzaXZlIHlvdW5nIGNvbXBhbnkg d2l0aCBpbWFnaW5hdGlvbiBhbmQgdmlzaW9uLjwvUD4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCTxQPklmIHlvdSB1c2UgZGlzcGxheXMsIHlvdSByZWFsbHkgb3dl IGl0IHRvIHlvdXJzZWxmIHRvIGNoZWNrIG91dCBvdXIgc3R1ZmYhIEdvIA0KCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJdG8mbmJzcDsgPEZPTlQgY29sb3I9IzAwMDAw MD48QQ0KCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJIGhyZWY9Imh0 dHA6Ly93d3cudmlydHU3LmNvbThjeDl0cnhxa3B4a3IlMjc0OTc2NTc4RENIVTg0UjUwTjgxRlFY WVFQODk5NVFEM1JNUVBFU1Q2SEJTMzc2JTgwODc1NEhTV1VOREpLfHxMV1hGJTIwSE5IS0FIS05Z QlNKTkpOSFNIMDE1MzZLS0B2aXJ0dTcuY29tLmNuY2hvc3QuY29tOjgwLyI+aHR0cDovLzIwNi42 Ny4xMjcuNzcvPC9BPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgCQlvciZuYnNwOzxBDQoJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkgaHJlZj0iaHR0cDovL3d3dy52aXJ0dTcuY29tOGN4OXRyeHFrcHhrciUyNzQ5 NzY1NzhEQ0hVODRSNTBOODFGUVhZUVA4OTk1UUQzUk1RUEVTVDZIQlMzNzYlODA4NzU0SFNXVU5E Skt8fExXWEYlMjBITkhLQUhLTllCU0pOSk5IU0gwMTUzNktLQHN2MDExNjc1LmN1c3RvbWVyLmlu dGVybGlhbnQuY29tLyI+aHR0cDovLzIwNi42Ny4xODkuMjU1LzwvQT48L0ZPTlQ+PC9QPg0KCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJDQoJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQk8UD5PcGVyYSBQb3J0YWJsZXMsIEluYy48L1A+DQoJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQk8UD5BbGwgcmVtb3ZlcyBo b25vcmVkIGF0Jm5ic3A7IDxGT05UIGNvbG9yPSMwMDAwMDA+PEEgDQoJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQlocmVmPSJodHRwOi8vd3d3LnZpcnR1Ny5jb204Y3g5 dHJ4cWtweGtyJTI3NDk3NjU3OERDSFU4NFI1ME44MUZRWFlRUDg5OTVRRDNSTVFQRVNUNkhCUzM3 NiU4MDg3NTRIU1dVTkRKS3x8TFdYRiUyMEhOSEtBSEtOWUJTSk5KTkhTSDAxNTM2S0tAdmlydHU3 LmNvbS5jbmNob3N0LmNvbTo4MC9yZW1vdmVzLmh0bSI+aHR0cDovLzIwNi42Ny4xMjcuNzcvcmVt b3Zlcy5odG08L0E+PC9GT05UPiAgICA8L1A+DQoJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQk8UD4mbmJzcDs8L1A+DQoJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CQkJCQkJCQkJCQkJCQkNCgkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJ CTwvQk9EWT4NCgkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCTwvSFRN TD4NCg0K --==__SENDMAIL__eEkWhgw3VyBmXtkmPhethR7Dr__==-- -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 9 05:46:15 2001 From: linux-wlan-user@absoval.com (Harry Mangalam) Date: Sun, 08 Apr 2001 22:46:15 -0700 Subject: [lwlan-user]: experience with APs under Linux? References: Message-ID: <3AD14CA7.4C9A6519@home.com> I can only report on the DLINK 1000AP, which works transparently with Lucent/Orinoco card (no encryption, but no config needed either), and also works fine with the Dlink 650 card (have to config the AP 1st and the only way I could figure out how to do that was to use WinNT on the laptop, set the ID and the various encryption stuff and then it also worked fine). Distance sensitivity for the Dlink card and AP seems to be a bit less than with an Orinoco, but mounted high in our garage (a bit off center for the house) it gets to all points in our house without problems and even far enough for my neighbor to use it in all points in his house as well, allowing him to hop onto my cable modem, making him a VERY happy camper.. >From past postings you can see that the Orinoco is better supported under Linux, but the card (and especially the AP) are more expensive. The AP is 3 times cost of the Dlink AP, I think (but also has better range as well, and some nice features - there was a brief writeup on some of these combos in Infoworld about a month ago, I think. Aha! http://www.infoworld.com/articles/tc/xml/01/02/19/010219tcwirenet.xml hjm seanj wrote: > > I would like to install a cheap AP, nothing special but I need it fully > configurable under Linux or FreeBSD. > > What experience do you have with > > Linksys > Dlink > SMC > Hawking Tech > Addtron > > Access Points? > > It seems rather difficult to figure out the level of remote support these > products have from their manufacturer's web site's. > > MIB I or II ? > telnet in ? > web interface ? > MAC based ACLs? > > Thanks, Sean. > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html -- Cheers, Harry Harry J Mangalam -- (949) 856 2847 (v&f) -- hjm@ncgr.org || mangalam@home.com ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 9 04:28:32 2001 From: linux-wlan-user@absoval.com (Clifton Grimm) Date: Mon, 09 Apr 2001 00:28:32 -0400 Subject: [lwlan-user]: PCI-Cardbus bridge woes Message-ID: <4.2.2.20010409000954.013c6fa8@mail.qx.net> Hello all - After 12 hours of pouring over archives and how-tos, I'm stumped, so I turn to you all... System is RedHat 7 - setup in the default 'server' configuration, but I added the kernel source. Got pcmcia-cs-3.1.25 from sourcefourge, and linux-wlan-ng-0.1.7 , unpacked in /usr/src. Using a Ricoh RL5C475II Cardbus-PCI adaptor with a D-Link DWL500 wireless adaptor (it's a desktop system obviously...) Ok. I have read a LOT about pcmcia setup issues today, but I am not sure where the problems are happening - I can't narrow it down - when I install the pcmcia package, (run make config with no errors, using defaults) as I run make all, I get the following error a LOT of times: {standard input}:Assembler messages: {standard input}:9:Warning: Ignoring changed section attributes for .modinfo The :9: is sometimes :47:, :15:, etc... Then I run make install, and things go thru until depmod when I get 2 errors with unresolved symbols for 2 different .o files (can't seem to get this one to repeat tonight - my brain is fried!) Problem 2: I then run make config (using defaults) for wlan-ng-0.1.7, and run make all - things seem cool until make install - and I get: warning: redefined The next line of error shows me where the "location of previous definition" is. This error repeats a LOT. Then, I'll try to get things cooking - I already discovered that if I don't change the PCIC_OPTS in /etc/sysconfig/pcmcia to something other than "irq_mode=0" I get a kernel panic on boot - and EVERYTHING hangs...so I try to figure out what the interrupt problem is... Turns out that my Ricoh bridge (supposed to be supported?!?) is saying to the PCIC probe that it's an "unknown interrupt handler" - it recognizes the fact that it's there, and that it's a Ricoh, but doesn't understand the mapping. I attempted to figure out how to fix that by reading a pcmcia howto - but the fixes suggested in there didn't change anything. I guessed at an irq, put it in /etc/sysconfig/pcmcia (PCIC_OPTS="irq_list=10") and put in the card just for fun. Well, that is the closest I got to functioning - the card inserted fine, started up, /proc/interrupts said things were cool on irq10, and was actually sending requests....the access point recognized that a card came up in the area (yes my SSID is right) and it seemed that things were gonna work... But after about 15 seconds, the AP goes bonkers, and there is no connection after all. I have to reset the AP, and I checked /var/log/messages - something about network +UUUUUUUUU "command not understood" happened around that 30 second mark. Basically - how the heck have you guys gotten this crazy thing to work?!?!? I have RTFM'd myself to sleep tonight, so maybe someone has something totally elementary that I am missing. I'll try to provide outputs of these errors, but my brain is so mush tonight that I don't even remember how right now. :) TIA, and sorry for the long post. Clifton Grimm ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 9 03:53:27 2001 From: linux-wlan-user@absoval.com (David L. Darmofal) Date: Sun, 08 Apr 2001 23:53:27 -0400 Subject: [lwlan-user]: NetBlaster II compatibility? Message-ID: <3AD13237.3D790319@mit.edu> I recently attempted to use linux-wlan software with a NetBlaster II PC Card. I thought this might work since this card is a PRISM2 card. After following the README installation instructions, here's what happens: Inserting the card (or rebooting) gives the following messages: p80211.o: 0.1.7 Loaded init_module: prism2_cs.o: 0.1.7 Loaded init_module: dev_info is: prism2_cs prism2_cs: index 0x01: Vcc 3.3, irq 3, io 0x0100-0x013f prism2sta_initmac: Failed, result=-61 prism2sta_event: MAC Initialization failed. So, the MAC address appears not to be found properly. For some more background, here's the results of cardctl ident: Socket 0: no product info available Socket 1: product info: "IEEE 802.11b", "Wireless LAN PC Card/11M", "Version 01.02", "" manfid: 0x0156, 0x0002 function: 6 (network) And, the results of cardctl config: Socket 0: not configured Socket 1: Vcc = 3.3, Vpp1 = 0.0, Vpp2 = 0.0 Interface type is memory and I/O IRQ 3 is exclusive, level mode, enabled Function 0: Config register base = 0x03e0 Option = 0x41 I/O window 1: 0x0100 to 0x013f, 16 bit My questions are: (1) Do I have any hope of getting this card to work with linux-wlan? (2) If so, any suggestions what to do next? Regards, Dave Darmofal ----------------------------------------- David L. Darmofal Assistant Professor Department of Aeronautics & Astronautics Massachusetts Institute of Technology 77 Massachusetts Ave, Room 37-427 Cambridge, MA 02139 Phone: (617) 258-0743 FAX: (617) 258-5143 E-MAIL: darmofal@mit.edu URL: http://raphael.mit.edu ----------------------------------------- ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 9 00:13:19 2001 From: linux-wlan-user@absoval.com (Max McClanahan) Date: Sun, 08 Apr 2001 17:13:19 -0700 Subject: [lwlan-user]: propblems with WEP Message-ID: <3AD0FE9F.3000501@home.com> I Installed wlan-ng 0.1.7 on my Compaq 1700T running Redhat linux (kernel 2.2.16-22), pcmcia-cs-3.1.19. I'm using a SMC2632W card (which apparently uses the Intersil chip) talking to SMC's wireless router. It worked like a champ once I turned off WEP. The WEP works fine between the same set of hardware when I am running Windows 2000 on the laptop so it is shouldn't be hardware related. I've tried both using genstr and directly providing a key (but not both at the same time). I got both methods to work on the Windows side, but the only thing that seems to work on the linux side is turning off WEP entirely. Any clues as to what I might be missing, or is this just not implemented yet? Thanks, Max ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Sun Apr 8 02:13:29 2001 From: linux-wlan-devel@absoval.com (Karlis Peisenieks) Date: Sun, 8 Apr 2001 04:13:29 +0200 (GMT-2) Subject: [lwlan-devel]: Using eth0 instead of wlan0? In-Reply-To: Message-ID: On Sat, 7 Apr 2001 Jean.Poizat@imag.fr wrote: > I've read all the discussion and I think that it could be a good think to > provide ethX as an option (like for wavelan cards, I don't know if you > have test it). It could be very util for who want to use 802.11 interface > like true ethernet access ... (everything for this use ethX interface ...) > as Steve :o) As I told, there already _is_ such an option (just change the name if you feel you don't like it). I have a feeling that interface name is what it says (names a interface, so user can use it instead of struct device pointer) and does not say anything about what interface the driver exports. Karlis -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Sat Apr 7 23:55:28 2001 From: linux-wlan-user@absoval.com (seanj) Date: Sat, 7 Apr 2001 16:55:28 -0700 (PDT) Subject: [lwlan-user]: experience with APs under Linux? Message-ID: I would like to install a cheap AP, nothing special but I need it fully configurable under Linux or FreeBSD. What experience do you have with Linksys Dlink SMC Hawking Tech Addtron Access Points? It seems rather difficult to figure out the level of remote support these products have from their manufacturer's web site's. MIB I or II ? telnet in ? web interface ? MAC based ACLs? Thanks, Sean. ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Sat Apr 7 18:27:25 2001 From: linux-wlan-devel@absoval.com (Kyle Jamieson) Date: Sat, 07 Apr 2001 14:27:25 -0400 Subject: [lwlan-devel]: Compaq WL100 as AP Message-ID: <3ACF5C0D.92D3CFF0@mit.edu> I'm trying to download the tertiary firmware code to the WL100's RAM. I've successfully download the PDA, but when I use prism2dl to downlaod the tertiary file, my computer just freezes. Has anyone encountered this before? Does anyone have a solution? Also, that was for adapter-based AP mode. Regarding host-based AP mode, has anyone written AP software for linux, similar to Compaq's WL300 software that they distribute for a WIndows-based host-based AP? I've read through the archive of this mailing list and I know Absolute Value's position on supporting all of this, but I'm trying to get some research done, and even a little advice would be much appreciated and a great help. Thanks, Kyle Jamieson -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Sat Apr 7 08:29:46 2001 From: linux-wlan-devel@absoval.com (linux-wlan-devel@absoval.com) Date: Sat, 7 Apr 2001 10:29:46 +0200 (CEST) Subject: [lwlan-devel]: Using eth0 instead of wlan0? In-Reply-To: Message-ID: On Fri, 6 Apr 2001, Mark S. Mathews wrote: > On Fri, 6 Apr 2001, Peter Kundrat wrote: > > > On Fri, Apr 06, 2001 at 01:08:12PM -0400, Mark S. Mathews wrote: > > > > But such approach is not letting user software to find out device type and > > > > securely call private ioctls (without risk to screw something up). So I do > > > > > > For the private ioctls we do a magic number test, so there isn't much risk > > > of trouble. > > > > Unless there is some other device that will be screwed by our magic test, > > if i am not mistaken. > > That would only happen if wlanctl tried to ioctl a non-wlan device. > > The reason I'm considering this change is because I'd eventually like the > wlan device to be a native 802.11 frame interface. We'd still support the > ethernet top edge to prevent breakage of programs that use raw sockets. > > Therefore, I'd like to reserve "wlan" for 802.11 native interfaces and > "eth" for 'post-ethernet conversion' type interfaces. > > Now, I guess we could do something like "weth" for the 'post conversion' > interfaces. > > What do you think? > > -M > > I've read all the discussion and I think that it could be a good think to provide ethX as an option (like for wavelan cards, I don't know if you have test it). It could be very util for who want to use 802.11 interface like true ethernet access ... (everything for this use ethX interface ...) as Steve :o) Jean -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Fri Apr 6 19:52:06 2001 From: linux-wlan-devel@absoval.com (Mark S. Mathews) Date: Fri, 6 Apr 2001 15:52:06 -0400 (EDT) Subject: [lwlan-devel]: Using eth0 instead of wlan0? In-Reply-To: <20010406212136.C2086@napri.sk> Message-ID: On Fri, 6 Apr 2001, Peter Kundrat wrote: > On Fri, Apr 06, 2001 at 01:08:12PM -0400, Mark S. Mathews wrote: > > > But such approach is not letting user software to find out device type and > > > securely call private ioctls (without risk to screw something up). So I do > > > > For the private ioctls we do a magic number test, so there isn't much risk > > of trouble. > > Unless there is some other device that will be screwed by our magic test, > if i am not mistaken. That would only happen if wlanctl tried to ioctl a non-wlan device. The reason I'm considering this change is because I'd eventually like the wlan device to be a native 802.11 frame interface. We'd still support the ethernet top edge to prevent breakage of programs that use raw sockets. Therefore, I'd like to reserve "wlan" for 802.11 native interfaces and "eth" for 'post-ethernet conversion' type interfaces. Now, I guess we could do something like "weth" for the 'post conversion' interfaces. What do you think? -M -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Fri Apr 6 19:21:36 2001 From: linux-wlan-devel@absoval.com (Peter Kundrat) Date: Fri, 6 Apr 2001 21:21:36 +0200 Subject: [lwlan-devel]: Using eth0 instead of wlan0? In-Reply-To: ; from mark@linux-wlan.com on Fri, Apr 06, 2001 at 01:08:12PM -0400 References: Message-ID: <20010406212136.C2086@napri.sk> On Fri, Apr 06, 2001 at 01:08:12PM -0400, Mark S. Mathews wrote: > > But such approach is not letting user software to find out device type and > > securely call private ioctls (without risk to screw something up). So I do > > For the private ioctls we do a magic number test, so there isn't much risk > of trouble. Unless there is some other device that will be screwed by our magic test, if i am not mistaken. pkx -- Peter Kundrat peter@kundrat.sk peter-work@kundrat.sk (a copy goes to work) -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Fri Apr 6 17:08:12 2001 From: linux-wlan-devel@absoval.com (Mark S. Mathews) Date: Fri, 6 Apr 2001 13:08:12 -0400 (EDT) Subject: [lwlan-devel]: Using eth0 instead of wlan0? In-Reply-To: Message-ID: On Fri, 6 Apr 2001, Karlis Peisenieks wrote: > > > On Fri, 6 Apr 2001, Mark S. Mathews wrote: > > > I am going to change the code shortly to start using eth?? device > > names. Particularly since it presents eth pkts on the upper edge, it > > really should look like an ethernet device. > > But such approach is not letting user software to find out device type and > securely call private ioctls (without risk to screw something up). So I do > not think it is good idea. I think that _user_ stuff (scripts, programs) > should do settings->interface mapping as their flexibility is unlimited. This is true, except that I feel fairly strongly that a device that produces etherner frames on a raw socket should have an 'eth' name. For the private ioctls we do a magic number test, so there isn't much risk of trouble. -M -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Fri Apr 6 16:36:05 2001 From: linux-wlan-devel@absoval.com (Karlis Peisenieks) Date: Fri, 6 Apr 2001 18:36:05 +0200 (GMT-2) Subject: [lwlan-devel]: Using eth0 instead of wlan0? In-Reply-To: Message-ID: On Fri, 6 Apr 2001, Mark S. Mathews wrote: > I am going to change the code shortly to start using eth?? device > names. Particularly since it presents eth pkts on the upper edge, it > really should look like an ethernet device. But such approach is not letting user software to find out device type and securely call private ioctls (without risk to screw something up). So I do not think it is good idea. I think that _user_ stuff (scripts, programs) should do settings->interface mapping as their flexibility is unlimited. Karlis -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Fri Apr 6 16:10:00 2001 From: linux-wlan-user@absoval.com (Eric Brombaugh) Date: Fri, 06 Apr 2001 09:10:00 -0700 Subject: [lwlan-user]: 0.1.8pre10 report References: Message-ID: <3ACDEA58.BE4A2FBE@intersil.com> Gang, I just wanted to report excellent results with linux-wlan-ng-0.1.8pre10 on my RH6.2 laptop system. I'm running kernel 2.2.16-3 and pcmcia-cs-3.1.24 on a Micron GoBook2 with an Addtron AWP-100 card. I see a significant improvement in performance under weak signal conditions, and the continuous re-associations are gone. Well recommended! Eric ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Fri Apr 6 15:33:46 2001 From: linux-wlan-user@absoval.com (Bentley, Kevin) Date: Fri, 6 Apr 2001 08:33:46 -0700 Subject: [lwlan-user]: Some questions Message-ID: This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C0BEAE.F86046E0 Content-Type: text/plain; charset="iso-8859-1" I've noticed that the NG version doesn't have wlandump included anymore. Is the functionality somewhere else, or is there some reason the newer version can't support it? Also, I'm curious what other cards have drivers being written for them. Is linux-wlan only going to support the prism based cards? My basic goal is to get my laptop working with a pc card (any really) that will act as a sniffer on a 2mbps or greater network, showing me the MAC layer messages (beacon, etc) to aid me in debugging some 802.11 stuff I'm working on. Does anyone have any tips as to a good way to accomplish this (which card should I acquire, etc)? Thanks in advance! Kevin Bentley ------_=_NextPart_001_01C0BEAE.F86046E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Some questions

I've noticed that the NG version = doesn't have wlandump included anymore. Is the functionality somewhere = else, or is there some reason the newer version can't support = it?

Also, I'm curious what other cards = have drivers being written for them. Is linux-wlan only going to = support the prism based cards?

My basic goal is to get my laptop = working with a pc card (any really) that will act as a sniffer on a = 2mbps or greater network, showing me the MAC layer messages (beacon, = etc) to aid me in debugging some 802.11 stuff I'm working on. Does = anyone have any tips as to a good way to accomplish this (which card = should I acquire, etc)?

Thanks in advance!

Kevin Bentley

------_=_NextPart_001_01C0BEAE.F86046E0-- ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Fri Apr 6 14:57:46 2001 From: linux-wlan-devel@absoval.com (Mark S. Mathews) Date: Fri, 6 Apr 2001 10:57:46 -0400 (EDT) Subject: [lwlan-devel]: Using eth0 instead of wlan0? In-Reply-To: <200104061254.IAA26401@server.sr-tech.com> Message-ID: Not at the moment (that I'm aware of). I am going to change the code shortly to start using eth?? device names. Particularly since it presents eth pkts on the upper edge, it really should look like an ethernet device. Probably not the next release (just a day or two away), probably the release after that. -M On Fri, 6 Apr 2001, Steve Redler - Roto{RHC} wrote: > Is there a way to use eth0 instead of wlan0 as the interface name > with linux-wlan-ng-0.1.8? If not, is there a way to alias wlan0 as > eth0 with some ifconfig type command? Using eth0 would allow all my > apps and scripts,(namely vmware) to operate regardless of the actual > network card I use. On my notebook I have 100bt ethernet, a Raylink > base wireless lan card and now SMC/Ambicom prism2 cards, which I > switch between depending on where Im working. > > > Best regards, > > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Fri Apr 6 14:24:24 2001 From: linux-wlan-devel@absoval.com (Karlis) Date: Fri, 6 Apr 2001 16:24:24 +0200 Subject: [lwlan-devel]: Using eth0 instead of wlan0? In-Reply-To: <200104061254.IAA26401@server.sr-tech.com>; from roto@rotohammer.com on Fri, Apr 06, 2001 at 14:54:44 +0200 References: <200104061254.IAA26401@server.sr-tech.com> Message-ID: <20010406162424.A24728@karlis.dev.mt.lv> On 2001.04.06 14:54:44 +0200 Steve Redler - Roto{RHC} wrote: > Is there a way to use eth0 instead of wlan0 as the interface name > with linux-wlan-ng-0.1.8? If not, is there a way to alias wlan0 as > eth0 with some ifconfig type command? Using eth0 would allow all my I am not sure if you can do this with ifconfig, but from 2.2.x kernel version interface code in kernel supports ioctl SIOCSIFNAME, so if you do not feel comfortable with wvlan0 you can write small program to change this name to whatever you want. You just have to make sure that you do this early enough (in boot process). Karlis -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Fri Apr 6 14:13:58 2001 From: linux-wlan-user@absoval.com (linux-wlan-user@absoval.com) Date: Fri, 6 Apr 2001 09:13:58 -0500 (CDT) Subject: [lwlan-user]: am930_cs in 2.4.x kernel (for Zoom 2Mb Card) In-Reply-To: Message-ID: Unfortunately, no, I never did. Which is disturbing, since I'm usually pretty successful at digging up old mail. I know you're busy Mark, but can you think of a couple bullet points that would be required in order to make am930_cs work in 2.4.x? Thanks, Andy > Did either of you find the patch? I went searching through my mail > backlog and couldn't find it. If someone can dredge it up, I'll put it on > the ftp server. > > Thanks, > -Mark > > > In my lurking, I vaguely remember a patch someone posted. If they'll > > repostit, I'll put it on the ftp server. > > > > I'm trying to collect patches and modified versions of linux-wlan to put > > in a contrib directory on the new ftp server. > > > > -M > > > > > > On Mon, 12 Mar 2001 andy@theasis.com wrote: > > > > > > > > I'm not able to determine from old posts... > > > > > > Is the linux-wlan driver for 2mbit cards, i.e., am930_cs supposed to work > > > for linux 2.4? I've tried linux-wlan-0.3.4 on a 2.4 kernel in the past, > > > and wasn't able to get it to work. > > > > > > Is it supposed to work directly? > > > If not, is there a patch to make it work? > > > > > > Thanks, > > > > > > Andy ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Fri Apr 6 12:54:44 2001 From: linux-wlan-devel@absoval.com (Steve Redler - Roto{RHC}) Date: Fri, 6 Apr 2001 08:54:44 -0400 Subject: [lwlan-devel]: Using eth0 instead of wlan0? Message-ID: <200104061254.IAA26401@server.sr-tech.com> Is there a way to use eth0 instead of wlan0 as the interface name with linux-wlan-ng-0.1.8? If not, is there a way to alias wlan0 as eth0 with some ifconfig type command? Using eth0 would allow all my apps and scripts,(namely vmware) to operate regardless of the actual network card I use. On my notebook I have 100bt ethernet, a Raylink base wireless lan card and now SMC/Ambicom prism2 cards, which I switch between depending on where Im working. Best regards, -- Steve Redler - Roto{RHC} DISCLAIMER: No Microsoft product was used in any way to write or send this text. If you use a Microsoft product to read it, you're doing so at your own risk. -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Fri Apr 6 12:50:21 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Fri, 6 Apr 2001 08:50:21 -0400 (EDT) Subject: [lwlan-user]: Re: [lwlan-devel]: Netlink kernel modules errors solution In-Reply-To: <200104061214.IAA26295@server.sr-tech.com> Message-ID: * apologies for the cross-post, not everyone is on devel * This is an excellent point. Just as an FYI: I do all of my development and testing using kernels and pcmcia_cs that I download from the authoritative project site (kernel=kernel.org, pcmcia_cs=sourceforge) and compile my own. I know this isn't the most common model for most users but it does work best for me. Working on binaries for the top 3-4 commercial distributions has been on my TODO list for quite some time. Unfortunately, developing these binaries would be fairly time and equipment consuming. If anyone here would be interested in working on such things, I'd be more than happy to put the results on the ftp site. One additional note: I know the linux-wlan web page is old and a mess. We're working on a redesign and update of our entire site right now. Hopefully the new pages should be posted sometime in the next week. Best Regards, -Mark On Fri, 6 Apr 2001, Steve Redler - Roto{RHC} wrote: > Ive encountered the netlink kernel module errors on 2 machines, even > after I tweaked my kernel config perfectly. The solution is to save your > /usr/src/linux/.config file somewhere, delete your current linux kernel > sources and re-extract a fresh copy of the kernel source, replace the > .config file and recompile. Then, extract a fresh copy of > pcmcia-cs-3.1.25 and make, make install. Then make > linux-wlan-ng-0.1.8-pre10 make install, lilo, etc., then all should be > fine. > I'll be glad to email my .config file (kernel 2.4.3) to anyone > interested. > > Best regards, > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Fri Apr 6 12:14:04 2001 From: linux-wlan-devel@absoval.com (Steve Redler - Roto{RHC}) Date: Fri, 6 Apr 2001 08:14:04 -0400 Subject: [lwlan-devel]: Netlink kernel modules errors solution Message-ID: <200104061214.IAA26295@server.sr-tech.com> Ive encountered the netlink kernel module errors on 2 machines, even after I tweaked my kernel config perfectly. The solution is to save your /usr/src/linux/.config file somewhere, delete your current linux kernel sources and re-extract a fresh copy of the kernel source, replace the .config file and recompile. Then, extract a fresh copy of pcmcia-cs-3.1.25 and make, make install. Then make linux-wlan-ng-0.1.8-pre10 make install, lilo, etc., then all should be fine. I'll be glad to email my .config file (kernel 2.4.3) to anyone interested. Best regards, -- Steve Redler - Roto{RHC} DISCLAIMER: No Microsoft product was used in any way to write or send this text. If you use a Microsoft product to read it, you're doing so at your own risk. -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Thu Apr 5 22:51:17 2001 From: linux-wlan-devel@absoval.com (Sean Jensen_Grey) Date: Thu, 5 Apr 2001 15:51:17 -0700 (PDT) Subject: [lwlan-devel]: PLX PCI Bring up Steps? Message-ID: How exactly do bring up the Addtron PLX adapter? I have kernel 2.2.18, pcmcia-cs-3.1.25 I have compiled /lib/modules/2.2.18/net/p80211.o /lib/modules/2.2.18/net/prism2sta_plx.o /lib/modules/2.2.18/net/prism2ap_plx.o I can insmod p80211 and prism2ap_plx what is next after this? how do I get a wlan interface? Also, I get a segfault if I try and unload any of the above drivers. Sean. -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Thu Apr 5 19:57:11 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Thu, 5 Apr 2001 15:57:11 -0400 (EDT) Subject: [lwlan-user]: Re: Zoom 2Mb Card In-Reply-To: Message-ID: Did either of you find the patch? I went searching through my mail backlog and couldn't find it. If someone can dredge it up, I'll put it on the ftp server. Thanks, -Mark On Wed, 4 Apr 2001, Dean Richard Benson wrote: > Mark/Andy. > > Did either of you manage to find this patch that is mentioned? > > I have the 2Mb card, and am wanting to use 2.4.3 with it. > > Thanks for your help guys. > > - Dean > > --- > > > In my lurking, I vaguely remember a patch someone posted. If they'll > repostit, I'll put it on the ftp server. > > I'm trying to collect patches and modified versions of linux-wlan to put > in a contrib directory on the new ftp server. > > -M > > > On Mon, 12 Mar 2001 andy@theasis.com wrote: > > > > > I'm not able to determine from old posts... > > > > Is the linux-wlan driver for 2mbit cards, i.e., am930_cs supposed to work > > for linux 2.4? I've tried linux-wlan-0.3.4 on a 2.4 kernel in the past, > > and wasn't able to get it to work. > > > > Is it supposed to work directly? > > If not, is there a patch to make it work? > > > > Thanks, > > > > Andy > > > > ----------------------------------------------- > > The Linux WLAN User's Mailing List > > For more information about this list see: > > http://www.absoval.com/linux-wlan/lists.html > > > > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Thu Apr 5 17:51:47 2001 From: linux-wlan-devel@absoval.com (Woods, Will) Date: Thu, 5 Apr 2001 13:51:47 -0400 Subject: [lwlan-devel]: New member trying to catch up Message-ID: There's a ridiculously short patch for this that I submitted to the list, it might be in 0.1.8 already. You can get it here: ftp://ftp.linuxalpha.compaq.com/pub/wlan/ Enjoy, Will Woods Alpha Technology Solutions Group Compaq Computer Corp. > -----Original Message----- > From: Christian B. Wiik [SMTP:christian.b.wiik@birdstep.com] > > The status of the 3 different projects 0.3.4, 0.1.7 and 0.1.8 is a bit > unclear to me, and what Linux will these run on? I have tried to > compile the 0.1.7 (which is most interesting for me) on both Linux > 2.2.18 and 2.4.3 (with pcmcia-cs 3.2.25). On 2.2.18 I get: > In file included from p80211conv.c:83: > ../include/wlan/p80211netdev.h:88: redefinition of `wait_queue_head_t' > /usr/src/linux-2.2.18/include/linux/wait.h:19: `wait_queue_head_t' > previously declared here > make[2]: *** [p80211conv.o] Error 1 > make[2]: Leaving directory > `/home/christbw/work/linux-wlan/linux-wlan-ng-0.1.7/src/p80211' > make[1]: *** [all] Error 2 > make[1]: Leaving directory > `/home/christbw/work/linux-wlan/linux-wlan-ng-0.1.7/src' > make: *** [all] Error 2 > > -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Thu Apr 5 15:12:21 2001 From: linux-wlan-devel@absoval.com (Charlie Lenahan) Date: Thu, 05 Apr 2001 11:12:21 -0400 Subject: [lwlan-devel]: New member trying to catch up References: Message-ID: <3ACC8B54.1BC70974@fortresstech.com> > First of all: what card should I buy? After reading both the FAQ and > some other documents, it seems like there is no guarantee that I can > get a 802.11b AP up and running with this project yet. Is this > correct? > You can, but there are some pieces that you have to add, the archives at http://www.lifix.fi/extarchive/lwlan/ will you pointers to what your looking for. I've gotten it to work with oem prism II cards , and the SMC cards. Also we use some cheapo pcmcia-pci bridges by Buffalo. > The status of the 3 different projects 0.3.4, 0.1.7 and 0.1.8 is a bit > unclear to me, and what Linux will these run on? I have tried to > compile the 0.1.7 (which is most interesting for me) on both Linux > 2.2.18 and 2.4.3 (with pcmcia-cs 3.2.25). On 2.2.18 I get: > In file included from p80211conv.c:83: > ../include/wlan/p80211netdev.h:88: redefinition of `wait_queue_head_t' > /usr/src/linux-2.2.18/include/linux/wait.h:19: `wait_queue_head_t' previously declared here > make[2]: *** [p80211conv.o] Error 1 > make[2]: Leaving directory `/home/christbw/work/linux-wlan/linux-wlan-ng-0.1.7/src/p80211' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/home/christbw/work/linux-wlan/linux-wlan-ng-0.1.7/src' > make: *** [all] Error 2 > After 2.2.16 that stuff got defined in the kerenl headers , so in p80211netdev.h where wait_queue_head_t is defined, you will have to add version check with what is already define -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Thu Apr 5 09:43:14 2001 From: linux-wlan-user@absoval.com (Sean Jensen_Grey) Date: Thu, 5 Apr 2001 02:43:14 -0700 (PDT) Subject: [lwlan-user]: Re: New member trying to catch up Message-ID: To get a clean compile you will need to download 0.1.8preXX so you can back port a single line change from p80211netdev.h to get 0.1.7 to compile or you can just use say 0.1.8pre10. But the change is right near line 88 as shown in your error output. As for the other errors. usually they are due to not having NETLINK and NETLINK_DEV defined in your kernel. I just posted about this. @ http://www.lifix.fi/extarchive/lwlan/2001-04/msg00028.html it was mostly PEBKAC. See http://archives.neohapsis.com/archives/dev/linux-wlan/2001-q2/thread.html and http://www.lifix.fi/extarchive/lwlan/2001-04/ if IMAP is causing you problems. must sleep() Sean ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-devel@absoval.com Thu Apr 5 09:01:36 2001 From: linux-wlan-devel@absoval.com (Christian B. Wiik) Date: 05 Apr 2001 11:01:36 +0200 Subject: [lwlan-devel]: New member trying to catch up Message-ID: Greetings members. Sorry to bother you with this, but I'm trying to get a software AP up and going, and need some input. First of all: what card should I buy? After reading both the FAQ and some other documents, it seems like there is no guarantee that I can get a 802.11b AP up and running with this project yet. Is this correct? The status of the 3 different projects 0.3.4, 0.1.7 and 0.1.8 is a bit unclear to me, and what Linux will these run on? I have tried to compile the 0.1.7 (which is most interesting for me) on both Linux 2.2.18 and 2.4.3 (with pcmcia-cs 3.2.25). On 2.2.18 I get: In file included from p80211conv.c:83: ../include/wlan/p80211netdev.h:88: redefinition of `wait_queue_head_t' /usr/src/linux-2.2.18/include/linux/wait.h:19: `wait_queue_head_t' previously declared here make[2]: *** [p80211conv.o] Error 1 make[2]: Leaving directory `/home/christbw/work/linux-wlan/linux-wlan-ng-0.1.7/src/p80211' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/christbw/work/linux-wlan/linux-wlan-ng-0.1.7/src' make: *** [all] Error 2 On 2.4.3 the modules compiles fine, but on depmod -a I get: depmod: *** Unresolved symbols in /lib/modules/2.4.3/net/p80211.o depmod: *** Unresolved symbols in /lib/modules/2.4.3/pcmcia/prism2sta_cs.o depmod: *** Unresolved symbols in /lib/modules/2.4.3/pcmcia/prism2ap_cs.o depmod: *** Unresolved symbols in /lib/modules/2.4.3/pcmcia/skelwlan_cs.o And: # insmod /lib/modules/2.4.3/net/p80211.o /lib/modules/2.4.3/net/p80211.o: unresolved symbol kfree_s Sorry if all this has been discussed before, but browsing the imap-archives is somewhat tricky for me =) -- (o_ MVH (o_ (o_ //\ Christian B. Wiik (/)_ (/)_ V_/_ -------------------------------------------------- Linux WLAN Developer's List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Thu Apr 5 08:24:04 2001 From: linux-wlan-user@absoval.com (Sean Jensen_Grey) Date: Thu, 5 Apr 2001 01:24:04 -0700 (PDT) Subject: [lwlan-user]: questions about pre10 and the plx driver Message-ID: This driver requires card services for compilation but does it require card servcies to run? after doing an insmod p80211.o insmod prism2ap_plx.o and if I type inconfig should I see an unbound network interface (I dont't)? What are the steps to manually bring the card up with this driver? Thanks, Sean. ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Thu Apr 5 01:11:01 2001 From: linux-wlan-user@absoval.com (Sean Jensen_Grey) Date: Wed, 4 Apr 2001 18:11:01 -0700 (PDT) Subject: [lwlan-user]: Unresolved symbols, can't seem to fix. Message-ID: I am using linux-wlan-ng-0.1.8-pre10, but also had this problem with an earlier version. I am getting two unresolved symbols to netlink_* even though I have compiled my kernel, copied the System.map file, run lilo and rebooted. Is there some step I am missing? I have seen other posts with the same error but didn't really see a resolution. I would be happy to test a patch or not be stupid. I have kernel 2.2.19 compiled with grep -i netlink .config CONFIG_NETLINK=y # CONFIG_RTNETLINK is not set CONFIG_NETLINK_DEV=y and card services pcmcia-cs-3.1.25 >insmod p80211.o p80211.o: unresolved symbol netlink_kernel_create p80211.o: unresolved symbol netlink_broadcast grep -i netlink_kernel_create /boot/System.map c017bf1c T netlink_kernel_create c01fa420 ? __kstrtab_netlink_kernel_create c01fe178 ? __ksymtab_netlink_kernel_create grep -i netlink_broadcast /boot/System.map c017ba00 T netlink_broadcast c01fa3a0 ? __kstrtab_netlink_broadcast c01fe168 ? __ksymtab_netlink_broadcast I have run lilo, and rebooted. I don't understand why these symbols can't be resolved. I am attempting to run the plx drivers for the prism2 cards. Thanks, Sean. grep -i netlink /boot/System.map c017b30c t netlink_insert c017b330 t netlink_remove c017b374 t netlink_create c017b3f0 t netlink_release c017b57c t netlink_autobind c017b5ec t netlink_bind c017b6b0 t netlink_connect c017b738 t netlink_getname c017b784 T netlink_unicast c017ba00 T netlink_broadcast c017bc28 T netlink_set_err c017bc84 t netlink_sendmsg c017be28 t netlink_recvmsg c017bf1c T netlink_kernel_create c017bf78 t netlink_destroy_callback c017bfa4 t netlink_dump c017c0f4 T netlink_dump_start c017c1c8 T netlink_ack c017c2b4 T netlink_attach c017c2f0 T netlink_detach c017c318 T netlink_post c017c368 t netlink_read_proc c017c448 T netlink_proto_init c017c46c t netlink_poll c017c4a4 t netlink_write c017c514 t netlink_read c017c59c t netlink_lseek c017c5a8 t netlink_open c017c6b0 t netlink_release c017c6f4 t netlink_ioctl c01fa360 ? __kstrtab_netlink_set_err c01fa3a0 ? __kstrtab_netlink_broadcast c01fa3e0 ? __kstrtab_netlink_unicast c01fa420 ? __kstrtab_netlink_kernel_create c01fa460 ? __kstrtab_netlink_dump_start c01fa4a0 ? __kstrtab_netlink_ack c01fa4c0 ? __kstrtab_netlink_attach c01fa500 ? __kstrtab_netlink_detach c01fa540 ? __kstrtab_netlink_post c01fe160 ? __ksymtab_netlink_set_err c01fe168 ? __ksymtab_netlink_broadcast c01fe170 ? __ksymtab_netlink_unicast c01fe178 ? __ksymtab_netlink_kernel_create c01fe180 ? __ksymtab_netlink_dump_start c01fe188 ? __ksymtab_netlink_ack c01fe190 ? __ksymtab_netlink_attach c01fe198 ? __ksymtab_netlink_detach c01fe1a0 ? __ksymtab_netlink_post c020ba60 D netlink_ops c020baa4 D netlink_family_ops c020bae0 d netlink_fops c021bc28 T init_netlink c022f300 b netlink_kernel c022f380 b netlink_user ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Thu Apr 5 00:49:30 2001 From: linux-wlan-user@absoval.com (Starr, Don) Date: Wed, 4 Apr 2001 17:49:30 -0700 Subject: [lwlan-user]: Prism2 data rates Message-ID: I have a Prism2 card (Addtron, really the Intersil reference design) working under RH7 with wlan-ng-0.1.7. It works as long as I'm close enough to my access point to get 11Mbps. As soon as I move away (and where the card under Windows would give me a lower data rate), I get no data throughput. It's as if the driver is saying "11Mbps or zero bps". Moving back into range appears to cure it. So does removing and reinserting the card (until the next drop). Does the driver support rates other than 11Mbps? If so, what might I have to do to enable it? Thanks, -Don ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Thu Apr 5 00:43:14 2001 From: linux-wlan-user@absoval.com (Eddie Sheffield) Date: Wed, 4 Apr 2001 20:43:14 -0400 Subject: [lwlan-user]: Re: your mail References: Message-ID: <005601c0bd69$66332ee0$0202a8c0@defiant> Doh! So there is a 10. The sorting made it look like 9 was the most recent. I'll give it a go then. With 9 the modules load with no complaints, but I don't seem to have a device available - wlan0, I would assume? Thanks, Eddie > I think you'd better try pre10 version :o) > > On Wed, 4 Apr 2001, Eddie Sheffield wrote: > > > Ah, I didn't know the wlan project had added support for this as well, but > > the URL seems to actually be > > > > ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/linux-wlan-ng-0.1.8-pre9.tar.gz > > > > I downloaded the pre5 version through the absoval web site but it didn't > > have the plx stuff. I'll have to try this. > > > > Eddie ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Thu Apr 5 00:05:27 2001 From: linux-wlan-user@absoval.com (Mark Lachniet) Date: Wed, 04 Apr 2001 20:05:27 -0400 Subject: [lwlan-user]: WEP Security uncovered References: Message-ID: <3ACBB6C6.AE94683D@lachniet.com> Mark, I can understand your reluctance. At the same time, though, there are a *lot* of people out there who have already made a committment to wireless technology. Many of these people probably won't upgrade in the future, for whatever reason. That being said, it's likely that there will be a lot of wireless networks that conform to today's (lax) security standards. Although newer and better technologies may come out, the old stuff will need to be supported for some time, and at least made to be "as secure" as possible. It's certainly not your responsibility to educate the world, but it is food for thought. Thanks, Mark Lachniet "Mark S. Mathews" wrote: > I'm loath to write anything in depth at this point since the 802.11 TGe > work on security issues is getting pretty close to done. Let's wait for > that. ;-) > > -M > > On Wed, 4 Apr 2001, Mark Lachniet wrote: > > > Hello Mark, > > > > I was wondering if you could elucidate on your statement below - Can you > > correct the misstatements and errors? If you have sufficient points to make, > > I'd also highly suggest that you generate a posting to BUGTRAQ. There are a > > lot of people who take papers like this very seriously. Being that there are > > essentially some very negative statements about the security of wireless, > > these types of papers may adversely affect the wireless industry. That's bad > > for business! Further, if you know of any documentation on how to actually > > configure the most secure type of wireless network possible, this would be a > > great addition to the body of knowledge. Its clearly something a lot of > > people need to know. > > > > Personally, I lean towards VPN over Wireless, but this obviously not easy to > > implement. > > > > Thanks, > > > > Mark Lachniet > > > > "Mark S. Mathews" wrote: > > > > > This is basically old news. WEP was never designed or intended to be > > > totally secure. There are also some gross errors/misstatements in this > > > paper. > > > > > > Don't believe everything you read. > > > > > > If you want a really secure link, use an ssh or cipe tunnel over the air. > > > > > > -M > > > > > > On Wed, 4 Apr 2001, OCNS Consulting wrote: > > > > > > > > > > > > > > > "Your 802.11 Wireless Network has No Clothes" by William A. Arbaugh > > > > > > > > Point your browsers to -> http://www.cs.umd.edu/~waa/wireless.pdf. > > > > > > > > RB > > > > Open Computing Network Services > > > > consulting@ocns.com > > > > > > > > ----------------------------------------------- > > > > The Linux WLAN User's Mailing List > > > > For more information about this list see: > > > > http://www.absoval.com/linux-wlan/lists.html > > > > > > > > > > -- > > > > > > Mark S. Mathews > > > > > > AbsoluteValue Systems Web: http://www.linux-wlan.com > > > P.O. Box 410670 e-mail: mark@linux-wlan.com > > > Melbourne, FL 32941-0670 Phone: 321.259.0737 > > > USA Fax: 321.259.0286 > > > > > > ----------------------------------------------- > > > The Linux WLAN User's Mailing List > > > For more information about this list see: > > > http://www.absoval.com/linux-wlan/lists.html > > > > ----------------------------------------------- > > The Linux WLAN User's Mailing List > > For more information about this list see: > > http://www.absoval.com/linux-wlan/lists.html > > > > -- > > Mark S. Mathews > > AbsoluteValue Systems Web: http://www.linux-wlan.com > P.O. Box 410670 e-mail: mark@linux-wlan.com > Melbourne, FL 32941-0670 Phone: 321.259.0737 > USA Fax: 321.259.0286 > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 4 23:17:57 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Wed, 4 Apr 2001 19:17:57 -0400 (EDT) Subject: [lwlan-user]: WEP Security uncovered In-Reply-To: Message-ID: I guess I should retract the word gross. That was an overstatement on my part. My note was an off-the-cuff response to too many e-mails I received with various links to news items citing this paper. My apologies if my comments seemed inflammatory. It just seems that we're rehashing the same old arguments over and over. Yes, WEP and 802.11 shared key authentication are flawed. If you need an absolutely secure link, don't rely on them. WEP was never intended to be as secure as something like SSH or IPSec. The original authors of the standard included some weasel words in the standard to state that they knew it wasn't perfect. But, they needed something in the standard and it had to be something that could be demonstrably implemented in a relatively small number of gates. Ah, politics. ;-) There is a lot of effort going on, that is fairly close to being finished, that should tighten things up considerably. I still doubt that I'd use a layer 2 mechanism to secure my communications. SSH, IPSec, CIPE, etc. are all freely available and the goals of those projects is _specifically_ secure communications. The 802.11 crew has so many things on their plate that they just can't focus all of their energy on security issues. The other thing that galls a bit is that folks are pinging on a technology that can be implemented with $100 nodes. And yet they want the same level of security that corporations, government and the military pay 10s or 100s of thousands of dollars per node for. Oh, yeah, and I guess the speed of light is too slow too... (just kidding) I guess I should refrain from being so hasty in a public forum. Best Regards, -Mark On Wed, 4 Apr 2001, Mark S. Mathews wrote: > > I only scanned the paper and the one I seem to recall that it stated that > a shared secret could be obtained by sniffing the SSID from beacons and > other management frames. > > There was also something regarding the mac address authentication that > didn't seem right. It may have been something specific to one > implementation though. > > -M > > On Wed, 4 Apr 2001, Rob wrote: > > > In message , "Mar > > k S. Mathews" writes: > > > > > >This is basically old news. WEP was never designed or intended to be > > >totally secure. There are also some gross errors/misstatements in this > > >paper. > > > > I'm interested in what you think those errors are. The author works down > > the hall from me, and I can certainly forward any concerns :) > > > > - Rob > > . > > ----------------------------------------------- > > The Linux WLAN User's Mailing List > > For more information about this list see: > > http://www.absoval.com/linux-wlan/lists.html > > > > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 4 22:54:39 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Wed, 4 Apr 2001 18:54:39 -0400 (EDT) Subject: [lwlan-user]: WEP Security uncovered In-Reply-To: <3ACB87DA.DDA6EEC5@lachniet.com> Message-ID: I'm loath to write anything in depth at this point since the 802.11 TGe work on security issues is getting pretty close to done. Let's wait for that. ;-) -M On Wed, 4 Apr 2001, Mark Lachniet wrote: > Hello Mark, > > I was wondering if you could elucidate on your statement below - Can you > correct the misstatements and errors? If you have sufficient points to make, > I'd also highly suggest that you generate a posting to BUGTRAQ. There are a > lot of people who take papers like this very seriously. Being that there are > essentially some very negative statements about the security of wireless, > these types of papers may adversely affect the wireless industry. That's bad > for business! Further, if you know of any documentation on how to actually > configure the most secure type of wireless network possible, this would be a > great addition to the body of knowledge. Its clearly something a lot of > people need to know. > > Personally, I lean towards VPN over Wireless, but this obviously not easy to > implement. > > Thanks, > > Mark Lachniet > > "Mark S. Mathews" wrote: > > > This is basically old news. WEP was never designed or intended to be > > totally secure. There are also some gross errors/misstatements in this > > paper. > > > > Don't believe everything you read. > > > > If you want a really secure link, use an ssh or cipe tunnel over the air. > > > > -M > > > > On Wed, 4 Apr 2001, OCNS Consulting wrote: > > > > > > > > > > > "Your 802.11 Wireless Network has No Clothes" by William A. Arbaugh > > > > > > Point your browsers to -> http://www.cs.umd.edu/~waa/wireless.pdf. > > > > > > RB > > > Open Computing Network Services > > > consulting@ocns.com > > > > > > ----------------------------------------------- > > > The Linux WLAN User's Mailing List > > > For more information about this list see: > > > http://www.absoval.com/linux-wlan/lists.html > > > > > > > -- > > > > Mark S. Mathews > > > > AbsoluteValue Systems Web: http://www.linux-wlan.com > > P.O. Box 410670 e-mail: mark@linux-wlan.com > > Melbourne, FL 32941-0670 Phone: 321.259.0737 > > USA Fax: 321.259.0286 > > > > ----------------------------------------------- > > The Linux WLAN User's Mailing List > > For more information about this list see: > > http://www.absoval.com/linux-wlan/lists.html > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 4 22:53:10 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Wed, 4 Apr 2001 18:53:10 -0400 (EDT) Subject: [lwlan-user]: WEP Security uncovered In-Reply-To: <200104042117.RAA04443@xor.cs.umd.edu> Message-ID: I only scanned the paper and the one I seem to recall that it stated that a shared secret could be obtained by sniffing the SSID from beacons and other management frames. There was also something regarding the mac address authentication that didn't seem right. It may have been something specific to one implementation though. -M On Wed, 4 Apr 2001, Rob wrote: > In message , "Mar > k S. Mathews" writes: > > > >This is basically old news. WEP was never designed or intended to be > >totally secure. There are also some gross errors/misstatements in this > >paper. > > I'm interested in what you think those errors are. The author works down > the hall from me, and I can certainly forward any concerns :) > > - Rob > . > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 4 22:30:57 2001 From: linux-wlan-user@absoval.com (linux-wlan-user@absoval.com) Date: Thu, 5 Apr 2001 00:30:57 +0200 (CEST) Subject: [lwlan-user]: Re: your mail In-Reply-To: <004601c0bd4a$d67c6500$0202a8c0@defiant> Message-ID: I think you'd better try pre10 version :o) On Wed, 4 Apr 2001, Eddie Sheffield wrote: > Ah, I didn't know the wlan project had added support for this as well, but > the URL seems to actually be > > ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/linux-wlan-ng-0.1.8-pre9.tar.gz > > I downloaded the pre5 version through the absoval web site but it didn't > have the plx stuff. I'll have to try this. > > Eddie > > ----- Original Message ----- > From: "Mark S. Mathews" > To: > Sent: Wednesday, April 04, 2001 4:10 PM > Subject: [lwlan-user]: Re: your mail > > > > > > I don't know about the addtron bridge, it may be a PLX??? based device in > > which case it isn't a 'real' pcmcia slot. > > > > Try the latest driver from ftp://ftp.linux-wlan.org/pub/linux-wlan . > > > > Then in the 'make config' select the plx option. Then you'll need to load > > (by hand) the p80211.o and prism2_plx.o drivers. > > > > The wlan-ng script in the /etc/pcmcia directory should provide some > > guidance on how to initialize the card from there. Sorry there isn't a > > more explicit script. > > > > -M > > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 4 21:17:54 2001 From: linux-wlan-user@absoval.com (Rob) Date: Wed, 04 Apr 2001 17:17:54 -0400 Subject: [lwlan-user]: WEP Security uncovered In-Reply-To: Your message of "Wed, 04 Apr 2001 16:40:03 EDT." Message-ID: <200104042117.RAA04443@xor.cs.umd.edu> In message , "Mar k S. Mathews" writes: > >This is basically old news. WEP was never designed or intended to be >totally secure. There are also some gross errors/misstatements in this >paper. I'm interested in what you think those errors are. The author works down the hall from me, and I can certainly forward any concerns :) - Rob . ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 4 21:16:21 2001 From: linux-wlan-user@absoval.com (Rob) Date: Wed, 04 Apr 2001 17:16:21 -0400 Subject: [lwlan-user]: Re: your mail In-Reply-To: Your message of "Wed, 04 Apr 2001 16:10:19 EDT." Message-ID: <200104042116.RAA04414@xor.cs.umd.edu> In message , "Mar k S. Mathews" writes: > >I don't know about the addtron bridge, it may be a PLX??? based device in >which case it isn't a 'real' pcmcia slot. > >Try the latest driver from ftp://ftp.linux-wlan.org/pub/linux-wlan . > >Then in the 'make config' select the plx option. Then you'll need to load >(by hand) the p80211.o and prism2_plx.o drivers. Thanks! I grabbed linux-wlan-ng-0.1.8-pre9, built and installed, but now I have a diff problem. This may be other brokeness on my system, but when I try to insmod the prism2ap_plx driver, I get the following: [root@neofunk]# insmod prism2ap_plx.o prism2ap_plx.o: unresolved symbol pci_write_config_byte prism2ap_plx.o: unresolved symbol pci_find_class prism2ap_plx.o: unresolved symbol __check_region prism2ap_plx.o: unresolved symbol pci_read_config_byte prism2ap_plx.o: unresolved symbol pci_read_config_dword prism2ap_plx.o: unresolved symbol __ioremap prism2ap_plx.o: unresolved symbol pci_read_config_word prism2ap_plx.o: unresolved symbol pci_set_master prism2ap_plx.o: unresolved symbol pci_write_config_dword prism2ap_plx.o: unresolved symbol pci_write_config_word prism2ap_plx.o: unresolved symbol printk prism2ap_plx.o: unresolved symbol ioport_resource That fact that 'printk' shows up in here is what makes me thing I am doing something horribly wrong. p80211 loads w/o problems. Any ideas? If it matters, this is an SMP system, running 2.4.2. >The wlan-ng script in the /etc/pcmcia directory should provide some >guidance on how to initialize the card from there. Sorry there isn't a >more explicit script. Ha! If I can get this working, a startup script is the least of my worries... :) Thanks again for any help. - Rob . ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 4 21:04:28 2001 From: linux-wlan-user@absoval.com (Eddie Sheffield) Date: Wed, 4 Apr 2001 17:04:28 -0400 Subject: [lwlan-user]: Re: your mail References: Message-ID: <004601c0bd4a$d67c6500$0202a8c0@defiant> Ah, I didn't know the wlan project had added support for this as well, but the URL seems to actually be ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/linux-wlan-ng-0.1.8-pre9.tar.gz I downloaded the pre5 version through the absoval web site but it didn't have the plx stuff. I'll have to try this. Eddie ----- Original Message ----- From: "Mark S. Mathews" To: Sent: Wednesday, April 04, 2001 4:10 PM Subject: [lwlan-user]: Re: your mail > > I don't know about the addtron bridge, it may be a PLX??? based device in > which case it isn't a 'real' pcmcia slot. > > Try the latest driver from ftp://ftp.linux-wlan.org/pub/linux-wlan . > > Then in the 'make config' select the plx option. Then you'll need to load > (by hand) the p80211.o and prism2_plx.o drivers. > > The wlan-ng script in the /etc/pcmcia directory should provide some > guidance on how to initialize the card from there. Sorry there isn't a > more explicit script. > > -M ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 4 20:49:14 2001 From: linux-wlan-user@absoval.com (Eddie Sheffield) Date: Wed, 4 Apr 2001 16:49:14 -0400 Subject: [lwlan-user]: Re: Addtron wireless PCI card References: <200104041916.PAA03013@xor.cs.umd.edu> Message-ID: <003601c0bd48$b5e1c120$0202a8c0@defiant> I bought one of these a while back too. The problem is that the PCI-PCMCIA bridge isn't a true bridge - it basically just maps the card onto the PCI bus transparently, so the PCMCIA stuff doesn't work. But the card is actually a Eumitcom WL11000P and there is a patch on their web site that supposedly will make it work. I haven't had a lot of luck though. I was actually up til 3 AM this morning trying to make it work. It's kind of buggy too. The module won't unload properly (I get a seg fault when I rmmod) and you'll have to reboot if you try. And you'll need to cold reboot, since it seems to put the card in some mode such that it doesn't recognize it the next time you try to load the module - that cost me quite a bit of time. I hacked the module a little bit myself too because "out of the box" if the module doesn't recognize the card it still appears to load since is was reporting success even on a failure. I did fix that. I finally got the drivers to successfully load and an interface set up, but my Lucent card in my Win2K based laptop isn't seeing it, so I think I still have some configuration issues. I'm currently trying to run in peer-to-peer mode, but I would actually prefer to use the Addtron in access point mode if possible. At any rate, go grab the patch at http://www.eumitcom.com/html/wlan3.htm and have a go with it. Good luck, Eddie ----- Original Message ----- From: "Rob" To: Sent: Wednesday, April 04, 2001 3:16 PM > Hi, > > I bought an Addtron wireless pcmcia card and pci -> pcmcia bridge, that > according to the box (TM) is supported by linux. I've downloaded > the linux-wlan-ng-0.1.7 package, compiled and installed it, but I am getting > hung up loading the ds.o (driver services) module from the kernel. It > complains: > > Apr 4 14:53:24 neofunk kernel: ds: no socket drivers loaded! > > > Which I take to mean it doesn't think my machine has a pcmcia bus. My machine > is a desktop, so this makes sense, but the pci->pcmcia bridge should in > theory give my system some sort of pcmcia bus... right? The only question > is what is it? :) Or, am I barking up the wrong tree? > > Any help would be... most... helpful :) > > TIA, > > - Rob > . > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 4 20:45:14 2001 From: linux-wlan-user@absoval.com (Mark Lachniet) Date: Wed, 04 Apr 2001 16:45:14 -0400 Subject: [lwlan-user]: WEP Security uncovered References: Message-ID: <3ACB87DA.DDA6EEC5@lachniet.com> Hello Mark, I was wondering if you could elucidate on your statement below - Can you correct the misstatements and errors? If you have sufficient points to make, I'd also highly suggest that you generate a posting to BUGTRAQ. There are a lot of people who take papers like this very seriously. Being that there are essentially some very negative statements about the security of wireless, these types of papers may adversely affect the wireless industry. That's bad for business! Further, if you know of any documentation on how to actually configure the most secure type of wireless network possible, this would be a great addition to the body of knowledge. Its clearly something a lot of people need to know. Personally, I lean towards VPN over Wireless, but this obviously not easy to implement. Thanks, Mark Lachniet "Mark S. Mathews" wrote: > This is basically old news. WEP was never designed or intended to be > totally secure. There are also some gross errors/misstatements in this > paper. > > Don't believe everything you read. > > If you want a really secure link, use an ssh or cipe tunnel over the air. > > -M > > On Wed, 4 Apr 2001, OCNS Consulting wrote: > > > > > > > "Your 802.11 Wireless Network has No Clothes" by William A. Arbaugh > > > > Point your browsers to -> http://www.cs.umd.edu/~waa/wireless.pdf. > > > > RB > > Open Computing Network Services > > consulting@ocns.com > > > > ----------------------------------------------- > > The Linux WLAN User's Mailing List > > For more information about this list see: > > http://www.absoval.com/linux-wlan/lists.html > > > > -- > > Mark S. Mathews > > AbsoluteValue Systems Web: http://www.linux-wlan.com > P.O. Box 410670 e-mail: mark@linux-wlan.com > Melbourne, FL 32941-0670 Phone: 321.259.0737 > USA Fax: 321.259.0286 > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 4 20:40:03 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Wed, 4 Apr 2001 16:40:03 -0400 (EDT) Subject: [lwlan-user]: WEP Security uncovered In-Reply-To: <002001c0bd41$c65113a0$0101010a@atlantis.ocns.com> Message-ID: This is basically old news. WEP was never designed or intended to be totally secure. There are also some gross errors/misstatements in this paper. Don't believe everything you read. If you want a really secure link, use an ssh or cipe tunnel over the air. -M On Wed, 4 Apr 2001, OCNS Consulting wrote: > > > "Your 802.11 Wireless Network has No Clothes" by William A. Arbaugh > > Point your browsers to -> http://www.cs.umd.edu/~waa/wireless.pdf. > > RB > Open Computing Network Services > consulting@ocns.com > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 4 20:10:19 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Wed, 4 Apr 2001 16:10:19 -0400 (EDT) Subject: [lwlan-user]: Re: your mail In-Reply-To: <200104041916.PAA03013@xor.cs.umd.edu> Message-ID: I don't know about the addtron bridge, it may be a PLX??? based device in which case it isn't a 'real' pcmcia slot. Try the latest driver from ftp://ftp.linux-wlan.org/pub/linux-wlan . Then in the 'make config' select the plx option. Then you'll need to load (by hand) the p80211.o and prism2_plx.o drivers. The wlan-ng script in the /etc/pcmcia directory should provide some guidance on how to initialize the card from there. Sorry there isn't a more explicit script. -M On Wed, 4 Apr 2001, Rob wrote: > Hi, > > I bought an Addtron wireless pcmcia card and pci -> pcmcia bridge, that > according to the box (TM) is supported by linux. I've downloaded > the linux-wlan-ng-0.1.7 package, compiled and installed it, but I am getting > hung up loading the ds.o (driver services) module from the kernel. It > complains: > > Apr 4 14:53:24 neofunk kernel: ds: no socket drivers loaded! > > > Which I take to mean it doesn't think my machine has a pcmcia bus. My machine > is a desktop, so this makes sense, but the pci->pcmcia bridge should in > theory give my system some sort of pcmcia bus... right? The only question > is what is it? :) Or, am I barking up the wrong tree? > > Any help would be... most... helpful :) > > TIA, > > - Rob > . > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 4 19:59:32 2001 From: linux-wlan-user@absoval.com (OCNS Consulting) Date: Wed, 4 Apr 2001 15:59:32 -0400 Subject: [lwlan-user]: WEP Security uncovered Message-ID: <002001c0bd41$c65113a0$0101010a@atlantis.ocns.com> "Your 802.11 Wireless Network has No Clothes" by William A. Arbaugh Point your browsers to -> http://www.cs.umd.edu/~waa/wireless.pdf. RB Open Computing Network Services consulting@ocns.com ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 4 19:16:22 2001 From: linux-wlan-user@absoval.com (Rob) Date: Wed, 04 Apr 2001 15:16:22 -0400 Subject: No subject Message-ID: <200104041916.PAA03013@xor.cs.umd.edu> Hi, I bought an Addtron wireless pcmcia card and pci -> pcmcia bridge, that according to the box (TM) is supported by linux. I've downloaded the linux-wlan-ng-0.1.7 package, compiled and installed it, but I am getting hung up loading the ds.o (driver services) module from the kernel. It complains: Apr 4 14:53:24 neofunk kernel: ds: no socket drivers loaded! Which I take to mean it doesn't think my machine has a pcmcia bus. My machine is a desktop, so this makes sense, but the pci->pcmcia bridge should in theory give my system some sort of pcmcia bus... right? The only question is what is it? :) Or, am I barking up the wrong tree? Any help would be... most... helpful :) TIA, - Rob . ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 4 17:01:27 2001 From: linux-wlan-user@absoval.com (lei sun) Date: Wed, 4 Apr 2001 13:01:27 -0400 Subject: [lwlan-user]: cross-compile Message-ID: <007f01c0bd28$e5ffec30$d8c8a8c0@3ETISUN> This is a multi-part message in MIME format. ------=_NextPart_000_007C_01C0BD07.5C30D9E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi : I was trying to port the wlan-ng-0.1.7 to a StraongArm board with = linux 2.4.x, however when I try to cross-compile the package, I got tons = of error, warning.etc. some of them are "K_compact.h"," config.h" not = found! spinlock are not support by arm, and some parse error in some functions. Somebody told me that there is a patch allow me to compile again = kernel 2.4.x, does anybody have any more info? Please CC to me if you reply to the message, I didn't subscribe this = list! Thank you! lei ------=_NextPart_000_007C_01C0BD07.5C30D9E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi :
   I was trying to port the = wlan-ng-0.1.7=20 to a StraongArm board with linux 2.4.x, however when I try to = cross-compile the=20 package, I got tons of error, warning.etc. some of them are = "K_compact.h","=20 config.h" not found!
spinlock are not support by arm, and = some parse=20 error in some functions.
   Somebody told me that = there is a patch=20 allow me to compile again kernel 2.4.x, does anybody have any more=20 info?
 
Please CC to me if you reply to the = message, I=20 didn't subscribe this list!
 
Thank = you!
lei
------=_NextPart_000_007C_01C0BD07.5C30D9E0-- ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 4 16:26:09 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Wed, 4 Apr 2001 12:26:09 -0400 (EDT) Subject: [lwlan-user]: Prism card: modules won't load In-Reply-To: <3ACB3EA2.3AA42A79@ipunwired.com> Message-ID: That driver won't work at _all_ with a prism2 card. -M On Wed, 4 Apr 2001, Mathieu Deziel wrote: > Hi, > > I have been trying for two days to install the Linux driver for my > PrismII wireless adapter card. I am trying to install the 2Mbps driver > since need independant BSS. Here is my environment configuration: > > > My adapter is: Intersil PrismII HWB3163-EVAL > Laptop Computer: DELL Inspiron 5000 > OS: Linux RedHat, kernel 2.2.12 > PCMCIA-CS: version 3.0.14 > Version of the 2Mbps driver I try to install: 0.3.4 > Loadable module support is enabled in my Kernel configuration. > > Here is a description of my problem. The driver installed properly: > - "config.mk" has been edited correctly > - "make clean" reported no error > - "make all" reported no error > - "make install" reported no error > Next, I have copied "wlan", "wlan.config" and "wlan.opts" to > "/etc/pcmcia". > Next, "wlan" and "wlan.opts" have been made executable > Next, the line "source ./wlan.config" have been added to the > "/etc/pcmcia/config" file. > Next, "wlan.opts" have beed edited correctly. > Next, PCMCIA services are stopped. > Next, PCMCIA services are started. > At this point, typing "lsmod" indicates that 3 modules are loaded (the > ones of the PCMCIA manager): > "ds", "i82365" and "pcmcia_core". > Next, I insert the card. > At this point, I hear "beep". Then, typing "lsmod" shows that no other > modules have been loaded. > Especially, "am930_cs" is not loaded. > > Of course, "ifconfig -a" indicates no network interface. > Any hep would be greatly apprerciated. > > > Thank you, > Mathieu Deziel > IP Unwired > mathieudeziel@ipunwired.com > tel (613) 829-1310 x234 > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 4 15:32:51 2001 From: linux-wlan-user@absoval.com (Mathieu Deziel) Date: Wed, 04 Apr 2001 11:32:51 -0400 Subject: [lwlan-user]: Prism card: modules won't load Message-ID: <3ACB3EA2.3AA42A79@ipunwired.com> Hi, I have been trying for two days to install the Linux driver for my PrismII wireless adapter card. I am trying to install the 2Mbps driver since need independant BSS. Here is my environment configuration: My adapter is: Intersil PrismII HWB3163-EVAL Laptop Computer: DELL Inspiron 5000 OS: Linux RedHat, kernel 2.2.12 PCMCIA-CS: version 3.0.14 Version of the 2Mbps driver I try to install: 0.3.4 Loadable module support is enabled in my Kernel configuration. Here is a description of my problem. The driver installed properly: - "config.mk" has been edited correctly - "make clean" reported no error - "make all" reported no error - "make install" reported no error Next, I have copied "wlan", "wlan.config" and "wlan.opts" to "/etc/pcmcia". Next, "wlan" and "wlan.opts" have been made executable Next, the line "source ./wlan.config" have been added to the "/etc/pcmcia/config" file. Next, "wlan.opts" have beed edited correctly. Next, PCMCIA services are stopped. Next, PCMCIA services are started. At this point, typing "lsmod" indicates that 3 modules are loaded (the ones of the PCMCIA manager): "ds", "i82365" and "pcmcia_core". Next, I insert the card. At this point, I hear "beep". Then, typing "lsmod" shows that no other modules have been loaded. Especially, "am930_cs" is not loaded. Of course, "ifconfig -a" indicates no network interface. Any hep would be greatly apprerciated. Thank you, Mathieu Deziel IP Unwired mathieudeziel@ipunwired.com tel (613) 829-1310 x234 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 4 13:19:59 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Wed, 4 Apr 2001 09:19:59 -0400 (EDT) Subject: [lwlan-user]: Still problems with WL100... In-Reply-To: <20010404093807.A148646@Tschach.com> Message-ID: This is strange. The 'no more buf' condition only happens to me when the firmware has gotten stuck or I've ramped up the retry numbers. Can you tell me about your setup? Versions etc. Is this a long range link? or just local. -M On Wed, 4 Apr 2001, Carsten Tschach wrote: > Hi, > > I still have problems getting my WL100 running under Linux...the connection > is up, but I'm not able to send any packaged, even a simple ping failed. > > I found the following error-message in the syslog: > > Apr 4 09:27:11 router kernel: p80211knetdev_hard_start_xmit: txframe success, no more bufs > Apr 4 09:27:19 router kernel: p80211knetdev_hard_start_xmit: called when tbusy setApr 4 09:27:54 router last message repeated 7 times > Apr 4 09:28:59 router last message repeated 13 times > Apr 4 09:30:04 router last message repeated 13 times > Apr 4 09:32:04 router last message repeated 12 times > > > Any ideas, hints or tips?! > > > Bye, Carsten > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Wed Apr 4 07:38:07 2001 From: linux-wlan-user@absoval.com (Carsten Tschach) Date: Wed, 4 Apr 2001 09:38:07 +0200 Subject: [lwlan-user]: Still problems with WL100... Message-ID: <20010404093807.A148646@Tschach.com> Hi, I still have problems getting my WL100 running under Linux...the connection is up, but I'm not able to send any packaged, even a simple ping failed. I found the following error-message in the syslog: Apr 4 09:27:11 router kernel: p80211knetdev_hard_start_xmit: txframe success, no more bufs Apr 4 09:27:19 router kernel: p80211knetdev_hard_start_xmit: called when tbusy setApr 4 09:27:54 router last message repeated 7 times Apr 4 09:28:59 router last message repeated 13 times Apr 4 09:30:04 router last message repeated 13 times Apr 4 09:32:04 router last message repeated 12 times Any ideas, hints or tips?! Bye, Carsten -- -------------------------------+----------------------------------------------- Carsten Tschach | Carsten@Tschach.com | | Telefon +49 172 3901226 | Former admin of: Telefax +49 30 79403023 | WWW-Admin of http://www.fu-berlin.de/ ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Tue Apr 3 19:44:30 2001 From: linux-wlan-user@absoval.com (J Yunke) Date: Tue, 3 Apr 2001 14:44:30 -0500 (CDT) Subject: [lwlan-user]: Instalation for ZoomAir 1mps product. In-Reply-To: Message-ID: I assume you're talking about the original Zoom 2Mps cards, and you'll need the lwlan package from www.absoval.com. They are no longer producing new code revisions to their original kit (wlan-0.3.4) but it works great for those cards. Their next-generation (wlan-ng-xxx) is for 10Mbps Prism2 cards only. Plan on re-compiling your PCMCIA kit while doing the wlan-0.3.4 install. /J On Tue, 3 Apr 2001, Ian Brooks wrote: > Date: Tue, 3 Apr 2001 14:18:44 +0100 > From: Ian Brooks > Reply-To: linux-wlan-user@absoval.com > To: linux-wlan-user@absoval.com > Subject: [lwlan-user]: Instalation for ZoomAir 1mps product. > > Hi, Im new ish to using linux, and have been trying to get the wireless lan > card to work on my laptop. Upon compile i get lots of warnings and then an > ERROR[1] and ERROR[2] through make the make install doesnt create and copy > the .o file for the module and so i cant install it. the pcmcia slot appears > to work fine and the card is powered up upon boot. > > sorry i dont have much other info but i didnt want to give the whole outpu > of the install attempt. are there any installation querks that normally > happen? > > I have redhat 7 with kernel 2.2.16-22 686 compile > > any help would be greatly appreciated. > > -Ian Brooks > ianb@scran.co.uk > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Justin Yunke + yunke@productivity.org PC/Unix Network Administrator + http://www.productivity.org/ ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Tue Apr 3 15:11:42 2001 From: linux-wlan-user@absoval.com (Roberto Arcomano) Date: Tue, 03 Apr 2001 17:11:42 +0200 Subject: [lwlan-user]: Problem with Emtac 11 Mbps: back again References: Message-ID: <3AC9E82E.2959E402@fatamorgana.com> Ok, in that PC I report to you Emtac 2 Mbps (which works well with your wlan-0.3.4 driver) log messages. Concerning other cards, at this moment I use them in other PCs, if it is important I can try it in that PC, but, I think that the problem is NOT that PC, cause I tried Emtac 11 Mbps in other 2 PCs (which always has been worked with other cards) reporting same problems (resource not available and so on.) as first PC. So I guess problem could be (not necessary, maybe I wrong something) driver 11 Mbps cards when applied to an Emtac 11 Mbps card. Also I don't understand why some times I can enter "dump_cis" receiving info and other times, if I try it, I receive a broken dump! I have to say that Emtac 11 Mbps are well working under windows system (so card should not be defective). Maybe if someone has get Emtac 11 working under linux could help us understand. dump_cis -v using an Emtac 2 Mbps with wlan-0.3.4 driver: -------------------------------------- Socket 0: offset 0x02, tuple 0x01, link 0x03 d9 03 ff dev_info fn_specific 250ns, 32kb offset 0x07, tuple 0x1c, link 0x04 01 d9 03 ff offset 0x0d, tuple 0x17, link 0x03 d9 01 ff attr_dev_info fn_specific 250ns, 2kb offset 0x12, tuple 0x1d, link 0x04 01 d9 01 ff offset 0x18, tuple 0x20, link 0x04 00 00 00 00 manfid 0x0000, 0x0000 offset 0x1e, tuple 0x21, link 0x02 06 00 funcid network_adapter offset 0x22, tuple 0x22, link 0x02 01 07 lan_technology wireless offset 0x26, tuple 0x22, link 0x05 02 80 84 1e 00 lan_speed 2 mb/sec offset 0x2d, tuple 0x22, link 0x02 03 07 lan_media 2.4_GHz offset 0x31, tuple 0x22, link 0x08 04 06 00 50 c2 01 93 7e lan_node_id 00 50 c2 01 93 7e offset 0x3b, tuple 0x22, link 0x02 05 00 lan_connector Open connector standard offset 0x3f, tuple 0x15, link 0x12 05 00 41 4d 44 00 41 6d 37 39 43 39 33 30 00 00 00 ff vers_1 5.0, "AMD", "Am79C930", "", "" offset 0x53, tuple 0x1a, link 0x05 01 02 00 08 03 config base 0x0800 mask 0x0003 last_index 0x02 offset 0x5a, tuple 0x1b, link 0x12 c1 81 fd 71 55 2e 2e 2d fc 14 24 10 b8 ff 28 80 00 20 cftable_entry 0x01 [default] [mwait] [pwrdown] Vcc Vnom 5V Iavg 250mA Ipeak 250mA Idown 25mA timing wait 12us io 0x0000-0x000f [lines=4] [8bit] irq mask 0xffb8 memory 0x0000-0x7fff @ 0x0000 offset 0x6e, tuple 0x1b, link 0x0f c2 01 9d 71 55 2e 2e 2d fc 14 24 10 b8 ff 20 cftable_entry 0x02 [default] [pwrdown] Vcc Vnom 5V Iavg 250mA Ipeak 250mA Idown 25mA timing wait 12us io 0x0000-0x000f [lines=4] [8bit] irq mask 0xffb8 Socket 1: no CIS present ------------------------------------------ while LOG info (from /var/log/messages) about Emtac 2 Mbps is: ------------------------------------------ Apr 3 15:04:02 casa cardmgr[612]: socket 0: Harris PRISM Apr 3 15:04:02 casa cardmgr[612]: executing: 'insmod /lib/modules/2.2.14-12/pcmcia/am930_cs.o' Apr 3 15:04:02 casa kernel: Linux WLAN 0.3.4 Apr 3 15:04:02 casa kernel: am930: io=0x100 irq=10 Apr 3 15:04:02 casa kernel: am930: Firmware Banner: PCnetMobile:v2.01 101498 API005 Apr 3 15:04:02 casa kernel: f/w version:2.01 date:101498 api:5 Apr 3 15:04:02 casa kernel: am930hw_construct: Reset and f/w TestInterface are successful Apr 3 15:04:02 casa kernel: am930hw_init_tx_queues: Allocated 5 tx slots Apr 3 15:04:02 casa kernel: am930llc_construct: Device eth2 registered Apr 3 15:04:02 casa cardmgr[612]: executing: './wlan start eth2' Apr 3 15:04:03 casa cardmgr[612]: + wlan scanning channels to Apr 3 15:04:03 casa kernel: am930mgr_scanbegin: scanning channel 8 Apr 3 15:04:03 casa cardmgr[612]: + Detected BSSs: Apr 3 15:04:03 casa cardmgr[612]: + ch bssid bcn cap_info ssid Apr 3 15:04:03 casa cardmgr[612]: + ------------------------------------------------------ Apr 3 15:04:03 casa cardmgr[612]: + 08 d6:fd:6f:00:00:00 0100 0x0002 LINUX Apr 3 15:04:03 casa kernel: ethconv=rfc1042 Apr 3 15:04:03 casa cardmgr[612]: + wlan joined BSS, channel=08 bssid=d6:fd:6f:00:00:00 ssid="LINUX" --------------------------------------------------- Output from "dmesg" is: ------------------------- init_module:am930cs.c 0.1.2 1998/08/07 Linux WLAN 0.3.4 Inspecting CFTABLE[1] Inspecting CFTABLE[2] CFTABLE index 0x02: Vcc 5.0 irq 10 io 0x0100-0x010f am930: io=0x100 irq=10 am930: Firmware Banner: PCnetMobile:v2.01 101498 API005 f/w version:2.01 date:101498 api:5 am930hw_construct: Reset and f/w TestInterface are successful am930hw_init_tx_queues: Allocated 5 tx slots am930llc_construct: Device eth2 registered am930mgr_scanbegin: scanning channel 8 ethconv=rfc1042 Multicast filters currently unsupported. Multicast filters currently unsupported. ------------------------------ As you can see Emtac is full compatible with YDI cards (am930), so we have no problem configuring it. Thank you for your help. Bye Roberto "Mark S. Mathews" wrote: > Ok, ok, can you send full logs showing all the driver and pcmcia messages? > > Thanks, > -M > > On Tue, 3 Apr 2001, Roberto Arcomano wrote: > > > Yes Mark, but I have other cards in my Linux pcmcia system, which work well > > like Webgear, Lucent and so on....... In addition I never view this kind of > > problem configuring pcmcia cards and that, if driver is right, usually I > > always solved problems...... > > Thank you anyway for your support. > > Roberto > > > > "Mark S. Mathews" wrote: > > > > > I hate to say it, but this is usually a pcmcia issue that's unrelated to > > > the card driver. > > > > > > -M > > > > > > On Thu, 29 Mar 2001, Roberto Arcomano wrote: > > > > > > > Hi all, > > > > I'm back again, someone has news for me? I still cannot use my Emtac card > > > > (11Mbps) with wlan-ng drivers: I always receive "resource not > > > > available"....... > > > > Thank you > > > > Roberto Arcomano > > > > > > > > ----------------------------------------------- > > > > The Linux WLAN User's Mailing List > > > > For more information about this list see: > > > > http://www.absoval.com/linux-wlan/lists.html > > > > > > > > > > -- > > > > > > Mark S. Mathews > > > > > > AbsoluteValue Systems Web: http://www.linux-wlan.com > > > P.O. Box 410670 e-mail: mark@linux-wlan.com > > > Melbourne, FL 32941-0670 Phone: 321.259.0737 > > > USA Fax: 321.259.0286 > > > > > > ----------------------------------------------- > > > The Linux WLAN User's Mailing List > > > For more information about this list see: > > > http://www.absoval.com/linux-wlan/lists.html > > > > ----------------------------------------------- > > The Linux WLAN User's Mailing List > > For more information about this list see: > > http://www.absoval.com/linux-wlan/lists.html > > > > -- > > Mark S. Mathews > > AbsoluteValue Systems Web: http://www.linux-wlan.com > P.O. Box 410670 e-mail: mark@linux-wlan.com > Melbourne, FL 32941-0670 Phone: 321.259.0737 > USA Fax: 321.259.0286 > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Tue Apr 3 14:49:59 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Tue, 3 Apr 2001 10:49:59 -0400 (EDT) Subject: [lwlan-user]: Compatibility of addtron and truemobile In-Reply-To: <20010331195839.38389.qmail@web13201.mail.yahoo.com> Message-ID: They should be compatible. The problem is that IBSS mode is not yet supported in linux-wlan-ng. -M On Sat, 31 Mar 2001, Muni Anda wrote: > Hi, > > I am using these two cards. > > Addtron 11Mbps Wireless pci card ( AWA-100 )( prism > chipset) > and > Dell true mobile pcmcia card( a lucent card ) > > I cannot establish a network connection between > these two. AWA-100 is not able to sense other > link partner. But, truemobile link tests are passing. > > So are these cards compatibile???? > > muni reddy > > __________________________________________________ > Do You Yahoo!? > Get email at your own domain with Yahoo! Mail. > http://personal.mail.yahoo.com/?.refer=text > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Tue Apr 3 13:18:44 2001 From: linux-wlan-user@absoval.com (Ian Brooks) Date: Tue, 3 Apr 2001 14:18:44 +0100 Subject: [lwlan-user]: Instalation for ZoomAir 1mps product. Message-ID: Hi, Im new ish to using linux, and have been trying to get the wireless lan card to work on my laptop. Upon compile i get lots of warnings and then an ERROR[1] and ERROR[2] through make the make install doesnt create and copy the .o file for the module and so i cant install it. the pcmcia slot appears to work fine and the card is powered up upon boot. sorry i dont have much other info but i didnt want to give the whole outpu of the install attempt. are there any installation querks that normally happen? I have redhat 7 with kernel 2.2.16-22 686 compile any help would be greatly appreciated. -Ian Brooks ianb@scran.co.uk ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Tue Apr 3 00:07:41 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Mon, 2 Apr 2001 20:07:41 -0400 (EDT) Subject: [lwlan-user]: Problem with Emtac 11 Mbps: back again In-Reply-To: <3AC90C8A.3DF9AF2A@fatamorgana.com> Message-ID: Ok, ok, can you send full logs showing all the driver and pcmcia messages? Thanks, -M On Tue, 3 Apr 2001, Roberto Arcomano wrote: > Yes Mark, but I have other cards in my Linux pcmcia system, which work well > like Webgear, Lucent and so on....... In addition I never view this kind of > problem configuring pcmcia cards and that, if driver is right, usually I > always solved problems...... > Thank you anyway for your support. > Roberto > > "Mark S. Mathews" wrote: > > > I hate to say it, but this is usually a pcmcia issue that's unrelated to > > the card driver. > > > > -M > > > > On Thu, 29 Mar 2001, Roberto Arcomano wrote: > > > > > Hi all, > > > I'm back again, someone has news for me? I still cannot use my Emtac card > > > (11Mbps) with wlan-ng drivers: I always receive "resource not > > > available"....... > > > Thank you > > > Roberto Arcomano > > > > > > ----------------------------------------------- > > > The Linux WLAN User's Mailing List > > > For more information about this list see: > > > http://www.absoval.com/linux-wlan/lists.html > > > > > > > -- > > > > Mark S. Mathews > > > > AbsoluteValue Systems Web: http://www.linux-wlan.com > > P.O. Box 410670 e-mail: mark@linux-wlan.com > > Melbourne, FL 32941-0670 Phone: 321.259.0737 > > USA Fax: 321.259.0286 > > > > ----------------------------------------------- > > The Linux WLAN User's Mailing List > > For more information about this list see: > > http://www.absoval.com/linux-wlan/lists.html > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 2 23:34:34 2001 From: linux-wlan-user@absoval.com (Roberto Arcomano) Date: Tue, 03 Apr 2001 01:34:34 +0200 Subject: [lwlan-user]: Problem with Emtac 11 Mbps: back again References: Message-ID: <3AC90C8A.3DF9AF2A@fatamorgana.com> Yes Mark, but I have other cards in my Linux pcmcia system, which work well like Webgear, Lucent and so on....... In addition I never view this kind of problem configuring pcmcia cards and that, if driver is right, usually I always solved problems...... Thank you anyway for your support. Roberto "Mark S. Mathews" wrote: > I hate to say it, but this is usually a pcmcia issue that's unrelated to > the card driver. > > -M > > On Thu, 29 Mar 2001, Roberto Arcomano wrote: > > > Hi all, > > I'm back again, someone has news for me? I still cannot use my Emtac card > > (11Mbps) with wlan-ng drivers: I always receive "resource not > > available"....... > > Thank you > > Roberto Arcomano > > > > ----------------------------------------------- > > The Linux WLAN User's Mailing List > > For more information about this list see: > > http://www.absoval.com/linux-wlan/lists.html > > > > -- > > Mark S. Mathews > > AbsoluteValue Systems Web: http://www.linux-wlan.com > P.O. Box 410670 e-mail: mark@linux-wlan.com > Melbourne, FL 32941-0670 Phone: 321.259.0737 > USA Fax: 321.259.0286 > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html From linux-wlan-user@absoval.com Mon Apr 2 14:29:35 2001 From: linux-wlan-user@absoval.com (Mark S. Mathews) Date: Mon, 2 Apr 2001 10:29:35 -0400 (EDT) Subject: [lwlan-user]: Problem with Emtac 11 Mbps: back again In-Reply-To: <3AC38FCF.5DA59E4D@fatamorgana.com> Message-ID: I hate to say it, but this is usually a pcmcia issue that's unrelated to the card driver. -M On Thu, 29 Mar 2001, Roberto Arcomano wrote: > Hi all, > I'm back again, someone has news for me? I still cannot use my Emtac card > (11Mbps) with wlan-ng drivers: I always receive "resource not > available"....... > Thank you > Roberto Arcomano > > ----------------------------------------------- > The Linux WLAN User's Mailing List > For more information about this list see: > http://www.absoval.com/linux-wlan/lists.html > -- Mark S. Mathews AbsoluteValue Systems Web: http://www.linux-wlan.com P.O. Box 410670 e-mail: mark@linux-wlan.com Melbourne, FL 32941-0670 Phone: 321.259.0737 USA Fax: 321.259.0286 ----------------------------------------------- The Linux WLAN User's Mailing List For more information about this list see: http://www.absoval.com/linux-wlan/lists.html