Hello,

please whitelist following board:

    sys_vendor   = "System manufacturer"
    sys_product  = "System Product Name"
    sys_version  = "System Version"
    bios_version = "ASUS M2N32-SLI DELUXE ACPI BIOS Revision 1201"

and

    sys_vendor   = "System manufacturer"
    sys_product  = "System Product Name"
    sys_version  = "System Version"
    bios_version = "ASUS M2N32-SLI DELUXE ACPI BIOS Revision 1101"

Option: -f -s -p

I'd tested both bios versions and both works for me.

Here some (maybe a little bit off topic) tips for people who want's also 
success with this board under OpenSUSE 10.2:
- Unload much modules as possible in /etc/pm/config:SUSPEND_MODULES. I'd done a 
lsmod and include all modules, excepting the ide/sata modules which makes the 
system more stable for me after resume
- That the nvidia binary drivers only works good with NvAGP=1 is wrong! I'd 
created an file called nvidia in /etc/modprobe.d with following content:
    options nvidia NVreg_SaveVBios=1
    options nvidia NVreg_VbiosFromROM=1
    options nvidia NVreg_DeviceFileUID=0
    options nvidia NVreg_DeviceFileGID=33
    options nvidia NVreg_DeviceFileMode=0660
    options nvidia NVreg_NvAGP=3
    options nvidia NVreg_EnableAGPFW=1
    options nvidia NVreg_EnableAGPSBA=1
It works for me perfect and fast with binary version 1.0-9639.
- The nvidia network driver (forcedeth) has a bug. If the system resume, maybe 
the mac address doesn't match. You can fix it with following steps:
   1. Go to /etc/sysconfig/network and create a syslink from 
ifcfg-eth-id-00:18:xx:xx:xx:xx to ifcfg-eth0
   2. Go to /etc/udev/rules.d and insert following line into 
30-net_persistent_names.rules:
          SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:00:6c:*", 
IMPORT="/lib/udev/rename_netiface %k eth0"
      The mac address is this one, which are "created" after resume. My 
addresses started mostly with 00:00:6c, so this rule match and rename the 
interface is renamed to eth0 so that it can be resumed. 

I Hope this helps someone and maybe someone has better tips - if yes, let me 
know! I needed many days, get the perfect configuration!

prodigy7


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Suspend-devel mailing list
Suspend-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/suspend-devel

Reply via email to