Re: Edge 13 suspend problem in Ubuntu

Okay, tested this in Windows now and it seems to work there.
Still, no one else experiencing the same problem in Ubuntu? If not, I'll probably just try and re-install or something. Very strange that it stopped working all of a sudden.
Solved!
Go to Solution.

Found out that this was Virtualbox related. The latest version (4.1) sort of bugs everything up when it comes to suspend.
See the ticket here: http://www.virtualbox.org/ticket/9260
The workaround provided in the bug ticket worked very well.
Adding the following line in /etc/pm/config.d/unload_modules fixes the problem for me:
SUSPEND_MODULES="$SUSPEND_MODULES vboxdrv vboxnetflt vboxnetadp vboxpci "

Similar Messages

  • Will BIOS update solve "suspend" problem?

    I have a 2014 X1 Carbon that I love. Best laptop I've ever owned. Except for one thing: "suspend" doesn't work. I have Ubuntu 14.04 64 bit installed. I've done some internet research and it seems that a BIOS update to version 1.13 might solve the problem with suspend. However, the instructions in the readme are all for Windows. See http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/gruj08uc.txt. How can I check what version of the BIOS I am running using Linux? Has anyone else run this update and 1) solved the suspend problem, or 2) encountered problems that bricked the laptop or somehow made things worse?

    Here the permalink in Nabble:
    http://linux-thinkpad.10952.n7.nabble.com/Gen-2-Haswell-X1-Carbon-suspend-to-RAM-hang-tp21039.html

  • E540 Linux Suspend Probleme

    Unter Linux funktionirt bekanntermaßen die Suspend-Funktion ja nicht. Das Notebook geht in den Suspend Modus aber wacht nicht mehr auf. Das Problem besteht ab Bios Version 1.61. Alle Biose danach funktionieren nicht mehr. 
    Die einige Lösung für das Problem ist, dass man USB3 ausschaltet, dann funktioiniert Supend, aber auch nicht richtig, denn manchmal blinkt der rote I-Punkt wenn das Notebook wieder in betrieb ist.
    Dort stimmt etwas nicht. Mich würde interessieren ob Lenovo über dieses Problem bescheid weiß und ob wir in absehbarer Zeit ein funktionierendes Bios bekommen.
    Eine vorläufige Lösung wäre 1.61 zum Download anzubieten, lieder steht dieses Bios, aus welchen Gründen auch immer, nicht zur Verfügung.

    The webcam works with (X)ubuntu and UberStudent.
    I'm not really technical when it comes to Linux, but you could try it on the CentOS forums or find out what drivers Ubuntu has (I have to add that the WiFi driver doesn't work out of the box and adjusting the screen brightness doesn't work at all). Good luck!

  • Installation problem on Ubuntu 8.04

    When I tried to install SJSWS7 on Ubuntu 8.04 (Chinese Simplified), words on the installation windows are all unreadable words (except for the English characters). Please tell me what I can do!
    Thanks.
    Owen

    to sandycn: You are really a treasure Sandy!!!! Thanks a lot. Last night I used your way and it really worked! ^o^
    to joe.mccabe: Your solution, I believe, will work too! I'll write down both you and Sandy's suggestion and for further reference!! But I really want to know what is the default font used in WS7? I have several Chinese fonts installed in my Ubuntu 8.04, but you see none is right for WS7! Not every people is an expert for WS7, someone might be just learning how to use WS, so I believe we can make it easier for beginners!!! Or maybe all these have been written in the distribution document and I didn't find them! :-(((((((
    By the way, where can I find a handbook on how to use Netbeans6.5? My feeling is that the Java language is difficult to learn, and the IDE is also something we should learn thoroughly if we want learn Java really well! There are a lot of things written for Java, but nowhere can I find a document about how to use the IDE! The online help is not really so helpful, and the infomation provided in the Netbeans6.5 HELP is not very complete!
    The problem I encountered now is: I'm trying to write a small application for looking up phone numbers. The phone numbers are listed in a CSV file. The problem is where I should put the CSV file and how to access it! (I'm using the Netbeans IDE, and the application I'm doing on is a desktop application)
    I guess the solution must be quite easy, but I just cann't find any document to tell me the way!
    Edited by: Owen.Wang on Nov 24, 2008 4:44 PM
    Edited by: Owen.Wang on Nov 24, 2008 5:22 PM

  • New Install: dbca problem on ubuntu 10.04

    Hello List,
    I want to install Oracle 11gR2 on my Ubuntu box which is running 10.04 Lucid:
    oracle@z2:~/oh$ cat /etc/issue
    Ubuntu 10.04.1 LTS
    oracle@z2:~/oh$ uname -a
    Linux z2 2.6.32-24-generic #39-Ubuntu SMP Wed Jul 28 06:07:29 UTC 2010 i686 GNU/Linux
    The above command suggests to me that I am running 32bit Linux.
    I downloaded the 32bit Oracle cdroms.
    I read this link:
    - http://www.pythian.com/news/13291/installing-oracle-11gr2-enterprise-edition-on-ubuntu-10-04-lucid-lynx/
    I carefully followed the instructions there.
    The instructions there are for 64 bit Linux. Like I said, my box is 32bit.
    Here are the results of my libstdc++5 shoehorn-install:
    oracle@z2:/usr/lib$ ll libstd*
    lrwxrwxrwx 1 root root 18 2010-08-10 21:59 libstdc++.so.5 -> libstdc++.so.5.0.7
    -rw-r--r-- 1 root root 737192 2010-08-10 21:58 libstdc++.so.5.0.7
    lrwxrwxrwx 1 root root 19 2010-08-09 13:54 libstdc++.so.6 -> libstdc++.so.6.0.13
    -rw-r--r-- 1 root root 975088 2010-03-26 15:43 libstdc++.so.6.0.13
    oracle@z2:/usr/lib$
    oracle@z2:/usr/lib$
    oracle@z2:/usr/lib$ file libstdc++.so.5.0.7
    libstdc++.so.5.0.7: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped
    oracle@z2:/usr/lib$
    oracle@z2:/usr/lib$ file libstdc++.so.6.0.13
    libstdc++.so.6.0.13: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped
    oracle@z2:/usr/lib$
    oracle@z2:/usr/lib$
    The instructions suggest that I install some debian packages.
    Here are my results for that task:
    root@z2:/oracle/downloads/database# apt-get install unzip build-essential x11-utils rpm ksh lsb-rpm libaio1
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    unzip is already the newest version.
    build-essential is already the newest version.
    x11-utils is already the newest version.
    rpm is already the newest version.
    ksh is already the newest version.
    lsb-rpm is already the newest version.
    libaio1 is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    The instructions described a software-only install so I did that.
    I bumped into no problems.
    After the install,
    I added env vars to my .bashrc and got a new bash:
    export ORACLE_BASE=/oracle/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
    export ORACLE_SID=orcl
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    export PATH=$ORACLE_HOME/bin:$PATH
    Then:
    oracle@z2:~$ sqlplus /nolog
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Aug 14 18:03:00 2010
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    SQL> exit
    oracle@z2:~$ ln -s $ORACLE_HOME oh
    oracle@z2:~$ ln -s $ORACLE_HOME 11gr2oh
    oracle@z2:~$ cd oh
    oracle@z2:~/oh$ OPatch/opatch lsinventory
    Invoking OPatch 11.1.0.6.6
    Oracle Interim Patch Installer version 11.1.0.6.6
    Copyright (c) 2009, Oracle Corporation. All rights reserved.
    Oracle Home : /oracle/app/oracle/product/11.2.0/dbhome_1
    Central Inventory : /oracle/app/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 11.1.0.6.6
    OUI version : 11.2.0.1.0
    OUI location : /oracle/app/oracle/product/11.2.0/dbhome_1/oui
    Log file location : /oracle/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/opatch2010-08-14_18-06-29PM.log
    Patch history file: /oracle/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/opatch_history.txt
    Lsinventory Output file location : /oracle/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/lsinv/lsinventory2010-08-14_18-06-29PM.txt
    Installed Top-level Products (1):
    Oracle Database 11g 11.2.0.1.0
    There are 1 products installed in this Oracle Home.
    There are no Interim patches installed in this Oracle Home.
    OPatch succeeded.
    oracle@z2:~/oh$
    So far so good.
    oracle@z2:~/oh$
    oracle@z2:~/oh$ which dbca
    /oracle/app/oracle/product/11.2.0/dbhome_1/bin/dbca
    Then I tried dbca and it bombed:
    oracle@z2:~/oh$
    oracle@z2:~/oh$ dbca
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb78476f3, pid=5883, tid=3077301952
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_17-b02 mixed mode)
    # Problematic frame:
    # C [ld-linux.so.2+0xd6f3]
    # An error report file with more information is saved as hs_err_pid5883.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Aborted
    oracle@z2:~/oh$
    oracle@z2:~/oh$
    oracle@z2:~/oh$ env|sort
    DISPLAY=localhost:10.0
    HOME=/oracle
    JAVA_HOME=/java/jdk16
    LANG=en_US.UTF-8
    LD_LIBRARY_PATH=/oracle/app/oracle/product/11.2.0/dbhome_1/lib:/lib:/usr/lib
    ORACLE_BASE=/oracle/app/oracle
    ORACLE_HOME=/oracle/app/oracle/product/11.2.0/dbhome_1
    ORACLE_SID=orcl
    PATH=/oracle/app/oracle/product/11.2.0/dbhome_1/bin:/java/jdk16/bin:/pt/jruby151/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/dan/bin:/pt/bin:.
    SHELL=/bin/bash
    TERM=dumb
    USER=oracle
    _=/usr/bin/env
    oracle@z2:~/oh$
    oracle@z2:~/oh$
    oracle@z2:~/oh$ unset JAVA_HOME
    oracle@z2:~/oh$
    oracle@z2:~/oh$ export LD_LIBRARY_PATH=${ORACLE_HOME}/lib
    oracle@z2:~/oh$
    oracle@z2:~/oh$ export PATH=${ORACLE_HOME}/bin:/usr/bin:/bin:/usr/sbin:/sbin
    oracle@z2:~/oh$
    oracle@z2:~/oh$ which java
    /usr/bin/java
    oracle@z2:~/oh$
    oracle@z2:~/oh$ java -version
    java version "1.6.0_18"
    OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-4ubuntu3)
    OpenJDK Server VM (build 16.0-b13, mixed mode)
    oracle@z2:~/oh$
    oracle@z2:~/oh$
    oracle@z2:~/oh$ su
    Password:
    root@z2:/oracle/oh# mv /usr/bin/java /usr/bin/java16
    root@z2:/oracle/oh#
    root@z2:/oracle/oh# exit
    oracle@z2:~/oh$ which java
    oracle@z2:~/oh$
    oracle@z2:~/oh$
    oracle@z2:~/oh$ dbca
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb785a6f3, pid=5953, tid=3077314240
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_17-b02 mixed mode)
    # Problematic frame:
    # C [ld-linux.so.2+0xd6f3]
    # An error report file with more information is saved as hs_err_pid5953.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Aborted
    oracle@z2:~/oh$
    oracle@z2:~/oh$
    I used these google keywords to search for clues:
    google:
    oracle ubuntu 10.04 dbca SIGSEGV ld-linux.so.2
    I found no clues in Google.
    So, I look for clues here.
    Does anyone have any ideas on how do debug this error from dbca:
    oracle@z2:~/oh$ dbca
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb785a6f3, pid=5953, tid=3077314240
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_17-b02 mixed mode)
    # Problematic frame:
    # C [ld-linux.so.2+0xd6f3]
    ??

    I am running V11.2 on 64-bit Ubuntu
    Below are some log files on my system.
    You may be able to find similar ones on yours & they might contain additional clues.
    /u01/app/oracle/product/11.2.0/dbhome_1/assistants/dbca/logs
    /u01/app/oracle/cfgtoollogs/dbca
    /u01/app/oracle/cfgtoollogs/dbca/v112
    /u01/app/oracle/cfgtoollogs/dbca/v112/mkplug_v3_v112.log
    /u01/app/oracle/cfgtoollogs/dbca/v112/tts_example_imp.log
    /u01/app/oracle/cfgtoollogs/dbca/v112/postDBCreation.log
    /u01/app/oracle/cfgtoollogs/dbca/v112/rmanRestoreDatafiles.sql
    /u01/app/oracle/cfgtoollogs/dbca/v112/trace.log
    /u01/app/oracle/cfgtoollogs/dbca/v112/postScripts.log
    /u01/app/oracle/cfgtoollogs/dbca/v112/OraDb11g_home1_v112_creation_checkpoint.xml
    /u01/app/oracle/cfgtoollogs/dbca/v112/cloneDBCreation.log
    /u01/app/oracle/cfgtoollogs/dbca/v112/CloneRmanRestore.log
    /u01/app/oracle/cfgtoollogs/dbca/v112/lockAccount.log
    /u01/app/oracle/cfgtoollogs/dbca/v112/emConfig.log
    /u01/app/oracle/cfgtoollogs/dbca/trace.log_OraDb11g_home1
    bcm@bcm-laptop:~$ uname -a
    Linux bcm-laptop 2.6.32-24-generic #39-Ubuntu SMP Wed Jul 28 05:14:15 UTC 2010 x86_64 GNU/Linux

  • Oracle 10g XE installation problem on Ubuntu Linux, Oracle will not start

    Hi,
    After installing the pakages the error is when I call sqlplus and login as SYS :-
    oracleXE: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
    ERROR:
    ORA-12547: TNS:lost contact
    What I have done:-
    My system is 64 bit AMD.
    I installed .deb package on Ubuntu 9.04 server. I installed the following packages.
    1.     ibc6-i386
    2.     libaio_0.3.104-1_i386.deb
    3.     bc
    4.     oracle-xe-universal_10.2.0.1-1.1_i386.deb.
    The Oracle processes do not start after running /etc/init.d/oracle-xe start.
    I can tnsping from the local machine.
    dpkg -l |grep libaio gives the following:
    ii libaio1 0.3.107-3ubuntu1 Linux kernel AIO access library - shared lib

    I have been running XE on 9.04 (32bit on my laptop - 64bit on my workstation) and both works fine. I had no problem installing. I followed the directions in documents I found on Ubuntu forums and also google. The document I used to install on 64bit was from http://littlebrain.org
    I remember using
    dpkg -i --force-architecture libaio1_0.3.107-1ubuntu1_i386.deb
    dpkg -i --force-architecture libaio-dev_0.3.107-1ubuntu1_i386.deb
    dpkg -i --force-architecture libaio1-dbg_0.3.107-1ubuntu1_i386.deb
    dpkg -i --force-architecture oracle-xe_10.2.0.1-1.0_i386.deb
    and then I used the ./oracle-xe configure as root, the installation was ok - and I have even updated the APEX version to 3.2.1 on the XE installation running on my 64bit Ubuntu 9.04
    hope this proves useful
    R/ Zafer

  • Audio Problem on Ubuntu 12.04

    Hello all
    I have problems with audio playback on Ubuntu 12.04
    On earlier Ubuntu 10.04 I used pulseaudio to aquire Java Sound System mixer.
    But I have not succeeded in getting Java Sound System mixer on Ubuntu 12.04
    Using one of the hardware mixers that AudioSystem.getMixerInfo() returns is not a good solution.
    Those mixers seems to have problems swallowing the audio packages I write into them.
    Therefore the audio queue is growing, and the sound is getting behind the picture in time.
    Thankful for any suggestions I can get.
    Best regards
    Per-Jarle

    As a really wild guess that probably has something to do with a system driver thus not a java problem really. Still guessing - there might be a way to configure the driver, perhaps via Java, or some other method that fixes the problem.

  • Installation problems under Ubuntu 6.10

    I'm using Ubuntu 6.10 (Edgy Eft) and am having some problems installing Oracle Calendar. I've posted the output of my installation below. Any ideas?
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    nawk: error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    Launching installer...
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /tmp/install.dir.26887/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

    This solution worked perfect for me on Ubuntu Gutsy (7.10)
    I did have to make gui_install and cal_linux executable: chmod +x gui_install cal_linux                                                                                                                                                                                                                                                                                                           

  • [SOLVED] Suspend problem after upgrading to GNOME 3.4

    My laptop doesn't suspend when lid is closed !
    I have set suspend values in gnome-tweak-tool but seems it's not working !
    I had no problem in GNOME 3.2 !
    thanks in advance ...
    SOLUTION: [Thanks to Munken] reverting to  gnome-settings-daemon to 3.2.2-1 fixes the problem..
    Last edited by bahramwhh (2012-04-26 07:49:50)

    Archdove wrote:Is there a solution yet? Thread is marked as solved but it really isn't?
    I agree, downgrading  gnome-settings-daemon to 3.2.2-1 is not a permanent solution .! !  This thread should really not be marked as solved. 
    I still have the same exact same problem, and nothing happens on the bugtracker.
    I have tried to supply them with info, but it is still listed as NEEDINFO..
    I am totally new to bug trackers. Maybe someone with more knowledge could check if the bug is listed correct. ? ?
    Any help would be appreciated.  I do not like the idea of Acpid either.

  • [SOLVED]Problem with Ubuntu One related python module gi.repository

    So, I have Ubuntu One working on another Arch install, but I just put it on my new laptop today, and it's not working.  Installed with no apparent problems. However, when I try to run
    $ ubuntuone-control-panel-qt
    I get these messages (the last line is the only one that contains an actual error message):
    Traceback (most recent call last):
    File "/usr/bin/ubuntuone-control-panel-qt", line 29, in <module>
    from ubuntuone.controlpanel.gui.qt import main
    File "/usr/lib/python2.7/site-packages/ubuntuone-control-panel/ubuntuone/controlpanel/gui/__init__.py", line 26, in <module>
    from ubuntuone.controlpanel.backend import UBUNTUONE_LINK
    File "/usr/lib/python2.7/site-packages/ubuntuone-control-panel/ubuntuone/controlpanel/backend.py", line 29, in <module>
    from ubuntuone.platform.credentials import CredentialsManagementTool
    File "/usr/lib/python2.7/site-packages/ubuntuone-client/ubuntuone/platform/__init__.py", line 47, in <module>
    from ubuntuone.platform import os_helper
    File "/usr/lib/python2.7/site-packages/ubuntuone-client/ubuntuone/platform/os_helper/__init__.py", line 41, in <module>
    from ubuntuone.platform.os_helper import linux
    File "/usr/lib/python2.7/site-packages/ubuntuone-client/ubuntuone/platform/os_helper/linux.py", line 48, in <module>
    from gi.repository import Gio, GLib
    ImportError: No module named gi.repository
    I read on some Ubuntu site that it might help to reinstall python-gobjects, though the package is different on Arch (which I guess is a given), and it pulled in python3, so, as you might imagine, it didn't work.
    When I run `ubuntuone-launch` or `u1sdtool` I don't get an error, but nothing happens either (no prompt for login).  I searched google and the forums and the wiki, so sorry if I missed something obvious. Don't know anything about python either, beyond "hello-world.py" (and that I had to put parenthesis around the print statement in order to "port my software" to python3)
    Last edited by ninjaaron (2012-10-24 05:12:04)

    I only had python2-gobject2 (well, and python-gobject, and python-gobject2).  Installed python2-gobject and it works now.
    Thanks!
    SOLVED
    Last edited by ninjaaron (2012-10-24 05:27:21)

  • Problem installing ubuntu in virtual box

    Hello lately i tried installing ubuntu LTS in virtual box 3.2 using an ISO image downloaded in hard disk but every time i try to run it, it says upgrade it to new ubuntu 10.04 LTS though this is the same one i installed. The softwares which i downloaded earlier are all gone. What might be the reason for this please do let me know.........I was willing to try ubuntu but this is giving me a headache now.
    Thanks for any help afforded
    Regards
    Sanjaya

    Thanks for your reply,
    Yeah i too guessed that the problem might be that it is booting from the iso image in the hard disk so i just moved it to another lokation as i did not know how to unmount the image and now after i have done so the problem of self rebooting is gone atleast for now. Sorry i could not make it much clear was to what the problem was, thanks anyways.
    Regards
    Sanjaya

  • Suspend problem

    My laptop is old hp nx 6325. The problem is that i can suspend my computer for the first time with no problems, but after waking it up the second attempt to suspend causes one big freeze with screen turned off and power light on. ALWAYS. The same problem was on Debian since kernel 3.2, same on 3.8. Where should i even start to look for the cause?

    I am too having this problem. Power button would light but system won't resume from suspend. My graphic card is Intel HD 3000 and Nvidia HD 3000 which is disabled. I have observed this problem a few times in past a few kernel releases.

  • Dell Power Edge 6400 CDROM Problem

    When installing Solaris 8 for intel in a Dell Power Edge 6400 with two processors, everything looks fine at the begginning before booting, I mean the Cd rom drive is detected as booteable, but when the system start to install, it asks from where to extract the operating system and in the list does not appear the CD Rom, it just displays the networks cards.
    Please I have more than a week with this problem, I already check the HCL, I already changed the HD, the CdRom (twice), but it continues without detecting the cdrom after booting.
    The Cdrom is in the scsi 5.
    Any body in UK, USA, Mexico or wherever please HELP.
    Carlos Herrera

    If I remember right the Dell Power Edge had an adaptec 160 controller which
    you have to download and install the scsi drivers from the Adaptec website.
    Check and verify which scsi controller you have on your Dell.
    ---Bob

  • GD80 Status LED and System Suspend problem

    Hi everyone.
    My hardware:
    - MSI P55-GD80
    -BIOS AMI v1.4
    -Intel Core i7 860
    -OCZ 4GB (2x2GB) 1600MHz CL8 Gold Low-Voltage
    -Zotac GeForce GTX 275 896MB
    - PSU: Corsair TX850W
    -HDD : 1- Seagate Barracuda 7200.12 250GB (ST3250318AS); 2 - Seagate Barracuda 7200.10 500GB (ST3500630AS); 3 - Samsung Spinpoint F3 1TB (HD103SJ)
    - Debian GNU/Linux "Squeeze", kernel 2.6.32, amd64
    I have a problem with LEDs on motherboard. when they are lighting I can't "wake up" pc from S3 state (aka suspend). It just restarts when wake up event appears.
    Actually the lighting LEDs are: 1&2 VTT_PHASE; "LED2" , which indicates active PCI-Express 16x port; CPU Phase LED panel (it shows 8) and + - buttons used for overclocking (OC Gene and these buttons are turned off in BIOS)
    But the strangest thing is that the LEDs sometimes turns on and off (actually one day they do, in other they don't) when I turn on computer, even when they are disabled in BIOS (Green Power => Motherboard LED Control) [btw. Touch Panel is disabled and it still works  ]
    I have cleared CMOS , swapped SATA cables and I have checked RAM and PCI-Express connection (sometimes when I reinsert graphic card everything starts to work well, but for a few days the problem appears again. The same goes to SATA cable  )
    Anyway it looks to me like an error reporting (or something) but there is nothing about that in the manual. (or it's a BIOS bug).
    I have been searching about it, but i haven't found anything.
    Anyone had this kind of problem?
    EDIT: BIOS upgrade from 1.4 to 1.5 didn't help.

    Hi ctemp1,
    Alert: sc0 Config Reader (Sun Fire High-End
    Systems) A Status Domain A - Domain Status is: In
    Recovery
    But the domain has not been restart.
    $ uptime
    12:28pm up 52 day(s), 2:41, 6 users, load
    average: 2.35, 2.49, 2.66SunMC is forwarding the status detected by your SMS daemons: so uptime probably isn't showing the whole story. Try a SMS command like "showenvironment -d A" and see what's reported.
    Also what version of SMS are you running? SunMC has an update available for the new SC hardware, USIV uniboards, and newer versions of SMS that change the SunMC addon from the name "12k-15k" to "High-end Systems":
    http://www.sun.com/download/products.xml?id=431df39d
    If it looks like there's a mismatch between what SunMC and SMS are reporting, and you're running a newer version of SMS (i.e. 1.5) then you should give that update a try.
    Regards,
    [email protected]
    http://www.HalcyonInc.com

  • Suspend problems

    Hello.
    I'm writing an USB driver and I'm trying to suspend my system. My detach() routine returns DDI_SUCCESS when called with the argument DDI_SUSPEND.
    1) However if I want to suspend the system the system is NOT suspended and I'll find the following error message in /var/adm/messages:
    ... cpr: ... WARNING: Unable to suspend device usb@3,2.
    The system is not suspended.
    Why ?
    2) Because the device is never disconnected while it is in use I removed the usb_register_event_cbs stuff. I do not need to be informed of the device state - if it is disconnected the system calls detach() (because it is never in use when I disconnect it) and the "suspended" state does not exist because the driver cannot be suspended. detach() now returns DDI_FAILURE when called with DDI_SUSPEND.
    I still want to suspend the whole system. However as long as the driver is attached I cannot do this. I already found out that I can manually detach a driver (which is not in use) by calling
    modctl(MODUNLOADDRVCONF,major_number);
    Is there a possibility to force the system to detach a driver automatically (if it is not in use) whenever the system is suspended?
    The program using the driver can call "update_drv" to attach the driver after resuming the system - the driver does not need to re-attach automatically.
    Thanks.
    Martin.

    Quote from: Bas on 27-February-08, 18:43:42
    Check the Jbat1 jumper if you have one, it MUST be set to normal mode, not clearing position.
    Can you tell me more about the Jbat1 jumper ? I can't seem to find it in the manual.
    I will check all connectors (had a slightly different problem once and it turned out a power lead was loose ...) and try removing my cards and usb devices one at a time.
    Thanks 
    I've added to my signature ...

Maybe you are looking for