Router two SSID display / networks really need help

Hello guys
Well, I just got a new router and I have a problem :/! It shows a double wifi: o idk even what is this xD! its as if I had 2 connection to the Router 1 oo

well take a look ZTE & ZTE1 [/ color] [color = blue]:
PHOTO 1
When I go in "manage wireless networks" I only find the ZTE, another one listed not he >.

PHOTO 2
PS: i've changed the ssid from ZTE to ZTEWFE
PHOTO 3
and I can't put a password to ZTE1 for its not protected unsecured :/ I thought it's a bug but it isn't tested by my phone, no idea how to remove the ZTE1 and dismiss my neighbors get wireless access of it, which he puts to reduce my download speed? help asap Pls :/ :(

Reset the default router and configured properly by manual and name them something (the access point (s) - you might have several from a router/wireless access point) other than ZTE to see what see you then - something unique for you.

Tags: Windows

Similar Questions

  • PLZ I REALLY NEED HELP!

    Please someone help me, when I go to 192.168.2.1, this appears and I can't connect to the internet.

    Type of connection: State of PPPoE connection: Internet connection IP address: 0.0.0.0 subnet mask: 0.0.0.0 default gateway: 0.0.0.0 DNS1: DNS2: DNS3: MTU: 1492

    Can someone help me please, I really need help, parents are really crazy, and they think it's my fault.

    Is this a good solution? I went to 192.168.0.1 and changed a bridged network connection. Then I connected back the WRT150N router on my computer and the modem and everything works fine now, even some of my fixation with my ISP disconnection problems! The only problem is, my internet is slow, it used to be 1500 Mbps download speed and now it's down around 800-900.

    I mainly use a bridged network share. Would it not slow? And this correction will be permanent?

  • Hello, I'm testing creative cloud, I really need help to know which module to install to create simple web pages

    Hello, I'm testing creative cloud, I really need help to know which module to install to create simple web pages

    Hi Cyril,.

    It depends on what you want to do. If you have experience with coding, you can download Dreamweaver to create Web sites by using the two code + design of knowledge.

    With Muse, you can design beautiful Web pages and Muse will generate the code for you.

    I hope this helps!

    -Emily

  • I really need HELP! I received the nugel.exe virus on my laptop and I really missed the whole system! PLEASE HELP ME SOLVE THIS!

    I really need HELP! I received the nugel.exe virus on my laptop. I have Windows XP and I was reading how to remove it. They told me to go to click on the Start button in it, then click on run. type msconfig and on the Startup tab, uncheck everything that ends with TSSD. Well, none of which ended in TSSD was there, so I was told everything that had an UNKNOWN manufacturer in buttons SERVICES and STARTUP uncheck. I restarted my computer and the NELSON was always there.  Then suddenly my computer shut down on its own and restarted with a screen that says now "Windows didn't start because the following file is missing or corrupt: \system32\hal.dll .» Please reinstall a copy of the above file. "Does anyone know how to do this? I feel that I've dealt with the virus stupid for days and I'm going crazy! Can someone please help me solve what I did wrong? PLEASE, I BEG YOU!

    Hi ehaze64,

    Looks like you have made incorrect changes in system configuration utility.

    See the Microsoft articles below to solve the problem by installing the recovery console and use the Bootcfg.exe tool to rebuild the Boot.ini file.

    How to install and use the Recovery Console in Windows XP

    http://support.Microsoft.com/kb/307654

     

     

    Error message: "Windows did not start because of a configuration of the disk of the computer problem.

    http://support.Microsoft.com/kb/314477

     

    "Invalid Boot.ini" or "Windows did not start" error messages when you start your computer

    http://support.Microsoft.com/kb/330184

    I hope this helps!

    Halima S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Really need help (presario v3828au)

    Hello

    recently I formatted my laptop using the xp disc, no cause of recovery partition, I don't have... now I got a problem to get the drivers for my laptop... I have check the driver download driver software HP but n all drivers are not included on this page...

    Hopefully, someone can help me get all the drivers... I really need help bcause im a beginner... My laptop is Compaq Presario V3828au...

    Thank you..

    Mariza in the post above you just gives driver to it.

    It's a Broadcom Wireless card (with BCM1395 chip).

    If this driver does not work, try this and present one.

    So finally a work of shpuld to 100%.

    Message edited by Daniel_Potyrala on 05/17/2009 15:28
  • I have the windows product key sticker, but some of them are deleted. I really need help to send a photo to show him what it's like.

    Original title: product key

    Hello

    I have the windows product key sticker, but some of them are deleted. I really need help if I can send a photo to show him what it's like. I formatted my laptop and he asks the authentic copy. I really need help coz 2 days left to activate.

    Thanks in advance

    Best regards

    You can extend the activation period of 30 days by running slmgr /rearm since the Admin command prompt.

    Then take a picture of your COA sticker with your phone, blow as large as possible to try to detect all the characters input for Activation.  You can also use a magnifying glass.

    If you can not use the key to product then you will need to either the order of the restoration of the factory of the manufacturer of your PC media, or if you have a C:\windows.old folder you can try to reinstall the factory to SLP activation file.  However we do not support this so you will need to search on your own.

  • Hi, I really need help... I can't find any broadcasting EBU-100/75, test your 1 KhZ, etc... I m going to do 15 masters short for Swedish broadcasting channel at night. -haha! and I can't find anything inside the first... I m I'm blind! Help, please! Vanle

    Hi, I really need help... I can't find any broadcasting EBU-100/75, test your 1 KhZ, etc... I m going to do 15 masters short for Swedish broadcasting channel at night. -haha! and I can't find anything inside the first... I m I'm blind! Help, please! Paris looks Jokum

    Bay3Bob - you are great! Thanxxx :-)

  • Hello. Really need help.

    I'm doing a game right now. When you finished with success the current level, it should unlock the next level.  I've been Googling since this morning and tried to use SharedObject, but it does not solve my problem. I really need help please! Can someone please give me an idea on how I can do this? >. < Thank you.

    It depends on how you load your levels.

    If you attach an event listener to Buttonbs who are in charge of your level, you may

    Add sth. as

    function init (): void {}

    var maxLevels:int = int (showCookie ());

    var totalLevels:int = 4

    say it returns '2 '.

    for (var i: int = 1; i<>

    If (i<>

    getChildByname("level"+i).visible = true;

    }

    else {}

    getChildByname("level"+i).visible = false;

    }

    }

    }

    and in your MouseEvent.CLICK, startLevel you add all the buttons

    you write sth. as

    function startLevel(e:MouseEvent):void {}

    var levelLoader:Loader = new Loader();

    levelLoader.load (new URLRequest ("level" + e.currentTarget.name.substr (5.1) + ".swf");)

    }

  • RVS4000 private networking, establishment of local networks virtual need help!

    Hello

    I live in a two family dwelling house and we share a common Internet fiber connection. In the basement, we have a modem/router (zyxel) which is in mode "bridge."  Therefore, only not as DHCP.

    Behind this zyxel, we have a Cisco RVS4000 router. Ports 1 and 2 go to the family, and the Ports 3 and 4 go to the B family.

    Family A and B have separate routers which are both set to "access point mode. Family has a router ASUS RT-N66U, whereas family B has a dlink DIR-615. The asus has a point "access" mode, while the dlink must be configured manually to achieve this goal. The dlink must also have a static IP address. The asus can receive the ip address.

    I have tried without success to reach and beg currently to get help are separate networks for the two families can access Internet, but at the same time, it must be impossible to access VLAN1(Family A) from VLAN2(Family B) vice versa. Which means no communication between the two families through the local network.

    I tried different options but I don't know how to deal with the trunk, tag, no tagged etc etc etc. It seems every time that I managed to create two different networks there is accessability/communication between two VLANs, and whenever I managed to give different IP addresses for different ports, i.e. 192.168.10.xx and 192.168.2.xx it is always possible to communicate. What is also happening usually, it's that the Internet is interrupted at the same time.

    -What someone would be kind enough to help out me? Since I'm quite not seasoned networking, I need a detailed guide indicating all the actions that I take. If possible also with illustrations.

    Any help will be much appreciated.

    Hi Andreas, there is no need to configure any trunks or tag all traffic for what you are trying to reach.  Circuits and the marking would be only required if family a (VLAN 1) or B (VLan 2) of the family set up the additional VLANs on their access points.  Lets say VLan1 of family and the family then wants a Setup VLan 3 and 4 of VLANs on their AP, then you would need to set the line going to the family as trunk and label all traffic.  If A family uses only 1 VLan, then it is useless to set up as a trunk line.

    I want to suggest to configure all 4 ports of the router as "Untagged" and disable routing between Vlan1 and Vlan2 InterVLan.  This should do what you're trying to do.

  • Bluetooth problem on my new laptop HP Pavilion G series and really need help!

    I recently bought my new laptop and yesterday when trying to send a picture from my phone to it, files have not been sent, even though she said the phone and the laptop were connected, he mentioned something about Image push, but I am new to HP, so I'm not aware of what exactly is and desperately need help Please could someone help me with this, I would really appreciate that I could not yet send the file via bluetooth. Thanks in advance!

    D3,

    You said,

    "bluetooth device has not been successfully installed.

    You said,

    ""photo from my phone it it was settled, but it says ' unable to connect ' "." "

    I'm a little confused by what you say, but I do not understand 'unable to connect '.

    • It's time to go back to information I sent you and go through the installation program.
    • You can also use the HP connection manager to help you get the job done.

    Here is the Connection Manager software.  Download and install it.  Your computer already has the software, it's going to tell if the package will install...

    HP sp54945 V4.1.25.1 Connection Manager

    Once the software is installed...

    And you want to use the HP Connection Manager software.

    • Make sure that your wireless network is enabled,
    • Then look in your taskbar for your Connection Manager icon and
    • Double-click to start

    If you do not see the icon in the taskbar, you can do the following:

    Start > search / type "HP connect" >

    Click on 'Hp connection manager' when you see it in the start list

    This is a HP Connection Manager Help file.

    The document explains how to use the software to connect your Bluetooth devices (and wireless):

    Connecting to a network with the 4.x connection manager

    Good luck!

    ----------------------------------------------------------------------------------------------------------------

    When you appreciate the effort...

           Please click on the Star Bravo on the left to tell "thank you"! ""

        Is it solved? Make it easier for other people to find the answer:

    Please Mark my Post 'accept as Solution' to say "Yes!"

    Remember: the more information, help, best you , you can receive.

    Always include: (Notebook) product number , printer - model number ,.

    Operating system and a Description of the error

    Never give your serial number

    ----------------------------------------------------------------------------------------------------------------

    2012 the year of the Dragon!

  • Long-awaited problem, really need help.

    Hi, hope you can help me it's been 3 years in manufacturing and really impact the performance of my window.

    I have several errors on my computer and can't do some things that I really need to.

    1. I can't update my windows and I have not for a long time.

    2. I can't install a lot of programs including; TeamSpeak3 and now iTunes (which I really need for my phone)

    (iTunes error = microsoft.vc80.crt, version = "8.0.50727.4053", type is "win32", publickeytoken = "1fc8b3b9a1e18e3b" processorarchitecture = "x 86" HRESULT:0x8007054F)

    I can download pictures of errors if you need and I have microsoft support emails for about a year ago which might be useful if you need.

    It would be really grateful if you could A) get my windows updated B) help to install programs that become indispensable in my life. Thank you!

    FC.  http://social.answers.Microsoft.com/forums/en-us/vistawu/thread/24c46d5a-A05B-435A-A722-6b4d8e28edb4 ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Hey I really need help

    hey I really need your help, I lost my "square transform" all about objects, I can´t turn them more Please someone help me!

    transof.jpg

    Erick,

    How about Ctrl / Cmd + Shift + B?

  • I really need help for after effects cs5

    Can someone help me with this please. My once effects cs5 gives me this problem it hangs on initialization of the engine type. I wasn't like this last year but this year it appeared this way please help I have a major project of College ends please . I've updated to the latest version but problem still appear. I have also uninstall and used clean Script / utility but still no change. If someone out there could me sitting with this problem God bless

    You have a "bad". Remove all the fonts which you do not currently need and added recently, then try again. If necessary, remove all the fonts down to only the default fonts of operating system, and then selectively add additional fonts only when you really need it.

    Mylenium

  • I really need help serious to import again

    OK, I'll start by saying Iam a newbie total and complete this field.  I have made a few small projects first and again but nothing advanced so far.

    Here's what I did

    • I use CS04 Suite
    • I built a first project using video AVCHD which is long (about) 2.5 hours
    • I exported the final project using SOUL to the H.264 format so I could import into Encore
    • The file is 16 GB in size

    I try to import the file as an asset in again to create the menus, I need to create 2 images in still, a DVD image and 1 Image Blueray.  I'm doing the image of the DVD at this time.  Still allows the import, shows the video in the list of assets, but my hard drive works like crazy for three hours now, I can't drag it to the timeline, if I click right I can not even access the setting of transcode the file, my system is very slow.  It almost seems that it is pre-transcodage but I don't see any progress anywhere bar.

    • Is still just importantly the file?
    • I am doing this correctly?
    • Should I break to the top of the video into smaller files? Can I create several Projectes first to do this?
    • If I wait long enough will he be ok?

    I have 6 days to finish this project... I really need your help!

    A hard disk will not work well for the SD video and certainly not for HD video

    A link with a lot of ideas on the computer to install http://forums.adobe.com/thread/436215?tstart=0
    And even more discussion material http://forums.adobe.com/community/premiere/hardware_forum
    Including this message about 3 possible builds http://forums.adobe.com/thread/598040?tstart=0

    You need at LEAST 2 hard drives, one for OS and software and all data... and a lot of people use a 3rd drive for temporary files "scratch."

    These are separate, physical hard drives... NEVER of partitions on a disk

    Work through all the steps (ideas) at the http://ppro.wikia.com/wiki/Troubleshooting
    If your problem is not solved after following all the steps, report accurately the requested in the section, the questions at the end of the troubleshooting link... especially the codec used... See Question 1

    You have already given the type of file... all the other information is good also

  • Extension of the network - Novice needs help

    I'd appreciate some tips with a change I need to do to my wireless network. I have now works well, but I am somewhat a novice to this.

    My current network is composed of two computers. Computer A is a desktop computer connected to a router WRT54G2 wireless via patchcord. It is my main computer, used to create the network by using the CD that came with the router. Computer B is a laptop that connects to the network with a wireless WPC54G laptop adapter. Both computers are running Windows XP, and the network works well. The network uses WEP security.

    I'm ready to add C of the computer to the network. Computer C is a desktop computer and will become my main computer. Computer C is also currently running Win XP. I want to connect it via patchcord to the router WRT54G2, replacement of computer A. I bought an adapter WUSB54GC USB to A computer to connect to the wireless network.

    I don't know where to start. I first need to uninstall any software Linksys on both computers A & B to start all over again? Can I just unplug the computer from the router, plug computer C and continue? Any suggestions on how to approach this change without too much gnashing of teeth and tearing of hair is greatly appreciated. Thanks for your help.

    There is no need to uninstall the software of the router from any computer.

    You must connect the C computer to the router with a rope and connect computer A the card and install the installation for her disc.

Maybe you are looking for