[Solved] cpufreq won't work... wrong or unhandled cpu

I have installed Arch 86_64 on my HP Notebook DV6 2120ED with a AMD Turion II M520 2,3Ghz CPU, but it will not do frequency scaling.
I use my laptop on the go and it's not needed for it to run at 2,3ghz all the time.
I installed cpufrequtils pmutils acpi libacpi.
i set the rights in
i edited /etc/conf.d/cpufreq so that i now looks like this:
#configuration for cpufreq control
# valid governors:
# ondemand, performance, powersave,
# conservative, userspace
governor="ondemand"
# limit frequency range (optional)
# valid suffixes: Hz, kHz (default), MHz, GHz, THz
min_freq="1.10GHz"
max_freq="2.3GHz"
# use freq to set up the exact cpu frequency using it with userspace governor
#freq=
I did a "modprobe cpufreq_ondemand" and it gives me no errors, this is the same for performance, powersave, userspace aswell.
however when i try to "sudo /etc/rc.d/cpufreq start" it gives me this error:
grep: /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_governors: No such file or directory
, cpu 0wrong, unknown or unhandled CPU?
Error setting new values. Common errors:
- Do you have proper administration rights? (super-user?)
- Is the governor you requested available and modprobed?
- Trying to set an invalid policy?
- Trying to set a specific frequency, but userspace governor is not available,
for example because of hardware which cannot be set to a specific frequency
or because the userspace governor isn't loaded?
1wrong, unknown or unhandled CPU?
Error setting new values. Common errors:
- Do you have proper administration rights? (super-user?)
- Is the governor you requested available and modprobed?
- Trying to set an invalid policy?
- Trying to set a specific frequency, but userspace governor is not available,
for example because of hardware which cannot be set to a specific frequency
or because the userspace governor isn't loaded?
and cpufreq-info gives me
driver: powernow-k8
CPUs which run at the same hardware frequency: 1
CPUs which need to have their frequency coordinated by software: 1
maximum transition latency: 8.0 us.
hardware limits: 800 MHz - 2.30 GHz
available frequency steps: 2.30 GHz, 2.10 GHz, 1.50 GHz, 1.10 GHz, 800 MHz
available cpufreq governors: ondemand, performance
current policy: frequency should be within 800 MHz and 2.30 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 2.30 GHz (asserted by call to hardware).
Under ubuntu it works just fine so the processor supports it, what am i doing wrong here ? anyone got any suggestion ?
Last edited by Dennis Beekman (2011-01-22 16:23:20)

i seems to have gotten it to frequency scale... but it is not working correctly yet.
I was starting acpi_cpufreq as the driver when should have been using powernow-k8 so now it scales...
I used the command
echo "95" > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
Edit:
It turns out that the ondemand option it very unstable, i now use conservative and this seems fine for now.
So this problem has been solved !!
Last edited by Dennis Beekman (2011-01-22 16:22:55)

Similar Messages

  • [Solved] Startx won't work! Laptop issues.

    Okay, here is what Ididin as much detail as possible.
    Dual boot: Windws XP + Archlinux
    the partition is like this
    80 GB XP
    80 GB arch
         *10 GB root
         *70 GB /home
    Video Card: nVidia Geforce Go 6100
    Okay, so after I installed, I decided to and uncomment all available US repositories with HTTP on them, not FTP. Then I did a full system update, and got the latest nvidia drivers. So I run nvidia-xconfig,  got a little confused when it didn't work and I noticed /etc/X11/xorg.conf was missing. After a while I realized I forgot to download Xorg, once I ran the command it worked. I downloaded HAL, started it and it worked. Then I ran startx, and it wouldn't work. I went into the IRC channel, and tried showed all the errors I got, after a while I was told I shouldn't be using root under any circumstances and the first thing I should have done is create my user ID, which I did, then made myself a Sudoer. Obviously, the errors still appeared, no matter what I did with Xorg. -.-
    Here is my Xorg-Configuration
    ection "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0"  "CorePointer"
    End Section
    Section "Files"
    EndSection
    Section "Module"
        Load           "dbe"
        Load           "extmod"
        Load           "type1"
        Load           "freetype"
        Load           "glx"
    EndSection
    Section "InputDevice"
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "Unknown"
        Horizsync      28.0 - 33.0
        VertRefresh    43.0 - 72.0
        Option         "DPMS"
    EndSection
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
    EndSection
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        Defaultdepth   "24"
        SubSection     "Display"
            Depth      24
        EndSubsection
    EndSection
    I tried this as well by "#" all the unnecessary parts
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
    End Section
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
    EndSection
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Defaultdepth   "24"
        SubSection     "Display"
            Depth      24
        EndSubsection
    EndSection
    Regardless of what I did I got these errors, and warnings
    (WW) The directory "/usr/share/fonts/TTF" does not exist. Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/Type1" does not exist. Entry deleted from font path.
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse', or 'vmouse' w$use will be disabled
    (WW) Disabling Keyboard00
    (WW) Disabling Mouse0
    (WW) Open ACPI failed (/var/run/acpid.socket)(No such file or directory)
    (WW) Warning, couldn't open module type1
    (EE) Failed to load module "type1" (module does not exist, 0)
    (WW) Warning, couldn't open module freetype
    (EE) Failed to load module "freetype" (Module does not exist, 0)
    (EE) Failed to load /usr/lib/xorg/modules/extension//libdri.so
    (EE) Failed to load module "dri" (loader failed, 7)
    (EE) Failed to load /usr/lib/xorg/modules/extension//libdri2.so
    (EE) Failedto load modules "dri2"
    I also got something like this between all the dri's
    dlopen:libdrm.so.2: cannot open shared object file: No such file or directory
    and the final errors
    (EE) NVIDIA(0) failed to load NVIDIA kernel module!
    (EE) ***Aborting***
    (EE) Screen(s) found,but none have a usable configuration.
    Fatal Server Error:
    No Screens found
    Those are all of them in the log.
    Finally, I tried modprobe nvidia and got this
    FATAL: Module nvidia not found.
    That is everything, this linux newbie is confused, and too stubborn. C_c Fluxbox, and startx won't work no matter what I do, please help?
    Last edited by SirEdgar2nd (2009-08-17 09:23:13)

    Yep carol.
    Nope I didn't install freetype.
    Also, I noticed whenever I try to install nvidia I get an error that says these files already exist, and that there is a: Errors occured. No packages were upgraded. In a list of a bunch of files I can't even really list out at the moment.
    Pacman -S nvidia gets me that error, when I tried reinstalling xorg, it worked fine. Even when I deleted the cache, and uninstalled files it had the same issue.
    I was told to install the latest version available though (again). since I installed some version I got back in 2008 in December. But I've been too hesitant since I felt I might need one of those extra CDs later. So I figured out how to do it through USB, not sure if I should just yet though.
    And sorry, didn't notice that long error the last time I thought it meant it was already installed.
    But I did do a full system update at least though.
    Last edited by SirEdgar2nd (2009-05-29 20:15:02)

  • [SOLVED] Netbeans won't work

    Hi,
    I'm running on x84_64 with X11 and Awesome3.
    I'm trying to get Netbeans.
    Using yaourt, everything seems to work until I try to launch it : the command 'netbeans' does nothing (and there is no error).
    Using the official installer, it is stuck at 'Running the installer wizard...'.
    I think that both fail to summon their GUI, but as there is no error, I can't be sure.
    Any idea how to fix that ?
    Thanks.
    Last edited by Cheshire's Codex (2010-07-28 01:18:52)

    Ok, thanks.
    I'll wait until tomorrow before doing it, in case (which is more probable) I'm just doing something wrong.
    Edit :
    I finally got a error :
    "netbeans -h" :
    java.lang.Error: Probable fatal error:No fonts found.
    (Googling that right now)
    Edit 2 ;
    It needed ttf-bitstream-vera. Maybe it should be added to dependencies ?
    It wor-... went to the next problem
    Now I have a nice gray box, so I go back to google.
    Edit 3:
    Solved by using this solution.
    Now, it works.
    Last edited by Cheshire's Codex (2010-07-28 01:19:53)

  • [SOLVED] Network won't work after install

    Hi
    I've installed arch on a lot of different computers without any trouble. But now I'm trying to install it on a intel mini-ITX board with an atom processor and integrated network. When setting up the network during the install it downloads and installs the packages perfectly fine, but when the installation is finished and I reboot into my new system the network wont work.
    If I try to ping my gateway at 192.168.1.1 it just says that the network is unreachable.
    The ifconfig shows the following for eth0:
    Link encap:Ethernet  HWAddr 00:27:0E:05:AC:47
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 overruns:0 frame:0
    TX packets:0 errors:0 overruns:0 frame:0
    collisions:0 TX bytes:0 (0.0 b)
    Interrupt:28 Base address:0xe000
    Any ideas what could be wrong?
    Thanks
    //Lasse
    Last edited by Lazze (2010-02-10 14:57:30)

    Sorry I've been away for a couple of days, but it's solved now it was something in the hosts file which weren't correct.
    Thanks for the reply though!

  • [SOLVED]Xorg won't work for my non root user

    I installed Arch Linux 2009.08 x86_64 Core inside Sun VirtualBox 3.0.8 and got up to the part of the Beginners' Guide that tells me to test X and it can never work for my non root user. Funny thing is, I tried running it as root and it worked even though my root user has no ~/.xinitrc file. Running startx or xinitrc as my non root user I get a small (maybe 400x600) white terminal but can't use my mouse or keyboard.
    After looking over the guide and doing a step I forgot and adding in all of the extra stuff the guide says might help I can use my mouse and keyboard in my non root users' small white terminal but X still won't start properly with xterm even though I put 'exec exterm' in my non root users' ~/.xinitrc file. Please help. Thanks for any help guys.
    Last edited by keiichi (2009-10-23 12:34:50)

    schuay wrote:
    keiichi wrote:After looking over the guide and doing a step I forgot and adding in all of the extra stuff the guide says might help I can use my mouse and keyboard in my non root users' small white terminal....
    I don't get it .. this sounds like xterm is starting up successfully (xterm is a small white terminal). Easiest way to get X up and running (imo) is
    sudo pacman -S gnome gdm xorg xf86-input-evdev
    sudo /etc/rc.d/hal start
    sudo /etc/rc.d/gdm start
    I didn't know that's what xterm was, thanks for telling me. Noob mistake.

  • [SOLVED] Wine won't work

    I honestly don't know what piece of information could be of use to you, so I will include all of the available ones in hope that some of them are worth mentioning.
    Me against the wiki page:
    WINEARCH=win32 WINEPREFIX=~/win32 winecfg returned a:
    wine: created the configuration directory '/root/win32'
    err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory
    fixme:storage:create_storagefile Storage share mode not implemented.
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    fixme:iphlpapi:NotifyAddrChange (Handle 0xfde8ec, overlapped 0xfde8d0): stub
    wine: configuration in '/root/win32' has been updated.
    err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory
    And, WINEARCH=win32, gave me this:
    WINEARCH set to win32 but '/root/.wine' is a 64-bit installation.
    Also, I have winetricks installed but a WINEARCH=win32 winetricks only returns this:
    wine cmd.exe /c echo '%ProgramFiles%' returned empty string.
    Finally, whenever I try to install a game, wine itself immediately gives up:
    err:menubuilder:init_xdg error looking up the desktop directory
    err:module:import_dll Library binkw32.dll (which is needed by L"Z:\\home\\av\\Silent_Hill\\sh2pc.exe") not found
    err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\av\\Silent_Hill\\sh2pc.exe" failed, status c0000135
    I looked around for a while but only got more confused.
    If you have any suggestions, please go ahead..
    Last edited by av (2012-04-06 17:58:31)

    I just stumbled across your thread, I'll see if i can help, as i do see problems at first glance with your install.
    You didn't say whether or not you are running Archlinux 64-bit, but it would appear that you are. (you can correct me if i am wrong).
    wine: created the configuration directory '/root/win32'
    wine: configuration in '/root/win32' has been updated.
    WINEARCH set to win32 but '/root/.wine' is a 64-bit installation.
    why are you creating a wine prefix for root? Wine is meant to be run as a normal user, in fact - it is an important detail in Wine's FAQ;
    http://wiki.winehq.org/FAQ#run_as_root
    Never run Wine as your root user.
    As a normal user Wine will create it's prefixes in your home folder <ie: /home/USERNAME/.wine  (or .whatever-name-you-choose)>
    odeerr:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory[
    err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory
    it can't find libmpg123.so - do you have mpg123 installed? I believe this is an optional dependency for wine, so you might need to install it.
    WINEARCH set to win32 but '/root/.wine' is a 64-bit installation.
    I had this problem not too long ago. I couldn't find a way to change the prefix from 64bit to 32bit. I ended up having to delete my prefix and start a new one.
    The rest of your information, i don't really need to comment on, as they play into the above listed problems.
    Steps to fix (hopefully).
    1. remove your existing wine prefix' (both your /root/.wine && /root/win32)
    2. now, make sure you have mpg123 installed (and/or any other optional dependencies for wine installed). You can took at what you may want/need here;
    https://www.archlinux.org/packages/mult … 6_64/wine/
    3. As your normal user (and not root), open a terminal and create your new wine prefix
    it should be something like /home/username/.wine (as i pointed out above)
    If you still bump into any errors about libs missing / cannot find shared object errors, than you probably don't have them installed. With multilib-wine (aka: wine on a 64bit system) remember that you will have to have the lib32- versions of optional dependencies installed, as well.
    I think if you go through these steps, you should be able to fix the issues and wine should work.
    cheerz
    Last edited by triplesquarednine (2012-04-05 17:25:58)

  • [SOLVED] Cantata won't work

    Hi!
    Whenever i start cantata (qt5 community build, version 1.4.0-1), i get an error :
    errno: Failed to open database file "/tmp/cantata/mpd/tag_cache": No such file or directory
    fatal_error: Couldn't stat parent directory of db file "/tmp/cantata/mpd/tag_cache": No such file or directory
    It started only the very first timewithout problems, and i could listen to any song. But then, after a reboot, it didn't work anymore. The only way to get it working again is by touching that tag_cache file in /tmp/cantata/mpd/ (making the mpd dir first, as it doesn't exist in /tmp/cantata).
    What can I do? I'm using cantata in single user mode (ie it starts mpd for me).
    Thanks!
    Last edited by nierro (2014-08-26 22:09:10)

    Solved...damn! I just had to edit .local/share/cantata/mpd/mpd.conf changing the paths /tmp/cantata/mpd/* to .config/cantata/mpd/* and touching those files.
    Last edited by nierro (2014-08-26 22:09:01)

  • [SOLVED]NetworkManager won't work since updating to KDE 4.3.4

    Hello there,
    I'm running Arch64 on Qosmio X300 notebook. I have just updated to KDE 4.3.4 and since the update the NetworkManager won't connect to my wifi (I haven't tried wired yet). I use following packages for NetworkManager and KNetworkManager applet
    kdeplasma-applets-networkmanager 1047027-1
    networkmanager 0.7.2-1
    There seems to be nothing strange in the daemons.log, but the KNMgr tray icon keeps saying "Networking information not available" and when I click it I get "Network Management Disabled" instead of the usual menu. I still can configure network manually and wicd is also working fine.
    I remember putting my notebook to suspend-to-disk by mistake instead of shutting it down right after the update, so that's when it might have gone crazy. I tried reinstalling NetworkManager and the KDE applet and googling around a bit, but nothing has helped so far...
    Last edited by MadCat_X (2009-12-02 18:34:55)

    NM is definitely running, "ps aux | grep Network" gives me
    root 1573 0.0 0.0 61976 3876 ? Ss 01:35 0:00 /usr/sbin/NetworkManager
    root 1589 0.0 0.0 68868 3176 ? S 01:35 0:00 /usr/sbin/nm-system-settings --config /etc/NetworkManager/nm-system-settings.conf
    madcat 1849 0.0 0.0 8360 976 pts/2 S+ 01:36 0:00 grep Network
    I tried uninstall -reinstall method, but the plasma applet still sticks to the "Networking information not available" message.
    This is how the NM related info in daemon.log looks like
    Dec 2 01:35:34 Qosmio-X300 NetworkManager: <info> starting...
    Dec 2 01:35:34 Qosmio-X300 NetworkManager: <WARN> nm_generic_enable_loopback(): error -17 returned from rtnl_addr_add():
    Dec 2 01:35:34 Qosmio-X300 NetworkManager: <info> Found radio killswitch /org/freedesktop/Hal/devices/pci_8086_4232_rfkill_phy0_wlan
    Dec 2 01:35:34 Qosmio-X300 NetworkManager: <info> Trying to start the supplicant...
    Dec 2 01:35:34 Qosmio-X300 NetworkManager: <info> Trying to start the system settings daemon...
    Dec 2 01:35:35 Qosmio-X300 nm-system-settings: Loaded plugin keyfile: (c) 2007 - 2008 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.

  • [SOLVED] Plymouth won't work anymore

    Hi, I don't know id this is the correct category but well, Here we go:
    I'm having an issue with Plymouth since a couple of days: It does not work at all.
    It does not show up neither at startup nor at shutdown, the only thing on screen is text detailing the startup or shutdown process. Even when I try to test it doing this:
    plymouthd
    plymouth --show-splash
    Nothing happens.
    This started to happen a couple days ago, after I reinstalled my kernel with the Arch iso because of this issue
    I don't know how could this affect Plymouth, but now it doesn't work at all.
    Heres my /etc/mkinitcpio.conf file
    My /etc/default/grub
    I obviusly tried to rebuild the initrd using
    sudo mkinitcpio -p linux
    To see if that could resolve my problem but it didn't.
    I even downgraded to the previous kernel to see if it's was some kind of kernel-related issue but that didn't work too so I reinstalled the latest kernel 3.15.2-1-ARCH.
    I've even tried reinstalling plymouth just to see it was useless because the issue is still there.
    Any light on this will be well appreciated.
    Thanks in advance, Shadow_Reaper13
    EDIT: Here's my plymouth-debug.log
    Last edited by Shadow_Reaper13 (2014-07-07 19:20:16)

    Shadow_Reaper13 wrote:
    I found something else, in this bug report There's another issue with Plymouth which seems to be caused by a forced fsck which can be done like this:
    sudo touch /forcefsck
    I did this as you can see on the first link in my first post, so I'm 99% sure this have something to do with the issue I'm having.
    While the issue seems to be slightly different, the problem is the same: The splash screen does not show up.
    I hope this help out troubleshooting the problem. I will search a bit more to see if there is something else I can try. I will also try again the fsck to see if this solves anything.
    Well, doing the fsck again didn't changed anything at all. Anyone out there willing to help please?

  • [SOLVED] espeak won't work in crontab

    Espeak works fine from my command line.
    But I used to use espeak in my crontab to shout at me to take my pills etc etc. However, recently espeak has been generating errors when run by cronie
    Subject: Cron <robin@bunyip> sudo espeak 'robin take drugs'
    Content-Type: text/plain; charset=UTF-8
    Auto-Submitted: auto-generated
    Precedence: bulk
    X-Cron-Env: <LANG=en_GB.utf8>
    X-Cron-Env: <SHELL=/bin/sh>
    X-Cron-Env: <HOME=/home/robin>
    X-Cron-Env: <PATH=/usr/bin:/bin>
    X-Cron-Env: <LOGNAME=robin>
    X-Cron-Env: <USER=robin>
    Date: Thu, 9 Oct 2014 22:20:02 +0100 (BST)
    Status: R
    ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
    ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
    ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
    ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
    ALSA lib pcm_route.c:947:(find_matching_chmap) Found no matching channel map
    ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect: Connection r
    efused
    ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect: Connection r
    efused
    ALSA lib pcm_direct.c:1703:(snd1_pcm_direct_parse_open_conf) slave is not define
    d
    what do I need to do to allow cronie to shout at me?
    Edit: I added the sudo in the contab to try and eliminate permissions, but the same kind of errors are present for espeak hello as for sudo espeak hello.
    Edit: Seems that cronie can use espeak when vlc is not running.
    Last edited by replabrobin (2014-10-11 10:31:40)

    Spider.007 wrote:Is your user in the 'audio' group? Maybe vlc is somehow claiming the entire device to prevent sounds from distracting you from a movie? FWIW; it works fine here; even with vlc running
    Yes the user is in the audio group. I assume that vlc is somehow grabbing the device, but even when I changed to use alsa directly in the VLC audio settings this problem persisted.

  • [SOLVED]Microphone won't work

    I am sure the microphone is fine -- it used to work well on my previous OS (ubuntu), and when I speak it makes sound on the speakers. But, if I try to record, nothing is recorded. I went to alsamixer, pressed F4 and turned all capture devices to maximum -- nothing. Any help?
    Last edited by pedro3005 (2010-11-07 11:39:19)

    I am using Audacity to record. I went to the preferences and tried selecting different devices (the options were HDA Intel: ALC662 rev1 Analog (hw:0,0), the same thing but (hw:0,1), default and spdif). Selecting (hw:0,1), some weird bug happens that the time marker doesn't go past zero. With (hw:0,0) I get a lot of static noise. With spdif I get the same as (hw:0,1), and default was the one previously selected.
    Here's what alsamixer looks like (I've tried setting all of them to CAPTURE too, but it made no difference):
    EDIT: It worked! I changed both of the Input Source options to "Mic" and now it works perfectly. Thanks for the patience everyone.
    Last edited by pedro3005 (2010-11-07 11:38:56)

  • [SOLVED] MPD won't work on system startup

    I have just installed and configured mpd today, and it works fine if I start it up manually using "/etc/rc.d/mpd start", however, it fails to start up automatically when I put it in the daemons list in my rc.conf. I have full rights to the ~/.mpd/ directory (since it's in my home folder) and the Music directory. My music database built fine, and everything works fine if I start it up manually. I don't get why it fails to start on system boot.
    Here's my daemons list:
    DAEMONS=(@syslog-ng @network !netfs @crond @alsa @hal @fam @mpd)
    Here's my /etc/mpd.conf:
    music_directory "/home/joey/Music"
    playlist_directory "/home/joey/.mpd/playlists"
    db_file "/home/joey/.mpd/db"
    log_file "/home/joey/.mpd/log"
    error_file "/home/joey/.mpd/error"
    pid_file "/home/joey/.mpd/pid"
    state_file "/home/joey/.mpd/mpdstate"
    user "joey"
    bind_to_address "localhost"
    port "6600"
    audio_output {
    type "alsa"
    name "My ALSA Device"
    Last edited by Exershio (2009-03-27 23:26:20)

    Hmm. I believe I found the problem. I removed the @ in front of all the daemons to let them start up in order instead of in the background, and everything starts up perfect.
    I wonder which daemon MPD relies on that's causing it to fail. Network maybe? Anyone have any ideas?
    DAEMONS=(syslog-ng network !netfs crond alsa hal fam mpd)
    Last edited by Exershio (2009-03-27 23:03:42)

  • [SOLVED] tilda won't work with openbox autostart

    I tried to start tilda with ~/.config/openbox/autostart. I can see tilda among the processes but pulldown key has no effect.
    Tilda works when starting from terminal with the following error messages:
    tilda:28274): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
    (tilda:28274): Gdk-CRITICAL **: IA__gdk_drawable_get_display: assertion `GDK_IS_DRAWABLE (drawable)' failed
    (tilda:28274): Gdk-CRITICAL **: _gdk_x11_window_get_toplevel: assertion `GDK_IS_WINDOW (window)' failed
    (tilda:28274): Gdk-WARNING **: gdk_window_set_user_time called on non-toplevel
    FYI: I've recently removed gnome shell from my system and installed openbox. Maybe something missing? Any suggestion?
    Last edited by siriusb (2011-11-10 13:57:52)

    I installed the package, restarted X but now tilda doesn't start from terminal either.

  • [SOLVED] Network won't work

    Hi,
    My network card isn't recognised when I boot into the Arch boot cd. I ended up installing fedora on my machine but I would like to have Arch on their as well, is there a way for me to check what network modules I need to load from Fedora?
    Thanks,
    Jonathan.
    Last edited by df3n5 (2011-05-03 16:15:49)

    Thanks for the replies, I got it sorted based on https://bbs.archlinux.org/viewtopic.php?id=110026.
    Basically all I did was :
    modprobe -r tg3
    modprobe -r broadcom
    modprobe broadcom
    modprobe tg3
    Apparently the order matters.
    Then once I installed I put this into the my rc.conf:
    MODULES=(broadcom tg3)
    And now I have a new Arch work desktop which runs brilliantly.
    Thanks for the help, hope this helps someone.

  • [SOLVED] Fluxbox won't work and mirror problem

    Hello all, I recently tried to make the switch to Arch again from Ubuntu. Ran into some trouble though. Obviously I was using the 64 bit version. It installed just fine, but once I booted into it I couldn't use pacman to install anything or even refresh. After a bit of playing I found the file where the mirrors hide. The one I set in installation was uncommented as it should be but not working so up above I uncommented the same one (ibilio) and that fixed that. Is that a normal problem? Anyhow no biggie so I moved on. I go for straight Fluxbox. So I installed xorg and fluxbox. But for the life of me I can not get it to boot to fluxbox. Keeps going to twm. I tried everything in the fluxbox guide from the Arch wiki to get it going with no luck. Finally gave up and went back to Ubuntu. Now I used the 32 bit a time or two on an old computer and fluxbox worked fine. Here like I say startx would bring up twm. And startfluxbox (think thats the right command) would get a cannot connect to xserver error. Any ideas? I sure would love to use Arch. Sorry I can't be more precise on how it went but I no longer have it installed. If someone thinks they can help me with this though I would love to try again. Thanks.
    Last edited by The Avatar of Time (2008-02-16 07:32:36)

    Ah, sorry, I should have specified that you add it to your ~/.xinitrc file, and you will most likely have to make then edit that file (as I did) yourself.
    touch ~/.xinitrc
    and then, with your text editor of choice add this line to that file
    exec startfluxbox
    and save. If that still doesn't work let me know
    You will always get kicked back to the command line, as X cannot find any login manager, and you had no user-specified fallback file that it would look for instead, so it fell back finally on the system-wide fallback, which is TWM.
    So you have to rely on writing your own way to start x, which is the ~/.xinitrc file. Otherwise it will always find twm.
    If you really don't want twm,  you can easily remove it (I don't have it installed at all) with a simple 'pacman -R xorg-twm'.
    HTH
    Last edited by wyvern (2008-02-15 18:45:07)

Maybe you are looking for

  • Maintenance Dialog is missing or not maintaned

    Hey...I am new in ABAP. I created a function group in dev environment and this function group consists of a database table with maintenance view and it has a transaction code. After I transport into quality environment, when i execute the the transac

  • Adding custom navigation rules results in strange behavior

    Hello, We'd like to add navigation rules to our application. To avoid post-JHeadstart-generation-steps we created an extra faces-config-custom.xml file which contains the navigation rules. When adding this file to the web.xml and run the aplication w

  • XML: Using static & placeholder text inside element with children?

    Hi there I'm working with simple XML data with the following structure: Root      Row           Company_name           Physical_address           Phone           Website           Email_address      Row           Company_name           Physical_addre

  • Implement workflow process for material reservation using tcode IW32

    Hi How can I implement workflow process for material reservation using tcode IW32 - PM order. Thanks, Amos

  • Cannot Distribute PDF Form to Email

    I've created a form and have everything set. Then I go to "Distribute Form" and enter the email address and other pertinent info of who will receive completed form... It then will not advance to the next dialog box to actually get the form functionin