[SOLVED] SLIM not boot to LXDE

Hello,
I have installed LXDE and I am able to load it via startx. (so I have .xinitrc properly configured [exec startlxde]).
I Have just installed slim and put it as daemon into rc.conf. Slim shows me his screen after sturtup, but I am not able to login with my user/name - it only blinks and shows slim screen again.
I thought there could be problem with file .xinitrc permissions so I have set it to 777, but it didn't help. (I am not sure - is it sufficient to have this file only in home directory of that user?)
Any idea?
Last edited by rhadesan (2011-05-04 07:29:40)

rhadesan wrote:It helps to remove pcmanfm. I do not understand what is the problem with tis package?
Well, the desktop in LXDE is managed by pcmanfm.. So, if pcmanfm crashes, maybe that causes problems.. Anyway, as noted in the other thread, this could be a bug in pcmanfm. We will have to wait for a fix in pcmanfm.. For now, either uninstall pcmanfm and use SLiM or else use a different DM/WM or login manager
If your problem is solved, please add "[SOLVED]" to the subject

Similar Messages

  • [SOLVED] Can not boot after mishap with clonezilla

    Hi
    I was trying to back up my computer with Clonezilla. It kept telling me that the drive I was trying to back up (the only hard drive in my laptop and only has Arch Linux installed on it) had a GPT and MBR partition table. I thought that this was odd so booted back into Arch Linux and loaded up gparted and it said that the drive was MBR. So I ran clonezilla again and it said about a command to run to remove the GPT if you are sure that you are using MBR so I went ahead (stupidly) and ran it thinking that everything would be ok and now I can not boot back into my Arch Linux. I just get a black screen with GRUB and a flashing cursor. I think the command that I ran was either:
    gdisk -z /dev/sda
    or
    sdisk -z /dev/sda
    I'm not too sure and I should have written it down or researched it first. (That will teach me.) I have booted the computer from a Knoppix DVD and can see all the partitions on the drive (root, swap and home) and also read all the data. I have tried to reinstall grub (install-grub /dev/sda deom the Arch install cd) but this has not worked. I hope that as will most things Linux I can fix this. Please can you point me in direction I need to go to fix this?
    Thanks
    Robert
    Last edited by toca180 (2012-02-25 17:20:11)

    Hi
    I have fixed it. I ran testdisk from Knoppix and let it write out the partition table again as MBR then reinstalled grub from the Arch Linux install CD by doing the following from with in grub:
    root (hd0,0)
    setup (hd0)
    Lesson learnt. I'll read and research before just blindly running commands again. Thank you all for reading.
    Thanks
    Robert

  • [SOLVED] system not booting with LVM root and systemd

    hi everyone ,
    I've update my arch installation and performed the upgrade to systemd , and after that the system is not booting , it brings me to a recovery shell .
    the root FS is on LVM , and everything under /dev/mapper is missing .
    journalctl -xb -p err show me this error :
    -- Logs begin at Tue 2013-05-28 21:14:18 CEST, end at Tue 2013-07-23 19:29:38 CEST. --
    Jul 23 19:29:35 elminster systemd[1]: Timed out waiting for device dev-mapper-VolGroup00\x2dhome.device.
    -- Subject: Unit dev-mapper-VolGroup00\x2dhome.device has failed
    -- Defined-By: systemd
    -- Unit dev-mapper-VolGroup00\x2dhome.device has failed.
    -- The result is timeout.
    Jul 23 19:29:35 elminster systemd[1]: Dependency failed for /home.
    -- Subject: Unit home.mount has failed
    -- Defined-By: systemd
    -- Unit home.mount has failed.
    -- The result is dependency.
    Jul 23 19:29:35 elminster systemd[1]: Dependency failed for Local File Systems.
    -- Subject: Unit local-fs.target has failed
    -- Defined-By: systemd
    -- Unit local-fs.target has failed.
    -- The result is dependency.
    Jul 23 19:29:35 elminster systemd[1]: Dependency failed for /home/andrea/DropBox.
    -- Subject: Unit home-andrea-DropBox.mount has failed
    -- Defined-By: systemd
    -- Unit home-andrea-DropBox.mount has failed.
    -- The result is dependency.
    Jul 23 19:29:35 elminster systemd[1]: Dependency failed for File System Check on /dev/mapper/VolGroup00-home.
    -- Subject: Unit systemd-fsck@dev-mapper-VolGroup00\x2dhome.service has failed
    -- Defined-By: systemd
    -- Unit systemd-fsck@dev-mapper-VolGroup00\x2dhome.service has failed.
    -- The result is dependency.
    Jul 23 19:29:35 elminster systemd[298]: Failed at step EXEC spawning /bin/plymouth: No such file or directory
    -- Subject: Process /bin/plymouth could not be executed
    -- Defined-By: systemd
    -- The process /bin/plymouth could not be executed and failed.
    -- The error number returned while executing this process is 2.
    here the relevant section of the /etc/fstab
    /dev/mapper/VolGroup00-arch_i686_root / ext4 defaults,noatime,nodiratime 0 1
    /dev/mapper/VolGroup00-home /home ext4 defaults,noatime,nodiratime 0 2
    /dev/sda1 /boot ext4 defaults 0 1
    /dev/mapper/VolGroup00-Store /media/store ext4 defaults,noatime,nodiratime 0 2
    /dev/mapper/VolGroup00-migration /media/migration ext4 defaults,noatime,nodiratime,noauto 0 2
    /dev/mapper/VolGroup00-DropBox /home/andrea/DropBox ext4 rw,noatime,nodiratime 0 0
    /dev/mapper/VolGroup00-virtualbox--machines /media/store/virtualbox ext3 rw 0 0
    /dev/mapper/VolGroup00-backup /media/backup ext3 rw,relatime,data=ordered 0 0
    lvm services are enabled on systemd , but under /dev/mapper i find only  /dev/mapper/control , all the other files are missing  (list from another install)
    ls -l /dev/mapper/*
    crw------- 1 root root 10, 236 Jul 23 20:19 /dev/mapper/control
    lrwxrwxrwx 1 root root 7 Jul 23 20:19 /dev/mapper/VolGroup00-arch_i686_root -> ../dm-3
    lrwxrwxrwx 1 root root 7 Jul 23 20:19 /dev/mapper/VolGroup00-debian_root -> ../dm-6
    lrwxrwxrwx 1 root root 7 Jul 23 20:19 /dev/mapper/VolGroup00-DropBox -> ../dm-2
    lrwxrwxrwx 1 root root 7 Jul 23 20:19 /dev/mapper/VolGroup00-home -> ../dm-0
    lrwxrwxrwx 1 root root 7 Jul 23 20:19 /dev/mapper/VolGroup00-Store -> ../dm-1
    lrwxrwxrwx 1 root root 7 Jul 23 20:19 /dev/mapper/VolGroup00-ubuntu1204 -> ../dm-5
    lrwxrwxrwx 1 root root 7 Jul 23 20:19 /dev/mapper/VolGroup00-virtualbox--machines -> ../dm-4
    tried also vgchange -ay from recover shell but still no luck
    any clue ?
    Last edited by andreagrax (2013-07-26 19:46:12)

    andreagrax wrote:lvm services are enabled on systemd
    Which?
    tried also vgchange -ay from recover shell but still no luck
    Did you do vgscan first? What error did you get or did the command just return empty?
    Is the lvm2 hook in mkinitcpio.conf? Have you tried regenerating your initramfs?

  • [SOLVED:] SLIM not reading slim.conf (no password auto-focus)

    Yesterday I began having issues with SLIM.  I'm not sure if they're related, but  while running Puppy , I inadvertently deleted the desktop icon for my Arch home directory on /dev/sda8.  I rebooted Puppy and it reappeared.  After running Puppy, something went wrong with my clocks (system and hardware) and the times were all wrong.  I fixed that with NTPD.  I currently dual boot Arch and Windows 7 from the hard drive, and occasionally from a USB stick, Puppy Linux.  I'm using an ASUS K50IJ laptop.  I run Xfce4.  I do not have any disk encryption enabled.
    When I boot up, the SLIM login appears as normal, but rather than password auto-focus, I'm prompted for a username.  If I enter the username and hit return, I'm still staring at the username prompt.  After three or four iterations of entering a username + enter, I finally get a password prompt and can log in.
    I have tried:
    1.  Reinstalling archlinux-themes-slim
    2.  Uninstalling archlinux-themes-slim and slim, then reinstalling slim
    3.  Removing old Xfce4 & Xfwm sessions
    4.  Removing slim.conf and entering a pristine version.
    5.  Reviewing /var/log/slim.log files for oddities.  I found one:
    Before the trouble started, I the message in the log was:
    slim: waiting for X server to begin accepting connections
    X.Org X Server 1.12.2
    Release Date: 2012-05-29
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.0.32-1-lts x86_64
    Current Operating System: Linux asus 3.4.4-2-ARCH #1 SMP PREEMPT Sun Jun 24 18:5
    9:47 CEST 2012 x86_64
    Kernel command line: root=/dev/sda4 ro
    Build Date: 30 May 2012 07:24:13PM
    Current version of pixman: 0.26.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 8 15:30:48 2012
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    /usr/bin/xauth: file /home/rasteenb/.Xauthority does not exist
    /usr/bin/startxfce4: X server already running on display :0.0
    Now I get:
    slim: waiting for X server to begin accepting connections.slim: unexpected signal 15
    slim: waiting for X server to begin accepting connections.
    slim: System is booting up.
    slim: pam_authentication(): Authentication failure
    slim: System is booting up.
    slim: pam_authentication(): Authentication failure
    slim: System is booting up.
    slim: pam_authentication(): Authentication failure
    slim: System is booting up.
    slim: pam_authentication(): Authentication failure
    slim: System is booting up.
    slim: pam_authentication(): Authentication failure
    Now I'm stumped.
    Rob
    Last edited by rasteenb (2012-07-17 11:16:03)

    I solved this - slim was not the last daemon I started in rc.conf.  By moving it to the end, I get password auto-focus and everything works.
    Now my rc.conf looks like
    # DAEMONS
    DAEMONS=(syslog-ng dbus acpid @network @wicd @openntpd @cupsd @crond slim)
    I found this recommendation in the Display Manager wiki page while researching the problem:
    Ensure you start the display manager last in the DAEMONS array, otherwise X will later allocate a tty device which was previously claimed by Getty (see /etc/inittab). Not placing the display manager at the end can cause X crashes, and is therefore unsupported.
    I'd just been lucky before that there wasn't a conflict.
    There is a "flicker" during login where I'm shown the XFCE splash, then the SLIM splash again, then the XFCE desktop.  Not sure what's going on there, but it's no big deal.
    Cheers,
    Rob

  • [Solved] slim not working after installing nvidia 331.20

    Hello Arch Community!
    I recently joined your ranks and already have some problems with the graphics driver from Nvidia.
    my system has been running perfectly for a week now and until today i used the nouveau drivers, but im not very happy with the performance, so i deinstalled them and installed nvidia + nvidia-utils.
    no problems so far, in configured everything to my liking with nvidia-settings.
    problem: after reboot slim does not start anymore,  i just get to tty1. funny thing is i can either use startx and my cinnamon will fire up or i can just use "sudo slim" and slim will start normally.
    i already tried
    sudo systemctl disable slim
    and
    sudo systemctl enable slim
    to see if its still starting at boot and it does, so im quite confused here.
    Last edited by Oedner (2013-11-25 17:55:42)

    Scimmia wrote:Probably related to https://bbs.archlinux.org/viewtopic.php?id=173153
    thank you very much, i didnt know i can add modules=nvidia in mkinitcpio.conf too. i always thought this was for opensource drivers only
    anyway that fixed my problem. in a way. can i instruct slim to show the login prompt on only one monitor? because now the login field is "between" the two monitors. in other words slim uses both monitors like they are one big screen.
    it looks like this now: http://abload.de/img/img_20131125_1801054ii4l.jpg
    solved it by editing /usr/share/slim/themes/mytheme/slim.theme the line:
    input_panel_x 50%
    to
    input_panel_x 25%
    Last edited by Oedner (2013-11-25 17:55:25)

  • [SOLVED] Slim not starting Openbox

    Hi :)
    I've run a search through this forum and all, and I can't seem to solve my problem...
    I've installed Arch on VirtualBox (so that I can try it out) and I installed Slim and Openbox.
    The problem is that when I log in, the screen flickers, and Slim comes back up, as if openbox wasn't executed at all
    Any of you guys has this setup? (slim and ob)
    If so, please tell me how you configured it...
    Thanks in advance
    Last edited by pedro-kun (2007-08-05 18:09:56)

    Here it is:
    # Path, X server and arguments (if needed)
    # Note: -xauth $authfile is automatically appended
    default_path ./:/bin:/usr/bin:/usr/local/bin:/usr/bin
    default_xserver /usr/bin/X
    xserver_arguments -nolisten tcp vt07
    # Commands for halt, login, etc.
    halt_cmd /sbin/shutdown -h now
    reboot_cmd /sbin/shutdown -r now
    console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
    #suspend_cmd /usr/sbin/suspend
    # Full path to the xauth binary
    xauth_path /usr/bin/xauth
    # Xauth file for server
    authfile /var/run/slim.auth
    # Activate numlock when slim starts. Valid values: on|off
    # numlock on
    # Hide the mouse cursor (note: does not work with some WMs).
    # Valid values: true|false
    # hidecursor false
    # This command is executed after a succesful login.
    # you can place the %session and %theme variables
    # to handle launching of specific commands in .xinitrc
    # depending of chosen session and slim theme
    # NOTE: if your system does not have bash you need
    # to adjust the command according to your preferred shell,
    # i.e. for freebsd use:
    # login_cmd exec /bin/sh - ~/.xinitrc %session
    login_cmd exec /bin/bash -login ~/.xinitrc
    # Commands executed when starting and exiting a session.
    # They can be used for registering a X11 session with
    # sessreg. You can use the %user variable
    # sessionstart_cmd some command
    # sessionstop_cmd some command
    # Start in daemon mode. Valid values: yes | no
    # Note that this can overridden by the command line
    # option "-d"
    # daemon yes
    # Available sessions (first one is the default).
    # The current chosen session name is replaced in the login_cmd
    # above, so your login command can handle different sessions.
    # see the xinitrc.sample file shipped with slim sources
    # sessions xfce4,icewm,wmaker,blackbox
    # Executed when pressing F11 (requires imagemagick)
    screenshot_cmd import -window root /slim.png
    # welcome message. Available variables: %host, %domain
    welcome_msg Welcome to %host
    # shutdown / reboot messages
    shutdown_msg The system is halting...
    reboot_msg The system is rebooting...
    # default user, leave blank or remove this line
    # for avoid pre-loading the username.
    #default_user pedro
    # current theme, use comma separated list to specify a set to
    # randomly choose from
    current_theme default
    # Lock file
    lockfile /var/lock/slim.lock
    # Log file
    logfile /var/log/slim.log
    i got rid of the %session bit, and the sessions, because i'm gonna use only openbox. Either way, i don't think doing that has anything to do with the problem, because i think i tried it with the default slim.conf and it didn't work anyway.

  • Slim not working with LXDE after 2.6.38 upgrade

    After running -Syu and getting the new kernel slim will no longer login to lxde. awesome works fine. When I tried to start lxde manually with /usr/bin/startlxde it gave the following error:
    cp: cannot stat '/usr/share/lxde/pcmanfm/pcmanfm.conf': No such file or directory
    creating an empty file there allowed me to run lxde manually but it still won't work with slim. Any ideas? What other info would be useful to you?
    I'm running nvidia 270 drivers.

    I was getting this error:
    cp: cannot stat '/usr/share/lxde/pcmanfm/pcmanfm.conf': No such file or directory
    since day one I installed LXDE and I don't think it is related to the issues we are having.
    I have 3 almost identical arch boxes (same dd-ed install, identical packages - besides gfx card drivers) with slim, LXDE and NFS mounted homes, and everything was working fine till last update. Only unhelpful segfault output is logged in X's and slim's log. If anybody is interested, I can post ouputs here.
    After this update, X segfaults everytime when lxsession is ran. First I thought this is hardware related, but situation is same on all three boxes (2 x radeon, 1x nouveau). I can login sucesfully if I replace lxsession with WM + xterm/terminator combo (also things like Firefox run then) so the error is caused clearly by lxsession. Then I thought it might be NFS related, but there are no NFS errors in either clients or server logs, more over I see that others are also having problems running LXDE.
    Funny thing is, I have another notebook with slim+LXDE and I am experiencing no problems whatsoever.
    Any idea how to approach this and at least pinpoint the error further (where within lxsession it occurs) ?
    EDIT:
    After some toying with LXDE componnents and launching them manually, I found the culprit. In my case it is pcmanfm in desktop manager mode.
    Launching "pcmanfm --desktop" causes X to die. Once I renamed /usr/bin/pcmanfm to pcmanfm.borked, I can run lxsession without a glitch. Can anybody confirm this?
    Last edited by eto (2011-04-13 10:42:57)

  • [SOLVED] GRUB not booting up properly.

    So. I have had a dual boot of Windows 8 and Arch for awhile now. Everything went very well until I decided to add Fedora to the mix. It installs another GRUB, and there looked like there was no way to select Do Not Install Bootloader in the install. So, after that, I went into Arch to uninstall Fedora's GRUB install. That's when the problems arose. I deleted anything that looked like GRUB in /dev/sda9 (The Fedora partition)  Then, when I rebooted, after the Gateway logo, it shows me a Shift UEFI Key configuration thing, and says Booting in 5 seconds, then when the countdown ends it displays the horrible Boot disk not found system halted error. I know there's still stuff there as if I smash F12 at boot, I can select grub from a list of things and select Arch, Windows, or Fedora from grub. But its very annoying to have to smash down the F12 key everytime I reboot. Anyone know to fix it?
    Last edited by Okashi@Odayakana (2015-06-13 22:56:14)

    Okashi@Odayakana wrote:Tried that, same error.
    Tried what?
    What error?
    Read this:
    https://bbs.archlinux.org/viewtopic.php?id=57855
    Detail the *exact* steps you have taken.
    Read this as well:
    https://www.happyassassin.net/2014/01/2 … work-then/
    Load the Arch live ISO, mount your Arch partitions, use `arch-chroot` and post the output of:
    lsblk -f
    # efibootmgr -v
    # gdisk -l /dev/sda
    cat /boot/grub/grub.cfg
    You can use `sprunge` to generate a link to their pastebin for the command output:
    <command> | curl -F 'sprunge=<-' http://sprunge.us
    https://wiki.archlinux.org/index.php/Li … in_clients

  • [SOLVED]: gnutls not found after LXDE install attempt

    After issuing the following command as root:
    # pacman -S lxde
    many console messages ensue, among them:
    error: failed retrieving file 'gnutls-2.8.6-1-i686.pkg.tar.xz' from mirror.rit.edu : Not Found
    This message is repeated for each of the other five mirrors in my list.
    All the other packages seem to have been retrieved all right.
    At the end of the process, the following messages appear:
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (Not Found)
    Errors occurred, no packages were upgraded.
    I tried
    # pacman -S gnutls
    and got the same results as above, with the same version number in the error message, and the same three messages at the end.
    I searched for gnutls in the package database, and found gnutls to be at version 2.10.4-1 .
    I have searched the Arch wiki, forums, and beginner's guide for this issue, with no success, and have tried Googling the Web with various combinations of the words arch, lxde, gnutls, and "not found", also with no success.
    This is my first attempt at installing Arch, but not my first experience with Linux.  All has gone well up until now; the Arch CLI environment has been functioning well.
    [eof]
    Last edited by champted (2010-12-20 22:18:55)

    Thankx for your fast reply.
    Name : pacman
    Version : 3.4.1-1
    URL : http://www.archlinux.org/pacman/
    Licenses : GPL
    Groups : base
    Provides : None
    Depends On : bash libarchive>=2.7.1 libfetch>=2.25 pacman-mirrorlist
    Optional Deps : fakeroot: for makepkg usage as normal user
    curl: for rankmirrors usage
    Required By : None
    Conflicts With : None
    Replaces : None
    Installed Size : 2244.00 K
    Packager : Dan McGee <[email protected]>
    Architecture : i686
    Build Date : Fri 03 Sep 2010 09:12:12 PM EDT
    Install Date : Thu 16 Dec 2010 01:34:01 PM EST
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : A library-based package manager with dependency support

  • [SOLVED]Will not boot: "/sbin/init does not exist...

    There is another thread about this, but as of today (26-07-2013) it is 3 years old and Arch no longer uses sysvinit.
    (https://bbs.archlinux.org/viewtopic.php?id=93197)
    I tried re-installing systemd-sysvcompat, as that now handles /sbin/init, no luck.
    Is there some skeleton init file I could copy/regenerate from somewhere?
    NOTE: This is a new installation. Haven't booted cleanly yet
    Last edited by drasticraft (2013-07-28 17:30:48)

    Any chance you have more than one drive attached?  There are  no guarantees as to which drive is mapped to sda and which is mapped to sdb.
    If not that, from the shell into which you get dumped, go look around and see that /sbin is a link to /usr/bin.
    You might also add an option to point at your init.   (/usr/bin/init)   It will make your option line look like:
    options        root=/dev/sda1 ro init=/usr/bin/init
    Also, ensure that /usr/bin/init is linked to systemd.  :
    /sbin/init -> ../lib/systemd/systemd
    I'll still wager that the filesystem upgrade went awry.

  • [SOLVED] Slim not logging me in into openbox

    Right. Since my Arch Xfce system crashed on me, I decided to reinstall, this time with openbox.
    The problem is that after I have configured ~/.xinitrc and X, and Slim seems to be configured too, when I rebooted, logging in through slim only put me back to slim, for some reason. What should I do? I cannot log in through slim at all now.
    Last edited by Firepower (2010-01-18 08:00:51)

    Also, to get a clue you can use something like this to catch the error messages:
    exec ck-launch-session openbox-session 2> ~/.xsession_errors
    After your X session aborts and puts you back in the Slim login screen, drop to VT1 and check your ~/.xsession_errors file.
    Last edited by hw-tph (2010-01-17 11:50:03)

  • SOLVED-Install not booting on Intel Imac-white screen

    I just tried to install Archlinux with the new install disc fo the fifth time, without succes.
    When I restart the computer all i get is a white screen.
    Restarting the install disc, mounting the harddisk partitions and arch-chrooting I can get into the installed linux, I can do everything even install new programs and get these working but when starting normally it's the white screen again.
    It is an Intel Imac dual core with 27" screen on whitch the old install disc did it's work flawlessly.
    Any idea where I can start searching?
    Last edited by mianka (2012-08-03 14:14:52)

    How long do you wait on that white screen?
    I have arch on two different macs - and early iMac, and an early macbook.  They both have long delays on the white EFI screen.
    There are allegedly ways to fix this but I have never bothered as I do not reboot either of these machines that often.  Many reports claim it should be a 30 second delay, but on the IMac I'm typing from now (in arch) it is at least 2 minutes.  Whenever I need to reboot this machine, I just type reboot, then go for coffee.

  • [solved]kernel 2.6.27 does not boot

    Today I have updated my kernel to version 2.6.27. But now my computer does not boot anymore. No error message, last line says:
    pci 0000:00:00.0: Enabling HT MSI Mapping
    Can anybody help me?
    FSM
    Last edited by FSM (2008-10-14 10:28:52)

    Glad it worked !!:)
    You should make it permanent by adding it to your menu.lst file. And mark this thread [Solved] please
    Last edited by Onwards (2008-10-14 10:23:11)

  • [SOLVED] ArchLinux does not boot if AC adapter is plugged in.

    Well, actually it does not boot when AC adapter is unplugged too! When I boot ArchLinux it stops working (i.e. the screen becomes completely black without the chance to recover it) just after it says: "Waiting for UDev uevents to be processed".
    The only workaround I found is to plug in the AC adapter before turning the computer on and unplug it exactly after it started booting the kernel. Otherwise it does not complete the boot process (as I said, it stops at: "Waiting for UDev uevents to be processed").
    More, on KDE startup I always see a message concerning Power Management, but it is too fast and I cannot read it. If I go to System Settings > Power Management I see this notice: "Power Management configuration module could not be loaded. The Power Management Service appears not to be running. This can be solved by starting or scheduling it inside `Startup and Shutdown`". Do I have to add `powerdevil` to `Startup and Shutdown` as pre-kde startup service?
    As for my configuration I have this modules in my rc.conf:
    MODULES=(ac battery button acpi-cpufreq cpufreq_ondemand acpi)
    The last one was acpid, but at startup it said it could not find that module, so I changed it to acpi.
    Thank you,
    rubik
    Last edited by rubik (2012-07-23 07:31:25)

    Ok, I tried and I got something
    + -------------------------- MODULES -----------------------------------+ Result        +
    | ac battery button acpi-cpufreq cpufreq_ondemand acpi  | FAIL            |
    | battery button acpi-cpufreq cpufreq_ondemand acpi      |  SUCCEED  |
    | ac button acpi-cpufreq cpufreq_ondemand acpi             | SUCCEED   |
    | battery                                                                      | SUCCEED   |
    | ac                                                                            |  SUCCEED   |
    | ac battery                                                                 |  FAIL            |
    +--------------------------------------------------------------------------------+-------------------+
    As you can see, it fails booting only when ac and battery are loaded together.
    EDIT: With lsmod I can see nobody uses either ac or battery, so can I remove them from MODULES? This would solve the problem.
    Mod Edit:  I added code tags -- that output was just too ugly    I took them back out, they did not help
    Last edited by ewaller (2012-03-27 17:38:17)

  • SOLVED: Why won't Satellite 4090XCDT not boot with DVD-R/W drive?

    Hi,
    as I stated in the other thread which has been closed already, I purchased an used Satellite notebook which would not boot from the 3rd Party DVD-RW drive (Quanta Storage SDW-042) included, even though Windows could it read well enough.
    I found out why, starting with the help of the user replies in the other thread.
    In the user manual there is a description in the capitel about system configuration regarding tconfig, which proved to be a valuable hint: HDD = Primary IDE (1F0H/IRQ14) (...), CD-ROM = Secondary IDE (170H/IRQ15). Compared to my desktop, it seemed to me that both drives should be masters on Cable Nr. 1 and Cable Nr. 2, not like Master and Slave on the same HDD Cable. So, my CD-ROM probably had to be Master.
    Then I researched further into the matter and found out, that there are CD-ROM where cable select choses if they are master or slave. Then I found in
    http://www.dschen.de/laptop_brenner/ a remark that in his Toshiba Satellite Pro 4290, there seemed to be no Cable Select and his notebook expected the CD-ROM (or the DVD drive he wished to use) to be a master.
    Cable select means that Pin 47 is grounded, which he did by applying a drop of solder from Pin 47 to Pin 49, which is besides Pin 47. I tried the same and took apart the DVD drive which was in my Notebook. (My record in taking apart my notebook and mounting everything again correctly now has gone down to 50 minutes). And know what, my Satellite 4090XCDT now can boot from the DVD RW!
    To perform the task I needed a watchmaker's screwdriver to open the DVD RW (three screws, and then you must insert a pin to open the tray and see the plug from the backside), a 12 Volt pin type soldering iron for SMD and I controlled the solder bridge with a stereo microscope, so this task is not trivial. See the mentioned link to find out which pins are bridged (sorry, the website is in german but the Pic is clear: in the upper row of pins, the only you can see, the 2nd and third from the right). And of course with a replacement part "from the scrap", you might grant your notebook a second life but you run a risk, because you can not know what you have, master or slave (by firmware or hardware), broken anyway, cable select - and another website states that they have watched up to 17 firmware variants in exactly the same drive, depending on what notebook it was intended for use.

    Wow, thats really interesting posting, buddy!
    Thank you! :)
    I will save this thread in my Bookmarks.

Maybe you are looking for

  • HP Laserjet 4050 Not Responding

    Hello, I just upgraded to Mavericks and my HP Laserjet 4050N is no longer connecting. I'm connecting via ethernet. I had previously set it up with these instructions: https://discussions.apple.com/message/12054783#12054783 I tried doing this over aga

  • Logical Formula Help

    I have two tables set up. Table 1 has Name, Email address, phone number, and a checkbox all in different columns. Table 2 only has Name, Email and Phone. I want to set it up so that if I check the box in table 1, it places the Name from table 1 in th

  • New laptop hard drive

    I really don't need a hard drive for my laptop but its only 40 GB, and as of right now I have about 20 gigs left. i was wondering if I get a new hard drive for the laptop do I need to buy windows too?

  • SAP Business Connector in xMII 12.0

    Hi,     Can somebody help me out about SAP business connector action in transaction? and How to send one XML or Message from SAP xMII 12.0 to SAP ERP system? Thanks, Madhavi

  • What is this file

    I am in the process of moving pictures off my PC to my Mac. I am using a USB Memory Stick. Each time I move pictures a file also appears in the folder "thumbs.db" With an ICON View, its a gray box with the word 'exec' inside. Right clicking for info,