Hi,
first of all I want to say thanks to everyone who make this amazing tutorials.
I'm using ubuntu but I like to change to backtrack but I have a problem because I can't connect to the internet.
I've tried bt2 and bt3 but I can't connect, no wireless and no Lan.
My wireless card it's a d-link dwl-g122 ver.c1, and the lan it's commun 10/100Mb my motherboard it's a asus P5B-E and the lan it's integrated.
Sorry my english (Potuguese)![]()
"Sure is for people with nothing on the line.....you and me? We just get on with it."
-Garabaldi
Hi,
I don't get the interfaces, no eth0 and no rausb0Code:bt ~ # ifconfig 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: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 b) TX bytes:0 (0.0 b)
Thanks all
What lan card/chipset is it?
More often than not they're intelpro/100 or similar.
Try
If that doesn't give you your iface, tryCode:ifconfig eth0 up
Note, this is just based on the assumption that the chip is probably the intel pro/100.Code:modprobe e100 ifconfig eth0 up
If this is incorrect, please post your chipset.
You should be able to spot it in dmesg or lspci
dmesg | grep Ethernet
lspci | grep Ethernet
In Ubuntu
In Bt2Code:lspci | grep Ethernet 03:00.0 Ethernet controller: Attansic Technology Corp. L1 Gigabit Ethernet Adapter (rev b0)
I still don't get itCode:bt ~ # ifconfig eth0 up eth0: ERROR while getting interface flags: No such device bt ~ # lspci | grep Ethernet 03:00.0 Ethernet controller: Unknown device 1969:1048 (rev b0)
Thanks.
Could somebody help me please???![]()
u didnt use the " modprobe e100 "
that will load the ethernet drivers