Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: REALTEK - wireless problems.

  1. #11
    Join Date
    Jul 2011
    Beans
    9

    Re: REALTEK - wireless problems.

    Ohhh sorry I dint see that last command,
    the results are:

    james@ubuntu:~$ sudo iwlist scanning
    [sudo] password for james:
    lo Interface doesn't support scanning.

    eth0 Interface doesn't support scanning.

    wlan0 Scan completed :
    Cell 01 - Address: 00:24:B2:34:E5:2E
    ESSID:"SKY30618"
    Protocol:IEEE802.11bg
    Mode:Master
    Channel:11
    Encryption keyn
    Bit Rates:54 Mb/s
    Extra: Rates (Mb/s): 1 2 5.5 6 9 11 12 18 22 24 36 48 54
    Quality=100/100 Signal level=-46 dBm Noise level=-120 dBm
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (1) : TKIP
    Authentication Suites (1) : PSK
    Extra: Last beacon: 9ms ago
    Cell 02 - Address: 08:86:3B:0ED:EC
    ESSID:"SSIDHome"
    Protocol:IEEE802.11N-24G
    Mode:Master
    Channel:6
    Encryption keyn
    Bit Rates:300 Mb/s
    Extra: Rates (Mb/s): 1 2 5.5 6 11 9 12 18 24 36 48 54
    Quality=100/100 Signal level=-46 dBm Noise level=-120 dBm
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (2) : TKIP CCMP
    Authentication Suites (1) : PSK
    IE: IEEE 802.11i/WPA2 Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (2) : TKIP CCMP
    Authentication Suites (1) : PSK
    IE: Unknown: DD270050F204104A000110104400010210470010BC329E001D D811B2860108863B0EDDEC103C000101
    Extra: Last beacon: 66ms ago
    Cell 03 - Address: 00:17:3F:18:3E:BD
    ESSID:"Belkin_G_Plus_MIMO_ADSL"
    Protocol:IEEE802.11bg
    Mode:Master
    Channel:11
    Encryption keyn
    Bit Rates:54 Mb/s
    Extra: Rates (Mb/s): 1 2 5.5 6 9 11 12 18 24 36 48 54
    Quality=100/100 Signal level=-46 dBm Noise level=-120 dBm
    Extra: Last beacon: 7ms ago
    Cell 04 - Address: 00:26:44:B6:C1:6C
    ESSID:"PlusnetWirelessB6C16C"
    Protocol:IEEE802.11N-24G
    Mode:Master
    Channel:1
    Encryption keyn
    Bit Rates:65 Mb/s
    Extra: Rates (Mb/s): 1 2 5.5 6 11 9 12 18 24 36 48 54
    Quality=100/100 Signal level=-46 dBm Noise level=-120 dBm
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (1) : TKIP
    Authentication Suites (1) : PSK
    IE: IEEE 802.11i/WPA2 Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (1) : CCMP
    Authentication Suites (1) : PSK
    Extra: Last beacon: 122ms ago

    james@ubuntu:~$

    (SSIDHome is my home's network)
    "Belkin_G_Plus_MIMO_ADSL" is the router.

    I don't know why my network has 2, broad casted I haven't seen it anywhere else, but it does.

  2. #12
    Join Date
    Nov 2010
    Location
    NM
    Beans
    1,121
    Distro
    Lubuntu Development Release

    Re: REALTEK - wireless problems.

    Apparently, your adsl ethernet router has wireless abilities too.. Your Ubuntu box is seeing that the wireless has N capabilities the adsl router only has g capabilities. Now in my mind if you can scan them the wicd or network manager should let you sign in and take off.
    Boot Info Script
    Ubuntu User number is # 32763
    Linux User number is # 527179

  3. #13
    Join Date
    Nov 2010
    Location
    NM
    Beans
    1,121
    Distro
    Lubuntu Development Release

    Re: REALTEK - wireless problems.

    Quality=100/100 Signal level=-46 dBm Noise level=-120 dBm

    That line looks very weird to me on all the scans.

    By the way, what version of Ubuntu and kernel are we dealing with.

    Code:
    cat /etc/lsb-release; uname -r
    That will tell us.

    have you removed nm and got wicd working?
    Boot Info Script
    Ubuntu User number is # 32763
    Linux User number is # 527179

  4. #14
    Join Date
    Jul 2011
    Beans
    9

    Re: REALTEK - wireless problems.

    Hmmmm Indeed... it is rather strange...

    heres the command result;

    james@ubuntu:~$ cat /etc/lsb-release; uname -r
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=11.04
    DISTRIB_CODENAME=natty
    DISTRIB_DESCRIPTION="Ubuntu 11.04"
    2.6.38-10-generic
    james@ubuntu:~$


    I'm a bit worried at how odd this is.
    and yes I removed, NM and have installed Wicd working... ish.

    theres a lot fields i'm not sure how to fill out...
    under the headings "Use static Ip's"
    use static dns...

  5. #15
    Join Date
    Nov 2010
    Location
    NM
    Beans
    1,121
    Distro
    Lubuntu Development Release

    Re: REALTEK - wireless problems.

    I only use Wicd on a Maverick 10.10 Install on my laptop and I keep it rather simple.
    gfk is my ESSID I do not use static ip. I let my APs do the work of assigning my ips. Here is a screenshot of my Wicd on Maverick.

    Try to boot without your ethernet cable and setup Wicd.

    Do an

    Code:
    sudo ifconfig
    and post results
    Attached Images Attached Images
    Last edited by nm_geo; July 22nd, 2011 at 07:40 AM.
    Boot Info Script
    Ubuntu User number is # 32763
    Linux User number is # 527179

  6. #16
    Join Date
    Jul 2011
    Beans
    9

    Re: REALTEK - wireless problems.

    Ahhhh I see.
    I decided on dns because it gives me like double my bandwidth...
    4Mb/s instead of 1.8... (I live in the country side you see)

    I did a fresh install of Ubuntu 11.04....
    Last edited by Knowledge-is-power; July 22nd, 2011 at 11:53 AM.

  7. #17
    Join Date
    Jul 2011
    Beans
    9

    Re: REALTEK - wireless problems.

    Ok... this is getting to the very point where i'm going to snap
    36 hours without sleep in attempt to fix this problem...
    Very little result...

    Thankyou all for trying your best to help but I really don't know what could solve this problem. I spent 2 hours just now going through the other threads with very little sense of solving the problem....

    I feel that ubuntu should be able to work with the windows network profile (you can save it to USB) to transfer settings across, if someone made an app that translated the settings apropriotely, it would save all network problems for everyone! which would be fantastic and a feat in itself... I might be new to ubuntu but it doesnt mean i can't contribute developement ideas.

  8. #18
    Join Date
    Apr 2012
    Beans
    1

    Re: REALTEK - wireless problems.

    I had gone through the post. However, with no Internet connection in Open Suse, I'm sure about how to get the respiratory and all that stuff, and not sure exactly what to download. It has been established that I need to update . The adding in of respirators and searching for files is a basic function, one should understand before also ding upgrade.



    IP CCTV Sydney
    Security Systems Sydney

Page 2 of 2 FirstFirst 12

Tags for this Thread

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
  •