http://qa.mandrakesoft.com/show_bug.cgi?id=5227
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
------- Additional Comments From [EMAIL PROTECTED] 2003-08-09 10:10 -------
Looks like an issue with the removal of modules from the running kernel.
I hand ran the network portion of the network suspend script and I stopped the
network and shutdown any service that could even possibly use the network then
did the /sbin/modprobe -r eepro100 then I started seeing the following in the log:
/etc/hotplug/net.agent: NET unregister event not supported
unregister_netdevice: waiting for eth0 to become free. Usage count = 2.
This is really kind of important for laptop users or those who have their
machines set to sleep during periods of inactivity.
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date:
description:
On a ThinkPad A22p with the builtin ethernet card there is an issue with susped
/ resume if the machine is started with the network attached.
This is with acpi set to ht.
When the machine suspends with the network attached it takes about a minute to
go through it's operations then the machine emits a single low beep and does not
suspend ( to ram ). This is what shows in messages:
Sep 2 21:04:25 localhost xinetd[1587]: Sending signal 9 to sgi_fam server 2252
Sep 2 21:04:25 localhost xinetd[1587]: Exiting...
Sep 2 21:04:25 localhost xinetd: xinetd shutdown succeeded
Sep 2 21:04:25 localhost kernel: unloading Kernel Card Services
Sep 2 21:04:26 localhost modprobe: modprobe: Can't locate module snd-card-1
Sep 2 21:04:26 localhost modprobe: modprobe: Can't locate module snd-card-2
Sep 2 21:04:26 localhost modprobe: modprobe: Can't locate module snd-card-3
Sep 2 21:04:26 localhost modprobe: modprobe: Can't locate module snd-card-4
Sep 2 21:04:26 localhost modprobe: modprobe: Can't locate module snd-card-5
Sep 2 21:04:26 localhost modprobe: modprobe: Can't locate module snd-card-6
Sep 2 21:04:26 localhost modprobe: modprobe: Can't locate module snd-card-7
Sep 2 21:04:28 localhost alsa: succeeded
Sep 2 21:04:29 localhost alsa: succeeded
Sep 2 21:04:30 localhost network: Shutting down interface eth0: succeeded
Sep 2 21:04:30 localhost network: Shutting down loopback interface: succeeded
Sep 2 21:04:30 localhost /etc/hotplug/net.agent: NET unregister event not suppo
rted
Sep 2 21:04:32 localhost ntpd[1514]: sendto(208.201.224.76): Invalid argument
Sep 2 21:04:40 localhost kernel: unregister_netdevice: waiting for eth0 to beco
me free. Usage count = 2
Sep 2 21:05:11 localhost last message repeated 3 times
Sep 2 21:06:12 localhost last message repeated 6 times
When the machine is opened the screen is garbled and the keyboard is dead.
Power cycling the machine is the only option.
If the machine is started *without* the network attached then suspend/resume
works fine. After the first suspend/resume you can connect the network cable
and then suspend/resume with no problems.