This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Wireless speed

So my wife pointed out to me that the download speeds on her laptop were not doing so great and I decided to look into it myself. When I ran a speedtest I came up with 3Mbps on her laptop which is way off. I have Comcast Cable and am paying for the 20Mbps service. My desktop is getting the 20Mbps but the laptop is not. What could be wrong in my configuration?

Cable Modem > Astaro > Linksys E1000 (being used as an access point) > PS3, Laptops and cell phones connected to the router.

I tried looking through the logs but nothing is standing out. Where should I be looking


This thread was automatically locked due to age.
  • How would I check the settings for the wired connection between E1000 and Astaro.
      The E1000 may have a place to check this in its' admin GUI.  On the Astaro side, from the shell (console or SSH), you can run ethtool or mii-diag.  The command for running each of the tool is the same,  .

    Examples:
    ethtool eth0
    mii-diag eth0
  • astaro:/home/login # ethtool eth1
    Settings for eth1:
            Supported ports: [ TP ]
            Supported link modes:   10baseT/Half 10baseT/Full
                                    100baseT/Half 100baseT/Full
                                    1000baseT/Half 1000baseT/Full
            Supports auto-negotiation: Yes
            Advertised link modes:  10baseT/Half 10baseT/Full
                                    100baseT/Half 100baseT/Full
                                    1000baseT/Half 1000baseT/Full
            Advertised pause frame use: No
            Advertised auto-negotiation: Yes
            Speed: 1000Mb/s
            Duplex: Full
            Port: Twisted Pair
            PHYAD: 1
            Transceiver: internal
            Auto-negotiation: on
            MDI-X: Unknown
            Supports Wake-on: g
            Wake-on: g
            Current message level: 0x000000ff (255)
                                   drv probe link timer ifdown ifup rx_err tx_err
            Link detected: yes


    astaro:/home/login # mii-diag eth1
    Basic registers of MII PHY #1:  1000 796d 0020 6180 05e1 c1e1 000d 2001.
     The autonegotiated capability is 01e0.
    The autonegotiated media type is 100baseTx-FD.
     Basic mode control register 0x1000: Auto-negotiation enabled.
     You have link beat, and everything is working OK.
     Your link partner advertised c1e1: 100baseTx-FD 100baseTx 10baseT-FD 10baseT.
       End of basic transceiver information.
  • Looks like your wired connection is fine. Time to start checking for wireless interference (see if there are any other APs on the same or adjacent channels).

    Also, since you suspect a problem only when both machines are active, check the CPU usage on the firewall with 'top' during the simultaneous internet usage.

    Barry
  • A great, free tool that I found last week: inSSIDer

    Cheers - Bob