problems with wlan automatic configuration at startup

Asked by trylik

here is my situation

i have kubuntu 7.04 / Aristo Laptop with realtek RT2500 wlan card

on my linksys router i have static DHCP assigment for my wifi mac

here is my /etc/network/interfaces file:
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0

#iface eth0 inet static
#address 192.168.1.12
#netmask 255.255.255.0
#gateway 192.168.1.1

auto eth0
iface eth0 inet dhcp

auto eth2
iface eth2 inet dhcp

auto ath0
iface ath0 inet dhcp

auto wlan0
iface wlan0 inet dhcp

#iface ra0 inet dhcp
#wireless-essid trylinscy

#auto ra0

iface ra0 inet dhcp
wireless-essid *****
wireless-key ****

auto ra0

everytime kubuntu starts up it doesn't connect to my lan :(

it works only if i do ifdown and ifup or from the system settings

what is wrong? it worked on 6.10 but after upgrade - not any more

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
trylik
Solved:
Last query:
Last reply:
Revision history for this message
Scott Kitterman (kitterman) said :
#1

Try commenting out the entries for ath0/wlan0 and let kdenetworkmanager manage those interfaces. There is a new version out today that shoud work in a number of situations where the previous versions didn't.

Revision history for this message
Best trylik (marek-nasionka) said :
#2

thanks scott - but it is ok now - i just folowed the upgrades and it's working now