Comment 23 for bug 217846

Revision history for this message
dave (dave-wo-ist) wrote :

on my laptop (T43p) slow resume is caused by an network issue.
I resolved the problem by using another /etc/network/interfaces

## fast (note: NO auto eth0) ##
# The loopback network interface
auto lo
iface lo inet loopback

# wireless
auto ath0
iface ath0 inet dhcp
        wpa-driver madwifi
        wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

# ethernet
iface eth0 inet dhcp

## slow ##
auto lo
iface lo inet loopback

# wireless
auto ath0
iface ath0 inet dhcp
        wpa-driver madwifi
        wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

# ethernet
auto eth0
iface eth0 inet dhcp