I have the same card in my laptop, and it works fine there. Because I
have to use different wireless settings at home and at work, I do the
connection via script files. Try this to see if this will work for you:<br>
<br>
Breezy should recognize your card and start the corresponding module automatically. To check, open a terminal and type <br>
<br>
iwconfig<br>
<br>
the response should show your card configured as ra0. If so, type:<br>
<br>
sudo iwconfig ra0 essid "your airport ESSID"<br>
<br>
sudo iwconfig ra0 key "your WEP key here"<br>
<br>
(the WEP key should be entered just as it was entered in the Airport setup)<br>
<br>
if your airport is set up as a DHCP server, type<br>
<br>
<br>
sudo dhclient ra0<br>
<br>
If that sequence works, then just enter the ESSID and the WEP key in
the Network Settings application. make sure that if you set your
Airport to use a hexadecimal key, you select the same type of key in
the interface properties dialog, and that DHCP is selected.<br>
<br>
Or ... you can just put all the series of commands that worked into a
script file, and just execute it when you want the network on.<br>
<br>
Saludos,<br>
<br>
Jaime<br>
<br>
madzzoni Wrote:<br>
> Hello there!<br>
<br>
><br>
<br>
> I got an older Acer Travelmate 524TX LapTop with 5.10 breezy installed<br>
> and a SMC 2635W WirelessCard in the slot.<br>
<br>
> My access-point is an Airport-express and i have no problems using this<br>
> for internet, if i leave it "open" without WEP-code, but when i change<br>
> to WEB Code "on" (128 bit enc.) i cannot connect from the Acer LapTop<br>
> anymore.<br>
<br>
> I have typed the code with CAPS=On in the Ubuntu Network interface and<br>
> it's present in the "etc/network/interfaces" file, but it will still<br>
> not connect.<br>
<br>
> Why? What do i miss?<br>
<br>
> :(<br>
<br>
> (Everything works, of course, perfectly with my Ibook!)<br>