LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 10-27-2004, 12:20 PM   #1
West wind
LQ Newbie
 
Registered: Oct 2004
Distribution: Slackware
Posts: 4

Rep: Reputation: 0
Slackware and linux-wlan-ng wireless


I started this thread over in the Newbie forums, but it was recommended that I try it here, hopefully someone here can give me some advice.

Several weeks ago I started on the endeavor of installing slackware Linux on an old IBM ThinkPad 380ED that I had sitting around. This is my second bout with Linux, the first one back in the late 90's where i installed mandrake as a dual boot on my main machine. I guess i never really go into it then, so I just stopped using it and eventually re-claimed the Linux partition for windows use. Anyway, I know laptops are not great fodder for newbie's but I kicked ahead anyway. So far I have most everything working. Slackware is up and running, as is X, and the PCMCIA slots as well.

More to the point, I just so happen to have an old Intel Anypoint II wireless PCMCIA card for this laptop, and decided I wanted to try and install it as well. Some quick research online reveled that the Anypoint wireless cards were not notoriously compatible with linux, but I did find references to them working under the linux-wlan-ng drivers ( www . linux-wlan . com ). So anyway, I downloaded the source, and started to try and compile and install it. After much trial and tribulation I managed to successfully get "make config" and "make all" to complete, however when I attempt to run "make install", it drops me out with the following errors:

Code:
Make[2]: Entering directory '/usr/src/linux-wlan-ng-0.2.1pre23/src/p80211'
mkdir -p /lib/modules/2.2.16/linux-wlan-ng/net
cp p80211.o     /lib/modules/2.2.16/linux-wlan-ng
cp: p80211.o: No such file or directory
make[2]: *** [install] Error 1
make[2]: Leaving directory '/usr/src/linux-wlan-ng-0.2.1pre23/src/p80211'
make[1]: *** [install] Error 2
make[1]: Leaving directory '/usr/src/linux-wlan-ng-0.2.1pre23/src/'
make: ***[install] Error 2


It would SEEM the error is quite simple, this file, p80211.o simply is not being created, but I cannot figure out why, or what I can do about it. Sure enough, there were other files in the .../p80211 directory, but no p80211.o. I tried re-compiling and re-installing the PCMCIA module, but I cannot seem to get it to work. I even took a look at the makefile for that directory, there was a cleanup section that deleted *.o files amongst others. I tried to comment out that section thinking that possibly it was being called before it was supposed to, and that I could just clean up the directory later, but that did not work either. My delvings online have been unsuccessfully so far, as this seems to be a very generic question. Does anyone here have experience with Linux-wlan-ng or can give me some general compiling advice to get by this? Possibly some other drivers that will work with an Anypoint II wireless PCMCIA card?

For reference, this is Slackware 7.1 (don’t ask), using the 2.2.16 kernel, pcmcia-cs-3.1.16, and linux-wlan-ng0.2.1pre23 (also tried with pre22 and pre21). I plan on at least updating the kernel soon, but I would like to get the wireless setup first (yes, I know ill have to re-compile it all, but that’s all part of the plan. Stumble around like a blind fool and mess things up, THEN update and start over clean and fresh). If no one here has any advice I will probably post this to the Linux-wlan-ng mailing list, but I don’t know if this is a general slackware problem, or specific Lunux-wlan-ng problem...

Thanks
 
Old 10-28-2004, 08:59 AM   #2
L1nuxR0x
LQ Newbie
 
Registered: Oct 2004
Location: Seffner, FL
Distribution: Gentoo (@home), Scientific/CentOS Linux (@Work)
Posts: 15

Rep: Reputation: 0
West Wind;

I also am working on setting up my Slackware with wireless using a driver based on the one you are using. In the README it mentions that kernels prior to 2.4.19 that there are issues with the USB core. With that being said, my suggestion is to use the latest 2.4, or even 2.6 kernel. There is a wireless section under networking that needs to be configured. Once you have the new kernel configured and running the drivers for your wireless card should work fine. I have been able to get the the driver loaded and working. Currently I am trying to write a script for accessing public access points, and configuring WEP with my home connection. I hope this helps you in your quest.

L1nuxR0x
 
Old 10-28-2004, 09:05 AM   #3
L1nuxR0x
LQ Newbie
 
Registered: Oct 2004
Location: Seffner, FL
Distribution: Gentoo (@home), Scientific/CentOS Linux (@Work)
Posts: 15

Rep: Reputation: 0
Okay, now I feel like an idiot... I just caught the fact that your using a pcmcia wireless card. So, you can pretty much ignore what I just said.
 
Old 10-28-2004, 10:38 PM   #4
West wind
LQ Newbie
 
Registered: Oct 2004
Distribution: Slackware
Posts: 4

Original Poster
Rep: Reputation: 0
Ok, So I went diving into the linux-wlan-ng mailing list archives looking for any references to problems like mine, and managed to find ALMOST nothing. The one thing i did find was a reference to issues with pre20 and later versions seemed to have a "problem" with some of their makefiles, and that you can just copy and use the makefiles from pre17, so I gave that a try and managed to get a completely Different set of errors. Searching these in the archives lead me to the plight of another user in the same situation.

Turns out the Makefiles for linux-wlan-ng do not like kernels in the 2.2 family and older. This other user detailed his attempts at manually re-writing the Makefile to get it to compile. After he re-wrote the third Makefile with no success and no follow-ups, I decided to give up and upgrade my kernel. Well, next long story short, I cant install 2.6.9 on my current system, gcc is to old to compile the kernel. So I decided to give up and just download Slackware 10 and start over. Ill post of I can get this card to work under Slackware 10 with the linux-wlan-ng drivers.
 
Old 10-29-2004, 01:00 PM   #5
L1nuxR0x
LQ Newbie
 
Registered: Oct 2004
Location: Seffner, FL
Distribution: Gentoo (@home), Scientific/CentOS Linux (@Work)
Posts: 15

Rep: Reputation: 0
Last night I was able to get my SlackWare 10.0 box on the air with WEP running. I found a very good tutorial on its setup here. Hopefully it will help as well. I am using the rc.local script to call one of two scripts that configure the wireless connection, one for the home and one for public access points. I am still working on the latter though. Next step is to upgrade kernel to 2.6, I am currently using 2.4.23.

L1nuxR0x

Last edited by L1nuxR0x; 10-29-2004 at 01:01 PM.
 
  


Reply



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

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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with linux-wlan-ng and MA111 wireless adapter cdhgee Linux - Software 1 08-29-2005 11:47 PM
Dell wireless WLAN 1450 Dual Band WLAN Mini-PCI card not recognised pitts68 Linux - Wireless Networking 102 02-28-2005 07:21 AM
Slackware and linux-wlan-ng wireless West wind Linux - Newbie 3 10-28-2004 01:32 PM
Wireless with linux-wlan-ng rwescoat Linux - Wireless Networking 3 10-16-2004 10:07 AM
Performance Issues with Wireless card(Linux-Wlan Drivers) QzarBaron Linux - Wireless Networking 5 09-04-2004 06:09 PM

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

All times are GMT -5. The time now is 05:34 PM.

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