suse 11 and cisco aironet 350

Hi,

I have problem with installing my wireless pcmcia network card - cisco aironet 350. It will be the second card cause first is integrated with laptop. When i insert it, the LED blink for a moment and then nothink. I don’t see the card in ifconfig, there is only wlan0 which is my first card. I don’t know how i have to instal driver for it. Please help:)

AFAIK,you need to install the driver/firmware via YaST,it’s called airo_cs,then,configure via YaST- network devices - network settings

Andy

OK, i have this airo_cs file but i found it and downloaded it, not via YAST.So how can i installl it? Maybe i need some specyfic repository? Or can i install is somehow from hdd. Im beginner in suse:)

My error, it is already in the kernel. What version of SuSE are you running ?

Andy

I’m using suse 11 32-bit , kernel 2.6.25.16-0.1-pae.

ifconfig:

linux-o0nh:/home/bartek/Desktop # ifconfig 
eth0      Link encap:Ethernet  HWaddr 00:1F:E2:10:9B:87  
          UP 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:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Memory:fe200000-fe220000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:6 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:340 (340.0 b)  TX bytes:340 (340.0 b)

wlan0     Link encap:Ethernet  HWaddr 00:1F:3C:94:DD:5F  
          inet addr:192.168.1.117  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::21f:3cff:fe94:dd5f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:14892 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10532 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:16980691 (16.1 Mb)  TX bytes:1386357 (1.3 Mb)

wmaster0  Link encap:UNSPEC  HWaddr 00-1F-3C-94-DD-5F-64-35-00-00-00-00-00-00-00-00  
          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:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

wlan0 is my first card and is worknig ok.

After i plug in the pcmcia card, there is one LOG:

Sep 29 17:21:44 linux-o0nh kernel: cs: pcmcia_socket0: time out after reset.

but i don’t know what it’s mean

I don’t know what else should i check

have you tried modprobing airo_cs ? see if that brings up something

Andy

#modprobe airo_cd

returns nothing, so i assume that module is already loaded?

grdude wrote:
>
> After i plug in the pcmcia card, there is one LOG:
>
>
> Code:
> --------------------
> Sep 29 17:21:44 linux-o0nh kernel: cs: pcmcia_socket0: time out after reset.

Most PCMCIA-format wireless cards are Cardbus devices and show up as
PCI devices. Yours does not. That is also evident in the _cs in the
driver name. One of the difficulties is that there are not a lot of
such devices and the kernel testing is not terribly rigorous. I have a
card that used the ide_cs driver that took about two days of
concentrated debugging to get it to work with a 2.6.26 kernel.

I suggest that you go through the output of dmesg, collect all the
items that relate to the PCMCIA driver (probably Yenta) and your cards
and send it to linux-pcmcia@lists.infradead.org. That is where the
PCMCIA experts hang out. My thoughts are that you need more expertise
than you are likely to get here.

Larry