Thread: lost wired connection after resume
hi,
so, when booted up, wired connection automatically detected , in use. whenever suspend computer , resume later lose wired connection. detected (seen) networkmanager, can never connect.
found way restore connection, manual , wondering if automate process every time resume. details follow:
laptop: hp dm1z, natty 64bit. ethernet card:
likely culprit (according dmesg)code:#lspci|grep ethernet 03:00.0 ethernet controller: realtek semiconductor co., ltd. rtl8101e/rtl8102e pci express fast ethernet controller (rev 02)
no matter how many times tried restart network services, wouldn't work. saw clues solve here , here , may here.code:#dmesg|grep r8169 r8169 0000:03:00.0: pme# disabled
had
is there way can either: enable module on resume, or execute automatic script after resume remove module (rmmod) , re-install (modprobe)?code:#sudo rmmod r8169 #sudo modprobe r8169
thanks!
you might try this.add 1 line:code:sudo gedit /etc/pm/config.d/configi have no idea if work; report it's working, not. nothing ventured, nothing gained.code:suspend_modules="r8169"
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless lost wired connection after resume
Ubuntu
Comments
Post a Comment