[solved] Touchpad doesn't work anymore

I have a Acer Extensa 5235. Since today the touchpad isn't working on Arch anymore.
I tried out a Windows installation medium and there it worked so it should be physicaly okay.
relevant part of xorg log:
[ 406.866] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event5)
[ 406.866] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 406.866] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 406.866] (II) LoadModule: "synaptics"
[ 406.866] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 406.866] (II) Module synaptics: vendor="X.Org Foundation"
[ 406.866] compiled for 1.8.0.902, module version = 1.2.2
[ 406.866] Module class: X.Org XInput Driver
[ 406.866] ABI class: X.Org XInput driver, version 9.0
[ 406.866] (II) Synaptics touchpad driver version 1.2.2
[ 406.866] (**) Option "Device" "/dev/input/event5"
[ 406.866] (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
[ 406.866] (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
[ 406.866] (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 406.866] (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
[ 406.866] (II) SynPS/2 Synaptics TouchPad: buttons: left right
[ 406.866] (**) Option "TapButton1" "1"
[ 406.866] (**) Option "TapButton2" "2"
[ 406.866] (**) Option "TapButton3" "3"
[ 406.867] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 406.867] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 406.867] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[ 406.867] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 406.867] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
[ 406.867] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 406.867] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 406.867] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 406.867] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 406.867] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 406.867] (II) Synaptics touchpad driver version 1.2.2
[ 406.867] SynPS/2 Synaptics TouchPad no synaptics event device found
[ 406.867] (**) Option "Device" "/dev/input/mouse0"
[ 406.867] (**) Option "TapButton1" "1"
[ 406.867] (**) Option "TapButton2" "2"
[ 406.867] (**) Option "TapButton3" "3"
[ 406.887] Query no Synaptics: 6003C8
[ 406.887] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[ 406.887] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[ 406.887] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
[ 406.888] (II) UnloadModule: "synaptics"
10-synaptics.conf:
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
EndSection
Has anybody an idea how to fix this?
Last edited by IwfY (2010-07-14 13:49:11)

> Can you post what you added to your /etc/X11/xorg.conf.d/10-evdev.conf?
I tried a couple of different options in 10-evdev-conf and 10-synaptics.conf. None really made a difference.
The cleanest might be this:
10-synaptics.conf as above.
included at the end of 10-evdev.conf:
Section "InputClass"
Identifier "disable synaptics secound mouse found"
MatchProduct "SynPS/2 Synaptics TouchPad"
MatchDevicePath "/dev/input/mouse0"
Option "Ignore" "on"
EndSection
xorg log:
[ 163.236] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event5)
[ 163.236] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 163.236] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 163.236] (II) LoadModule: "synaptics"
[ 163.236] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 163.251] (II) Module synaptics: vendor="X.Org Foundation"
[ 163.251] compiled for 1.8.0.902, module version = 1.2.2
[ 163.251] Module class: X.Org XInput Driver
[ 163.251] ABI class: X.Org XInput driver, version 9.0
[ 163.251] (II) Synaptics touchpad driver version 1.2.2
[ 163.251] (**) Option "Device" "/dev/input/event5"
[ 163.251] (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
[ 163.251] (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
[ 163.251] (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 163.251] (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
[ 163.251] (II) SynPS/2 Synaptics TouchPad: buttons: left right
[ 163.251] (**) Option "TapButton1" "1"
[ 163.251] (**) Option "TapButton2" "2"
[ 163.251] (**) Option "TapButton3" "3"
[ 163.251] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 163.251] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 163.251] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[ 163.251] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 163.251] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
[ 163.251] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 163.251] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 163.251] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 163.252] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 163.252] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "disable synaptics secound mouse found"
[ 169.276] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 171.588] (II) UnloadModule: "synaptics"
I also tried out the Fedora 12 Live CD which should use xorg-1.7 but it didn't work either.

Similar Messages

  • Touchpad doesn't work anymore

    Hello there,
    I've a problem with my touchpad. It doesn't work anymore.
    A few months ago I had a few problems with the touchpad. The cursor was running over the screen, random clicking some things. Sometimes it happened for an hour, sometimes for a few days, but it always stopped. Later it didn't disapear anymore. The touchpad isn't working at all, so I'm not able to work with it anymore. I already cleaned the touchpad from the outside and the inside., but there's no change. It's not so good that something important like that gets broken in such a short time, I have my laptop for two years now. I'm curious if there is a special guarantee for this, because I think this is not my fault. Maybe there is something wrong from the beginning or something.
    Can anybody help me?
    Thanks a lot.
    Bye.

    You can check your service and support coverage here.
    I have my laptop for two years now.
    Unless you purchased Apple care, the one year limited warranty has expired.

  • Satellite L300-26K - After BIOS update the touchpad doesn't work anymore

    Hi,
    like recommended by tempro, I updated BIOS from ver.2.1 to 2.2 (windows-Version). After rebooting, touchpad incl. tips doesnt work anymore. In bios touchpad is enabled, in system it says unit is working properly. FN/F9 makes no effect. Reinstalling synaptics drivers - no effect - still dead.
    Satellite L300-26K
    Using Vista 32bit home
    How can I restore BIOS to 2.1 again? (if i try the windows-bios utility from V2.1 it says it is still installed - so I cannot downgrade by this easy way)
    Please help - I need my notebook without external mouse (this works)
    yours
    Oliver
    Message was edited by: enigmo

    Hi enigmo,
    I cant imagine that this happened due the BIOS update. Have you tried reinstalling Windows by using Toshiba recovery disk?
    This BIOS downgrade can only be done from an authorized service provider. The technicians can install every version because they have such special tools to make a downgrade.
    On the Toshiba website you can find a list of them. Just give the guys and ask for that. They will help you! :)

  • [Solved] Alac doesn't work anymore with Gstreamer0.10

    Apple Loseless Audio Codec support seems to be broken for me in the 0.10 branch of gstreamer. Before I was able to play ALAC files in rhythmbox and banshee but it does not work anymore. I think the support for ALAC files is integrated in the package gstreamer-ffmpeg.
    This problem does't seems to occur in the 1.0 branch of gstreamer as ALAC files work with Totem and it also work with vlc which use dirrectly ffmpeg.
    Does someone have the same problem or is it a problem with my system ?
    I tried to reinstall gstreamer0.10 and all plugins but it didn't solve the problem.
    Last edited by sedutom (2013-04-22 14:18:39)

    Put as solved, it works back with the new version of rhythmbox
    Last edited by sedutom (2013-04-22 14:19:59)

  • [SOLVED]MySQL doesn't work anymore

    It starts fine:
    [root@server ~]# /etc/rc.d/mysqld restart
    :: Stopping MySQL [DONE]
    :: Starting MySQL [DONE]
    [root@server ~]#
    BUT, it no longer works:
    http://doorknob60.is-a-geek.org/wiki
    http://doorknob60.is-a-geek.org/wordpress
    Both give errors, as well as Phpmyadmin. I can't seem to find any relevant log files either. I tried some random stuff, but nothing seems to work. I just got MySQL set up on this box about 2 days ago, then an update comes around and messes it up again
    Last edited by doorknob60 (2009-11-18 23:57:58)

    Yes, I did read that. Even after messing with config files it doesn't work. And PHP config? I'll assume that's a typo. What all do you have to change? Everything looks fine on my current my.cnf file, I think at least.
    # mysql config file for medium systems.
    # This is for a system with little memory (32M - 64M) where MySQL plays
    # a important part and systems up to 128M where MySQL is used together with
    # other programs (like a web server)
    # One can in this file use all long options that the program supports.
    # If you want to know which options a program support, run the program
    # with --help option.
    # The following options will be passed to all MySQL clients
    [client]
    password = ~password removed~
    port = 3306
    socket = /var/run/mysqld/mysqld.sock
    # Here follows entries for some specific programs
    # The MySQL server
    [mysqld]
    port = 3306
    socket = /var/run/mysqld/mysqld.sock
    datadir = /var/lib/mysql
    pid_file = /var/run/mysqld/mysqld.pid
    skip-locking
    key_buffer = 16M
    max_allowed_packet = 1M
    table_cache = 64
    sort_buffer_size = 512K
    net_buffer_length = 16K
    myisam_sort_buffer_size = 8M
    # Don't listen on a TCP/IP port at all. This can be a security enhancement,
    # if all processes that need to connect to mysqld run on the same host.
    # All interaction with mysqld must be made via Unix sockets or named pipes.
    # Note that using this option without enabling named pipes on Windows
    # (via the "enable-named-pipe" option) will render mysqld useless!
    #skip-networking
    # Replication Master Server (default)
    # binary logging is required for replication
    #log-bin
    # required unique id between 1 and 2^32 - 1
    # defaults to 1 if master-host is not set
    # but will not function as a master if omitted
    server-id = 1
    # Replication Slave (comment out master section to use this)
    # To configure this host as a replication slave, you can choose between
    # two methods :
    # 1) Use the CHANGE MASTER TO command (fully described in our manual) -
    # the syntax is:
    # CHANGE MASTER TO MASTER_HOST=<host>, MASTER_PORT=<port>,
    # MASTER_USER=<user>, MASTER_PASSWORD=<password> ;
    # where you replace <host>, <user>, <password> by quoted strings and
    # <port> by the master's port number (3306 by default).
    # Example:
    # CHANGE MASTER TO MASTER_HOST='125.564.12.1', MASTER_PORT=3306,
    # MASTER_USER='joe', MASTER_PASSWORD='secret';
    # OR
    # 2) Set the variables below. However, in case you choose this method, then
    # start replication for the first time (even unsuccessfully, for example
    # if you mistyped the password in master-password and the slave fails to
    # connect), the slave will create a master.info file, and any later
    # change in this file to the variables' values below will be ignored and
    # overridden by the content of the master.info file, unless you shutdown
    # the slave server, delete master.info and restart the slaver server.
    # For that reason, you may want to leave the lines below untouched
    # (commented) and instead use CHANGE MASTER TO (see above)
    # required unique id between 2 and 2^32 - 1
    # (and different from the master)
    # defaults to 2 if master-host is set
    # but will not function as a slave if omitted
    #server-id = 2
    # The replication master for this slave - required
    #master-host = <hostname>
    # The username the slave will use for authentication when connecting
    # to the master - required
    #master-user =
    # The password the slave will authenticate with when connecting to
    # the master - required
    #master-password =
    # The port the master is listening on.
    # optional - defaults to 3306
    #master-port = <port>
    # binary logging - not required for slaves, but recommended
    #log-bin
    # Point the following paths to different dedicated disks
    #tmpdir = /tmp/
    #log-update = /path-to-dedicated-directory/hostname
    # Uncomment the following if you are using BDB tables
    #bdb_cache_size = 4M
    #bdb_max_lock = 10000
    # Uncomment the following if you are using InnoDB tables
    #innodb_data_home_dir = /var/lib/mysql
    #innodb_data_file_path = ibdata1:10M:autoextend
    #innodb_log_group_home_dir = /var/lib/mysql
    #innodb_log_arch_dir = /var/lib/mysql
    # You can set .._buffer_pool_size up to 50 - 80 %
    # of RAM but beware of setting memory usage too high
    #innodb_buffer_pool_size = 16M
    #innodb_additional_mem_pool_size = 2M
    # Set .._log_file_size to 25 % of buffer pool size
    #innodb_log_file_size = 5M
    #innodb_log_buffer_size = 8M
    #innodb_flush_log_at_trx_commit = 1
    #innodb_lock_wait_timeout = 50
    [mysqldump]
    quick
    max_allowed_packet = 16M
    [mysql]
    #no-auto-rehash
    # Remove the next comment character if you are not familiar with SQL
    #safe-updates
    [isamchk]
    key_buffer = 20M
    sort_buffer_size = 20M
    read_buffer = 2M
    write_buffer = 2M
    [myisamchk]
    key_buffer = 20M
    sort_buffer_size = 20M
    read_buffer = 2M
    write_buffer = 2M
    [mysqlhotcopy]
    interactive-timeout
    Also, is there some place I'm missing when looking for error logs? I'm looking in /var/log and see nothing related to mysql
    Last edited by doorknob60 (2009-11-18 23:28:47)

  • [SOLVED]Jack doesn't work anymore

    Good day people,
    It seems that Jack stopped working all of a sudden. Well, it's not really all of a sudden, it hasn't been working for 3 months or so, but before that it worked just fine and I did not change any setting since then. I didn't post before because I don't really use JACK too often but now it seems like I'll be going to need it.
    The package I'm using is jack2 from the community repository, not jack2-dbus or jack or any other package, although I've tried them with the same results.
    First, let's try to start jack the old fashioned way
    $jack_control start
    it results in
    DBus exception: org.jackaudio.Error.Generic: Failed to open server
    ...ook. Let's try an even older fashion way.
    $jackd -d alsa
    The output is:
    jackdmp 1.9.8
    Copyright 2001-2005 Paul Davis and others.
    Copyright 2004-2011 Grame.
    jackdmp comes with ABSOLUTELY NO WARRANTY
    This is free software, and you are welcome to redistribute it
    under certain conditions; see the file COPYING for details
    could not open component .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
    could not open driver .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
    jack_get_descriptor returns null for 'jack_firewire.so'
    could not open component .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
    JACK server starting in realtime mode with priority 10
    Jack: Create non RT thread
    Jack: ThreadHandler: start
    Jack: JackDriver::Open capture_driver_name = hw:0
    Jack: JackDriver::Open playback_driver_name = hw:0
    Jack: Check protocol client = 8 server = 8
    Jack: JackEngine::ClientInternalOpen: name = system
    Jack: JackEngine::AllocateRefNum ref = 0
    Jack: JackPosixSemaphore::Allocate name = jack_sem.1000_default_system val = 0
    Jack: JackEngine::NotifyAddClient: name = system
    Jack: JackGraphManager::SetBufferSize size = 1024
    Jack: JackConnectionManager::DirectConnect first: ref1 = 0 ref2 = 0
    Jack: JackGraphManager::ConnectRefNum cur_index = 0 ref1 = 0 ref2 = 0
    Jack: JackDriver::SetupDriverSync driver sem in flush mode
    control device hw:0
    control device hw:0
    audio_reservation_init
    Failed to acquire device name : Audio0 error : Method "RequestRelease" with signature "i" on interface "org.freedesktop.ReserveDevice1" doesn't exist
    Audio device hw:0 cannot be acquired...
    Jack: ~JackDriver
    Cannot initialize driver
    Jack: no message buffer overruns
    Jack: JackPosixThread::Stop
    Jack: ThreadHandler: exit
    JackServer::Open() failed with -1
    Jack: Succeeded in unlocking 82245916 byte memory area
    Jack: JackShmMem::delete size = 0 index = 0
    Jack: ~JackDriver
    Jack: Succeeded in unlocking 1012 byte memory area
    Jack: JackShmMem::delete size = 0 index = 1
    Jack: cleaning up shared memory
    Jack: cleaning up files
    Jack: unregistering server `default'
    Failed to open server
    No luck this time, either. And before you ask, I tried giving jackd other parameters but it didn't change anything.
    I now try Qjackctl. As soon as I open it, it says:
    D-BUS: JACK server could not be started
    Sorry
    This is the error log:
    11:31:23.797 Patchbay deactivated.
    11:31:23.800 Statistics reset.
    11:31:23.802 ALSA connection change.
    11:31:23.819 D-BUS: Service is available (org.jackaudio.service aka jackdbus).
    11:31:23.994 D-BUS: JACK server could not be started. Sorry
    Cannot connect to server socket err = No such file or directory
    Cannot connect to server socket
    jack server is not running or cannot be started
    Cannot connect to server socket err = No such file or directory
    Cannot connect to server socket
    jack server is not running or cannot be started
    11:31:24.016 ALSA connection graph change.
    Thu Aug 23 11:31:23 2012: Starting jack server...
    Thu Aug 23 11:31:23 2012: JACK server starting in realtime mode with priority 10
    Thu Aug 23 11:31:23 2012: control device hw:0
    Thu Aug 23 11:31:23 2012: control device hw:0
    Thu Aug 23 11:31:23 2012: Acquired audio card Audio0
    Thu Aug 23 11:31:23 2012: creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit
    Thu Aug 23 11:31:23 2012: control device hw:0
    Thu Aug 23 11:31:23 2012: configuring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2 periods
    Thu Aug 23 11:31:23 2012: ALSA: final selected sample format for capture: 32bit integer little-endian
    Thu Aug 23 11:31:23 2012: ALSA: use 2 periods for capture
    Thu Aug 23 11:31:23 2012: ALSA: final selected sample format for playback: 32bit integer little-endian
    Thu Aug 23 11:31:23 2012: ALSA: use 2 periods for playback
    Thu Aug 23 11:31:23 2012: [1m[31mERROR: ALSA: cannot set hardware parameters for playback[0m
    Thu Aug 23 11:31:23 2012: [1m[31mERROR: ALSA: cannot configure playback channel[0m
    Thu Aug 23 11:31:23 2012: [1m[31mERROR: JackTemporaryException : now quits...[0m
    Thu Aug 23 11:31:23 2012: [1m[31mERROR: Cannot initialize driver[0m
    Thu Aug 23 11:31:23 2012: [1m[31mERROR: JackServer::Open() failed with -1[0m
    Thu Aug 23 11:31:23 2012: [1m[31mERROR: Failed to open server[0m
    11:32:54.690 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info.
    Cannot connect to server socket err = No such file or directory
    Cannot connect to server socket
    jack server is not running or cannot be started
    Ok, let's now uncheck "Enable D-Bus interface" and try again, maybe I'll have more luck. No, it seems I don't.
    This is the message log:
    11:34:17.340 Patchbay deactivated.
    11:34:17.345 Statistics reset.
    11:34:17.347 ALSA connection change.
    11:34:17.356 JACK is starting...
    11:34:17.356 /usr/bin/jackd -dalsa -dhw:0 -r48000 -p1024 -n2
    Cannot connect to server socket err = No such file or directory
    Cannot connect to server socket
    jack server is not running or cannot be started
    Cannot connect to server socket err = No such file or directory
    Cannot connect to server socket
    jack server is not running or cannot be started
    11:34:17.361 ALSA connection graph change.
    could not open component .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
    could not open driver .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
    jack_get_descriptor returns null for 'jack_firewire.so'
    could not open component .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
    jackdmp 1.9.8
    Copyright 2001-2005 Paul Davis and others.
    Copyright 2004-2011 Grame.
    jackdmp comes with ABSOLUTELY NO WARRANTY
    This is free software, and you are welcome to redistribute it
    under certain conditions; see the file COPYING for details
    JACK server starting in realtime mode with priority 10
    11:34:17.396 JACK was started with PID=2499.
    Jack: Create non RT thread
    Jack: ThreadHandler: start
    Jack: playback device hw:0
    Jack: capture device hw:0
    Jack: apparent rate = 48000
    Jack: frames per period = 1024
    Jack: JackDriver::Open capture_driver_name = hw:0
    Jack: JackDriver::Open playback_driver_name = hw:0
    Jack: Check protocol client = 8 server = 8
    Jack: JackEngine::ClientInternalOpen: name = system
    Jack: JackEngine::AllocateRefNum ref = 0
    Jack: JackPosixSemaphore::Allocate name = jack_sem.1000_default_system val = 0
    Jack: JackEngine::NotifyAddClient: name = system
    Jack: JackGraphManager::SetBufferSize size = 1024
    Jack: JackConnectionManager::DirectConnect first: ref1 = 0 ref2 = 0
    Jack: JackGraphManager::ConnectRefNum cur_index = 0 ref1 = 0 ref2 = 0
    Jack: JackDriver::SetupDriverSync driver sem in flush mode
    control device hw:0
    control device hw:0
    audio_reservation_init
    Failed to acquire device name : Audio0 error : Device or resource busy
    Audio device hw:0 cannot be acquired...
    Jack: ~JackDriver
    Cannot initialize driver
    Jack: no message buffer overruns
    Jack: JackPosixThread::Stop
    Jack: ThreadHandler: exit
    JackServer::Open() failed with -1
    Jack: Succeeded in unlocking 82245916 byte memory area
    Jack: JackShmMem::delete size = 0 index = 0
    Jack: ~JackDriver
    Jack: Succeeded in unlocking 1012 byte memory area
    Jack: JackShmMem::delete size = 0 index = 1
    Jack: cleaning up shared memory
    Jack: cleaning up files
    Jack: unregistering server `default'
    Failed to open server
    11:34:17.533 JACK was stopped with exit status=255.
    11:34:19.562 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info.
    Cannot connect to server socket err = No such file or directory
    Cannot connect to server socket
    jack server is not running or cannot be started
    I've tried deleting all jack config files, changing settings and before you ask, I've tried with and without pulseaudio (which got along with Jack just fine before everything broke). It seems to be a d-bus problem at first but it gives me issues with d-bus disabled as well. I've read A LOT of forum posts and mailing lists before posting here and I can tell you that none of the solutions that worked for others worked for me, and many just gave up.
    I don't have any audio/drive issues and as I said, my computer used to run Jack2 just fine. The output of cat /proc/asound/cards is
    0 [Intel ]: HDA-Intel - HDA Intel
    HDA Intel at 0xf0400000 irq 45
    It seems strange to me that jack2 and jack2-dbus act exactly the same way in regards to dbus but dbus is just one of the several problems, it seems. Right now I'm running my music production thanks to a live Ubuntu Studio stick (the horror, I know) and after extensive research I feel I'm out of ideas. I mean, I uninstalled jack and deleted all config files and it still doesn't go back to normal, what can I do? I suspect my problem may be related to improper configuration of something in /etc/ but I didn't touch anything audio-related in ages and as I said, jack used to work with the same configuration. It seems to have problem accepting that my sound card is hw:0, maybe. I don't know, it makes me crazy. Can someone help me? Thanks.
    Edit: The problem is solved, checkout my last reply to this thread for the solution.
    Last edited by VisionsOf (2012-08-28 11:30:13)

    Hi, I'm having a similar issue. I've been using jack2 as the main audio server with pulseaudio routed through it for more than a year with no issues until a couple of weeks ago when after a power failure jack just stopped working.
    After double checking my conf (found nothing strange, again, I'm using jack in normal production for over a year and havent touched conf in a while) and downgrading kernels and jack with no success  I realized that if I suspended the PC, and tryed to start jack after resuming it, there wasnt any problems at all!!? Jack works!
    Something similar happens in my laptop (same setup), but in this case jack fails to start only the first try, on the 2nd try it will start flawlesly.
    Could it be related to systemctl?? dbus?? (the same happens with Dbus interface enabled or not)
    Pulseaudio? I've read in forums there are some issues between jack and pulseaudio, and in fact I can see pulseaudio “dead” in both situations (jack working and not)
    systemctl status pulseaudio
    pulseaudio.service
    Loaded: error (Reason: No such file or directory)
    Active: inactive (dead)
    I guess I'm still not getting right the new Systemd method or the pulseaudio method or both
    Here's the log of Qjackctl when it fails (same result starting jack from command line)
    ERROR: JackProcessSync::LockedTimedWait error usec = 5000000 err = Connection timed out
    ERROR: Driver is not running
    ERROR: Cannot open client name = dbusapi
    ERROR: failed to create dbusapi jack client
    17:49:51.668 ALSA connection graph change.
    17:49:51.698 ALSA connection graph change.
    17:49:58.744 Could not connect to JACK server as client. - Overall operation failed. - Server communication error. Please check the messages window for more info.
    Client name = qjackctl conflits with another running client
    Any hints will be very welcome!
    Cheers!

  • [SOLVED] Sound doesn't work anymore

    Hi,
    I just installed cinnamon to test it and pulseaudio was one of its dependencies. But after testing it a few minutes, I uninstalled it again with the -Rs option.
    After login to my old i3 wm the sound didn't work again. I have no explanations. Has anyone an idea how I can solve this problem?!
    Thanks in advance!
    Steffo
    Last edited by Steffo (2013-02-19 22:15:58)

    OK.
    Feb 19 17:04:15 arch-stefano NetworkManager[1319]: <info> (wlan0): now unmanaged
    Feb 19 17:04:15 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: activated -> unmanaged (reason 'sleeping') [100 10 37]
    Feb 19 17:04:15 arch-stefano NetworkManager[1319]: <info> (wlan0): deactivating device (reason 'sleeping') [37]
    Feb 19 17:04:15 arch-stefano NetworkManager[1319]: <info> (wlan0): canceled DHCP transaction, DHCP client pid 3331
    Feb 19 17:04:15 arch-stefano kernel: wlan0: deauthenticating from 00:12:bf:75:64:7a by local choice (reason=3)
    Feb 19 17:04:16 arch-stefano kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): cleaning up...
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): taking down device.
    Feb 19 17:04:16 arch-stefano dbus-daemon[1359]: dbus[1359]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
    Feb 19 17:04:16 arch-stefano dbus[1359]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
    Feb 19 17:04:16 arch-stefano systemd[1]: Starting Sleep.
    Feb 19 17:04:16 arch-stefano systemd[1]: Reached target Sleep.
    Feb 19 17:04:16 arch-stefano systemd[1]: Starting Suspend...
    Feb 19 17:04:16 arch-stefano systemd-sleep[3381]: Suspending system...
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> wake requested (sleeping: yes enabled: yes)
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> waking up and re-enabling...
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (eth0): now managed
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (eth0): bringing up device.
    Feb 19 17:04:16 arch-stefano dbus[1359]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Feb 19 17:04:16 arch-stefano dbus-daemon[1359]: dbus[1359]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Feb 19 17:04:16 arch-stefano kernel: e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (eth0): preparing device.
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (eth0): deactivating device (reason 'managed') [2]
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): now managed
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): bringing up device.
    Feb 19 17:04:16 arch-stefano kernel: e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
    Feb 19 17:04:16 arch-stefano kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    Feb 19 17:04:16 arch-stefano kernel: iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    Feb 19 17:04:16 arch-stefano kernel: iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    Feb 19 17:04:16 arch-stefano kernel: PM: Syncing filesystems ... done.
    Feb 19 17:04:16 arch-stefano kernel: PM: Preparing system for mem sleep
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): preparing device.
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): deactivating device (reason 'managed') [2]
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0) supports 5 scan SSIDs
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): supplicant interface state: starting -> ready
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 4
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <warn> Trying to remove a non-existant call id.
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0): supplicant interface state: ready -> disconnected
    Feb 19 17:04:16 arch-stefano NetworkManager[1319]: <info> (wlan0) supports 5 scan SSIDs
    Feb 19 17:18:28 arch-stefano kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    Feb 19 17:18:28 arch-stefano kernel: Freezing user space processes ... (elapsed 0.01 seconds) done.
    Feb 19 17:18:28 arch-stefano kernel: Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
    Feb 19 17:18:28 arch-stefano kernel: PM: Entering mem sleep
    Feb 19 17:18:28 arch-stefano systemd[1]: Time has been changed
    Feb 19 17:18:28 arch-stefano systemd[1]: systemd-tmpfiles-clean.timer: time change, recalculating next elapse.
    Feb 19 17:18:28 arch-stefano kernel: Suspending console(s) (use no_console_suspend to debug)
    Feb 19 17:18:28 arch-stefano kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
    Feb 19 17:18:28 arch-stefano kernel: sd 0:0:0:0: [sda] Stopping disk
    Feb 19 17:18:28 arch-stefano kernel: ACPI handle has no context!
    Feb 19 17:18:28 arch-stefano kernel: i915 0000:00:02.0: power state changed by ACPI to D3hot
    Feb 19 17:18:28 arch-stefano kernel: e1000e 0000:00:19.0: wake-up capability enabled by ACPI
    Feb 19 17:18:28 arch-stefano kernel: PM: suspend of devices complete after 435.804 msecs
    Feb 19 17:18:28 arch-stefano kernel: PM: late suspend of devices complete after 0.576 msecs
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1d.0: wake-up capability enabled by ACPI
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1d.0: power state changed by ACPI to D3hot
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1a.0: wake-up capability enabled by ACPI
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1a.0: power state changed by ACPI to D3hot
    Feb 19 17:18:28 arch-stefano kernel: PM: noirq suspend of devices complete after 52.679 msecs
    Feb 19 17:18:28 arch-stefano kernel: ACPI: Preparing to enter system sleep state S3
    Feb 19 17:18:28 arch-stefano kernel: PM: Saving platform NVS memory
    Feb 19 17:18:28 arch-stefano kernel: Disabling non-boot CPUs ...
    Feb 19 17:18:28 arch-stefano kernel: smpboot: CPU 1 is now offline
    Feb 19 17:18:28 arch-stefano kernel: smpboot: CPU 2 is now offline
    Feb 19 17:18:28 arch-stefano kernel: smpboot: CPU 3 is now offline
    Feb 19 17:18:28 arch-stefano kernel: Extended CMOS year: 2000
    Feb 19 17:18:28 arch-stefano kernel: ACPI: Low-level resume complete
    Feb 19 17:18:28 arch-stefano kernel: PM: Restoring platform NVS memory
    Feb 19 17:18:28 arch-stefano kernel: Extended CMOS year: 2000
    Feb 19 17:18:28 arch-stefano kernel: Enabling non-boot CPUs ...
    Feb 19 17:18:28 arch-stefano kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
    Feb 19 17:18:28 arch-stefano kernel: Disabled fast string operations
    Feb 19 17:18:28 arch-stefano kernel: CPU1 is up
    Feb 19 17:18:28 arch-stefano kernel: smpboot: Booting Node 0 Processor 2 APIC 0x2
    Feb 19 17:18:28 arch-stefano kernel: Disabled fast string operations
    Feb 19 17:18:28 arch-stefano kernel: CPU2 is up
    Feb 19 17:18:28 arch-stefano NetworkManager[1319]: <info> (wlan0): supplicant interface state: disconnected -> inactive
    Feb 19 17:18:28 arch-stefano kernel: smpboot: Booting Node 0 Processor 3 APIC 0x3
    Feb 19 17:18:28 arch-stefano kernel: Disabled fast string operations
    Feb 19 17:18:28 arch-stefano kernel: CPU3 is up
    Feb 19 17:18:28 arch-stefano kernel: ACPI: Waking up from system sleep state S3
    Feb 19 17:18:28 arch-stefano kernel: i915 0000:00:02.0: power state changed by ACPI to D0
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1a.0: power state changed by ACPI to D0
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1a.0: wake-up capability disabled by ACPI
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1d.0: power state changed by ACPI to D0
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1d.0: wake-up capability disabled by ACPI
    Feb 19 17:18:28 arch-stefano kernel: sdhci-pci 0000:0d:00.0: MMC controller base frequency changed to 50Mhz.
    Feb 19 17:18:28 arch-stefano kernel: PM: noirq resume of devices complete after 133.778 msecs
    Feb 19 17:18:28 arch-stefano kernel: PM: early resume of devices complete after 0.421 msecs
    Feb 19 17:18:28 arch-stefano kernel: i915 0000:00:02.0: setting latency timer to 64
    Feb 19 17:18:28 arch-stefano kernel: mei 0000:00:16.0: irq 43 for MSI/MSI-X
    Feb 19 17:18:28 arch-stefano kernel: e1000e 0000:00:19.0: wake-up capability disabled by ACPI
    Feb 19 17:18:28 arch-stefano systemd-sleep[3381]: System resumed.
    Feb 19 17:18:28 arch-stefano kernel: e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
    Feb 19 17:18:28 arch-stefano systemd[1]: Started Suspend.
    Feb 19 17:18:28 arch-stefano systemd[1]: Service sleep.target is not needed anymore. Stopping.
    Feb 19 17:18:28 arch-stefano systemd[1]: Stopping Sleep.
    Feb 19 17:18:28 arch-stefano systemd[1]: Stopped target Sleep.
    Feb 19 17:18:28 arch-stefano systemd[1]: Starting Suspend.
    Feb 19 17:18:28 arch-stefano systemd[1]: Reached target Suspend.
    Feb 19 17:18:28 arch-stefano systemd[1]: Service bluetooth.target is not needed anymore. Stopping.
    Feb 19 17:18:28 arch-stefano systemd[1]: Stopping Bluetooth.
    Feb 19 17:18:28 arch-stefano systemd[1]: Stopped target Bluetooth.
    Feb 19 17:18:28 arch-stefano systemd[1]: Starting Bluetooth.
    Feb 19 17:18:28 arch-stefano systemd[1]: Reached target Bluetooth.
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1a.0: setting latency timer to 64
    Feb 19 17:18:28 arch-stefano kernel: ehci_hcd 0000:00:1d.0: setting latency timer to 64
    Feb 19 17:18:28 arch-stefano kernel: snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    Feb 19 17:18:28 arch-stefano kernel: ahci 0000:00:1f.2: setting latency timer to 64
    Feb 19 17:18:28 arch-stefano kernel: tpm_tis 00:0a: TPM is disabled/deactivated (0x6)
    Feb 19 17:18:28 arch-stefano kernel: [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    Feb 19 17:18:28 arch-stefano kernel: usb 1-1.6: reset high-speed USB device number 6 using ehci_hcd
    Feb 19 17:18:28 arch-stefano kernel: ata4: SATA link down (SStatus 0 SControl 300)
    Feb 19 17:18:28 arch-stefano kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Feb 19 17:18:28 arch-stefano kernel: ata5: SATA link down (SStatus 0 SControl 300)
    Feb 19 17:18:28 arch-stefano kernel: ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
    Feb 19 17:18:28 arch-stefano kernel: ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
    Feb 19 17:18:28 arch-stefano kernel: ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Feb 19 17:18:28 arch-stefano kernel: ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 (IDLE) succeeded
    Feb 19 17:18:28 arch-stefano kernel: ata2.00: ACPI cmd e3/00:02:00:00:00:a0 (IDLE) succeeded
    Feb 19 17:18:28 arch-stefano kernel: ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Feb 19 17:18:28 arch-stefano kernel: ata2.00: configured for UDMA/100
    Feb 19 17:18:28 arch-stefano kernel: usb 2-1.4: reset high-speed USB device number 6 using ehci_hcd
    Feb 19 17:18:28 arch-stefano kernel: usb 2-1.4: device firmware changed
    Feb 19 17:18:28 arch-stefano kernel: usb 1-1.4: reset full-speed USB device number 5 using ehci_hcd
    Feb 19 17:18:28 arch-stefano kernel: btusb 1-1.4:1.0: no reset_resume for driver btusb?
    Feb 19 17:18:28 arch-stefano kernel: btusb 1-1.4:1.1: no reset_resume for driver btusb?
    Feb 19 17:18:28 arch-stefano kernel: usb 1-1.3: reset full-speed USB device number 4 using ehci_hcd
    Feb 19 17:18:28 arch-stefano kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Feb 19 17:18:28 arch-stefano kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    Feb 19 17:18:28 arch-stefano kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Feb 19 17:18:28 arch-stefano kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Feb 19 17:18:28 arch-stefano kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    Feb 19 17:18:28 arch-stefano kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Feb 19 17:18:28 arch-stefano kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Feb 19 17:18:28 arch-stefano kernel: ata1.00: configured for UDMA/100
    Feb 19 17:18:28 arch-stefano kernel: sd 0:0:0:0: [sda] Starting disk
    Feb 19 17:18:28 arch-stefano kernel: iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    Feb 19 17:18:28 arch-stefano kernel: iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    Feb 19 17:18:28 arch-stefano kernel: PM: resume of devices complete after 2845.423 msecs
    Feb 19 17:18:28 arch-stefano kernel: PM: Finishing wakeup.
    Feb 19 17:18:28 arch-stefano kernel: usb 2-1.4: USB disconnect, device number 6
    Feb 19 17:18:28 arch-stefano kernel: cdc_ncm 2-1.4:1.6 wwan0: unregister 'cdc_ncm' usb-0000:00:1d.0-1.4, Mobile Broadband Network Device
    Feb 19 17:18:28 arch-stefano kernel: Restarting tasks ... done.
    Feb 19 17:18:28 arch-stefano kernel: video LNXVIDEO:00: Restoring backlight state
    Feb 19 17:18:28 arch-stefano laptop-mode[3528]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:28 arch-stefano laptop-mode[3543]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:28 arch-stefano laptop-mode[3546]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:28 arch-stefano laptop-mode[3553]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:28 arch-stefano laptop-mode[3558]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:28 arch-stefano laptop-mode[3568]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:28 arch-stefano laptop-mode[3598]: Laptop mode
    Feb 19 17:18:28 arch-stefano kernel: usb 2-1.4: new high-speed USB device number 7 using ehci_hcd
    Feb 19 17:18:28 arch-stefano laptop-mode[3608]: enabled, not active [unchanged]
    Feb 19 17:18:29 arch-stefano laptop-mode[3666]: Laptop mode
    Feb 19 17:18:29 arch-stefano laptop-mode[3670]: enabled, not active [unchanged]
    Feb 19 17:18:29 arch-stefano laptop-mode[3677]: Laptop mode
    Feb 19 17:18:29 arch-stefano laptop-mode[3678]: enabled, not active [unchanged]
    Feb 19 17:18:29 arch-stefano kernel: cdc_acm 2-1.4:1.1: ttyACM0: USB ACM device
    Feb 19 17:18:29 arch-stefano kernel: cdc_acm 2-1.4:1.3: ttyACM1: USB ACM device
    Feb 19 17:18:29 arch-stefano kernel: cdc_wdm 2-1.4:1.5: cdc-wdm0: USB WDM device
    Feb 19 17:18:29 arch-stefano kernel: usb 2-1.4: MAC-Address: 02:80:37:ec:02:00
    Feb 19 17:18:29 arch-stefano kernel: cdc_ncm 2-1.4:1.6 wwan0: register 'cdc_ncm' at usb-0000:00:1d.0-1.4, Mobile Broadband Network Device, 02:80:37:ec:02:00
    Feb 19 17:18:29 arch-stefano kernel: cdc_wdm 2-1.4:1.8: cdc-wdm1: USB WDM device
    Feb 19 17:18:29 arch-stefano kernel: cdc_acm 2-1.4:1.9: ttyACM2: USB ACM device
    Feb 19 17:18:29 arch-stefano mtp-probe[3679]: checking bus 2, device 7: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4"
    Feb 19 17:18:29 arch-stefano mtp-probe[3679]: bus: 2, device: 7 was not an MTP device
    Feb 19 17:18:29 arch-stefano laptop-mode[3728]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3734]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3735]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3737]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3742]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3739]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3747]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3749]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3748]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3770]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3762]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3789]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
    Feb 19 17:18:29 arch-stefano laptop-mode[3909]: Laptop mode
    Feb 19 17:18:29 arch-stefano laptop-mode[3921]: enabled, not active
    Feb 19 17:18:29 arch-stefano laptop-mode[4025]: Laptop mode
    Feb 19 17:18:29 arch-stefano laptop-mode[4026]: enabled, not active
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Auto-activating connection 'WLAN-756477'.
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) starting connection 'WLAN-756477'
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0/wireless): access point 'WLAN-756477' has security, but secrets are required.
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: config -> need-auth (reason 'none') [50 60 0]
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0/wireless): connection 'WLAN-756477' has security, and secrets exist. No new sec
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Config: added 'ssid' value 'WLAN-756477'
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Config: added 'scan_ssid' value '1'
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Config: added 'key_mgmt' value 'WPA-PSK'
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Config: added 'psk' value '<omitted>'
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> Config: set interface ap_scan to 1
    Feb 19 17:18:31 arch-stefano NetworkManager[1319]: <info> (wlan0): supplicant interface state: inactive -> scanning
    Feb 19 17:18:35 arch-stefano kernel: wlan0: authenticate with 00:12:bf:75:64:7a
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> (wlan0): supplicant interface state: scanning -> authenticating
    Feb 19 17:18:35 arch-stefano kernel: wlan0: send auth to 00:12:bf:75:64:7a (try 1/3)
    Feb 19 17:18:35 arch-stefano kernel: wlan0: authenticated
    Feb 19 17:18:35 arch-stefano kernel: wlan0: waiting for beacon from 00:12:bf:75:64:7a
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> (wlan0): supplicant interface state: authenticating -> associating
    Feb 19 17:18:35 arch-stefano kernel: wlan0: associate with 00:12:bf:75:64:7a (try 1/3)
    Feb 19 17:18:35 arch-stefano kernel: wlan0: RX AssocResp from 00:12:bf:75:64:7a (capab=0x431 status=0 aid=1)
    Feb 19 17:18:35 arch-stefano kernel: wlan0: associated
    Feb 19 17:18:35 arch-stefano kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> (wlan0): supplicant interface state: associating -> associated
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> (wlan0): supplicant interface state: associated -> 4-way handshake
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> (wlan0): supplicant interface state: 4-way handshake -> completed
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) successful. Connected to wireless net
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) scheduled.
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) started...
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: config -> ip-config (reason 'none') [50 70 0]
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Beginning DHCPv4 transaction (timeout in 45 seconds)
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> dhclient started with pid 4040
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Beginning IP6 addrconf.
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) complete.
    Feb 19 17:18:35 arch-stefano dhclient[4040]: Internet Systems Consortium DHCP Client 4.2.4-P2
    Feb 19 17:18:35 arch-stefano dhclient[4040]: Copyright 2004-2012 Internet Systems Consortium.
    Feb 19 17:18:35 arch-stefano dhclient[4040]: All rights reserved.
    Feb 19 17:18:35 arch-stefano dhclient[4040]: For info, please visit https://www.isc.org/software/dhcp/
    Feb 19 17:18:35 arch-stefano dhclient[4040]:
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> (wlan0): DHCPv4 state changed nbi -> preinit
    Feb 19 17:18:35 arch-stefano dhclient[4040]: Listening on LPF/wlan0/00:24:d7:9b:d9:ec
    Feb 19 17:18:35 arch-stefano dhclient[4040]: Sending on LPF/wlan0/00:24:d7:9b:d9:ec
    Feb 19 17:18:35 arch-stefano dhclient[4040]: Sending on Socket/fallback
    Feb 19 17:18:35 arch-stefano dhclient[4040]: DHCPREQUEST on wlan0 to 255.255.255.255 port 67
    Feb 19 17:18:35 arch-stefano dhclient[4040]: DHCPACK from 192.168.3.1
    Feb 19 17:18:35 arch-stefano dhclient[4040]: bound to 192.168.3.100 -- renewal in 171758 seconds.
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> (wlan0): DHCPv4 state changed preinit -> reboot
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> address 192.168.3.100
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> prefix 24 (255.255.255.0)
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> gateway 192.168.3.1
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> nameserver '192.168.3.1'
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> domain name 'Speedport_W_700V'
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
    Feb 19 17:18:35 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Commit) started...
    Feb 19 17:18:36 arch-stefano NetworkManager[1319]: <info> (wlan0): device state change: ip-config -> activated (reason 'none') [70 100 0]
    Feb 19 17:18:36 arch-stefano NetworkManager[1319]: <info> Policy set 'WLAN-756477' (wlan0) as default for IPv4 routing and DNS.
    Feb 19 17:18:36 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) successful, device activated.
    Feb 19 17:18:36 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 5 of 5 (IPv4 Commit) complete.
    Feb 19 17:18:36 arch-stefano dbus[1359]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
    Feb 19 17:18:36 arch-stefano dbus-daemon[1359]: dbus[1359]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
    Feb 19 17:18:36 arch-stefano dbus-daemon[1359]: dbus[1359]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Feb 19 17:18:36 arch-stefano dbus[1359]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Feb 19 17:18:55 arch-stefano NetworkManager[1319]: <info> (wlan0): IP6 addrconf timed out or failed.
    Feb 19 17:18:55 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
    Feb 19 17:18:55 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) started...
    Feb 19 17:18:55 arch-stefano NetworkManager[1319]: <info> Activation (wlan0) Stage 4 of 5 (IPv6 Configure Timeout) complete.
    Feb 19 17:25:26 arch-stefano sudo[4068]: stefano : TTY=pts/1 ; PWD=/home/stefano ; USER=root ; COMMAND=/usr/bin/journalctl -b
    Feb 19 17:25:26 arch-stefano sudo[4068]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Feb 19 17:28:27 arch-stefano sudo[4068]: pam_unix(sudo:session): session closed for user root
    Feb 19 17:29:14 arch-stefano sudo[4090]: stefano : TTY=pts/1 ; PWD=/home/stefano ; USER=root ; COMMAND=/usr/bin/journalctl -b
    Feb 19 17:29:14 arch-stefano sudo[4090]: pam_unix(sudo:session): session opened for user root by (uid=0)

  • I can't seem to get my iMac (late 2009 model) into automatic sleep mode.  If I manually put it into sleep I don't have any issues.  I used to solve the issue by running "PleaseSleep" application but that doesn't work anymore since Lion.

    I can't seem to get my iMac (late 2009 model) into automatic sleep mode.  If I manually put it into sleep I don't have any issues.
    I used to solve the issue by running "PleaseSleep" application but that doesn't work anymore since Lion. I now want to fix the underlying problem.
    I'm not running any weird background processes and in my energy saver settings I've tagged "put the hard disk to sleep when possible:, "allow power button to put computer to sleep" and "automatically reduce brigthness". All pretty standard.
    Is there anyone who can give me some pointers ?

    Today I solved the same problem for my iMac running Snow Leopard. See https://discussions.apple.com/thread/3008791#15947706. The method may help you, too.
    For me it was the DynDNS Updater preventing my iMac from automatically entering sleep mode.
    To my knowledge the cause of this sleep problem can only be a peripheral device or a process. So I suggest to first unplug all peripherals and test whether that's the cause. If not, I suggest to terminate one process after another and to test automatic entering of sleep mode after each. Start with user processes; continue with system process if necessary.
    At least that's the way I found the offending process. Fortunately, I was able to change the configuration of that process to allow again automatic entering of sleep mode.
    Good luck!

  • I upgraded my iphone 5 to 6.1.4 and the earphone doesn't work anymore. Anyone has an idea on how to solve the problem ? Thank you

    I upgraded my iphone 5 to 6.1.4 and the earphone doesn't work anymore. Anyone has an idea on how to solve the problem ? Thank you

    Hi Jboudet,
    Welcome to Apple Support Communities.
    You can find some suggestions for troubleshooting your iPhone at these links:
    iPhone Assistant
    http://www.apple.com/support/iphone/troubleshooting/
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/TS2802
    Have a good one,
    Jeremy

  • As hwd doesn't work anymore... [SOLVED]

    As hwd doesn't work anymore, I have a problem with installing and maintaining Xorg on my Arch machine. I recently reinstalled Archlinux on my desktop machine, and was unaware that Xorg had been updated.
    So when I tried to do my normal installation routine of installing all the necessary drivers, xorg and hwd, I ran into a problem. When I ran hwd -u + -xa, it said No X server installed. I searched around and found out that hwd was not supported any longer.
    So I figured i'd just do the manual configuration of Xorg. So I ran X -configure, and then ran the server. Everytime I did this, the computer would freeze up upon entering the environment.
    So I tried doing nvidia-xconfig, and ended up actually getting into the environment, but after all the xterm windows had popped up, it froze again everytime.
    After reading abit articles on the subject, I tried letting Xorg simply use HAL for it's hardware recognization. This time it worked, and I was able to enter the environment with no problem. So I went with this alternative, and installed Openbox.
    Now, the problem shows up when I enter the environment. I can clearly see that there's somewhat of a problem with the graphics. So I tried configuring a minimal xorg.conf to run along side HAL. This still didn't fix the problem. The problem is, there are areas of the screen that are SLIGHTLY blurry. For example, if I write something in xterm, then move it to certain parts of the screen, the text becomes mildly blurry. It's not a big problem, just irritating. But this little problem may be an indication of a bigger problem. I'm sensing I don't have 3D capabilities, but haven't tested yet.
    Another thing is; When I write something in xterm while in the environment, and I hold down the backspace button... Xorg simply crashes without any particular error.
    Anyway, my point is; I had an idea that, is there some way to make hwd recognize the xorg server as a older version, making it configure a file for it? I've never had any problem with xorg up until this new update, which irritates me alot, making me want to find some other distrobution of linux.
    I hope someone can help me fix this.
    Last edited by SomeoneWithAPurpose (2009-05-15 22:24:17)

    you could roll back your Xorg version to continue using hwd in the meantime...
    I'm assuming you've followed http://wiki.archlinux.org/index.php/Xor … _xorg.conf to try without xorg / with minimal xorg.  Have you ensured that your drivers are up to date?  I would attempt reinstalling video drivers, trying HAL again with NO xorg file, and if that fails, try it with minimal xorg.
    Hopefully someone comes along with a more concrete solution...I'm just hoping to steer you down a path of some new ideas (if you havent already tried this...)
    I had some trouble with the latest version.  Reinstalling video drivers and running with no xorg.conf was the fix...I know you said you tried this same thing, but you havent specified how new your drivers are or anything... Good luck and free bump!

  • [solved] Volume control in amarok doesn't work anymore

    Hi,
    since today in amarok (2.4.1) the volume control doesn't work anymore. I can change the level on the switch on the top right but it doesn't change the actual volume.
    The volume control in my KDE tray works as usual.
    Last edited by Barghest (2011-07-05 18:01:07)

    Just came back from suspend and it works again.
    Sorry for the noise.

  • [solved] Amarok 2.3.1: streaming/webradio doesn't work anymore

    I updated to Amarok 2.3.1 and now music streams/webradio doesn't work anymore. Anyone else experiencing this? Someone know, how I can get rid of this?
    EDIT/SOLUTION: Switched phonon-backend from gstreamer to xine and now it works again.
    Last edited by ChemBro (2010-06-08 10:38:13)

    sultanoswing wrote:
    Yes.
    I had to manually download the .asx file (e.g. wget http://www.newstalkzb.co.nz/audioasx.as … ass=48812).
    Then open the downloaded .asx file with a text editor.
    Find the following information e.g. "mms://wms-trn-all.streaming.net.nz/trn-newstalk-zb-akl".
    This is the proper link that amarok can and will play. A bit of a faff, but it works for me.
    I've always had to do it this way
    I guess i was following the old maxim "it's not a bug, it's a feature"

  • Touchpad doesn't work - HP Pavilion DV4 - 2120ca

    Re: Pavilion DV4-2120ca
    Touchpad doesn't work after cleaning out the dust collection in the fan, heat sink area.  New Therma paste was applied.  
    Both the keyboard & touchpad were the 2 things that didn't work following reassembly.  The keyboard didn't work but able to use USB wireless mouse.  Couple days ago the replacement battery finally arrived, installed and charged for 12 hours.  After restart, the keyboard works as it should. 
    Unfortunately, touchpad still doesn't work. The light switch above the touchpad works, clicking on it turns white & amber but any movement scrolling doesn't work.
    We tried the following, but unsuccessful
    double tapping top left corner
    Hard Reset 
    Uninstalled ALPS & Synaptics -- reinstalled , restarted
    Updated Windows, HP, BIOS, Drivers
    Don't recall during reassembly if touchpad has a cable or connector.  If so, perhaps worth try to disconnect & reconnect to ensure correct connection.
    What do u advise to try next?
    Thank u
    ~ Gayle ~

    Did you connect the ribbon cable for the Touchpad. Often times there is one for the keyboard and one for the touchpad separately. Hopefully you have not damaged the ribbon cable. Just make sure you push it all the way in and seat it properly.
    **Click the KUDOS star on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.
    **Click the KUDOS star on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • I have purchased the Adobe Creative Suite 4 and now my first dvd of the software doesn't work anymor

    I have purchased the Adobe Creative Suite 4 and now my first dvd of the software doesn't work anymore. My computer doesn't want to read it anymore. I want to mention that I also tried on some other computers and still the problems continues. How can I solve this? On the Adobe webpage I can't find anymore the download for Adobe CS4. Thanks. Marius Lupu

    You can download the software from http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html and can serialize it with the serial number you have.
    NOTE:- READ THE INSTRUCTION PROPERLY TO AVOID ANY ERROR.

  • [SOLVED] Lid doesn't suspend anymore with xfce power manager

    The options "When laptop lid is closed" are set to suspend (and used to work), but still, when I close my lid, nothing happens. Using the logout dialog or the suspend button my keyboard works. Is it a problem with xfce-power-manager, or ACPI not registering the lid event anymore? Any idea how to fix that?
    [edit]
    I solved that problem by removing ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml, killing the power manager and reloging in my session to flush the settings. Then I reconfigured the lid closed action to suspend (and everything else to my liking).
    Last edited by benob (2009-07-08 17:36:47)

    Sorry to bother you again, but for some reason it doesn't work anymore...
    Somehow it can't lock the GNOME session, because when I enter the above line from /etc/acpi/handler.sh manually as root in TTY1, I get this error:
    ** Message: Failed to get session bus: Befehlszeile »dbus-launch --autolaunch=c9375f4ea0008d92177b28db000009ae --binary-syntax --close-stderr« brach mit von Null verschiedenem Beenden-Status 1 ab: No protocol specified\nAutolaunch error: X11 initialization failed.\n
    If I enter this command inside GNOME, everything works just fine, it locks the screen and suspends.
    EDIT:
    Setting the XAUTHORITY environment variable properly did the trick. Therefore, I borrowed some lines from here: https://wiki.archlinux.org/index.php/Su … losing_lid
    Thread marked as SOLVED again.
    Last edited by perpetrator (2011-10-17 14:25:11)

Maybe you are looking for

  • TC / Report for Invoice+Packing+Billing  against Sales order

    Dear all, I want to know the std. SAP TC/Report to get Invoice no/Header text/Outbound deleivery against particular Sales order/Customer.

  • Getting error in RFC sender adapter

    Hi all, Am doing the rfc to file scenario. I executed rfc, when i checked SXMB_MONI sent messages from R/3 were not found.So when i checked communication channel monitoring "com.sap.aii.af.rfc.afcommunication.RfcAFException: Service: D47_333 not foun

  • Page not found in ABAP Workbench

    Hi, I have installed ABAP Development Workbench included in "ABAP Objects" book.  When I do SAP logon and bring up ABAP Development Workbench,  I do not see the Object lists in the object navigator and instead "Page not found" error shows up.  Can an

  • Nwdi-managed access of pcd-objects from java web dynpro

    Hi, im am trying to access portal pcd-objects from a java web dynpro component (namely getting and setting personalized iview properties). for locally managed web dynpro components this works fine with the code below. when i try the same with a nwdi

  • Method Not Allowed error

    Ran a Captivate quiz in the LMS and got an error: Adobe Captivate [warning] There was a problem communicating with the Learning Record Store. (405 | Method Not Allowed The requested method PUT is not allowed for the URL /tincan/statements. anyone kno