On Sun, 2006-08-20 at 16:36 -0400, Stephen P. Molnar wrote:
Hardware information, via yast2, tells me that ACX 111 54Mbps Wireless Interface is present.
It is present but is the driver loaded?
So, it would seem obvious, at least to my limited knowledge that OS isn't finding the wireless card.
It could possibly be that the driver is loaded, but you don't have the firmware for the card. I am not familiar with the acx.... cards, but at least for the prism54 cards, you need the firmware in /usr/lib/firmware or some such place. First find out what driver the card use. rmmod it. Tail -f your /var/log/messages, modprobe the driver, and try to bring the interface up (ifconfig eth1 up) (could be wlan0 or something else too). That should give you an indication of what is wrong/missing. If the native drivers fail, you could always try ndiswrapper - it's well documented on this list. Hans