LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-20-2006, 10:35 PM   #1
Ryuga Akikawa
LQ Newbie
 
Registered: Aug 2006
Posts: 12

Rep: Reputation: 0
ipw2200 problems


I can't seem to get my ipw2200bg wireless card working on my laptop. I have followed the directions on slackersbible.org but cannot seem to get it working at all, is there anyone who could help me get this to work? Any help will be greatly appreciated
 
Old 08-20-2006, 11:04 PM   #2
slackhack
Senior Member
 
Registered: Jun 2004
Distribution: Arch, Debian, Slack
Posts: 1,016

Rep: Reputation: 47
is there an INSTALL file in the driver directory? that's what i used for ipw2100 and it worked perfectly. actually, i didn't even install any intel drivers, i just followed the instructions in INSTALL for setting up the right kernel options, and then i built and used the linux ipw2100 kernel modules and supporting drivers (ieee80211, etc.). firmware location for slack 10.2 appears to be /lib/firmware, as noted on the slackerbible site, not /usr/lib/hotplug/firmware. this is kernel 2.6.16.18, so i don't know if later versions have ipw2200 support yet. if not, just follow the instructions all the way through to install the intel drivers and you should be good to go.

Last edited by slackhack; 08-20-2006 at 11:05 PM.
 
Old 08-21-2006, 01:44 AM   #3
Ryuga Akikawa
LQ Newbie
 
Registered: Aug 2006
Posts: 12

Original Poster
Rep: Reputation: 0
I have tried that but now when I try to install ieee80211 no matter where I put the header files ipw2200 make includes the same error that the ieee80211 header files are not in a certain directory and I have tried everything I know to get it there and nothing is helping
 
Old 08-21-2006, 02:18 AM   #4
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116Reputation: 8116
Any recent 2.6 kernel includes the ipw2200 module already.
Yesterday I installed Slackware-current with it's included 2.6.16.27 kernel (in the /extra directory) and all I had to do was download the ipw2200 firmware and dump it into /lib/firmware to make my wireless card work.

Trying this with a 2.4 kernel is not really worth the trouble IMO.

Eric
 
Old 08-21-2006, 03:09 AM   #5
Ryuga Akikawa
LQ Newbie
 
Registered: Aug 2006
Posts: 12

Original Poster
Rep: Reputation: 0
Hmm, now that I think about it the ipw2200 pages and other sites say that those modules are outdated and there is no support for it

Last edited by Ryuga Akikawa; 08-21-2006 at 03:16 AM.
 
Old 08-22-2006, 01:11 PM   #6
aspartat
LQ Newbie
 
Registered: Dec 2004
Posts: 29

Rep: Reputation: 15
I use the driver which is comming with the kernel-sources (linux-2.6.17.8) configure ipw2200 and eee-stack whatever the name was as module and download the newest firmware from the ipw2200/side. I think it was 3.0. I then use wpa to get all this working.
I am currently at work, but later I can post here my config/files for that (if you need them)

regards aspartat
 
Old 08-22-2006, 11:37 PM   #7
Tino27
Member
 
Registered: Aug 2003
Location: Akron, OH
Distribution: Slackware 14.2-stable, Ubuntu 16.04 LTS
Posts: 401

Rep: Reputation: 30
You only need the wpa_supplicant if you need to connect to an access point that requires WPA or one of the newer authentication technologies (such as a RADIUS server). I had little success using the drivers from the IPW2200 site, but I got everything to work correctly by building the drivers for the IPW2200 (2915) driver and the IEEE802.11 stack into my kernel (not as modules). Then install the firmware into /lib/firmware. I do use the wpa_supplicant at work because the access point authenticates clients by using a RADIUS server. At home, I don't have to use it.
 
Old 08-23-2006, 07:45 AM   #8
aspartat
LQ Newbie
 
Registered: Dec 2004
Posts: 29

Rep: Reputation: 15
@ Tino

Did you use the wireless.conf for the configuration?
I wrote the whole config-stuff in my rc.local, but I find this a bit ugly. So maybe you can post your config-file(s). Another thing I am interested in is how you manage your different wireless-accounts under slackware!?

regards aspartat
 
Old 08-23-2006, 10:01 AM   #9
Tino27
Member
 
Registered: Aug 2003
Location: Akron, OH
Distribution: Slackware 14.2-stable, Ubuntu 16.04 LTS
Posts: 401

Rep: Reputation: 30
Quote:
Originally Posted by aspartat
Did you use the wireless.conf for the configuration?
I wrote the whole config-stuff in my rc.local, but I find this a bit ugly. So maybe you can post your config-file(s). Another thing I am interested in is how you manage your different wireless-accounts under slackware!?

regards aspartat
I didn't use rc.local because on any given day I might be connecting to 2 or 3 different wireless access points. What I did do is create a folder in my home directory that holds various executable bash scripts that I can call when I first boot up the laptop.

For instance, I have one to connect to my local Panera bread shop called panera_eth0_up and it's contents look like this:

Code:
#!/bin/sh

# Log onto the AP
rm /etc/dhcpc/dhcpcd-eth0.pid
iwconfig eth0 mode Managed
iwconfig eth0 essid panera
iwconfig eth0 channel 11
dhcpcd eth0
I just create one of these "profiles" for every connection point I come across.
 
Old 08-23-2006, 04:54 PM   #10
Ryuga Akikawa
LQ Newbie
 
Registered: Aug 2006
Posts: 12

Original Poster
Rep: Reputation: 0
Thanks everyone I finally got wireless to work you have all been a great help
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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



Similar Threads
Thread Thread Starter Forum Replies Last Post
wpa problems with ipw2200 inhalentbroom Slackware 1 12-04-2005 01:08 PM
Problems with ipw2200 Yuri1312 Linux - Wireless Networking 5 10-21-2005 01:52 PM
firmware problems with ipw2200 umichLinux Linux - Wireless Networking 11 03-30-2005 09:48 PM
ipw2200 installation problems csahin73 Linux - Laptop and Netbook 4 02-05-2005 04:31 AM
Problems With IPW2200 Eklipz Linux - Wireless Networking 1 11-05-2004 08:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:49 AM.

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