Comment 3 for bug 95343

Revision history for this message
KaT (kat-fiade) wrote : same problem here

My Conceptronic PCI 54 MBPS (C54Ri) worked fine since dapper. I upgraded from edgy to feisty beta and since then, once the system is up, the wifi card is detected (as ra0) but it does not get an ip.

I used static ip configuration and then tried dhcp, the results are always the same; i must write:

me@ubuntu:~$ sudo ifdown ra0
SIOCDELRT: No such process
me@ubuntu:~$ sudo ifup ra0

and then it works, until next reboot, of course.

I am using WEP with 128 bit hexadecimal key.

My "/etc/network/interfaces" (key and essid modified!) is:

#START
iface ra0 inet static
address 192.168.2.102
netmask 255.255.255.0
gateway 192.168.2.1
wireless-essid myessid
wireless-key restricted MYHEXPASSWORD

auto ra0
#END