Is your networking device even connected/identified? Did you check dmesg?
I am a new player in backtrack,after install the system the fisrt thing i need to do is connect to the network.If the situation is LAN,in ubuntu i just plug the line then everything should be ok.But backtrack didn't,so i search forum then i am aware of that it seems i need to use the command "/etc/init.d/networking start",but after this it just told me that "eth0:no such device" or "eth1:no such device" and so on.
To another way,i thought about using the wlan to connect the network.So i opened the wlan button in my computer.Then try the command "ifconfig -a",there were three interfaces:lo,wlan0 and vxxxx00(i could not remember this).After this, i used the command "/etc/init.d/wcid start" then run the wcid GUI,it told me that there are no any wlan interface.
As a rookie i need a solution about connecting the network,so please give me a help.
Is your networking device even connected/identified? Did you check dmesg?
Please plug in your ethernet cable and share with us the results of your "ifconfig -a" command...
Is this a physical or virtual machine?
I got 99 problems but the bits ain't one...
Need more detail ... need details
You could put some outputs here from some usual commands like: ipconfig, lspci maybe tell us the name of your card, tell us is it's the OS is in Vmware or not, tell us what solutions have you tried, etc.
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
I think first i should work out the situation on wireless,so click the wireless button on my computer,then,run the command "ifconfig -a",this is the output:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:500 (500.0 B) TX bytes:500 (500.0 B)
wlan0 Link encap:Ethernet HWaddr 00:26:xx:xx:xx:xx(sorry,i use the "xx" for doing a hide)
inet addr:xx.xx.xx.xx Bcast:xx.xx.xx.xx Mask:255.255.255.0
BROADCAST MULTICAST MTU:1500 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:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wmaster0 Link encap:UNSPEC HWaddr 00-xxxxxxxxxxxxxxxxxxxxxxxxxx
[NO FLAGS] MTU:0 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:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
The inet addr in wlan0 has output a true ip which i used for a wireless in the win7 system,the next i run the wicd manager GUI program,it told me "no wireless found",so i create one,click the item "create Ad-Hoc network" in wicd manager,the name is "My_Adhoc_Network",the ip is the true wlan0 ip
which the ifconfig -a command showed.After this,the wicd manager appeared a line "connected to My_Adhoc_Network at 0%(ip:xx.xx.xx.xx)",i wait for a long time,it still the 0%.I think the outside wireless situation is ok for i could use the wlan normally in win7 and ubuntu.
Oh,almost forgot to say,my backtrack is install by a normal physical status which is not on a virtual machine,and my privilege is root.
I think i found the problem:
configuring network interfaces:
iwlagn 0000:05:00.0: firmware: requesting iwlwifi-1000-2.ucode
iwlagn 0000:05:00.0: iwlwifi-1000-2.ucode firmware file req failed: -2
iwlagn 0000:05:00.0: firmware: requesting iwlwifi-1000-1.ucode
iwlagn 0000:05:00.0: iwlwifi-1000-1.ucode firmware file req failed: -2
iwlagn 0000:05:00.0: Could not read microcode: -2
iwlagn 0000:05:00.0: firmware: requesting iwlwifi-1000-2.ucode
iwlagn 0000:05:00.0: iwlwifi-1000-2.ucode firmware file req failed: -2
iwlagn 0000:05:00.0: firmware: requesting iwlwifi-1000-1.ucode
iwlagn 0000:05:00.0: iwlwifi-1000-1.ucode firmware file req failed: -2
iwlagn 0000:05:00.0: Could not read microcode: -2
iwlagn 0000:05:00.0: firmware: requesting iwlwifi-1000-2.ucode
iwlagn 0000:05:00.0: iwlwifi-1000-2.ucode firmware file req failed: -2
iwlagn 0000:05:00.0: firmware: requesting iwlwifi-1000-1.ucode
iwlagn 0000:05:00.0: iwlwifi-1000-1.ucode firmware file req failed: -2
iwlagn 0000:05:00.0: Could not read microcode: -2
what is it?
Last edited by supercodeing35271; 06-18-2010 at 11:11 AM. Reason: Merging
Hey somebody should help this guy. Because I have the same problem.
Easy. Use a supported network adapter.
Also, if you're going to try to hide your mac address, don't forget to X out "UNSPEC HWaddr 00-26-C7-27-52-68-00-00-00-00-00-00-00-00-00-00" as well.
Last edited by Barry; 06-17-2010 at 04:55 PM.
i assume u got a intel wireless from your mac , and a problem with your firmware.
a- try download the 1000bgn microcode from hxxp://intellinuxwireless.org/?n=Downloads , extract it and copy it to /lib/firmware/.
b- get another wireless adapter
Just a sidebar to the general discussion, but that approach is backwards. When troubleshooting network issues, it's wisest to ALWAYS start the diagnostic process from the wired connection. It's easier to do for a number of different reasons, including more supported devices and drivers, lack of cross-protocol problems, lack of cross-encryption issues, and the ability to sniff traffic much easier.
Thorn
Stop the TSA now! Boycott the airlines.
Pessimistically comical @ Barry, excellent. supercodeing35271, you have been told the problem on this page.
Last edited by killadaninja; 06-24-2010 at 05:03 AM.
Sometimes I try to fit a 16-character string into an 8–byte space, on purpose.