Author Topic: [ SOLVED ] Re: Network centre problem? (wakeup from resume)  (Read 1030 times)

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
[ SOLVED ] Re: Network centre problem? (wakeup from resume)
« on: April 13, 2012, 02:27:46 PM »
Sorry AS, took a little longer than expected.

Resume from sleep and hibernate works fine after quitting the net_applet. If I then try to restart the applet it runs but it seems the wifi card is not being detected

expand please: what you get from net_applet ?  
beside net_applet, do you have network working upon resume ?
« Last Edit: April 14, 2012, 09:18:30 AM by AS »

Online 7272andy

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1627
  • UK MLU
Re: Re: Network centre problem? (wakeup from resume)
« Reply #1 on: April 13, 2012, 02:34:26 PM »
No, there was no network. when I restarted the net_applet it came up and showed that it was connecting. This lasted for several minutes before timing out. Right clicking on the net_applet showed there were no active interfaces.


Bare Metal 1         Bare Metal 2
Intel Celeron 420M   Intel i5 540M
2GB Ram              4GB Ram
Intel 943GM          Radeon HD 5650 PCI Express
RT2573               RT2790
32bit KDE            32&64bit KDE

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Re: Network centre problem? (wakeup from resume)
« Reply #2 on: April 13, 2012, 02:38:32 PM »
No, there was no network. when I restarted the net_applet it came up and showed that it was connecting. This lasted for several minutes before timing out. Right clicking on the net_applet showed there were no active interfaces.

so it appear there is a problem about wake up the network adapter ...

Online 7272andy

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1627
  • UK MLU
Re: Re: Network centre problem? (wakeup from resume)
« Reply #3 on: April 13, 2012, 02:43:00 PM »
That is how I'm reading it, previously the network would come back but then the net_applet displayed as ethernet rather than wireless


Bare Metal 1         Bare Metal 2
Intel Celeron 420M   Intel i5 540M
2GB Ram              4GB Ram
Intel 943GM          Radeon HD 5650 PCI Express
RT2573               RT2790
32bit KDE            32&64bit KDE

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Re: Network centre problem? (wakeup from resume)
« Reply #4 on: April 13, 2012, 02:52:51 PM »
That is how I'm reading it, previously the network would come back but then the net_applet displayed as ethernet rather than wireless

forget about net_applet, because it appear that while it was turned off the issue remain, that would lead you on the wrong track.
what network adapter, and what kernel module is it using ?

you can get those info running:
Code: [Select]
lscpi -nnk

Online 7272andy

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1627
  • UK MLU
Re: Re: Network centre problem? (wakeup from resume)
« Reply #5 on: April 13, 2012, 03:00:23 PM »
03:00.0 Network controller [0280]: Ralink corp. RT2790 Wireless 802.11n 1T/2R PCIe [1814:0781]
        Subsystem: Ralink corp. Device [1814:2790]
        Kernel driver in use: rt2860
        Kernel modules: rt2860sta, rt2800pci



Bare Metal 1         Bare Metal 2
Intel Celeron 420M   Intel i5 540M
2GB Ram              4GB Ram
Intel 943GM          Radeon HD 5650 PCI Express
RT2573               RT2790
32bit KDE            32&64bit KDE

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Re: Network centre problem? (wakeup from resume)
« Reply #6 on: April 13, 2012, 03:18:59 PM »
03:00.0 Network controller [0280]: Ralink corp. RT2790 Wireless 802.11n 1T/2R PCIe [1814:0781]
        Subsystem: Ralink corp. Device [1814:2790]
        Kernel driver in use: rt2860
        Kernel modules: rt2860sta, rt2800pci



I would try to switch module, to rt2800pci, rt2860sta is a "staging" driver, later merged in rt2800pci ...

Online 7272andy

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1627
  • UK MLU
Re: Re: Network centre problem? (wakeup from resume)
« Reply #7 on: April 13, 2012, 03:29:31 PM »
OK I'll give it a whirl over the weekend, though Im being told the garden and allotment are more important. Thanks for the direction I'll report back with the results.


Bare Metal 1         Bare Metal 2
Intel Celeron 420M   Intel i5 540M
2GB Ram              4GB Ram
Intel 943GM          Radeon HD 5650 PCI Express
RT2573               RT2790
32bit KDE            32&64bit KDE

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Re: Network centre problem? (wakeup from resume)
« Reply #8 on: April 13, 2012, 03:35:18 PM »
OK I'll give it a whirl over the weekend, though Im being told the garden and allotment are more important. Thanks for the direction I'll report back with the results.

I'm going to move this last part of the thread on your own, as it appear to be a different issue.   ;)

AS

Online 7272andy

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1627
  • UK MLU
Re: Re: Network centre problem? (wakeup from resume)
« Reply #9 on: April 13, 2012, 03:38:02 PM »
OK, sensible move.


Bare Metal 1         Bare Metal 2
Intel Celeron 420M   Intel i5 540M
2GB Ram              4GB Ram
Intel 943GM          Radeon HD 5650 PCI Express
RT2573               RT2790
32bit KDE            32&64bit KDE

Online 7272andy

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1627
  • UK MLU
Re: Network centre problem? (wakeup from resume)
« Reply #10 on: April 14, 2012, 08:40:57 AM »
Hi AS, just letting you know the module switch fixed my problem. I really should have noticed that myself.

Many thanks for your time and help

Regards
Andy

EDIT
Could you mark this as solved please


Bare Metal 1         Bare Metal 2
Intel Celeron 420M   Intel i5 540M
2GB Ram              4GB Ram
Intel 943GM          Radeon HD 5650 PCI Express
RT2573               RT2790
32bit KDE            32&64bit KDE

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Network centre problem? (wakeup from resume)
« Reply #11 on: April 14, 2012, 09:18:05 AM »
Hi AS, just letting you know the module switch fixed my problem. I really should have noticed that myself.

Many thanks for your time and help

Regards
Andy

EDIT
Could you mark this as solved please

 :D :D

Glad you solved!

AS