I was unable to post elsewhere, so here goes.
I am new to Kubuntu. Formerly used Ubuntu 6.04 up to Natty Unity.
I am having wireless problems very similar to what I had under Ubuntu 8.04.
I tried to use network configuration setting up my wireless and I cannot get a connection.
lshw shows my wlan0
I am using a workaround I developed when using Ubuntu 8.04, a script file which works.
_________________
________________________
I am wondering if this is a bug in Kubuntu? If not, how do I set up wireless using the network manager?
Thanks
I am new to Kubuntu. Formerly used Ubuntu 6.04 up to Natty Unity.
I am having wireless problems very similar to what I had under Ubuntu 8.04.
I tried to use network configuration setting up my wireless and I cannot get a connection.
lshw shows my wlan0
I am using a workaround I developed when using Ubuntu 8.04, a script file which works.
_________________
Code:
#!/bin/bash ifconfig eth0 down ifconfig wlan0 down dhclient -r wlan0 ifconfig wlan0 up iwconfig wlan0 essid "mywireless" iwconfig wlan0 key '1234567890' dhclient wlan0
I am wondering if this is a bug in Kubuntu? If not, how do I set up wireless using the network manager?
Thanks
Comment