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

-- 
Slow suspend/resume in Hardy
https://bugs.launchpad.net/bugs/217846
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to