Hi
Ive tried all the things i have been shown on here and i am still having troubleconnecting to my router. Ive change my interface file to this
[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']iface wlan0 inet dhcp
wireless_mode managed
wireless_essid sukmebeautifull
wireless_key xxxxxxxxx
wireless_channel 11[/div]
Which at first looked like this
[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']# /etc/network/interfaces -- configuration file for ifup(

, ifdown(

# The loopback interface
auto wlan0
iface lo inet loopback
# Wireless interfaces
iface wlan0 inet dhcp
wireless_mode managed
wireless_essid sukmebeautifull
wireless_key xxxxxxxxxxxxxxxxxxxxxxxxxx
wireless_channel 11
iface atml0 inet dhcp
# Wired or wireless interfaces
iface wlan0 inet dhcp
iface wlan0 inet dhcp
# Ethernet/RNDIS gadget (g_ether)
# ... or on host side, usbnet and random hwaddr
iface usb0 inet static
address xxx.xxx.x.xx
netmask 255.255.255.0
network 192.168.0.0
gateway 192.168.1.253
# Zaurus 2.4 Lineo net_fd; obsolete
iface usbd0 inet static
address 92.16.215.3
netmask 255.255.255.0
network 192.168.0.0
gateway 192.168.1.253
# iPAQ 2.4 mach-sa1100/usb-eth
# (192.168.0.202 is the iPAQ's IP, 192.168.0.200 is the host's IP)
iface usbf inet static
address 92.16.215.3
netmask 255.255.255.0
network 192.168.0.0
gateway 192.168.1.253
# Bluetooth networking
iface bnep0 inet dhcp[/div]
This is what shows when i do ifconfig
[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']root@Zubuntu:~# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 TX bytes:0 (0.0 [/div]
And this is what shows when i do iwconfig
[div class=\'codetop\']CODE[/div][div class=\'codemain\' style=\'height:200px;white-space:pre;overflow:auto\']oot@Zubuntu:~# iwconfig
lo no wireless extensions.
irda0 no wireless extensions.
wifi0 IEEE 802.11b ESSID:" " Nickname:""
Mode:Managed Access Point: Not-Associated Bit Rate:2 Mb/s
Sensitivity=1/3
Retry short limit:8 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
wlan1 IEEE 802.11b ESSID:" " Nickname:""
Mode:Managed Access Point: Not-Associated Bit Rate:2 Mb/s
Sensitivity=1/3
Retry short limit:8 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=0/70 Signal level=-73 dBm Noise level=-73 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
[/div]
Can anybody tell me were i am going wrong.
many thanks
Regards whykick