Networking Forums

Networking Forums > Computer Networking > Linux Networking > network problem when suspending

Reply
Thread Tools Display Modes

network problem when suspending

 
 
Ziller
Guest
Posts: n/a

 
      12-30-2005, 01:28 AM
Hi guys,

I have Linux SuSE 10 installed in a laptop. The network works okay but
it doesn't work after suspending.

I have tried restarting manually the drivers using ifdown and ifup. The
problem is when getting the ip address from a DHCP server. It just look
for a DHCP server and it just says that it can't find any. The strange
thing is that everything is okay when I restart the computer normally.

Does anybody has experienced a similar problem?

thank you....

 
Reply With Quote
 
 
 
 
Scott R. Haven
Guest
Posts: n/a

 
      01-02-2006, 01:14 PM
Ziller wrote:
> Hi guys,
>
> I have Linux SuSE 10 installed in a laptop. The network works okay but
> it doesn't work after suspending.
>
> I have tried restarting manually the drivers using ifdown and ifup. The
> problem is when getting the ip address from a DHCP server. It just look
> for a DHCP server and it just says that it can't find any. The strange
> thing is that everything is okay when I restart the computer normally.
>
> Does anybody has experienced a similar problem?
>
> thank you....
>



Ziller,

This is quite typical. You'll probably have to rmmod the appropriate
module(s) as well.

Something like:

ifdown eth0
rmmod eepro100 (or whatever you're using)

If it won't unload you'll have to stop other services and/or rmmod other
modules as well.

then:

ifup eth0

If "ifup" doesn't load the module you'll have to do it with "modprobe"

One thought would be to put these commands in a script to make is
easier. Often X will break when you suspend too. I sometimes just
disable the suspend feature all together.

Scott R. Haven
Sr. Systems Engineer
Paisley Systems Inc.
www.paisleysystems.com







 
Reply With Quote
 
Reinhard Gimbel
Guest
Posts: n/a

 
      01-02-2006, 02:04 PM

Hello community !

Scott R. Haven wrote:

> Ziller wrote:
>> Hi guys,
>>
>> I have Linux SuSE 10 installed in a laptop. The network works okay but
>> it doesn't work after suspending.
>>
>> I have tried restarting manually the drivers using ifdown and ifup. The
>> problem is when getting the ip address from a DHCP server. It just look
>> for a DHCP server and it just says that it can't find any. The strange
>> thing is that everything is okay when I restart the computer normally.
>>
>> Does anybody has experienced a similar problem?

>
> This is quite typical. You'll probably have to rmmod the appropriate
> module(s) as well.
>
> Something like:
>
> ifdown eth0
> rmmod eepro100 (or whatever you're using)
>
> If it won't unload you'll have to stop other services and/or rmmod other
> modules as well.
>
> then:
>
> ifup eth0
>
> If "ifup" doesn't load the module you'll have to do it with "modprobe"
>
> One thought would be to put these commands in a script to make is
> easier. Often X will break when you suspend too. I sometimes just
> disable the suspend feature all together.


How about a "rcnetwork restart" (or whatever is used to start the
network services, e.g. "/etc/init.d/network restart") ?

Furthermore it would be pretty much interesting for the developers to
know more about that particular problem (hardware, kernel, drivers).
Could you please report that bug to bugzilla ? You will find more
information how to report a bug under
http://www.opensuse.org/Submit_a_bug and
http://www.opensuse.org/Bugs:Suspend_Failure
--
Never give up !

Best regards,
Reinhard.
 
Reply With Quote
 
Ziller
Guest
Posts: n/a

 
      01-23-2006, 08:01 AM
Scott,

Great, finally the problem was solved with your advice.

once, the computer restarted it is need just to run

rmmod natsemi
modprobe natsemi

and that's it.
It is no necessary to use ifdown and ifup and rcnetwork didn't work.

Now I will make that it be done automatically when suspending.

Thank you again!

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Network/Network Share Problem Dave Johnson Windows Networking 2 11-08-2006 05:32 PM
windows 2003 SP1 network problem - Network Connections service fails to start Geoff Winkless Windows Networking 9 06-15-2005 05:52 PM
1pc, 2 network devices in same network -> ping problem beyens.pieter@gmail.com Linux Networking 0 05-31-2005 09:22 AM
Strange problem: no problem with Linux, when I boot windows 2K network is down... Santa Linux Networking 11 11-29-2004 06:46 AM
network problem - local network setup tom Linux Networking 8 11-25-2003 05:01 PM



1 2 3 4 5 6 7 8 9 10 11