Announcement

Collapse
No announcement yet.

Delay after idle.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Delay after idle.

    When I'm connected wirelessly & the connection has been idle most of the time but not always there will be a 1 to 2 minute delay before a new page will load after clicking a link.
    Hardware: HP laptop ZV ZV5255US Broadcom BCM4306 (I just dropped firmware files in /lib64/firmware/2.6* and it worked)
    /etc/network/interfaces

    auto lo
    iface lo inet loopback
    address 127.0.0.1
    netmask 255.0.0.0

    auto eth0
    iface eth0 inet static
    address 192.168.0.3
    netmask 255.255.255.0
    gateway 192.168.0.1

    auto eth1
    iface eth1 inet static
    address 10.6.229.95
    netmask 255.255.255.0
    gateway 10.6.229.50
    wireless-essid GMA03005AP

    auto eth2
    iface eth2 inet dhcp

    auto ath0
    iface ath0 inet dhcp

    auto wlan0
    iface wlan0 inet dhcp
Working...
X