Jump to content

oreoha

Active Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by oreoha

  1. Permission denied probably because you need to be root. You can use "sudo su" and change your user to root in a terminal, or just dont forget to use "sudo" first to prefix the commands.

    Like:

    sudo ifconfig eth0 up

    sudo dhclient eth0

    sudo shutdown -h now

    etc...

    i got it to work

  2. THANK YOU ALL OF YOU FOR REPLYING

    im alot closer to where i need to be

    but i am not able to connect to the internet so if you guys or anyone else has any suggestions please im willing to try anything...

    my state right now is i believe my Acer i sending and receiving packets now because the lights on the Ethernet jack are lighting up (not alot but enough to make me happy)...

    like i said im getting closer i belive and would like people to reply with any ideas they have!

  3. From memory all network cards are disabled by default on backtrack 4. Been a while since I have used it. Digip's suggestion was my issue and after running dhclient before startx my networking issue went away.

    http://backtrack4.blogspot.com/2009/02/bac...oo-release.html

    It may also pay to see if you can set a static IP address and see if it still works.

    ifconfig eth0 192.168.1.2

    replace all ip addresses and subnetmasks to those that correspond to your network.

    ifconfig eth0 192.168.1.2 netmask 255.255.255.0

    To manually add a default gateway:

    route add default gw 192.168.1.1 eth0

    Of course you would replace the IP address with your default gateways, also the eth0 interface is not always needed!

    To manually assign your DNS servers:

    echo nameserver 192.168.1.1 > /etc/resolv.conf

    the errors i am getting are SIOCSIFADDER: permission denied

    SIOCSIFFLAGS: permission denied

    also i tried running dhclient before the startx command and all permissions are denied

    if you have any other suggestions i would like you to reply

  4. hi there i am confronted with a Big problem i would like to install backtrack 4 onto my new christmas present a new Acer aspire one D250 but come to find out that the computer is having difficulties hooking up to my home network (or any network for that matter) i can not hook up via Wifi or even straight up Ethernet! and if i can not hook up to the interwebs i don't want to install it :unsure:

    if anyone has any suggestions please reply

×
×
  • Create New...