Page 10 of 14 FirstFirst ... 89101112 ... LastLast
Results 91 to 100 of 138

Thread: Asus n13 wireless adapter

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

    Re: i need help connecting to internet please.

    I'm fairly certain it's not going to connect if the cell phone is connected and has an IP address. Also, I am troubled by this:
    *-network:1
    description: Wireless interface
    physical id: 2
    bus info: usb@1:6
    logical name: wlan0
    serial: c8:60:00:d4:9e:86
    capabilities: ethernet physical wireless
    configuration: broadcast=yes driver=rtl8192cu multicast=yes wireless=unassociated
    Didn't we blacklist rtl8192cu in favor of 8192cu which you downloaded and compiled? Which is loaded?
    Code:
    lsmod | grep 8192
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  2. #92
    Join Date
    Oct 2012
    Location
    Icecold, Andromeda
    Beans
    126
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: i need help connecting to internet please.

    Quote Originally Posted by chili555 View Post
    I'm fairly certain it's not going to connect if the cell phone is connected and has an IP address. Also, I am troubled by thisidn't we blacklist rtl8192cu in favor of 8192cu which you downloaded and compiled? Which is loaded?
    Code:
    lsmod | grep 8192
    no i check wehn i disconnect but to come back on the forum i have to connect to cell phone. The cell phone is rooted so i can tether whether im connected to wireless or data. This time im connected to the same wireless network im trying to connect on the desktop

  3. #93
    Join Date
    Oct 2012
    Location
    Icecold, Andromeda
    Beans
    126
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: i need help connecting to internet please.

    mar@mar-Vostro-200:~$ lsmod | grep 8192
    rtl8192c_common 69519 0
    mac80211 436455 2 rtl8192c_common,rtlwifi
    8192cu 487753 0
    mar@mar-Vostro-200:~$ without cell phone here it is.....
    without: command not found
    mar@mar-Vostro-200:~$ without cell phone here it is.....
    without: command not found
    mar@mar-Vostro-200:~$ lsmod | grep 8192
    rtl8192c_common 69519 0
    mac80211 436455 2 rtl8192c_common,rtlwifi
    8192cu 487753 0
    mar@mar-Vostro-200:~$

  4. #94
    Join Date
    Oct 2012
    Location
    Icecold, Andromeda
    Beans
    126
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: i need help connecting to internet please.

    Guys,

    Thank you so much, i just want to say that. I am sure this is pain, cause im getting frustrated and i cant imagine how you guys feel. I just want to say thank you whether this works or not.
    mar

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

    Re: i need help connecting to internet please.

    Please detach the cell phone, try to connect twice and show us:
    Code:
    sudo cat /var/log/syslog | grep etwork | tail -n20
    $ lsmod | grep 8192
    rtl8192c_common 69519 0
    mac80211 436455 2 rtl8192c_common,rtlwifi
    8192cu 487753 0
    Cool! Perfect.

    I enjoy helping! I'm not frustrated at all.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #96
    Join Date
    Oct 2012
    Location
    Icecold, Andromeda
    Beans
    126
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: i need help connecting to internet please.

    mar@mar-Vostro-200:~$ sudo cat /var/log/syslog | grep etwork | tail -n20
    [sudo] password for mar:
    Oct 9 22:48:23 mar-Vostro-200 NetworkManager[758]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) complete.
    Oct 9 22:48:23 mar-Vostro-200 NetworkManager[758]: <info> (wlan0): DHCPv4 state changed nbi -> preinit
    Oct 9 22:48:43 mar-Vostro-200 NetworkManager[758]: <info> (wlan0): IP6 addrconf timed out or failed.
    Oct 9 22:48:43 mar-Vostro-200 NetworkManager[758]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
    Oct 9 22:48:43 mar-Vostro-200 NetworkManager[758]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) started...
    Oct 9 22:48:43 mar-Vostro-200 NetworkManager[758]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) complete.
    Oct 9 22:49:08 mar-Vostro-200 NetworkManager[758]: <warn> (wlan0): DHCPv4 request timed out.
    Oct 9 22:49:08 mar-Vostro-200 NetworkManager[758]: <info> (wlan0): canceled DHCP transaction, DHCP client pid 3619
    Oct 9 22:49:08 mar-Vostro-200 NetworkManager[758]: <info> Activation (wlan0) Stage 4 of 5 (IPv4 Configure Timeout) scheduled...
    Oct 9 22:49:08 mar-Vostro-200 NetworkManager[758]: <info> Activation (wlan0) Stage 4 of 5 (IPv4 Configure Timeout) started...
    Oct 9 22:49:08 mar-Vostro-200 NetworkManager[758]: <info> (wlan0): device state change: ip-config -> failed (reason 'ip-config-unavailable') [70 120 5]
    Oct 9 22:49:08 mar-Vostro-200 NetworkManager[758]: <warn> Activation (wlan0) failed for access point (MFGT1)
    Oct 9 22:49:08 mar-Vostro-200 NetworkManager[758]: <info> Marking connection 'MFGT1' invalid.
    Oct 9 22:49:08 mar-Vostro-200 NetworkManager[758]: <warn> Activation (wlan0) failed.
    Oct 9 22:49:08 mar-Vostro-200 NetworkManager[758]: <info> Activation (wlan0) Stage 4 of 5 (IPv4 Configure Timeout) complete.
    Oct 9 22:49:08 mar-Vostro-200 NetworkManager[758]: <info> (wlan0): device state change: failed -> disconnected (reason 'none') [120 30 0]
    Oct 9 22:49:08 mar-Vostro-200 NetworkManager[758]: <info> (wlan0): deactivating device (reason 'none') [0]
    Oct 9 22:49:08 mar-Vostro-200 NetworkManager[758]: <info> Policy set 'Wired connection 2' (usb0) as default for IPv4 routing and DNS.
    Oct 9 22:49:08 mar-Vostro-200 NetworkManager[758]: <info> Policy set 'Wired connection 2' (usb0) as default for IPv4 routing and DNS.
    Oct 9 22:49:08 mar-Vostro-200 NetworkManager[758]: <info> (wlan0): supplicant interface state: completed -> disconnected
    mar@mar-Vostro-200:~$

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

    Re: i need help connecting to internet please.

    I'm still troubled that it doesn't ask for the key. Please post:
    Code:
    sudo cat /etc/NetworkManager/system-connections/MFGT1
    It will, hopefully, display your WEP key in clear text. DO NOT POST IT. Obscure it thus:
    [802-11-wireless-security]
    key-mgmt=none
    auth-alg=open
    wep-key0=92xxyyzzwhatever
    wep-key-type=1
    We are interested in whether it shows and if it's correct. We also hope we see 'infrastructure.'
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  8. #98
    Join Date
    Oct 2012
    Location
    Icecold, Andromeda
    Beans
    126
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: i need help connecting to internet please.

    mar@mar-Vostro-200:~$ sudo cat /etc/NetworkManager/system-connections/MFGT1
    [sudo] password for mar:

    [connection]
    id=MFGT1
    uuid=0e7bce6c-12b4-44f8-a30a-26528794872b
    type=802-11-wireless

    [802-11-wireless]
    ssid=MFGT1
    mode=infrastructure
    mac-address=C8:60:004:9E:86
    security=802-11-wireless-security

    [802-11-wireless-security]
    key-mgmt=none
    wep-key0=529a65xxgh

    [ipv4]
    method=auto

    [ipv6]
    method=auto
    mar@mar-Vostro-200:~$

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

    Re: i need help connecting to internet please.

    I assume the key is correct under the obscurity. Sorry; retiring for the evening. I'll check in tomorrow.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  10. #100
    Join Date
    Oct 2012
    Location
    Icecold, Andromeda
    Beans
    126
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: i need help connecting to internet please.

    No problem at all. Thank you so much.
    If possible, is it better to clean and clear all settings and drivers and download the drivers on clean slate?
    Thanks,
    Mar

Page 10 of 14 FirstFirst ... 89101112 ... 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
  •