Internal Network not working on tablet

I have the wifi working on our android tablet, however, the signal is very weak and should be stronger. Have been trying to use the internal network on the tablet while at home but it has disappeared on the network list. All I see is "xfinitywifi" at the very top of the list. Our home network is listed at the very bottom of the list but there is no signal at all and it says "out of range." And actually, it had disappeared altogether, but I have rebooted the modem, re-scanned the network on the tablet all to no success. I have tried to re-add the home network and still no success. The wifi has not been good either. As I said the signal is weak. Sometimes it works and sometimes it does not. What is causing this problem? I am really not sure if I need to be posting this message under basic internet connectivity or home networking.

My tablet is a D-Age/DA988. I have tried and tried to find on my account information about my router device and I cannot find anything but "D2" written on the pink paper receipt I was given. Does that help? Or where I can find more info?

Similar Messages

  • PIX 501 config - access to internal network not working from remote VPN users - everything on the inside is OK

    One other thing - I had a problem with the key pairing so I rebuilt the rsa 1024 and the unit started working. Unfortunately I reloaded without the config in place and now I cannot get it to work again. Any help will be greatly apprecaited although I did review a dozen other posts of people having similar problems and for some reason there is never any conclusion as to the solution and I am not sure why.           
    Some other info from the client end:
    I just ran the stats on the client and packets are being encrypted BUT none are decrypted.
    Also Tunnel received 0 and sent 115119
    Encryption is 168-bit 3-DES
    Authentication is HMAC-SHA1
    also even though the allow LAN is selected in the Cisco VPN client it states the local LAN is disabled in the client stats
    also Transparent tunneling is selcted but in the stats it states it is inactive
    I am connecting with the Cisco VPN Client Ver 5.0.07.0440
    This config works. It is on the internal net 192.168..40.x and all users obtain dhcp and surf the web. It has required ports opened.The problem is that you can connect remotely via the VPN and you receive an IP address from the remote-vpn pool but you cannot see any machines on the internal network. The pix is at 40.2 and you cannot ping the pix and the pix from the remote PC connecting via the VPN and youcannot ping the remote PC from the PIX console when the remote is connected and receives the first IP address in the VPN pool of 192.168.40.25
    I need to  see the internal network and map network drives. I have another friend that is running the same config and it works but his computer is on a linksys wireless and has an IP of 192.168.1.x and the IP he receives from the VPN pool is 192.168.1.25 so I do not know if the same network is allowing this config to work even if there is an error in the config. In my present case I obtain the ip of 192.168.40.25 from the VPN pool and my connecting pc on 192.168.1.x    I really am not sure how the VPN virtual adapter works. I am assuming it routes all traffic from your connecting PC to and from the virtual adapater but I really do not know for sure.
    Other people have had similar issues with accessing the internal network from the VPN. One solution was the split-tunnel, another was the natting and another had to do with the encrption where there and an issue with the encrypt and ecrypt which was stopping the communicaton via the VPN.
    I still cannot seem to find the issue with this config and any help will be greatly appreciated.
    This is the config
    interface ethernet0 100full
    interface ethernet1 100full
    nameif ethernet0 outside security0
    nameif ethernet1 inside security100
    enable password somepassword
    hostname hostname
    fixup protocol dns maximum-length 512
    fixup protocol ftp 21
    fixup protocol h323 h225 1720
    fixup protocol h323 ras 1718-1719
    fixup protocol http 80
    fixup protocol rsh 514
    fixup protocol rtsp 554
    fixup protocol sip 5060
    fixup protocol sip udp 5060
    fixup protocol skinny 2000
    fixup protocol smtp 25
    fixup protocol sqlnet 1521
    fixup protocol tftp 69
    names
    object-group network internal_trusted_net
      network-object 192.168.40.0 255.255.255.0
    object-group icmp-type icmp_outside
      icmp-object echo-reply
      icmp-object unreachable
      icmp-object time-exceeded
      icmp-object source-quench
    access-list OutToIn permit icmp any xxx.xxx.xxx.0 255.255.255.248 object-group icmp_outside
    access-list no_nat_inside permit ip 192.168.40.0 255.255.255.0 192.168.40.0 255.255.255.0
    access-list split_tunnel permit ip 192.168.40.0 255.255.255.0 192.168.40.0 255.255.255.0
    access-list OutToIn permit ip any any
    access-list outbound permit ip any any
    (NOTE: I had many more entries in the access list but removed them. Even with the above two allowing everything it does not work)
    pager lines 24
    mtu outside 1500
    mtu inside 1500
    ip address outside xxx.xxx.xxx.xxx 255.255.255.248
    ip address inside 192.168.40.2 255.255.255.0
    ip audit info action alarm
    ip audit attack action alarm
    ip local pool vpn_client_pool 192.168.40.25-192.168.40.30
    pdm history enable
    arp timeout 14400
    global (outside) 1 interface
    I had this statement missing from the previous posted config but even with the nat (inside) 0 access-list no_nat_inside  it still does not work.
    nat (inside) 0 access-list no_nat_inside
    nat (inside) 1 0.0.0.0 0.0.0.0 0 0
    access-group acl_outside_in in interface outside
    access-group outbound in interface inside
    route outside 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
    timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
    timeout uauth 0:05:00 absolute
    aaa-server TACACS+ protocol tacacs+
    aaa-server RADIUS protocol radius
    aaa-server LOCAL protocol local
    http server enable
    http 192.168.40.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server community $XXXXXX$
    no snmp-server enable traps
    floodguard enable
    sysopt connection permit-ipsec
    crypto ipsec transform-set 3des_strong esp-3des esp-sha-hmac
    crypto dynamic-map clientmap 50 set transform-set 3des_strong
    crypto map vpn 50 ipsec-isakmp dynamic clientmap
    crypto map vpn client configuration address initiate
    crypto map vpn client configuration address respond
    crypto map vpn client authentication LOCAL
    crypto map vpn interface outside
    isakmp enable outside
    isakmp identity address
    isakmp client configuration address-pool local vpn_client_pool outside
    isakmp nat-traversal 20
    isakmp policy 10 authentication pre-share
    isakmp policy 10 encryption 3des
    isakmp policy 10 hash sha
    isakmp policy 10 group 2
    isakmp policy 10 lifetime 86400
    vpngroup remote-vpn split-tunnel split_tunnel
    vpngroup remote-vpn idle-time 10800
    vpngroup remote-vpn password ANOTHER PASSWORD
    telnet timeout 5
    ssh 0.0.0.0 0.0.0.0 outside
    ssh 192.168.40.0 255.255.255.0 inside
    ssh timeout 30
    console timeout 60
    dhcpd address 192.168.40.100-192.168.40.131 inside
    dhcpd dns xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
    dhcpd lease 3600
    dhcpd ping_timeout 750
    dhcpd enable inside
    username AUSER password PASSWORD privilege 15
    terminal width 80
    ****************** End of config
    I have been searching docs and other people's postings trying to obtain the info to make this work. It appears pretty much boiler plate but I believe my problem is in the natting. I am using a range in the internal network for the VPN pool and I have tried switching this to other networks but this has not helped. Unfortunately I have been unable to get the PDM to work and I believe this is a PC config thing and I did not want to waste the time on it. I read a post where a person using the PDM interface with the same problem (not being able to access the internal network)  was able to go to a section in the VPN wizard and set the Address Exeption Translation. They said they originally set the VPN subnet when they did not have to. Many of the other blogs I read also stated that if the natting is not proper  for the VPN pool- that it will not work but I am confused by the examples. They show as I do the complete range for an access-list called no_nat_inside but I believe it should only have the VPN pool IP range and not the entire network since the others do require natting - not sure if my thought process is correct here. Any help will be greatly apprecaited. Also this morning I just tried a boiler plate example from CISCO and it also did not do what I need for it to do. And I also connect a PC to obtain an IP to see if I can see it - no good. The PC can ping the PIX and viceversa but no one can ping the remote PC that connects via the CISCO Remote VPN client even though it receive an address from the vpnpool. Also include LAN is checked off on the client. This was mentioned in anther post.
    Thank you once again.

    Hi,
    PIX501 is a very very old Cisco firewall that has not been sold for a long time to my understanding. It also doesnt support even close to new software levels.
    If you wanted to replace the PIX501 the corresponding model nowadays would be ASA5505 which is the smallest Cisco ASA firewall with 8 switch port module. There is already a new ASA5500-X Series (while ASA5505 is of the original ASA 5500 Series) but they have not yet introduced a replacing model for this model nor have they stopped selling this unit. I have a couple of them at home. Though naturally they are more expensive than your usual consumer firewalls.
    But if you wanted to replace your PIX firewall then I would probably suggest ASA5505. Naturally you could get some other models too but the cost naturally rises even more. I am not sure at what price these are sold as used.
    I used some PIX501 firewalls at the start of my career but have not used them in ages since ASA5505 is pretty much the firewall model we use when we need a firewall/vpn device for a smaller network/branch site.
    Here is a PDF of the original ASA5500 Series.
    http://www.cisco.com/en/US/prod/collateral/vpndevc/ps6032/ps6094/ps6120/prod_brochure0900aecd80285492.pdf
    Here is a PDF of the new ASA5500-X Series
    http://www.cisco.com/en/US/prod/collateral/vpndevc/ps6032/ps6094/ps6120/at_a_glance_c45-701635.pdf
    I am afraid that its very hard for me atleast to troubleshoot this especially since I have not seen any outputs yet. Also the very old CLI and lack of GUI (?) make it harder to see what the problem is.
    Could you provide the requested outputs?
    From the PIX after connection test
    show crypto ipsec sa
    Screen captures of the VPN Client routing and statistics sections.
    - Jouni

  • Internal network not working the same as on previo...

    Hi all,
    I had the previous HH3 when I had standard BT Broadband, with this I was able to browse to webcam.home for example.
    Since my upgrade to Infinity I now have the new HH3 installed (Software version V100R001C01B031SP09_L_B), no matter what I do I can no long browse using the name. If I look at the details in Home Hub manager UI then I can find the IP address of the camera and browse to it, this works fine. It doesn't look like the new hub is handling the internal network in the same way.
    I am using DHCP for all the connected devices.
    Any ideas would be greatly appriciated as i don't want to have to remember all the IP addresses of my networked devices.
    Thanks in advance,
    Steven

    Hi svacher
    If you logon to the HH3, under the Home tab, what is listed under "Devices currently connected to your BT homehub".
    You should see your camera there and it's hostname. If you only see the ip address then the hostname has not been resolved. That could be that the camera has not "registered" it's name with the HH3.
    Not sure if you are using your browser from Windows, but you could try opening up a command prompt and running this command. It will flush any old DNS entries and should allow you to use the hostname.
    ipconfig /flushdns
    ptan

  • MacBook Air wifi internet shared network not working on tethered android phone GT B5122

    MacBook Air wifi internet shared network not working on tethered android phone GT B5122
    I have created a password protected wifi internet network on my Macbook air. I tethered by Andriod phone onto this network, but the internet connection works intermittently on the phone, and when it stops working the network continues to show as connected to the shared network mostly(other times it keeps renewing the wifi IP address on the Andriod phone).
    Also the network the MBA is connected to, is a hardwired one using a SSH login account in a student accomadations.
    I am not sure, but all the restarting and refreshing of system, phone and wifi sharing and re-enabling wifi is not reparing the internet connecting on the wifi network for the phone
    Really puzzled, if this is one of the Apple, Andriod compatability issues.
    Cheers,
    Vivek

    Spanners91 wrote:
    Hi.
    I'm having trouble with the wireless connection on my new home hub 3. Most devices will connect easily, but there are three devices that have trouble connecting. These are an Android Phone (Samsung Galaxy Mini), an android tablet (Sony Tablet S) and an iPod. All of these devices work perfectly on other network connections, and other devices in the house are quite happy connecting to the network.
    The Androids can see the network, and will try to connect to it, but when they do they just go through a loop of "connecting">>"acquiring IP address">>"disconnected". I have tried resetting the Home Hub with a pin, and that lets the devices connect for about 24 hours, but after that time they stop connecting again.
    I'm really not sure what to do to fix the problem, so I will very much appreciate some help.
    Many Thanks.
    My lads SGMini connects perfectly to our hub3
    Have you installed the BTFon app to these devices?
    If so, you could delete it and then see what hapens.....
    -+-No longer a forum member-+-

  • Internal Microphone not working with Quicktime and some other apps, yet it does for Skype.

    Internal Microphone not working with Quicktime and some other apps, yet it does for Skype. 
    Microphone works fine with Quictime on another mac, so I do know how to use it. The one where it is not working (A) had an external microphone and camera attached earlier, and indeed it does work with that external microphone, but not with the internal microphone selected; and (B) had RealPlayer installed previously.
    Any suggestions, please?

    Hi,
    Download Audio driver from here.
    Intructions how to install it in Vista/Win7.
    Extract this driver with Winrar.
    Open Device manager and expand the Sound, video and game controllers section.
    Right click on Either the High Definition Audio Device if you have the generic Microsoft drivers, or the Conexant High Definition SmartAudio 221 if you have older Conexant drivers and choose "Update Driver Software..."
    Click Browse my computer for driver software, then click "Let me pick from a list of device drivers on my computer"
    Click "Have Disk..." then Browse to the folder where the drivers were extracted  .......\V64 for 64-bit Vista/Win7. Click OK.
    Select one of the "Conexant High Definition SmartAudio 221" models in the list, there will be multiple identical entries.
    Click Next, and you're done.
    I'm not sure which one from the list will work for You.
    This drivers weren't test. So if You will try them and it will work for You let us now about.
    ** Say thanks by clicking the "Thumb up" icon which is on the left. **
    ** Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue. **

  • Internal speakers not working after upgrading to Maverics

    internal speakers not working after upgrading to Maverics

    There are many possible causes for this issue. Take each of the following steps that you haven't already tried.
    1. Start with the steps recommended in this support article. Don't skip any of the steps. It's the starting point for further efforts to solve the problem.
    2. Run Software Update and make sure you have a fully up-to-date installation of OS X.
    3. If you've installed an application called "Memory Clean" or any other third-party software that is supposed to "clean" or "purge" memory automatically, remove it according to the developer's instructions and restart. You should do that even if the software is not causing the problem, because it's useless.
    4. If you've installed a software equalizer called "Boom" or anything similar, update or delete it and restart.
    5. If an AirPlay device is selected for sound output from iTunes (or from other applications via third-party software such as "Airfoil"), deselect it.
    6. Launch the application "Audio MIDI Setup" by entering the first few letters of its name in a Spotlight search and selecting it in the results (it should be at the top.) Select the Output tab. If the Mute boxes are checked, uncheck them. Move the Volume sliders all the way to the right.
    7. If a red light is coming from the audio-out port, the internal switch is stuck in the position for digital output. You may be able to free it by inserting and removing a mini-stereo jack of the proper size. Inserting any kind of tool in the port may cause damage that won't be covered by your warranty.
    If there's no red light, the switch may still be stuck in the headphone position. Try to free it the same way.
    8. Disconnect all wired peripherals except keyboard and mouse, if applicable. If more than one display is connected, disconnect all extra ones. Restart and test.
    9. If you have a MacBook Air, turn off Bluetooth and restart.
    10. Start up in safe mode. Don't log in; just restart as usual when the login screen appears. When you do, make sure the words "Safe Boot" do not appear in the login screen. If they do, the system is still in safe mode and sound won't work.
    11. Reset the NVRAM.
    12. Reset the SMC.
    13. Reinstall OS X after backing up all data.
    14. Make a "Genius" appointment at an Apple Store.

  • Internal Microphone not working for L505D-S5983 (PLEASE HELP!)

    Hi,
    I can't seem to get my internal microphone to work. I have enabled it under Sound->Manage Audio Devices
    ->Recording tab. However the green vertical bar does not detect any voice. After setting the Microphone boost to +40dB, it detected some noise (since it has some green light) but I realized it wasn't detecting my voice. Since this did not work, I re-set the Microphone boost to only +10dB.  I only have one internal microphone and no external microphone. 
    I have seen many postings on internal microphones not working on Toshiba laptops but couldn't find a solution to mine. Can someone please help? I think it's about time that Toshiba fix this issue after the countless complaints.
    FM.

    No mentions of reinstalling the sound driver. That sometimes turns on the microphone.
    Satellite L505D-S5983
       Realtek Audio Driver for Windows 7 (32/64)
    Satellite L505-S5988
       Realtek Audio Driver for Windows 7 (32/64)
    Satellite M500-ST6421
       Realtek Audio Driver for Windows Vista (32bit/64bit)
    -Jerry

  • When I unplug Apple headphones from my MacBook Pro sond from internal speakers not work, and system soud preferences displayed: Output: optical digital out port only

    When I unplug Apple headphones from my MacBook Pro sond from internal speakers not work, and system soud preferences displayed: Output: optical digital out port only

    If you see a red light in the audio output port, then the internal switch is stuck.  Insert the earphone plug a few times and see if you can trip the switch.  If that fails, insert a cocktail stirrer and the like and jiggle it around inside.  If that fails, take it to an Apple store and have the technicians at the genius bar do it for you.
    Ciao.

  • Imac intel internal speakers not working windows8

    Imac intel internal speakers not working with windows 8 external and head phones work just fine

    Macs don't support Windows 8 at this moment. Wait until Apple launches drivers for that new Windows edition

  • Internal mic not working after updating to 10.10.1

    After updating to 10.10.1 (from 10.10) on my MacBook pro 2010 (15” screen) the internal mic is not working when using FaceTime (or Skype) and so the person on the other end of the video/audio call is unable to hear me. On my end there is a static/crackly sound during FaceTime (or Skype) connecting  since the update which I believe is related to the mic problem (no sound input on Mac during FaceTime/Skype).
    HELP!!!

    I had exactly this same issue and and this workaround from Paul on another thread (Internal Mic not working for phone calls in Yosemite ) solved it :
    Make sure FaceTime App is not running
    Open Terminal
    type sudo killall coreaudiod
    Press Return
    Enter your computer's admin PW

  • System internal MIC not working in Hp Pavillion dv1000(model: dv1662ea)

    Hi, When i connect to internet, internal MIC not working when i go to the voice chatting . Please provide me a solution. My model # is HP Pavilion DV1000 Notebook PC Model: dv1662ea, O/S: WinXP SP2 
    Thx. .
    Vam

    i experiencing the same problem.. how did you resolved it?

  • X220 Internal Mic not working

    I had just get a new X220 in recent days.
    And I found the internal mic not working, I can not record any sound through Sound Record or Skype.
    I had tried all the following methods, but the mic still can not working. Anyone cound give me some suggestion ?
    1) update sound card driver to 8.32.23.2
    2) Fn+F6,  change between "only my voice" or "Multiple voice"
    4) UnInstall source card driver and use microsoft generic driver
    3) The method in http://forums.lenovo.com/t5/T400-T500-and-newer-T-series/T420-internal-mic-problem/td-p/435551/page/..., operate like :
       Start -> control Panel -> Sound
    Click on the "Recording" tab
    Click Internal Microphone to highlight it
    Click Properties
    Click the "Advanced" tab
    Uncheck "Enable audio enhancements"
    Finally, click the "Levels" tab and turn Microphone Boost to 0dB. (if you don't do this the noise will be even louder than before).
    Click apply.

    hey kitewind,
    welcome to the forums and since you have tested the microphone using microsoft generic drivers and i'm guessing it did not work; therefore the best action for you right now is to contact our tech support group via
    http://bit.ly/LNVsuppNum
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    Have you checked out the Community Knowledgebase yet?!
    How to send a private message? --> Check out this article.

  • Internal microphone not working on face time

    internal microphone not working on face time

    Test the microphone in the Sound preference pane. Does it work there?

  • Macbook pro 10.6.8 internal mic not working

    Hi there,
    After I got back my mac book pro from repair. I realised my internal mic is not working? Any idea? Or can I fix this myself?
    I tried quicktime to record my voice. I dun hear my voice after I played it.
    Thanks.

    Hi,
    Did you solved this problem?
    I have the same situation here...
    Regards

  • Internal microphone not working with Windows 7 Enterprise on dx6650

    Hi. I recently upgraded my HP Pavilion dx6650 to Windows 7 Enterprise (final version, non beta). Everything worked fine but the internal microphone that is not working.Thank you in advance. 

    Hi,
    Download Audio driver from here.
    Intructions how to install it in Vista/Win7.
    Extract this driver with Winrar.
    Open Device manager and expand the Sound, video and game controllers section.
    Right click on Either the High Definition Audio Device if you have the generic Microsoft drivers, or the Conexant High Definition SmartAudio 221 if you have older Conexant drivers and choose "Update Driver Software..."
    Click Browse my computer for driver software, then click "Let me pick from a list of device drivers on my computer"
    Click "Have Disk..." then Browse to the folder where the drivers were extracted  .......\V64 for 64-bit Vista/Win7. Click OK.
    Select one of the "Conexant High Definition SmartAudio 221" models in the list, there will be multiple identical entries.
    Click Next, and you're done.
    I'm not sure which one from the list will work for You.
    This drivers weren't test. So if You will try them and it will work for You let us now about.
    ** Say thanks by clicking the "Thumb up" icon which is on the left. **
    ** Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue. **

Maybe you are looking for

  • Transfer music from my ipod to my new computer?

    I have multiple ipods we are trying to connect to one account on itunes.   How do I now transfer the music on my ipod classic to the new computer.   The old computer is not available.   Data was lost.

  • I can hear any sound when i play movies, music and for any alerts. what can be the cause?

    I've finished watching a movie on my computer last friday and shut down it. All has been so well. Yesterday nigh, I started it but I didn't hear the starting alert submitted by window 7. I tried hear a music but I was also unable to hear any sound bo

  • Pictures not shown in adobe digital editions

    well, i basically borrowed a book and it doesnt show the images. it is completely blank where the picture should be. any suggestions cause its my first time using editions. thank you

  • Auto shot down no longer works

    I pulled a power plug out of my iMac. And now my 2 external Seagate drives no longer auto shut down. They stay on unless I pull my firewires 800 and 400 out. The new Free agent Seagate doesn't have the on and off buttons. Its very frustrating. What h

  • How to force file download message box appear????

    I download file from oracle how to set response header to make download message box appear?????? I just see lots of : ���?������ Y�Dl?��>��hn��?g�x~����?7���}��h`a�F��?P?!P��*�X��?/?U ��A?|?/??$�T=��t ��?^!i��f��/?]?�c��7?�UZ�Gz?��SbU��p���Q�T������