Results 1 to 4 of 4

Thread: Help with basic wireless stuff

  1. #1
    Join Date
    Oct 2007
    Beans
    18

    Help with basic wireless stuff

    I have a laptop running ubuntu which I don't use much. (I mainly use Fedora 14 Linux.) The last time I used the ubuntu machine was on a friend's home wireless network. This was about two months ago, and after some fiddling I got it to recognize the local wireless network and connect to it.

    I am now in hospital recovering from back surgery. I've connected successfully to the local wireless network here with my Nook, and that works okay. I would like to use my ubuntu laptop here. After logging into the machine, I can't seem to do anything to add the local wireless network and connect to it.

    Would anyone remind me of what to do to search for wireless networks? And any additional suggestions would be appreciated.

    I am posting this on a computer near the nurse's station, which I can come back to.
    Last edited by leonardevens; January 16th, 2012 at 04:35 AM.

  2. #2
    Join Date
    Nov 2006
    Location
    Craggy Island.
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Help with basic wireless stuff

    Hey there

    Hope the back is ok and your recovering , you could use the terminal window in applications -> accessories,

    Assuming alls ok with your driver

    try bringing up the interface

    Code:
    sudo ifconfig wlan0 up
    check ifconfig that its there..... if it has an IP address you may be ok at this point,.

    scan for the ap


    Code:
    sudo iwlist wlan0 scan | grep ESSID
    (Drop | grep ESSID to see more info)

    This should show you your AP (eg mynetwork)

    connect
    Code:
    sudo iwconfig wlan0 essid "mynetwork"
    if you need to force an IP address acquisition

    Code:
    sudo dhclient wlan0
    Post an errors you may see along the way
    You can tell a man who boozes by the company he chooses, as the pig got up and slowly walked away.

  3. #3
    Join Date
    Oct 2007
    Beans
    18

    Re: Help with basic wireless stuff

    Thanks for the help.

    As typically happens when I use my ubuntu machine, nothing seems to work for a while, and then , by magic, ubuntu finds all the available local networks and gives me a chance to connect. That is what happened this time also. So I am now connected.

  4. #4
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Help with basic wireless stuff

    You may want to edit your email address out of your first post - otherwise, spammers may start sending you offers you didn't know you wanted.

    Glad you got the problem sorted out. If it stays fixed, consider marking the thread [SOLVED].
    Last edited by Iowan; January 15th, 2012 at 07:25 PM.
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

Bookmarks

Posting Permissions

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