Can't connect on all ports

I have a EW5HUB 5 port Workgroup hub. I have two computers hooked up. Only one is connecting to the internet. The other one won't connect. An open port light is steadily blinking. Does that mean the hub has gone out?

Well Hub is a dumb device it allows only one pc to be able to go online with it.It acts a connector between two devices.If you want to allow two pc's to be able to go online with it you need to get the router so that it will pick up the ip address & give it to the second pc & likewise two pc's will be albe to go online with it.

Similar Messages

  • Is there a USB2 hub that can be connected on FW port?

    Since there is a USB2 and FW hub for Mac Mini, which as far as I am aware connects on USB2 port (or maybe requires two feeds?), I am curious to know if the above exists. This would solve my problems of lack of USB ports on iMac and use the FW port I otherwise don't use. Any experience?
    Thanks!

    I had seen this product. But which connection the hub uses is not mentioned, whether USB, FW or perhaps both?
    http://catalog.belkin.com/IWCatProductPage.process?Product_Id=199941
    That won't work. That's just a USB hub and a Firewire hub in a single case. The two technologies are not connected within the box; they're completely separate.
    From what I found so far, to plug a FW device into a USB2 plug via an adapter seems possible.
    Such a connection would take fairly advanced circuitry to make the conversion between the two technologies and no one to date has found it sufficiently worthwhile to make such a converter. The adapter you point to at imemoryyou will not allow the connection of a Firewire device to a USB port nor vice-versa. I have no idea how such an adapter might be used, but if they're claiming that it would allow connection of the two types of busses, they're lying.
    Message was edited by: Dave Sawyer

  • Can't connect on different port.

    When I try to connect to a site with a port of 8080 (http://www.whatever.com:8080) on my Mac Mini Safari fails to connect, regular sites connect fine. However, I can connect from my iMAC with no problem. Both are new machines running Leopard right out of the box. Any ideas anyone?

    Home sharing is for media only, it won't transfer things like back ups.

  • Can't connect to all sites outside from inside

    Dear forum,
    For some reason there are some sites that I cannot access websites from inside interface.
    One such example is lxer.com where I am receiving this message in the browser:
    The connection has timed out
              The server at www.lxer.com is taking too long to respond.
    This has "suddenly" happened, and so I am wondering what others have done when such things has happened.
    My outside has a dhcp-IP, and I have noticed that this address had changed, so I corrected this in my router settings.
    ASA version is 5505
    These are my settings:
    : Saved
    ASA Version 8.4(2)
    hostname ciscoasa
    domain-name example.no
    enable password 123412321 encrypted
    passwd 1231231 encrypted
    names
    interface Ethernet0/0
    switchport access vlan 2
    speed 100
    duplex full
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    switchport access vlan 12
    interface Ethernet0/6
    interface Ethernet0/7
    interface Vlan1
    nameif inside
    security-level 100
    ip address 192.168.1.1 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address dhcp
    interface Vlan12
    no forward interface Vlan1
    nameif DMZ
    security-level 50
    ip address 192.168.2.1 255.255.255.0
    ftp mode passive
    clock timezone CEST 1
    clock summer-time CEDT recurring last Sun Mar 2:00 last Sun Oct 3:00
    dns domain-lookup inside
    dns domain-lookup outside
    dns domain-lookup DMZ
    dns server-group DefaultDNS
    name-server 193.75.75.75
    name-server 192.168.1.11
    name-server 192.168.1.12
    name-server 193.75.75.193
    domain-name example.no
    same-security-traffic permit intra-interface
    object network obj_any
    subnet 0.0.0.0 0.0.0.0
    object network inside-net
    subnet 192.168.1.0 255.255.255.0
    object network NETWORK_OBJ_10.10.10.0_28
    subnet 10.10.10.0 255.255.255.240
    object network NETWORK_OBJ_192.168.1.128_27
    subnet 192.168.1.128 255.255.255.224
    object network NETWORK_OBJ_192.168.1.0_24
    subnet 192.168.1.0 255.255.255.0
    object network NETWORK_OBJ_192.168.254.0_28
    subnet 192.168.254.0 255.255.255.240
    object network dmz-ftpserver
    host 192.168.2.101
    description FTP server Host Object
    object network dmz-webserver
    host 192.168.2.100
    description Web Server Host Object
    object network ftp-server
    object service FTP
    service tcp source eq ftp
    object service WWW
    service tcp source eq www
    object network DMZ.net
    subnet 192.168.2.0 255.255.255.0
    object-group protocol TCPUDP
    protocol-object udp
    protocol-object tcp
    object-group network NET-VPNPOOL
    network-object 86.62.136.0 255.255.255.0
    access-list outside_access_in extended permit tcp any host 192.168.2.101 eq ftp
    access-list outside_access_in extended permit tcp any host 192.168.2.100 eq www
    access-list VPN-FOO_splitTunnelAcl standard permit 192.168.1.0 255.255.255.0
    access-list inside_access_dmz extended permit tcp any object DMZ.net range 1 65535
    pager lines 24
    logging enable
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    mtu DMZ 1500
    ip local pool VPN-Pool 192.168.254.1-192.168.254.10 mask 255.255.255.0
    icmp unreachable rate-limit 1 burst-size 1
    no asdm history enable
    arp timeout 14400
    nat (DMZ,outside) source static dmz-webserver interface service WWW WWW
    nat (DMZ,outside) source static dmz-ftpserver interface service FTP FTP
    nat (inside,outside) source static any any destination static NETWORK_OBJ_10.10.10.0_28 NETWORK_OBJ_10.10.10.0_28 no-proxy-arp route-lookup
    nat (inside,outside) source static any any destination static NETWORK_OBJ_192.168.1.128_27 NETWORK_OBJ_192.168.1.128_27 no-proxy-arp route-lookup
    nat (inside,outside) source static NETWORK_OBJ_192.168.1.0_24 NETWORK_OBJ_192.168.1.0_24 destination static NETWORK_OBJ_192.168.254.0_28 NETWORK_OBJ_192.168.254.0_28 no-proxy-arp route-lookup
    nat (outside,outside) source dynamic NET-VPNPOOL interface
    object network obj_any
    nat (inside,outside) dynamic interface
    object network inside-net
    nat (inside,outside) dynamic interface
    object network DMZ.net
    nat (DMZ,outside) dynamic interface
    access-group outside_access_in in interface outside
    route outside 0.0.0.0 0.0.0.0 86.62.136.44 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    user-identity default-domain LOCAL
    aaa authentication enable console LOCAL
    aaa authentication http console LOCAL
    aaa authentication ssh console LOCAL
    aaa authorization command LOCAL
    aaa authorization exec authentication-server
    http server enable
    http 192.168.1.0 255.255.255.0 inside
    http 192.168.1.1 255.255.255.255 outside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
    crypto ipsec ikev1 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
    crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map outside_map interface outside
    crypto ca trustpoint _SmartCallHome_ServerCA
    crl configure
    crypto ca certificate chain _SmartCallHome_ServerCA
    certificate ca 6ecc7aa5a7032009b8cebcf4e952d491
        308205ec 308204d4 a0030201 0202106e cc7aa5a7 032009b8 cebcf4e9 52d49130
        0d06092a 864886f7 0d010105 05003081 ca310b30 09060355 04061302 55533117
        30150603 55040a13 0e566572 69536967 6e2c2049 6e632e31 1f301d06 0355040b
        13165665 72695369 676e2054 72757374 204e6574 776f726b 313a3038 06035504
        0b133128 63292032 30303620 56657269 5369676e 2c20496e 632e202d 20466f72
        20617574 686f7269 7a656420 75736520 6f6e6c79 31453043 06035504 03133c56
        65726953 69676e20 436c6173 73203320 5075626c 69632050 72696d61 72792043
        65727469 66696361 74696f6e 20417574 686f7269 7479202d 20473530 1e170d31
        30303230 38303030 3030305a 170d3230 30323037 32333539 35395a30 81b5310b
        30090603 55040613 02555331 17301506 0355040a 130e5665 72695369 676e2c20
        496e632e 311f301d 06035504 0b131656 65726953 69676e20 54727573 74204e65
        74776f72 6b313b30 39060355 040b1332 5465726d 73206f66 20757365 20617420
        68747470 733a2f2f 7777772e 76657269 7369676e 2e636f6d 2f727061 20286329
        3130312f 302d0603 55040313 26566572 69536967 6e20436c 61737320 33205365
        63757265 20536572 76657220 4341202d 20473330 82012230 0d06092a 864886f7
        0d010101 05000382 010f0030 82010a02 82010100 b187841f c20c45f5 bcab2597
        a7ada23e 9cbaf6c1 39b88bca c2ac56c6 e5bb658e 444f4dce 6fed094a d4af4e10
        9c688b2e 957b899b 13cae234 34c1f35b f3497b62 83488174 d188786c 0253f9bc
        7f432657 5833833b 330a17b0 d04e9124 ad867d64 12dc744a 34a11d0a ea961d0b
        15fca34b 3bce6388 d0f82d0c 948610ca b69a3dca eb379c00 48358629 5078e845
        63cd1941 4ff595ec 7b98d4c4 71b350be 28b38fa0 b9539cf5 ca2c23a9 fd1406e8
        18b49ae8 3c6e81fd e4cd3536 b351d369 ec12ba56 6e6f9b57 c58b14e7 0ec79ced
        4a546ac9 4dc5bf11 b1ae1c67 81cb4455 33997f24 9b3f5345 7f861af3 3cfa6d7f
        81f5b84a d3f58537 1cb5a6d0 09e4187b 384efa0f 02030100 01a38201 df308201
        db303406 082b0601 05050701 01042830 26302406 082b0601 05050730 01861868
        7474703a 2f2f6f63 73702e76 65726973 69676e2e 636f6d30 12060355 1d130101
        ff040830 060101ff 02010030 70060355 1d200469 30673065 060b6086 480186f8
        45010717 03305630 2806082b 06010505 07020116 1c687474 70733a2f 2f777777
        2e766572 69736967 6e2e636f 6d2f6370 73302a06 082b0601 05050702 02301e1a
        1c687474 70733a2f 2f777777 2e766572 69736967 6e2e636f 6d2f7270 61303406
        03551d1f 042d302b 3029a027 a0258623 68747470 3a2f2f63 726c2e76 65726973
        69676e2e 636f6d2f 70636133 2d67352e 63726c30 0e060355 1d0f0101 ff040403
        02010630 6d06082b 06010505 07010c04 61305fa1 5da05b30 59305730 55160969
        6d616765 2f676966 3021301f 30070605 2b0e0302 1a04148f e5d31a86 ac8d8e6b
        c3cf806a d448182c 7b192e30 25162368 7474703a 2f2f6c6f 676f2e76 65726973
        69676e2e 636f6d2f 76736c6f 676f2e67 69663028 0603551d 11042130 1fa41d30
        1b311930 17060355 04031310 56657269 5369676e 4d504b49 2d322d36 301d0603
        551d0e04 1604140d 445c1653 44c1827e 1d20ab25 f40163d8 be79a530 1f060355
        1d230418 30168014 7fd365a7 c2ddecbb f03009f3 4339fa02 af333133 300d0609
        2a864886 f70d0101 05050003 82010100 0c8324ef ddc30cd9 589cfe36 b6eb8a80
        4bd1a3f7 9df3cc53 ef829ea3 a1e697c1 589d756c e01d1b4c fad1c12d 05c0ea6e
        b2227055 d9203340 3307c265 83fa8f43 379bea0e 9a6c70ee f69c803b d937f47a
        6decd018 7d494aca 99c71928 a2bed877 24f78526 866d8705 404167d1 273aeddc
        481d22cd 0b0b8bbc f4b17bfd b499a8e9 762ae11a 2d876e74 d388dd1e 22c6df16
        b62b8214 0a945cf2 50ecafce ff62370d ad65d306 4153ed02 14c8b558 28a1ace0
        5becb37f 954afb03 c8ad26db e6667812 4ad99f42 fbe198e6 42839b8f 8f6724e8
        6119b5dd cdb50b26 058ec36e c4c875b8 46cfe218 065ea9ae a8819a47 16de0c28
        6c2527b9 deb78458 c61f381e a4c4cb66
      quit
    crypto ikev1 enable outside
    crypto ikev1 policy 10
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    telnet timeout 5
    ssh 192.168.1.0 255.255.255.0 inside
    ssh 0.0.0.0 0.0.0.0 outside
    ssh timeout 30
    console timeout 0
    management-access inside
    no vpn-addr-assign aaa
    no vpn-addr-assign dhcp
    dhcpd domain inside-sport.no
    dhcpd auto_config outside
    dhcpd address 192.168.1.20-192.168.1.49 inside
    dhcpd dns 192.168.1.11 192.168.1.12 interface inside
    dhcpd domain inside-sport.no interface inside
    dhcpd enable inside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    ntp authenticate
    ntp server 193.150.22.7 source outside
    webvpn
    group-policy VPN-FOO internal
    group-policy VPN-FOO attributes
    dns-server value 192.168.1.11 193.75.75.193
    vpn-tunnel-protocol ikev1
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value VPN-FOO_splitTunnelAcl
    default-domain value inside-sport.no
    username polkadott password 12332131 encrypted privilege 15
    username afrocircus password 123132 encrypted privilege 15
    username foobar password sdafsdfsda encrypted
    username foobar attributes
    service-type remote-access
    username barfoo password 1313131 encrypted privilege 0
    username barfoo attributes
    service-type remote-access
    tunnel-group VPN-FOO type remote-access
    tunnel-group VPN-FOO general-attributes
    address-pool VPN-Pool
    default-group-policy VPN-FOO
    tunnel-group VPN-FOO ipsec-attributes
    ikev1 pre-shared-key *****
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum client auto
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny 
      inspect sunrpc
      inspect xdmcp
      inspect sip 
      inspect netbios
      inspect tftp
      inspect ip-options
    service-policy global_policy global
    prompt hostname context
    call-home reporting anonymous
    call-home
    profile CiscoTAC-1
      no active
      destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
      destination address email [email protected]
      destination transport-method http
      subscribe-to-alert-group diagnostic
      subscribe-to-alert-group environment
      subscribe-to-alert-group inventory periodic monthly
      subscribe-to-alert-group configuration periodic monthly
      subscribe-to-alert-group telemetry periodic daily
    Cryptochecksum:f3b732b91e291d6ad7ae12aaa271b31b
    : end
    no asdm history enable
    Output of show version
    Cisco Adaptive Security Appliance Software Version 8.4(2)
    Device Manager Version 6.4(5)
    Compiled on Wed 15-Jun-11 18:17 by builders
    System image file is "disk0:/asa842-k8.bin"
    Config file at boot was "startup-config"
    ciscoasa up 230 days 23 hours
    Hardware:   ASA5505, 512 MB RAM, CPU Geode 500 MHz
    Internal ATA Compact Flash, 128MB
    BIOS Flash M50FW016 @ 0xfff00000, 2048KB
    Encryption hardware device : Cisco ASA-5505 on-board accelerator (revision 0x0)
                                 Boot microcode        : CN1000-MC-BOOT-2.00
                                 SSL/IKE microcode     : CNLite-MC-SSLm-PLUS-2.03
                                 IPSec microcode       : CNlite-MC-IPSECm-MAIN-2.06
                                 Number of accelerators: 1
    0: Int: Internal-Data0/0    : address is ccef.4892.00b0, irq 11
    1: Ext: Ethernet0/0         : address is ccef.4892.00a8, irq 255
    2: Ext: Ethernet0/1         : address is ccef.4892.00a9, irq 255
    3: Ext: Ethernet0/2         : address is ccef.4892.00aa, irq 255
    4: Ext: Ethernet0/3         : address is ccef.4892.00ab, irq 255
    5: Ext: Ethernet0/4         : address is ccef.4892.00ac, irq 255
    6: Ext: Ethernet0/5         : address is ccef.4892.00ad, irq 255
    7: Ext: Ethernet0/6         : address is ccef.4892.00ae, irq 255
    8: Ext: Ethernet0/7         : address is ccef.4892.00af, irq 255
    9: Int: Internal-Data0/1    : address is 0000.0003.0002, irq 255
    10: Int: Not used            : irq 255
    11: Int: Not used            : irq 255
    Licensed features for this platform:
    Maximum Physical Interfaces       : 8              perpetual
    VLANs                             : 3              DMZ Restricted
    Dual ISPs                         : Disabled       perpetual
    VLAN Trunk Ports                  : 0              perpetual
    Inside Hosts                      : 10             perpetual
    Failover                          : Disabled       perpetual
    VPN-DES                           : Enabled        perpetual
    VPN-3DES-AES                      : Enabled        perpetual
    AnyConnect Premium Peers          : 2              perpetual
    AnyConnect Essentials             : Disabled       perpetual
    Other VPN Peers                   : 10             perpetual
    Total VPN Peers                   : 25             perpetual
    Shared License                    : Disabled       perpetual
    AnyConnect for Mobile             : Disabled       perpetual
    AnyConnect for Cisco VPN Phone    : Disabled       perpetual
    Advanced Endpoint Assessment      : Disabled       perpetual
    UC Phone Proxy Sessions           : 2              perpetual
    Total UC Proxy Sessions           : 2              perpetual
    Botnet Traffic Filter             : Disabled       perpetual
    Intercompany Media Engine         : Disabled       perpetual
    This platform has a Base license.

    I did a wget to www.digi.no and in the capture I am seeing this:
    5965: 11:47:13.287948 802.1Q vlan#1 P0 192.168.1.22.56369 > 74.125.143.109.993: . ack 4203439682 win 331
    5966: 11:47:13.289779 802.1Q vlan#1 P0 192.168.1.22.33903 > 81.27.47.164.143: P 1147057306:1147057319(13) ack 4094693130 win 331
    5967: 11:47:13.317488 802.1Q vlan#1 P0 81.27.47.164.143 > 192.168.1.22.33903: P 4094693130:4094693156(26) ack 1147057319 win 91
    5968: 11:47:13.317717 802.1Q vlan#1 P0 192.168.1.22.33903 > 81.27.47.164.143: . ack 4094693156 win 331
    5969: 11:47:13.335660 802.1Q vlan#1 P0 192.168.1.22.33905 > 81.27.47.164.143: P 1946962938:1946962951(13) ack 3747978698 win 190
    5970: 11:47:13.362942 802.1Q vlan#1 P0 81.27.47.164.143 > 192.168.1.22.33905: P 3747978698:3747978724(26) ack 1946962951 win 91
    5971: 11:47:13.363094 802.1Q vlan#1 P0 192.168.1.22.33905 > 81.27.47.164.143: . ack 3747978724 win 190
    5972: 11:47:13.387751 802.1Q vlan#1 P0 192.168.1.22.46864 > 192.168.1.1.22: P 3937008649:3937008697(48) ack 2079733693 win 65535
    5973: 11:47:13.387827 802.1Q vlan#1 P0 192.168.1.1.22 > 192.168.1.22.46864: . ack 3937008697 win 32768
    5974: 11:47:13.388987 802.1Q vlan#1 P0 192.168.1.1.22 > 192.168.1.22.46864: P 2079733693:2079733741(48) ack 3937008697 win 32768
    5975: 11:47:13.391062 802.1Q vlan#1 P0 192.168.1.22.46864 > 192.168.1.1.22: . ack 2079733741 win 65535
    5976: 11:47:13.391916 802.1Q vlan#1 P0 192.168.1.1.22 > 192.168.1.22.46864: P 2079733741:2079733789(48) ack 3937008697 win 32768
    5977: 11:47:13.392618 802.1Q vlan#1 P0 192.168.1.1.22 > 192.168.1.22.46864: P 2079733789:2079733853(64) ack 3937008697 win 32768
    5978: 11:47:13.392664 802.1Q vlan#1 P0 192.168.1.22.46864 > 192.168.1.1.22: . ack 2079733789 win 65535
    Some more setup.
    In the host server that runs some guest virtual box virtual servers I have this route.
    route -n
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
    192.168.254.0   192.168.1.1     255.255.255.0   UG    0      0        0 eth0
    192.168.2.0     0.0.0.0         255.255.254.0   U     0      0        0 eth1
    0.0.0.0         192.168.2.1     0.0.0.0         UG    0      0        0 eth1
    where 192.168.2.1 is the IP for the DMZ
    On the two DNS-servers I have, the routing table looks like this:
    routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
    0.0.0.0         192.168.1.1     0.0.0.0         UG    100    0        0 eth0

  • Just installed 4.0.1 and now "offline" appears and I can't connect at all

    When I click on Firefox, the dialog box says:
    Offline mode/
    Firefox is currently in offline mode and can't browse the Web.
    Uncheck the "Work Offline" menu item, then try again.
    I am sending this on Safari, the only browser working on my computer now.

    Hi -
    I went to http://www.mozilla.com/en-US/firefox/all-older.html and got the previous major version (3.6.17) and am back online :)
    Come on Mozilla don't hate on us Mac types - just kidding things happen...
    Dustin Sparks |office 512.535.6443 |mobile 512.296.4024
    http://www.totallywhatyouneed.com
    Have you seen all of the opportunities JUST in Text Marketing?!

  • Video on my4s no longer displays th tv logo and can't connect to all tv help?

    What to do to restore all tv connect?

    I'm confused.  Are you talking about connecting an iphone to a tv using a cable converter on the iphone and wires to a tv?

  • Can you connect VIA USB port on Airport Express?

    I have a Airport Express and have the ethernet port used already. Is is possible to use the USB port to hard wire a computer to the Express? I know it meant for a printer but dont need it for that use.

    Sorry, but no. The USB port on the AirPort Express is designed to only support USB printers.

  • After update I can't connect to the internet in no way, shape or form

    I rarely update because: 1) something always breaks when you update (like now) and 2) I don't like to deal with new crap like GNOME 3. Anyway:
    I bought a new router (TL-WR1043N) and configured it with an old Ubuntu because connecting to 192.168.1.1 didn't work on any of my Arch Linux installations. Now... here's where it all starts... I can't use the 'n' wireless on my laptop since I have to install something to use WPA, and to install that I need to update, but I don't want to deal with GNOME 3 and Firefox >3. But I gave up eventually gave up and connected my laptop to the router by Ethernet cable. Setting that up was very easy: 'ifconfig eth0 up; dhcpcd'. Voila! I updated my whole system and restarted. To see how badly I damaged my system I opened Nautilus (I use Openbox with some GNOME programs): shock and dismay, the fonts are visible from the moon. I guess I'll have to quit using GNOME programs completely now but I expected that. I used to use KDE back in the day and when KDE4 came forth from that unholy pit, I immediately abandoned it for GNOME. This time we had more time to prepare, everybody knew what GNOME 3 was going to be. I started using Openbox quite a long time ago.
    Anyway: Now to fix my wireless right? WRONG! I can't connect to the internet on cable to get the packages for wireless. I installed Windows 7 64 on the same laptop and it connects to the cable. Ubuntu 9.10 Live also connects, but due to the changes of rc.conf and network stuff I can't connect at all with Arch Linux.
    So I decided to abandon it completely and reinstall from scratch. But the Live CD also doesn't work. With all the ways I've tried it all comes down to this:
    dhcpcd always times out waiting for a carrier and 'ip addr' shows 'eth0: <NO-CARRIER, ....' if the interface is up. I'm not sure what information I should give you, but I can't paste any here since I can't connect to the damn internet on that laptop.
    About the router: the cable is plugged on port 1 and the LED for it flashes if I reboot the computer. In Windows it stops flashing while it connects and flashes again when connected. I removed 'network' from DAEMONS and it flashes till I start it with '/etc/rc.d/network start'. This hangs for a while and returns '[DONE]' even though it doesn't work and the LED never flashes again on the router.
    In rc.conf I have exactly what the example says for DHCP. In any case, it doesn't work with the Live CD either.
    EDIT 1: From lscpi: painstakingly typed:
    06:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)
    07:00.0 Ethernet controller: Realtek Semiconducctor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
    EDIT 2: Just to be clear: I can use the wireless on the laptop on the Live CD, but I want to use the cable because of the greater speed (94Mbit/s on cable 60 something on wireless n, 20 something on g) and because I rarely move the laptop.
    EDIT 3: lspci -v shows "Kernel driver in use: r8169   /   Kernel modules: r8169", so the driver is loaded.
    EDIT 4: So if I boot from the CD. ip addr shows:
    eth: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
        link/ether 00:1d:92:...etc... brd ff:ff:ff:ff:ff:ff
    And  the LED flashes. When I type: "ifconfig eth0 up" it stops, never to light up again and ip addr shows: "eth: <nO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
    Last edited by imtired (2011-09-08 12:36:51)

    When you're in Arch, use output redirection
    lspci >lspci.out
    then boot into Ubuntu or something where you can access the files and the BBS,  Of course, don't forget to use a new file for each command output.
    The new network config in rc.conf is not that complicated (wired anyway; never used wireless).  OTOH I've had issues on two machines where I have to restart the network daemon (rc.d restart network) or rerun netcfg (netcfg eth0) after boot to get connectivity. And I still haven't come to grips with the ip command.

  • Connecting Two Lx Port

    Hi All,
    Can i connect two Lx ports in two different switches in the same room using a SC-SC Single mode fiber Patch cord ? Will i be getting any bit rate error?
    Regards,
    R. Rajaraman

    If you connect two LX ports with a jumper, you *better* have some attenuation inline, or you risk seriously damaging the receiver in each of the transceiver modules.
    How much attenuation? You need to look at the spec for the receiver, look at the spec for the transmitter, and make up the difference with an attenuator (or two or three ....).
    Bit errors? Oh yes, you bet .... think about someone putting a kilowatt of audio next to your head and screaming directions to you through that system ..... do you think you'd hear them clearly?
    Same thing ....
    Summary:
    You are connecting systems made to drive a signal for many miles .... you have to drop the signal to make it look like it's gone through many many miles of media.
    Good Luck
    Scott

  • Can not connect with Gmail.

    I can not connect my mail.app with gmail.
    smtp connection is fine.
    but i can't connect pop.
    I look through discussions and it looks randomaly happening.
    however, can anyone help me out?
    I'm keep getting this message "There may be a problem with the mail server or network. Check the settings for account "Gmail" or try again.
    The server error encountered was: The connection to the server "pop.gmail.com" on port 995 timed out."
    Thanks.
    MacBook Pro Mac OS X (10.4.8) Powerbook G3

    You can't connect at all, or you have been able to connect and it randomly drops??
    I've been using Mail to check my Gmail accounts for a while now, and sometimes it will be delayed, but I've never had a long term probelm with it.
    Just for reference:
    http://mail.google.com/support/bin/answer.py?answer=13275

  • Skype can't connect. Tried everything.

    Hi all,
    Literally can't think of anything else to try.
    Issue only happens on 1 computer. Everything else on it works fine.
    Other computers work fine.
    Tried uninstall/reinstall with latest version.
    Tried setting rules in the firewall to allow all connections on all ports.
    Tried disabling the firewall.
    Tried different user account.
    Tried disabling antivirus
    Tried removing antivirus
    Tried different skype account
    Everytime I login I'm met with "Skype can't connect".
    I am out of ideas and would appreciate any input.
    Thanks
    Mike
    Solved!
    Go to Solution.

    helenalvarado27 wrote:
    ok so i've tried to uninstall skype and the installit again but when i try to uninstall it a message saying '' the installed product does not match th installation source'' keeps appearing .. Please someone help me
    Try to clear any currently installed version using this MS Fix It:
    http://support.microsoft.com/mats/Program_Install_and_Uninstall/en
    You can also try this SRT.exe removal/repair tool:
    http://community.skype.com/t5/Windows-desktop-client/Cannot-remove-old-version/m-p/3668091#M304513

  • IChat can't connect to AIM network

    My iChat was working fine with my AIM account until this evening -- now, it reports that it can't connect at all.
    What could have happened to my Macbook since this morning?
    How can I figure out how to fix it?
    MacBook   Mac OS X (10.4.6)  

    I'm not sure why your iChat use to work and now it doesn't. Have you made any adjustments to your Mac firewall? Did you make any adjustments to your router?
    Or have you made any other system wide changes since the last time you were successful in logging in.
    Lastly, you may want to change your port to 443 iChat>Preferences>Accounts>Server Settings
    Lastly, it may have just been a problem with the AIM servers. Are you up and running again?

  • Can't connect to the Hyper-V manager after upgrading to Windows Hyper-V 2012 R2

    I have some Hyper-V server based on the free version (Windows Hyper-V 2012). I want to upgrade to the new version (Windows Hyper-V 2012 R2). So I begin to test it with
    an already working server (aka I was able to totally manager the server remotely without problem) and so upgrade it to the R2.
    After the upgrade, remote management and Hyper-V manager does not work anymore. So I redo my usual configuration steps (enable remote management, open firewall, uses
    latest hvremote.wsf, etc.). I was able to regain access to Computer Manager but not the Hyper-V manager which still can't connect at all. I can't access the Task Scheduler too without having a lot of XML error like "The task XML contains a value which
    is incorrectly formatted or out of range" (see below for screenshot).
    Is there a new step to do to be able to manage Hyper-V 2012 R2 from a Windows 7 computer?
    It's not a network problem as I can access RDP and MMC Computer Manager.
    To be sure the problem is coming from the R2, I have taken an old computer, install Windows Hyper-V 2012, do my usual configuration step, and
    tada: it works perfectly. I can access the Hyper-V manager from my client.
    Technical details:
    - Client is a Windows 7 SP1 x64 English member of a domain with latest RSAT (Windows6.1-KB958830-x64-RefreshPkg.msu).
    - Servers are in a workgroup (not a domain's member). And no, I can't add them to the same domain as the client.

    HI,
    Can we upgrade HyperV 2012 to hyper v 2012 R2.
    Thanks
    Atul

  • I can't connect to home wifi on 8.3!

    I have an iPhone 5s, and recently updated to iOS 8.3.  Now I'm having trouble with my internet. Before I updated, my wifi would randomly connect and disconnect, but it wasn't that much of a problem. Now, I can't connect at all. Under my networks, My home wifi comes up, but it won't join when I put the password in. I have reset my network settings, and for about 5 minutes, it worked. Now it's back to not working. I hate using up all my data!!!
    Another thing, ever since I got this phone, I have never to my LTE connection to come up. I know it should, because the other two cell phones in the house , the LTE works fine. Any suggestions???

    I have the same issue. Was working fine until Saturday when Rogers reset my modem because we lost our internet connection. Our modem is direct connected to our PC and we connec with the Macbook through wifi.
    When the modem rebooted we got an IP error and they had to do a renew and release. Since then - no wifi on macbook.
    every time we try to join our home network it gives a password wrong error. The password is not wrong. Airport is a solid yellow light. Ethernet is red.
    I am not great with macs and I have scoured the net and I cannot figure this out

  • "dreamweaver encountered an internal data error" - can't connect to server (CS6)

    Since last week I can't connect to all of my websites using Dreamweaver. When I click on connect or switch to the server view I instantly get the error message "dreamweaver encountered an internal data error".
    The websites are on different servers and I can connect to each of them using another FTP Software like SmartFTP.
    I already used google and found some "solutions" like checking the "FTP timeout time". But even a timeout time of 60 seconds instantly brings the error message.
    Also I tried a fresh install of Dreamweaver yesterday but this doesn't help.
    OS is Windows 8 Pro x64
    Any advice would be great because I can't work without Dreamweaver.

    Which Anti-virus and Firewall are you using?
    When DW starts acting weird, the first thing to try is Deleting Corrupted Cache in DW
    http://forums.adobe.com/thread/494811
    If that doesn't help, try Restore Preferences
    http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html
    If all else fails, use the CC Cleaner Tools below followed by a software re-install.
    http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html
    Nancy O.

Maybe you are looking for

  • Web is not working

    My wiki server is offline after i did a server update. i do not have any idea on where shall i start in the troubleshooting process. attached is the screenshot of the overview of my web service. Appreciate for any useful advice

  • Windows Vista 64 bit and new iMac (Penryn)

    Anyone knows when the new iMacs will be "official supported" for Vista 64? I have read that today only the Mac Pro and the MacBook Pro ( both 2008 edition) are supported. I have try to install Vista 64 on my new iMac Penryn without problem (OS) while

  • Can't remove GoBoingo wireless app

    Hi - I want to remove the GoBoingo wireless app. from my MacBook (OSX 10.5.4). When I try to delete the application I get the error message "Cannot move to Trash because GoBoingo is open." This is because it runs in the background, I know. But I can'

  • IPhone time changes itself to 1 hour fast

    Hi, I have had an 8GB iPhone for about 3 days. Everything had been ok except for the time and camera...so I took it to the store today and the Genius was unsure about the time problem but replaced my phone due to the camera issue hoping the time issu

  • Using Decode with "Long" datatypes

    Hi, I want to use a select statement in a view which uses a decode function involving a "long" datatype. But doing some raises an error "Invalid datatypes". Is there a way around? Anupam.