http://www.backtrack-linux.org/forum...read.php?t=209
I have followed all of the steps in that post that describes all of the steps to setting up networking. I have tried everything from making it start on boot
and changing it to a static IP. Nothing has worked in that department...lol
As far as authentication, I am not sure what you mean by that. I am pretty sure its WPA-WPA2 because that's how it comes up on my other computer running windows 7/
I did start the networking service and I have started wicd. (When I open the wicd GUI interface no networks are available). I also changed my /etc/resolv.conf from 8.8.8.8 to 192.168.0.1, but i read that once DHCP is working
it should just overwrite that if needed. However, that could be wrong because I have no gotten dhclient to work yet so I cannot be sure.
http://ubuntuforums.org/showpost.php...81&postcount=1
The link above shows a list of commands that display all sorts of information that I have been trying to use to troubleshoot by problem and most of them I have already relayed to you. If you can be more specific about the information you
need from me I can do that.
I will show you a few more things that happen below:
When I start the network:
Code:
/etc/init.d/networking start
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service networking start
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start networking
networking stop/waiting
__________________________________________________ ________
When I restart the network:
Code:
root@bt:~# /etc/init.d/networking restart
* Reconfiguring network interfaces... Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
wlan0: unknown hardware address type 803
wlan0: unknown hardware address type 803
Listening on LPF/wlan0/
Sending on LPF/wlan0/
Sending on Socket/fallback
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
wlan0: unknown hardware address type 803
SIOCSIFFLAGS: Unknown error 132
SIOCSIFFLAGS: Unknown error 132
wlan0: unknown hardware address type 803
Listening on LPF/wlan0/
Sending on LPF/wlan0/
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
send_packet: Network is down
receive_packet failed on wlan0: Network is down
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13
send_packet: Network is down
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
send_packet: Network is down
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13
send_packet: Network is down
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
send_packet: Network is down
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 10
send_packet: Network is down
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
send_packet: Network is down
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
__________________________________________________ _
When I run dhclient Wlan0:
Code:
root@bt:~# dhclient wlan0
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
wlan0: unknown hardware address type 803
SIOCSIFFLAGS: Unknown error 132
SIOCSIFFLAGS: Unknown error 132
wlan0: unknown hardware address type 803
Listening on LPF/wlan0/
Sending on LPF/wlan0/
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5
send_packet: Network is down
receive_packet failed on wlan0: Network is down
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 9
send_packet: Network is down
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 21
send_packet: Network is down
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 17
send_packet: Network is down
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 9
send_packet: Network is down
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
__________________________________________________ __
Does that help?
Cheers,
Rossay