Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 32

Thread: It says "Connected" but it's not

  1. #11
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: It says "Connected" but it's not

    should i create one, even if no connection is shown from scanning?!
    No, please. 'Create New Wireless Network' creates an ad hoc computer-to-computer network; that's just what we do not want.

    Can you confirm you have the needed firmware rt73bin?
    Code:
    ls /lib/firmware | grep rt7
    Also, is the interface up?
    Code:
    sudo ifconfig wlan0 up
    If there is an error or warning, it will be informative, so please post it.

    I'd studying your readings, as I'm sure the Wild Man is, too...
    Last edited by chili555; October 2nd, 2011 at 08:54 PM.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  2. #12
    Join Date
    Oct 2011
    Beans
    18

    Re: It says "Connected" but it's not

    ok, i'll stay far from that then :

    meanwhile: thanks for your patience

    EDIT:

    Code:
    anna@computer-cucina:~$ ls /lib/firmware | grep rt7
    rt73.bin
    
    
    anna@computer-cucina:~$ sudo ifconfig wlan0 up
    [sudo] password for anna: 
    
    
    anna@computer-cucina:~$ ifconfig
    eth0      Link encap:Ethernet  HWaddr 00:0e:a6:51:ec:bf  
              UP BROADCAST MULTICAST  MTU:1500  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:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:23 Base address:0x8000 
    
    lo        Link encap:Local Loopback  
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:112 errors:0 dropped:0 overruns:0 frame:0
              TX packets:112 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:8544 (8.5 KB)  TX bytes:8544 (8.5 KB)
    
    wlan0     Link encap:Ethernet  HWaddr 00:1f:1f:03:3e:ef  
              UP BROADCAST MULTICAST  MTU:1500  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:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    Last edited by d21; October 2nd, 2011 at 08:59 PM.

  3. #13
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: It says "Connected" but it's not

    It is up and gives every sign of being a perfectly working wireless interface. Still no scan results?
    Code:
    sudo iwlist wlan0 scan
    Are you certain you are near a working wireless access point?
    Device: wlan0 ----------------------------------------------------------------
    Type: 802.11 WiFi
    Driver: rt73usb
    State: disconnected
    Default: no
    HW Address: 00:1F:1F:03:3E:EF

    Capabilities:

    Wireless Properties
    WEP Encryption: yes
    WPA Encryption: yes
    WPA2 Encryption: yes

    Wireless Access Points

    ??? none ???
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  4. #14
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: It says "Connected" but it's not

    Hi, you can also try:
    Code:
    sudo iwconfig wlan0 power off
    see if that brings it to life.
    Thank you

  5. #15
    Join Date
    Oct 2011
    Beans
    18

    Re: It says "Connected" but it's not

    nuthin'



    a guy from italian forum suggested i could check out for "ndiswrapper"... can it be of some help?

    BTW, the strange thing is that i installed ubuntu 11 live from CD, and while on live, internet did work!!!

    this is awkward...

  6. #16
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: It says "Connected" but it's not

    Hi, you do not need ndiswrapper, and it usually does not work as well.

    Unplug your wired connection then run this command and post the results please:
    Code:
    sudo cat /var/log/syslog | grep etwork | tail -n50
    Did you try what I suggested in my last post?
    Thank you
    Last edited by wildmanne39; October 2nd, 2011 at 09:41 PM. Reason: add text

  7. #17
    Join Date
    Oct 2011
    Beans
    18

    Re: It says "Connected" but it's not

    yes i tried that, but still no scan results...

    what you mean about "unplugging my connection?"

    the machine with linux has only wireless usb pen, and i'm writing this from another machine with windows 7 + wireless usb pen (same model of the other).

    What do i have to unplug?


    EDIT:

    to be sure i gave the command again and now it gave me this:
    Code:
    anna@computer-cucina:~$ sudo iwconfig wlan0 power off
    [sudo] password for anna: 
    Error for wireless request "Set Power Management" (8B2C) :
        SET failed on device wlan0 ; Invalid argument.
    anna@computer-cucina:~$ sudo iwconfig wlan0 power off
    Error for wireless request "Set Power Management" (8B2C) :
        SET failed on device wlan0 ; Invalid argument.
    i think this means the settings is already given?

    now the led is flashing all the time...
    Last edited by d21; October 2nd, 2011 at 10:04 PM.

  8. #18
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: It says "Connected" but it's not

    Hi, was the light off before?
    Try these 2 commands please:
    Code:
    sudo iwlist scan
    Code:
    iwlist chan
    if you do not have a wired connection then just run the other command that I gave you and post all the results of that command here, I am looking for more error messages.
    Thank you

  9. #19
    Join Date
    Oct 2011
    Beans
    18

    Re: It says "Connected" but it's not

    Code:
    anna@computer-cucina:~$ sudo cat /var/log/syslog | grep network | tail -n50
    Oct  2 20:17:41 computer-cucina kernel: [ 1350.112021] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:18:13 computer-cucina kernel: [ 1382.112023] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:18:45 computer-cucina kernel: [ 1414.112024] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:19:17 computer-cucina kernel: [ 1446.112025] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:19:49 computer-cucina kernel: [ 1478.112022] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:20:21 computer-cucina kernel: [ 1510.112023] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:20:53 computer-cucina kernel: [ 1542.112025] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:21:25 computer-cucina kernel: [ 1574.112022] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:21:57 computer-cucina kernel: [ 1606.112021] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:22:29 computer-cucina kernel: [ 1638.112023] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:23:01 computer-cucina kernel: [ 1670.112028] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:23:33 computer-cucina kernel: [ 1702.112024] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:24:05 computer-cucina kernel: [ 1734.112024] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:24:37 computer-cucina kernel: [ 1766.112023] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:25:09 computer-cucina kernel: [ 1798.112024] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:25:41 computer-cucina kernel: [ 1830.112023] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:26:13 computer-cucina kernel: [ 1862.112025] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:26:45 computer-cucina kernel: [ 1894.112023] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:27:17 computer-cucina kernel: [ 1926.112024] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:27:49 computer-cucina kernel: [ 1958.112044] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:28:21 computer-cucina kernel: [ 1990.112024] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:28:53 computer-cucina kernel: [ 2022.112033] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:29:25 computer-cucina kernel: [ 2054.112019] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:29:57 computer-cucina kernel: [ 2086.112019] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:30:29 computer-cucina kernel: [ 2118.112021] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:31:01 computer-cucina kernel: [ 2150.112017] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:31:33 computer-cucina kernel: [ 2182.112022] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:32:05 computer-cucina kernel: [ 2214.112022] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:32:37 computer-cucina kernel: [ 2246.112021] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:33:09 computer-cucina kernel: [ 2278.112024] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:33:41 computer-cucina kernel: [ 2310.112026] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:34:13 computer-cucina kernel: [ 2342.112023] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:34:45 computer-cucina kernel: [ 2374.112060] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:35:17 computer-cucina kernel: [ 2406.112028] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:35:49 computer-cucina kernel: [ 2438.112040] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:36:21 computer-cucina kernel: [ 2470.112020] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:36:53 computer-cucina kernel: [ 2502.112083] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:37:25 computer-cucina kernel: [ 2534.112021] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:37:57 computer-cucina kernel: [ 2566.112021] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:38:29 computer-cucina kernel: [ 2598.112023] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:39:01 computer-cucina kernel: [ 2630.112020] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:39:33 computer-cucina kernel: [ 2662.112023] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:40:05 computer-cucina kernel: [ 2694.112020] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:40:37 computer-cucina kernel: [ 2726.112022] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 20:43:53 computer-cucina NetworkManager[430]: <info> Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'd21'.
    Oct  2 20:44:03 computer-cucina kernel: [ 2932.206668] wlan0: Creating new IBSS network, BSSID 1a:a6:08:3a:90:b7
    Oct  2 22:42:52 computer-cucina kernel: [ 5360.270600] wlan0: Creating new IBSS network, BSSID e2:6e:bb:f3:41:ad
    Oct  2 22:42:52 computer-cucina NetworkManager[416]: <info> Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'd21'.
    Oct  2 22:43:23 computer-cucina kernel: [ 5391.072021] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    Oct  2 22:43:55 computer-cucina kernel: [ 5423.072021] wlan0: No active IBSS STAs - trying to scan for other IBSS networks with same SSID (merge)
    
    
    
    anna@computer-cucina:~$ sudo iwlist scan
    lo        Interface doesn't support scanning.
    
    eth0      Interface doesn't support scanning.
    
    wlan0     No scan results
    
    
    
    anna@computer-cucina:~$ iwlist chan
    lo        no frequency information.
    
    eth0      no frequency information.
    
    wlan0     14 channels in total; available frequencies :
              Channel 01 : 2.412 GHz
              Channel 02 : 2.417 GHz
              Channel 03 : 2.422 GHz
              Channel 04 : 2.427 GHz
              Channel 05 : 2.432 GHz
              Channel 06 : 2.437 GHz
              Channel 07 : 2.442 GHz
              Channel 08 : 2.447 GHz
              Channel 09 : 2.452 GHz
              Channel 10 : 2.457 GHz
              Channel 11 : 2.462 GHz
              Channel 12 : 2.467 GHz
              Channel 13 : 2.472 GHz
              Channel 14 : 2.484 GHz
              Current Frequency=2.412 GHz (Channel 1)

  10. #20
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: It says "Connected" but it's not

    Hi, the errors you are getting means it is still trying to use ad-hoc.

    Go into network manager and click on create a new wireless connection, then make sure your settings look like this, refer to screenshots.

    Also while setting up wireless set security or encryption to wpa2.
    Thank you
    Last edited by wildmanne39; February 10th, 2013 at 06:58 PM.

Page 2 of 4 FirstFirst 1234 LastLast

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
  •