Results 1 to 3 of 3

Thread: linux mint 7

  1. #1
    Water Cooled pcclan's Avatar
    Join Date
    Jan 2009
    Location
    Edmonton,Ab
    Posts
    643

    Default linux mint 7

    how do you assign IP to Linux mint i don't know how to assign one i need to know cause my wireless router won't give my one any ideas on how to do it
    Quote Originally Posted by lastweek View Post
    Not only will it probably catch fire to your house, it will probably shoot peices out of your case and kill your cat. make sure you video tape your expierment.
    Quote Originally Posted by StormRider View Post
    Write your will before you turn it on



  2. #2
    Will YOU be ready when the zombies rise? x88x's Avatar
    Join Date
    Oct 2008
    Location
    MD, USA
    Posts
    6,334

    Default Re: linux mint 7

    Are you sure it's connected to the router?

    if so,
    run
    Code:
    ifconfig
    to get the name of your card (wlan0, ath0, or something like that)

    then (assuming card name is wlan0) either:
    to manually pull a dhcp address:
    Code:
    dhclient wlan0
    or, to manually set one:
    Code:
    ifconfig wlan0 192.168.2.3
    replacing 192.168.2.3 with whatever IP you want

  3. #3
    ATX Mental Case Kumo's Avatar
    Join Date
    Aug 2006
    Location
    Madrid, ES
    Posts
    159

    Default Re: linux mint 7

    Yoy can use gnome network manager or WICD to manage your wifi networks. Also you can edit /etc/networks/interfaces.

    Also check router config, maybe DHCP is disabled.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •