LinuxQuestions.org
Review your favorite Linux distribution.
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 04-22-2005, 04:16 AM   #1
gravas
LQ Newbie
 
Registered: Mar 2005
Posts: 2

Rep: Reputation: 0
Cisco Aironet 352 pcmcia Problem


Hello ,

i am trying to configure this pcmcia card to my laptop and for some (stupid?) reason i can't .

At the beggining ( just after a clean install ) the card was not working at all ( both leds were on )Im using Red Hat 9.0 and this is what i have done till now .

My kernel is 2.4.20-8 #1 and uninstalled the pcmcia rpm that came with the installation and tried this one : pcmcia-cs-3.2.8.tar.gz

Things got better and now at least i get my card recognized :

[root@localhost root]# cardctl ident
Socket 0:
product info: "Cisco Systems", "350 Series Wireless LAN Adapter"
manfid: 0x015f, 0x000a
function: 6 (network)

and

[root@localhost root]# cardctl status
Socket 0:
5V 16-bit PC Card
function 0: [ready]

Next step i uninstalled the cisco drivers that also came with the installation and i tryied my luck with these : linux-acu-driver-v21.tar.gz

I m only using console so i installed only the driver with the -id option . So far so good ... i do a lsmod and i get this :

Module Size Used by Tainted: P
airo_cs 4580 0 (unused)
airo 98976 1 [airo_cs]
ds 8680 1 [airo_cs]
yenta_socket 13472 1
pcmcia_core 57216 0 [airo_cs ds yenta_socket]
autofs 13268 0 (autoclean) (unused)
natsemi 19552 1
sg 36524 0 (autoclean)
sr_mod 18136 0 (autoclean)
ide-scsi 12208 0
scsi_mod 107160 3 [sg sr_mod ide-scsi]
ide-cd 35708 0
cdrom 33728 0 [sr_mod ide-cd]
keybdev 2944 0 (unused)
mousedev 5492 0 (unused)
hid 22148 0 (unused)
input 5856 0 [keybdev mousedev hid]
usb-uhci 26348 0 (unused)
ehci-hcd 19976 0 (unused)
usbcore 78784 1 [hid usb-uhci ehci-hcd]
ext3 70784 1
jbd 51892 1 [ext3]



I thought that i was ready to go and i m trying to bring the interface up by typing ifconfig eth1 up .

And i was right the interface went up without problems ....

eth1 Link encap:Ethernet HWaddr XX:XX:XX:XX:XX:XX
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:3 Base address:0x100


But at that point my real trouble begin .... i cant get that interface be recognized as a wireless interface and not as ethernet ...

I always get this :

[root@localhost /]# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

eth1 no wireless extensions

I tryied downloading the latest wireless tools version but i always get the same result .


I hope that i am making a stupid mistake somewhere and it will be easy to find a way to get this to work with some expert help ...

Thank you in advance and please excuse my english .

Gravas
 
Old 04-24-2005, 07:07 PM   #2
Booster
Member
 
Registered: Sep 2003
Location: Ontario, Canada
Distribution: Gentoo, Suse
Posts: 59

Rep: Reputation: 15
Could you (with the card unplugged), plug in the card and show what happens in your /var/log/messages? Might be a clue there.

(btw: Your English is better than many "English" people!)

Last edited by Booster; 04-24-2005 at 07:09 PM.
 
Old 04-28-2005, 01:50 PM   #3
rephil
LQ Newbie
 
Registered: Apr 2005
Posts: 1

Rep: Reputation: 0
i am having the same issue. This is from the log.

Apr 28 11:27:53 localhost cardmgr[2766]: + Warning: loading /lib/modules/2.4.20-31.9/kernel/drivers/net/pcmcia/airo.o will taint the kernel: no license
Apr 28 11:27:53 localhost cardmgr[2766]: + See http://www.tux.org/lkml/#export-tainted for information about tainted modules
Apr 28 11:27:53 localhost kernel: airo: Probing for PCI adapters
Apr 28 11:27:53 localhost kernel: airo: Finished probing for PCI adapters
Apr 28 11:27:53 localhost cardmgr[2766]: + Module airo loaded, with warnings
Apr 28 11:27:53 localhost cardmgr[2766]: + Module airo_cs loaded, with warnings
Apr 28 11:27:53 localhost kernel: Extended cap's
Apr 28 11:27:53 localhost kernel: Mic capable
Apr 28 11:27:53 localhost kernel: micsetup
Apr 28 11:27:53 localhost kernel: airo: MAC enabled eth1 0:d:29:17:d9:4a
Apr 28 11:27:53 localhost kernel: eth1: index 0x05: Vcc 5.0, Vpp 5.0, irq 3, io
0x0100-0x013f
A:


any Help?
 
Old 04-28-2005, 03:11 PM   #4
WMD
Member
 
Registered: Jul 2004
Location: Florida
Distribution: Slackware, Debian
Posts: 484

Rep: Reputation: 30
Actually, you can get wireless extensions to work on ethX devices. iwconfig would detect this. Some drivers just like to come up as eth1 or whatever. This problem is something else.

My suggestion would be to use something newer than Red Hat 9. It's old. I've told people that a lot here. Having a kernel newer than 2003 will certainly help with wireless stuff. Or, if you're daring...compile and install the latest 2.4 kernel (.30) onto RH 9.
 
  


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
Cannot connect to AP with Aironet 352 (PCMCIA) running FC4 djidji Linux - Wireless Networking 2 10-19-2005 09:19 PM
CISCO Airo 350 PCMCIA (352) maco22 Linux - Wireless Networking 0 02-25-2005 04:15 PM
Cisco Aironet 352 wireless pcmcia stratusman Linux - Wireless Networking 6 10-03-2004 12:30 AM
Help Getting Cisco Aironet 350 PCMCIA working muzicman82 Linux - Wireless Networking 1 01-01-2004 10:29 PM
pcmcia cisco aironet 350 net travels Linux - Newbie 5 07-15-2002 01:28 PM

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

All times are GMT -5. The time now is 12:44 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