Results 1 to 2 of 2

Thread: Wireless Exist and Not Exist

  1. #1
    Join Date
    Jun 2008
    Beans
    44

    Unhappy Wireless Exist and Not Exist

    Hi All

    I have a wireless network at my home, when I go to my work, I change the connection to be a static IP and a proxy. Yesterday, I connected to wireless network and the signal was excellent. But today, when I tried to connect I couldn't.

    The strange thing is that my laptop detected the wireless, and when using (iwlist scan) command, it shows that it exist and detected, but I can't browse.

    Besides, I removed the wired connection from the network manager, but the network icon don't change in the task bar, it always displays the wired connectioin icon, and not the wireless despite that I choose the wireless network

    Why? any help please?
    Jotnarta
    Last edited by jotnarta; June 16th, 2008 at 06:46 PM.

  2. #2
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Wireless Exist and Not Exist

    You can create different profiles for the wireless connection for work and home by using the Network utility found at System>Administration. You could also try using wicd, which will do the same thing.

    As for your connection failing at home: first try bringing your interface down and back up and see if you can connect, e.g.:
    Code:
    sudo ifconfig wlan0 down
    sudo ifconfig wlan0 up
    (note that your interface might not be called "wlan0"; it may be eth1 or ath0 instead, or something else).

    If that doesn't work, does rebooting the computer fix the problem?

    If not, please post the output of these commands when you are trying to connect at home and are unable:
    Code:
    iwconfig
    ifconfig

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
  •