Cisco Aironet wireless WPA encryption

Solaris, RedHat, FreeBSD and the like
Post Reply
Message
Author
TheRedFox
Sophomore Member
Posts: 212
Joined: Sat Jan 17, 2009 2:27 am
Location: MN

Cisco Aironet wireless WPA encryption

#1 Post by TheRedFox » Mon Feb 09, 2009 9:37 pm

I have been able to use the WPA(PSK) encryption with the Cisco Aironet wireless driver under Windows XP using XP's Wireless configuration utility. I'm having trouble doing it under Xubuntu, and I was wondering if anyone had any ideas or experience.
so far, I have asked an extremely linux-knowledgeable person for help, and he tried to configure the WPA supplicant, but it didn't work, and then he tried to ndiswrap the driver, and iwconfig showed that it was connected, but the internet wasn't working. I was wondering if you all might know any good answers through your knowledge of thinkpads.
Frankenpad X31.5 (X31 casing, X32 motherboard) 1.8ghz Pentium M processor, 1gb RAM,
60gb HDD dual booting Arch GNU/Linux && Windows XP

Whoopie
Posts: 6
Joined: Sun Apr 30, 2006 3:37 pm

Re: Cisco Aironet wireless WPA encryption

#2 Post by Whoopie » Tue Feb 10, 2009 8:16 am


aaa
ThinkPadder
ThinkPadder
Posts: 1062
Joined: Fri Jun 08, 2007 2:36 pm

Re: Cisco Aironet wireless WPA encryption

#3 Post by aaa » Tue Feb 10, 2009 9:56 am

wicd perhaps? It automatically configures wpa_supplicant. I haven't had the opportunity to try it though (all the networks I've used have been wep).

TheRedFox
Sophomore Member
Posts: 212
Joined: Sat Jan 17, 2009 2:27 am
Location: MN

Re: Cisco Aironet wireless WPA encryption

#4 Post by TheRedFox » Thu Feb 19, 2009 2:45 pm

how do you actually use the airo-wpa thing. I've subversion'd it, but I don't know what to do with the files. any help?
Frankenpad X31.5 (X31 casing, X32 motherboard) 1.8ghz Pentium M processor, 1gb RAM,
60gb HDD dual booting Arch GNU/Linux && Windows XP

aaa
ThinkPadder
ThinkPadder
Posts: 1062
Joined: Fri Jun 08, 2007 2:36 pm

Re: Cisco Aironet wireless WPA encryption

#5 Post by aaa » Thu Feb 19, 2009 4:19 pm

Apparently the trunk version doesn't work. Do this:
svn co http://svn.gna.org/svn/airo-wpa/branches/kernel airo-wpa

Then I suppose you just cd into the dir and type make. Hasn't worked for me though.

TheRedFox
Sophomore Member
Posts: 212
Joined: Sat Jan 17, 2009 2:27 am
Location: MN

Re: Cisco Aironet wireless WPA encryption

#6 Post by TheRedFox » Thu Feb 19, 2009 5:25 pm

well. it made and make-installed well. I'll have to wait to find out if it works though.
kind of off-topic, but does anyone know how to get trackpoint scrolling working? ArchLinux, incase it's relevent.
I've already tried this and adding something fairly similar to xorg.conf (I think i might've gotten the xorg lines from either this forum, the archlinux forum, or some other random site. I've tried several variations as well)
Frankenpad X31.5 (X31 casing, X32 motherboard) 1.8ghz Pentium M processor, 1gb RAM,
60gb HDD dual booting Arch GNU/Linux && Windows XP

TheRedFox
Sophomore Member
Posts: 212
Joined: Sat Jan 17, 2009 2:27 am
Location: MN

Re: Cisco Aironet wireless WPA encryption

#7 Post by TheRedFox » Fri Feb 20, 2009 1:08 pm

I can't seem to figure out how to tell wicd that I want to use the airo-wpa driver. any experience or links?
Frankenpad X31.5 (X31 casing, X32 motherboard) 1.8ghz Pentium M processor, 1gb RAM,
60gb HDD dual booting Arch GNU/Linux && Windows XP

aaa
ThinkPadder
ThinkPadder
Posts: 1062
Joined: Fri Jun 08, 2007 2:36 pm

Re: Cisco Aironet wireless WPA encryption

#8 Post by aaa » Fri Feb 20, 2009 3:09 pm

You "modprobe -r airo" then you "modprobe airo-wpa" instead.

TheRedFox
Sophomore Member
Posts: 212
Joined: Sat Jan 17, 2009 2:27 am
Location: MN

Re: Cisco Aironet wireless WPA encryption

#9 Post by TheRedFox » Fri Feb 20, 2009 3:43 pm

do I need to add the airo-wpa module to anything? because, in the words of bash "module airo-wpa not found"
Frankenpad X31.5 (X31 casing, X32 motherboard) 1.8ghz Pentium M processor, 1gb RAM,
60gb HDD dual booting Arch GNU/Linux && Windows XP

aaa
ThinkPadder
ThinkPadder
Posts: 1062
Joined: Fri Jun 08, 2007 2:36 pm

Re: Cisco Aironet wireless WPA encryption

#10 Post by aaa » Fri Feb 20, 2009 4:15 pm

Then I guess the "make install" part didn't work properly. You can do "insmod ./airo-wpa.ko", in the directory that file is located.

TheRedFox
Sophomore Member
Posts: 212
Joined: Sat Jan 17, 2009 2:27 am
Location: MN

Re: Cisco Aironet wireless WPA encryption

#11 Post by TheRedFox » Fri Feb 20, 2009 6:47 pm

okay. thank you. very helpful!
edit: the closest file in the airo-wpa directory to airo-wpa.ko that existed was called "airo.ko" i modprobe -r'd airo and insmod'd the airo from the directory. seems to work fine on the unsecured network where I am presently. It'll be a while untill I need it to have wpa encryption again, but when I do, I'll test it. another question - would it be safe to rename the airo module in the airo-wpa directory, so that I can tell them apart?
Frankenpad X31.5 (X31 casing, X32 motherboard) 1.8ghz Pentium M processor, 1gb RAM,
60gb HDD dual booting Arch GNU/Linux && Windows XP

aaa
ThinkPadder
ThinkPadder
Posts: 1062
Joined: Fri Jun 08, 2007 2:36 pm

Re: Cisco Aironet wireless WPA encryption

#12 Post by aaa » Fri Feb 20, 2009 7:25 pm

Don't see a reason why not. Nothing bad will happen, if some error occurs next time you insmod then just change the name back.

TheRedFox
Sophomore Member
Posts: 212
Joined: Sat Jan 17, 2009 2:27 am
Location: MN

Re: Cisco Aironet wireless WPA encryption

#13 Post by TheRedFox » Sat Feb 21, 2009 5:00 pm

i changed the name, then insmodded it. my wireless works (on an unsecured network)
however, when I lsmod, i see an airo but no airo-wpa. also does anyone happen to know what option to choose in wicd preferences for using wpa with this driver?
Frankenpad X31.5 (X31 casing, X32 motherboard) 1.8ghz Pentium M processor, 1gb RAM,
60gb HDD dual booting Arch GNU/Linux && Windows XP

emeraldgirl08
ThinkPadder
ThinkPadder
Posts: 1759
Joined: Sun Mar 01, 2009 6:59 pm
Location: Window Rock, Arizona

Re: Cisco Aironet wireless WPA encryption

#14 Post by emeraldgirl08 » Tue Apr 21, 2009 12:43 am

I have the same problem on my T30 with the Cisco Aironet 350. I really dig the whole concept of Ubuntu but the wireless deal is starting to get on my nerve!

I've installed 8.10 and used the synaptic manager to install 294 updates which were a total of 275.4 MB long (downloaded with an ethernet connection)! I initially tried to use my wireless before updates which didn't work. The wireless signal from my router was detected but I could not connect to it. I spoke with someone in the Ubuntu forum and he suggested downloading the updates and the proprietary drivers. I forgot to download the proprietary drivers and just now read that they can be bad because they cannot be modified.

I'm lost with this.

I hope someone can guide me with easy to follow directions on how to use my T30 Cisco mini PCI wireless with Intrepid Ibex. I noticed a lot of people in the forums are super technical. I'm just learning and am not that savvy with the tech talk yet.

PS. I also have WPA-PSK encryption on our home router and it works great with XP.

Thank you.
Thinkpad X230 | Lenovo Yoga Tablet 2 | mATX Haswell Desktop

GomJabbar
Moderator
Moderator
Posts: 9765
Joined: Tue Jun 07, 2005 6:57 am

Re: Cisco Aironet wireless WPA encryption

#15 Post by GomJabbar » Tue Apr 21, 2009 4:48 am

DKB

emeraldgirl08
ThinkPadder
ThinkPadder
Posts: 1759
Joined: Sun Mar 01, 2009 6:59 pm
Location: Window Rock, Arizona

Re: Cisco Aironet wireless WPA encryption

#16 Post by emeraldgirl08 » Tue Apr 21, 2009 8:59 am

Wow. It seems if you want to get your T30 working out of the box you'll need a degree in computer science! Or have no life and spend countless hours in the basement tearing chunks of hair out!

I read those threads and am not sure which method to use. I also don't know what will happen if I make a mistake and how to correct it.

I could either: be fearless and trial-and-error my way through this nonsense OR go back to windows.

I don't have the first clue on how to extract and apply the ndiswrapper to my 8. 10 etc. These posts all see to be from almost two years ago also. I'm pretty sure things have changed since then. I'm going to the Cisco site and tell those guys there they stink! Hopefully they get some of this sorted out with 9.04 so it's more newbie friendly!
Thinkpad X230 | Lenovo Yoga Tablet 2 | mATX Haswell Desktop

aaa
ThinkPadder
ThinkPadder
Posts: 1062
Joined: Fri Jun 08, 2007 2:36 pm

Re: Cisco Aironet wireless WPA encryption

#17 Post by aaa » Tue Apr 21, 2009 5:43 pm

I attempted to use a WPA network the other day and wasn't able to... this was with airo-wpa. Wish I remembered the ndiswrapper deal, could have tried it.

TheRedFox
Sophomore Member
Posts: 212
Joined: Sat Jan 17, 2009 2:27 am
Location: MN

Re: Cisco Aironet wireless WPA encryption

#18 Post by TheRedFox » Tue Apr 21, 2009 8:01 pm

i tried using ndiswrapper, but I couldn't figure it out, quite. I'm gonna see if I can get a PCMCIA from a friend of mine. He has a bunch of random assorted hardware and has used linux a lot, so he might have something.
Frankenpad X31.5 (X31 casing, X32 motherboard) 1.8ghz Pentium M processor, 1gb RAM,
60gb HDD dual booting Arch GNU/Linux && Windows XP

GomJabbar
Moderator
Moderator
Posts: 9765
Joined: Tue Jun 07, 2005 6:57 am

Re: Cisco Aironet wireless WPA encryption

#19 Post by GomJabbar » Tue Apr 21, 2009 8:11 pm

I used NDISwrapper sometime back. Don't remember all the details, but basically you point it to a directory that contains the .inf and .sys files for your adapter. This can be on a Windows drive or on a CD that you may have copied them to (or sometimes on a hardware installation CD). NDISwrapper uses the your Windows drivers (usually drivers for Windows XP).
DKB

TheRedFox
Sophomore Member
Posts: 212
Joined: Sat Jan 17, 2009 2:27 am
Location: MN

Re: Cisco Aironet wireless WPA encryption

#20 Post by TheRedFox » Fri May 01, 2009 10:31 am

GomJabbar wrote:I used NDISwrapper sometime back. Don't remember all the details, but basically you point it to a directory that contains the .inf and .sys files for your adapter. This can be on a Windows drive or on a CD that you may have copied them to (or sometimes on a hardware installation CD). NDISwrapper uses the your Windows drivers (usually drivers for Windows XP).
yeah, I remember trying that, but wlan0 didn't show up. but I'm using a PC card for now, so that's all good.
Frankenpad X31.5 (X31 casing, X32 motherboard) 1.8ghz Pentium M processor, 1gb RAM,
60gb HDD dual booting Arch GNU/Linux && Windows XP

Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “Linux Questions”

Who is online

Users browsing this forum: No registered users and 0 guests