First time linux (BT4) user

What's the best way to setup a home network? Why should I care about BGP?

First time linux (BT4) user

Post by Pagerops on Thu Oct 07, 2010 12:19 am
([msg=47169]see First time linux (BT4) user[/msg])

Been searching for sometime on how to get my Linksys Compact Wireless-G USB (WUSB54GC) adapter to work with BT4 but it is all way above my head. I'm extremely new to linux (hence the title). Where would one find a good beginners guide to BT4, and were talking N00b and all that implies.
User avatar
Pagerops
New User
New User
 
Posts: 21
Joined: Wed Jul 09, 2008 2:29 pm
Blog: View Blog (0)


Re: First time linux (BT4) user

Post by LoGiCaL__ on Thu Oct 07, 2010 1:11 am
([msg=47172]see Re: First time linux (BT4) user[/msg])

Backtrack 4 by default comes with disconnected network connections.

Try:
Code: Select all
su

Code: Select all
dhclient wlan0
User avatar
LoGiCaL__
Moderator
Moderator
 
Posts: 1047
Joined: Sun May 30, 2010 12:33 pm
Blog: View Blog (0)


Re: First time linux (BT4) user

Post by Pagerops on Thu Oct 07, 2010 1:21 am
([msg=47173]see Re: First time linux (BT4) user[/msg])

LoGiCaL__ wrote:Backtrack 4 by default comes with disconnected network connections.

Try:
Code: Select all
su

Code: Select all
dhclient wlan0


Comes back with:
Code: Select all
SIOSIFADDR:No Such Device
wlan0:ERROR while getting interface flags: No such device
wlan0:ERROR while getting interface flags: No such device
Bind socket to interface: No such device
User avatar
Pagerops
New User
New User
 
Posts: 21
Joined: Wed Jul 09, 2008 2:29 pm
Blog: View Blog (0)


Re: First time linux (BT4) user

Post by LoGiCaL__ on Thu Oct 07, 2010 1:30 am
([msg=47174]see Re: First time linux (BT4) user[/msg])

What's the result from:

Code: Select all
ifconfig


Also, are drivers required to be installed before the adapter can work or is it just plug and play?
User avatar
LoGiCaL__
Moderator
Moderator
 
Posts: 1047
Joined: Sun May 30, 2010 12:33 pm
Blog: View Blog (0)


Re: First time linux (BT4) user

Post by Goatboy on Thu Oct 07, 2010 2:36 am
([msg=47176]see Re: First time linux (BT4) user[/msg])

A similar question was posted here recently. You almost certainly have to do:

Code: Select all
/etc/init.d/networking start


Your BT4 should come with default drivers that will work with your card.
Mundus Vult Decipi
User avatar
Goatboy
Expert
Expert
 
Posts: 2443
Joined: Mon Jul 07, 2008 9:35 pm
Blog: View Blog (0)


Re: First time linux (BT4) user

Post by vietred on Fri Oct 08, 2010 2:00 pm
([msg=47254]see Re: First time linux (BT4) user[/msg])

You can learn a lot in Back Track forum. Study hard and one day you'll become an expert. Good luck! :)
http://www.backtrack-linux.org/forums
http://www.backtrack-linux.org/forums/beginners-forum/423-if-you-new-back-track-linux-read-thread.html
vietred
New User
New User
 
Posts: 2
Joined: Sat Oct 02, 2010 12:43 pm
Blog: View Blog (0)


Re: First time linux (BT4) user

Post by Pagerops on Tue Oct 12, 2010 4:37 pm
([msg=47438]see Re: First time linux (BT4) user[/msg])

LoGiCaL__ wrote:What's the result from:

Code: Select all
ifconfig


Also, are drivers required to be installed before the adapter can work or is it just plug and play?



comes back with:
Code: Select all
Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UPLOOKBACK RUNNING MUT: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:0 (0.0 B)


and I have tried, /etc/init.d/networking start
It comes back by sending packets to 127.0.0.0 on port:67 at intervals from 8 to 18

I have the drives but I can not get them to install, the card is supposed to be plug and play but that is with Windows and it works fine with windows.
User avatar
Pagerops
New User
New User
 
Posts: 21
Joined: Wed Jul 09, 2008 2:29 pm
Blog: View Blog (0)


Re: First time linux (BT4) user

Post by insomaniacal on Tue Oct 12, 2010 5:12 pm
([msg=47440]see Re: First time linux (BT4) user[/msg])

Sending packets to 127.0.0.0 just results in sending packets back to yourself. I'm guessing the crux of the problem lies there.
It's not who votes that counts, it's who counts the votes
insomaniacal.blog.com
User avatar
insomaniacal
Addict
Addict
 
Posts: 1212
Joined: Sun May 24, 2009 10:21 am
Blog: View Blog (0)


Re: First time linux (BT4) user

Post by LoGiCaL__ on Tue Oct 12, 2010 9:49 pm
([msg=47444]see Re: First time linux (BT4) user[/msg])

The problem is the usb wireless adapter. I had this same problem and got it working with a simple dhclient eth0. However, I'm wired to the router. I would be willing to bet dhclient wlan0 would work also with a wireless network card. Without knowing for sure what the wireless adapter would be named or if it is even working correctly on bt4, this issue will take some time to resolve. You should try to connect to the router with a cable connection and see if you can get it working that way.

Then you know it's a setting somewhere or the wireless adapter. Good luck and don't give up. I stopped running bt4 as my main OS and just use it as a live cd. I moved on to openSUSE and I actually like it alot better. I was able to get my vid card drivers installed on it .

-- Tue Oct 12, 2010 9:54 pm --

Just found this on google, give it a shot.

You can go online via Menu -> Services -> NETWORK -> Start NETWORK, then Menu -> Internet -> Wicd.

Source: http://www.backtrack-linux.org/forums/beginners-forum/199-no-internet-backtrack-4-a.html
User avatar
LoGiCaL__
Moderator
Moderator
 
Posts: 1047
Joined: Sun May 30, 2010 12:33 pm
Blog: View Blog (0)


Re: First time linux (BT4) user

Post by Pagerops on Tue Oct 12, 2010 10:56 pm
([msg=47448]see Re: First time linux (BT4) user[/msg])

insomaniacal wrote:Sending packets to 127.0.0.0 just results in sending packets back to yourself. I'm guessing the crux of the problem lies there.

127.0.0.1 is the computers default IP just like in windows right? Though through a lot of trial and error, I found that the wifi card is the issue. But I can not wire the computer to Ethernet I am too far from the modem to do that, so it had to be set up on wifi.

LoGiCaL__ wrote:The problem is the usb wireless adapter. I had this same problem and got it working with a simple dhclient eth0. However, I'm wired to the router. I would be willing to bet dhclient wlan0 would work also with a wireless network card. Without knowing for sure what the wireless adapter would be named or if it is even working correctly on bt4, this issue will take some time to resolve. You should try to connect to the router with a cable connection and see if you can get it working that way.<br><br>Then you know it's a setting somewhere or the wireless adapter. Good luck and don't give up. I stopped running bt4 as my main OS and just use it as a live cd. I moved on to openSUSE and I actually like it alot better. I was able to get my vid card drivers installed on it .<br><br>-- Tue Oct 12, 2010 9:54 pm --<br><br>Just found this on google, give it a shot.<br><br>You can go online via Menu -> Services -> NETWORK -> Start NETWORK, then Menu -> Internet -> Wicd.<br><br>Source: http://www.backtrack-linux.org/forums/beginners-forum/199-no-internet-backtrack-4-a.html


Link was amazingly helpful! thank you! I think i'll be able to get the card up using the info there. Another question random though I really want to know, is there anyway to duel monitor (I'm sure there is) using linux (don't need the process just wondering).
User avatar
Pagerops
New User
New User
 
Posts: 21
Joined: Wed Jul 09, 2008 2:29 pm
Blog: View Blog (0)


Next

Return to Networking

Who is online

Users browsing this forum: No registered users and 0 guests