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:)
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:)
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.