You are not logged in.

#1 2015-09-22 18:58:39

BlahBlahBlase
Member
From: Tucson, AZ
Registered: 2015-09-15
Posts: 35

Synaptics settings not sticking, Causing conflict with touchegg.

I'm running Arch on a MacBook Pro and in an effort to emulate the multi-touch gestures that OS X provides, I installed and set up touchegg. Certain synaptics settings conflict with touchegg so in order to optimize the performance of touchegg, I've gone about disabling these settings (or at least attempting to). Yet whenever I reboot or close the lid of my laptop (or even just leave it sitting open for a couple hours) these settings revert and render touchegg non-functioning. I've been at this for about a week now and can't seem to solve this and I fear that I've been staring at the same problem for so long that I won't see the solution even if it is right in front of me. Hopefully some fresh eyes can solve this. Let me outline what I've attempted to do so far:

1) I tried a very basic approach. I wrote a simple shell script that implements the settings I need. Contents are as follows:

 #! /bin/bash
synclient AccelFactor=0.07 &&
synclient ClickTime=10 &&
synclient TapButton2=0 &&
synclient TapButton3=0 &&
synclient ClickFinger2=0 &&
synclient ClickFinger3=0 &&
synclient HorizTwoFingerScroll=0 &&
synclient VertTwoFingerScroll=0 &&
synclient VertEdgeScroll=0 &&
synclient HorizEdgeScroll=0 &&
exit

Since I am running Cinnamon as my DE, I first went about calling this script from the "Start-up Applications" that Cinnamon provides. No dice. When I booted I still had conflicting settings.

2) I then figured I would edit my synaptics configuration more directly. I edited the configuration located in /usr/share/X11/xorg.conf.d/50-synaptics.conf and added my settings as follows:

# Example xorg.conf.d snippet that assigns the touchpad driver
# to all touchpads. See xorg.conf.d(5) for more information on
# InputClass.
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.
# Additional options may be added in the form of
#   Option "OptionName" "value"
#
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        Option "TapButton1" "1"
        Option "TapButton2" "0"
        Option "TapButton3" "0"
	Option "AccelFactor" "0.07"
	Option "ClickTime" "10"
	Option "ClickFinger2" "0"
	Option "ClickFinger3" "0"
	Option "HorizTwoFingerScroll" "0"
	Option "VertTwoFingerScroll" "0"
# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
        MatchDevicePath "/dev/input/event*"
EndSection

Section "InputClass"
        Identifier "touchpad ignore duplicates"
        MatchIsTouchpad "on"
        MatchOS "Linux"
        MatchDevicePath "/dev/input/mouse*"
        Option "Ignore" "on"
EndSection

# This option enables the bottom right corner to be a right button on clickpads
# and the right and middle top areas to be right / middle buttons on clickpads
# with a top button area.
# This option is only interpreted by clickpads.
Section "InputClass"
        Identifier "Default clickpad buttons"
        MatchDriver "synaptics"
        Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
        Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%"
EndSection

# This option disables software buttons on Apple touchpads.
# This option is only interpreted by clickpads.
Section "InputClass"
        Identifier "Disable clickpad buttons on Apple touchpads"
        MatchProduct "Apple|bcm5974"
        MatchDriver "synaptics"
        Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
EndSection

This still didn't solve the problem. I was still getting conflicting settings when I booted.

3) I decided to take a systemd approach and create a .service file that called upon my shell script to implement these settings:

[Unit]
Description=Shell services to be started on boot
After=default.target
Before=Shutdown.target

[Service]
Type=forking
RemainAfterExit=yes
ExecStart=/usr/bin/boot


[Install]
WantedBy=multi-user.target

I enabled it. Yet on boot, I still had conflicting settings.

I found it wasn't starting through the output of dmesg. The error can be seen starting after [8.012605]. Please ignore the plethora of other errors. I'm getting around to them, I swear.

r 4
[    0.799620] ohci-pci 0000:00:06.0: irq 18, io mem 0xdf487000
[    0.852277] hub 4-0:1.0: USB hub found
[    0.852290] hub 4-0:1.0: 5 ports detected
[    0.852623] ahci 0000:00:0b.0: version 3.0
[    0.853007] ACPI: PCI Interrupt Link [LSI0] enabled at IRQ 18
[    0.853033] ahci 0000:00:0b.0: controller can't do PMP, turning off CAP_PMP
[    0.853113] ahci 0000:00:0b.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3 impl SATA mode
[    0.853118] ahci 0000:00:0b.0: flags: 64bit ncq sntf pm led pio slum part boh 
[    0.854331] scsi host0: ahci
[    0.854508] scsi host1: ahci
[    0.854659] scsi host2: ahci
[    0.854817] scsi host3: ahci
[    0.854970] scsi host4: ahci
[    0.855121] scsi host5: ahci
[    0.855222] ata1: SATA max UDMA/133 abar m8192@0xdf484000 port 0xdf484100 irq 25
[    0.855225] ata2: SATA max UDMA/133 abar m8192@0xdf484000 port 0xdf484180 irq 25
[    0.855228] ata3: DUMMY
[    0.855230] ata4: DUMMY
[    0.855232] ata5: DUMMY
[    0.855233] ata6: DUMMY
[    1.040022] usb 1-4: new high-speed USB device number 2 using ehci-pci
[    1.173364] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.173379] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.174921] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.174959] ata1.00: supports DRM functions and may not be fully accessible
[    1.175056] ata1.00: READ LOG DMA EXT failed, trying unqueued
[    1.175249] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.175253] ata2.00: ATAPI: MATSHITADVD-R   UJ-868, KA19, max UDMA/66
[    1.177498] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.177504] ata2.00: configured for UDMA/66
[    1.286782] firewire_core 0000:05:00.0: created device fw0: GUID 0023dffffeabc8a2, S800
[    1.326687] usb 4-1: new full-speed USB device number 2 using ohci-pci
[    1.500018] usb 3-5: new low-speed USB device number 2 using ohci-pci
[    1.531439] hub 4-1:1.0: USB hub found
[    1.534369] hub 4-1:1.0: 3 ports detected
[    1.576691] tsc: Refined TSC clocksource calibration: 2918.669 MHz
[    1.576696] clocksource tsc: mask: 0xffffffffffffffff max_cycles: 0x2a12271c230, max_idle_ns: 440795298378 ns
[    1.703370] hidraw: raw HID events driver (C) Jiri Kosina
[    1.709771] usbcore: registered new interface driver usbhid
[    1.709774] usbhid: USB HID core driver
[    1.714785] input: Apple Computer, Inc. IR Receiver as /devices/pci0000:00/0000:00:04.0/usb3/3-5/3-5:1.0/0003:05AC:8242.0001/input/input0
[    1.766919] appleir 0003:05AC:8242.0001: input,hiddev0,hidraw0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:04.0-5/input0
[    1.830019] usb 4-1.1: new full-speed USB device number 3 using ohci-pci
[    1.980025] usb 3-6: new full-speed USB device number 3 using ohci-pci
[    2.211675] input: Apple, Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:04.0/usb3/3-6/3-6:1.0/0003:05AC:0236.0002/input/input1
[    2.263427] apple 0003:05AC:0236.0002: input,hidraw1: USB HID v1.11 Keyboard [Apple, Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:04.0-6/input0
[    2.576735] Switched to clocksource tsc
[    2.698767] apple 0003:05AC:0236.0003: hidraw2: USB HID v1.11 Device [Apple, Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:04.0-6/input1
[    6.173346] ata1.00: qc timeout (cmd 0x2f)
[    6.173352] ata1.00: failed to get NCQ Send/Recv Log Emask 0x5
[    6.173356] ata1.00: ATA-9: Samsung SSD 850 EVO 250GB, EMT01B6Q, max UDMA/133
[    6.173359] ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 31/32)
[    6.173363] ata1.00: failed to get Identify Device Data, Emask 0x40
[    6.173370] ata1.00: failed to set xfermode (err_mask=0x40)
[    6.493347] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    6.494964] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    6.494999] ata1.00: supports DRM functions and may not be fully accessible
[    6.495088] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[    6.495508] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    6.495541] ata1.00: supports DRM functions and may not be fully accessible
[    6.495583] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[    6.495688] ata1.00: configured for UDMA/133
[    6.495823] scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 850  1B6Q PQ: 0 ANSI: 5
[    6.497814] scsi 1:0:0:0: CD-ROM            MATSHITA DVD-R   UJ-868   KA19 PQ: 0 ANSI: 5
[    6.511011] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    6.511119] sd 0:0:0:0: [sda] Write Protect is off
[    6.511124] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    6.511156] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.512703]  sda: sda1 sda2 sda3
[    6.513169] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.521518] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    6.521524] cdrom: Uniform CD-ROM driver Revision: 3.20
[    6.521733] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    6.632839] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    6.695265] ip_tables: (C) 2000-2006 Netfilter Core Team
[    7.935500] systemd[1]: systemd 226 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
[    7.935691] systemd[1]: Detected architecture x86-64.
[    7.936729] systemd[1]: Set hostname to <BlaseOS>.
[    8.012605] systemd[1]: multi-user.target: Found ordering cycle on multi-user.target/start
[    8.012613] systemd[1]: multi-user.target: Found dependency on boot.service/start
[    8.012618] systemd[1]: multi-user.target: Found dependency on graphical.target/start
[    8.012622] systemd[1]: multi-user.target: Found dependency on multi-user.target/start
[    8.012627] systemd[1]: multi-user.target: Breaking ordering cycle by deleting job boot.service/start
[    8.012632] systemd[1]: boot.service: Job boot.service/start deleted to break ordering cycle starting with multi-user.target/start
[    8.013259] systemd[1]: Reached target Login Prompts.
[    8.013477] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    8.013544] systemd[1]: Listening on Journal Socket (/dev/log).
[    8.013595] systemd[1]: Listening on Journal Socket.
[    8.013619] systemd[1]: Reached target Swap.
[    8.013679] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    8.013697] systemd[1]: Reached target Encrypted Volumes.
[    8.014160] systemd[1]: Created slice User and Session Slice.
[    8.014209] systemd[1]: Listening on udev Control Socket.
[    8.014256] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    8.014294] systemd[1]: Listening on LVM2 metadata daemon socket.
[    8.014310] systemd[1]: Reached target Remote File Systems.
[    8.014343] systemd[1]: Listening on udev Kernel Socket.
[    8.014382] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    8.017521] systemd[1]: Created slice System Slice.
[    8.017695] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    8.018308] systemd[1]: Mounting POSIX Message Queue File System...
[    8.018357] systemd[1]: Reached target Slices.
[    8.019072] systemd[1]: Mounting Huge Pages File System...
[    8.019778] systemd[1]: Starting Remount Root and Kernel File Systems...
[    8.020534] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    8.020778] systemd[1]: Created slice system-getty.slice.
[    8.023889] systemd[1]: Starting Setup Virtual Console...
[    8.025954] EXT4-fs (sda2): re-mounted. Opts: discard,data=ordered
[    8.027037] systemd[1]: Starting Load Kernel Modules...
[    8.027802] systemd[1]: Mounting Debug File System...
[    8.028499] systemd[1]: Starting Journal Service...
[    8.032509] systemd[1]: Mounted Debug File System.
[    8.032545] systemd[1]: Mounted POSIX Message Queue File System.
[    8.032571] systemd[1]: Mounted Huge Pages File System.
[    8.033172] systemd[1]: Started Remount Root and Kernel File Systems.
[    8.034368] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    8.034716] systemd[1]: Started Setup Virtual Console.
[    8.041917] systemd[1]: Started Load Kernel Modules.
[    8.053455] systemd[1]: Mounting Configuration File System...
[    8.054288] systemd[1]: Starting Apply Kernel Variables...
[    8.056794] systemd[1]: Starting udev Coldplug all Devices...
[    8.058730] systemd[1]: Starting Create Static Device Nodes in /dev...
[    8.061471] systemd[1]: Starting Load/Save Random Seed...
[    8.065526] systemd[1]: Mounted Configuration File System.
[    8.066124] systemd[1]: Started Load/Save Random Seed.
[    8.078615] systemd[1]: Started Apply Kernel Variables.
[    8.087006] systemd[1]: Started Create Static Device Nodes in /dev.
[    8.091174] systemd[1]: Starting udev Kernel Device Manager...
[    8.091205] systemd[1]: Reached target Local File Systems (Pre).
[    8.092075] systemd[1]: Mounting /tmp...
[    8.097759] systemd[1]: Mounted /tmp.
[    8.142589] systemd[1]: Started udev Coldplug all Devices.
[    8.157097] systemd[1]: Started udev Kernel Device Manager.
[    8.157937] systemd[1]: Starting Show Plymouth Boot Screen...
[    8.183952] systemd[1]: Started Show Plymouth Boot Screen.
[    8.184232] systemd[1]: Reached target Paths.
[    8.184344] systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
[    8.198878] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    8.198925] ACPI: Lid Switch [LID0]
[    8.201131] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    8.201137] ACPI: Power Button [PWRB]
[    8.202931] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
[    8.202937] ACPI: Sleep Button [SLPB]
[    8.203894] ACPI: AC Adapter [ADP1] (off-line)
[    8.204706] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[    8.204711] ACPI: Power Button [PWRF]
[    8.206104] Monitor-Mwait will be used to enter C-1 state
[    8.206113] Monitor-Mwait will be used to enter C-2 state
[    8.206120] Monitor-Mwait will be used to enter C-3 state
[    8.206126] tsc: Marking TSC unstable due to TSC halts in idle
[    8.206149] ACPI: acpi_idle registered with cpuidle
[    8.209299] Switched to clocksource hpet
[    8.220620] apple_gmux: Found gmux version 1.7.3 [classic]
[    8.220635] apple_gmux: locked IO for PCI:0000:02:00.0
[    8.232641] ACPI: SBS HC: EC = 0xffff88014a976480, offset = 0x20, query_bit = 0x10
[    8.246324] i2c i2c-0: nForce2 SMBus adapter at 0x4140
[    8.246431] i2c i2c-1: nForce2 SMBus adapter at 0x4100
[    8.257490] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[    8.259157] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 17
[    8.283399] systemd[1]: Found device Samsung_SSD_850_EVO_250GB \x2fboot.
[    8.284151] systemd[1]: Mounting /boot...
[    8.305151] systemd[1]: Found device Samsung_SSD_850_EVO_250GB \x2fhome.
[    8.306739] systemd[1]: Starting File System Check on /dev/disk/by-uuid/31a6acd3-ec75-4187-850e-515fb619aeb4...
[    8.319462] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:23:df:ab:c8:a2
[    8.319467] forcedeth 0000:00:0a.0: highdma csum pwrctl gbit lnktim msi desc-v3
[    8.319786] systemd[1]: Mounted /boot.
[    8.320319] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    8.340761] systemd[1]: Started File System Check on /dev/disk/by-uuid/31a6acd3-ec75-4187-850e-515fb619aeb4.
[    8.341633] systemd[1]: Mounting /home...
[    8.350506] ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
[    8.354529] systemd[1]: Started Journal Service.
[    8.364256] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: discard,data=ordered
[    8.366872] systemd-journald[175]: Received request to flush runtime journal from PID 1
[    8.369618] b43-pci-bridge 0000:04:00.0: enabling device (0000 -> 0002)
[    8.386220] ssb: Found chip with id 0x4322, rev 0x01 and package 0x0A
[    8.386233] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x17, vendor 0x4243)
[    8.386239] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x10, vendor 0x4243)
[    8.386244] ssb: Core 2 found: PCI-E (cc 0x820, rev 0x0B, vendor 0x4243)
[    8.386254] ssb: Core 3 found: PCI (cc 0x804, rev 0x0E, vendor 0x4243)
[    8.386260] ssb: Core 4 found: USB 2.0 Device (cc 0x81A, rev 0x05, vendor 0x4243)
[    8.386266] ssb: Core 5 found: UNKNOWN (cc 0x8FF, rev 0x00, vendor 0x4243)
[    8.386271] ssb: Core 6 found: Internal Memory (cc 0x80E, rev 0x03, vendor 0x4243)
[    8.386519] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    8.387225] snd_hda_intel 0000:00:08.0: enabling device (0000 -> 0002)
[    8.387476] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 20
[    8.387484] snd_hda_intel 0000:00:08.0: Disabling MSI
[    8.478046] forcedeth 0000:00:0a.0 enp0s10: renamed from eth0
[    8.538983] ssb: Sonics Silicon Backplane found on PCI device 0000:04:00.0
[    8.554096] Bluetooth: Core ver 2.20
[    8.554239] NET: Registered protocol family 31
[    8.554240] Bluetooth: HCI device and connection manager initialized
[    8.554246] Bluetooth: HCI socket layer initialized
[    8.554249] Bluetooth: L2CAP socket layer initialized
[    8.554256] Bluetooth: SCO socket layer initialized
[    8.569926] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.569930] Bluetooth: BNEP filters: protocol multicast
[    8.569935] Bluetooth: BNEP socket layer initialized
[    8.603077] random: nonblocking pool is initialized
[    8.663687] cfg80211: Calling CRDA to update world regulatory domain
[    8.714494] IPv6: ADDRCONF(NETDEV_UP): enp0s10: link is not ready
[    8.715041] forcedeth 0000:00:0a.0 enp0s10: MSI enabled
[    8.715267] forcedeth 0000:00:0a.0 enp0s10: no link during initialization
[    8.715584] IPv6: ADDRCONF(NETDEV_UP): enp0s10: link is not ready
[    8.783572] b43-phy0: Broadcom 4322 WLAN found (core revision 16)
[    8.813517] b43-phy0: Found PHY: Analog 8, Type 4 (N), Revision 4
[    8.813541] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2056, Revision 3, Version 0
[    8.825669] Broadcom 43xx driver loaded [ Features: PMNLS ]
[    8.851299] Non-volatile memory driver v1.3
[    8.880809] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    8.894992] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    8.897809] snd_hda_codec_realtek hdaudioC0D0: ALC889A: SKU not ready 0x400000f0
[    8.973360] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC889A: line_outs=2 (0x18/0x1a/0x0/0x0/0x0) type:speaker
[    8.973365] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.973367] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
[    8.973369] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    8.973371] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[    8.973372] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    8.973375] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x19
[    8.973380] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x1b
[    8.973382] snd_hda_codec_realtek hdaudioC0D0:      Line=0x15
[    8.973384] snd_hda_codec_realtek hdaudioC0D0:    dig-in=0x1f
[    8.992712] applesmc: key=301 fan=2 temp=21 index=21 acc=1 lux=2 kbd=1
[    9.013898] input: applesmc as /devices/platform/applesmc.768/input/input7
[    9.100217] b43-phy0: Loading firmware version 784.2 (2012-08-15 21:35:19)
[    9.390781] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    9.432826] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    9.576824] input: bcm5974 as /devices/pci0000:00/0000:00:04.0/usb3/3-6/3-6:1.2/input/input8
[    9.578450] usbcore: registered new interface driver bcm5974
[    9.583588] mousedev: PS/2 mouse device common for all mice
[    9.623052] media: Linux media interface: v0.10
[    9.638270] Linux video capture interface: v2.00
[    9.692254] gnome-shell[430]: segfault at 32f30 ip 00007f63048c0549 sp 00007ffec474f430 error 4 in libX11.so.6.3.0[7f6304888000+13b000]
[    9.740309] uvcvideo: Found UVC 1.00 device Built-in iSight (05ac:8507)
[    9.745564] input: Built-in iSight as /devices/pci0000:00/0000:00:04.1/usb1/1-4/1-4:1.0/input/input10
[    9.746028] usbcore: registered new interface driver uvcvideo
[    9.746031] USB Video Class driver (1.1.1)
[    9.884542] fuse init (API version 7.23)
[   10.125148] ACPI Warning: \_SB_.PCI0.RP01.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150410/nsarguments-95)
[   10.125179] ACPI Warning: \_SB_.PCI0.RP01.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150410/nsarguments-95)
[   10.125194] ACPI Warning: \_SB_.PCI0.RP01.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150410/nsarguments-95)
[   10.125209] ACPI Warning: \_SB_.PCI0.RP01.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150410/nsarguments-95)
[   10.125223] ACPI Warning: \_SB_.PCI0.RP01.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150410/nsarguments-95)
[   10.125237] ACPI Warning: \_SB_.PCI0.RP01.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150410/nsarguments-95)
[   10.125250] ACPI Warning: \_SB_.PCI0.RP01.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150410/nsarguments-95)
[   10.125265] ACPI Warning: \_SB_.PCI0.RP01.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150410/nsarguments-95)
[   10.412842] usbcore: registered new interface driver btusb
[   10.425072] Bluetooth: hci0: BCM: chip id 254 build 0522
[   10.580437] ACPI Warning: \_SB_.PCI0.RP01.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150410/nsarguments-95)
[   10.590255] ACPI Warning: \_SB_.PCI0.RP01.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150410/nsarguments-95)
[   10.600063] ACPI Warning: \_SB_.PCI0.RP01.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150410/nsarguments-95)
[   10.609851] ACPI Warning: \_SB_.PCI0.RP01.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150410/nsarguments-95)
[   10.729426] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.0/sound/card0/input9
[   10.729762] input: HDA NVidia Mic as /devices/pci0000:00/0000:00:08.0/sound/card0/input11
[   10.729839] input: HDA NVidia Line as /devices/pci0000:00/0000:00:08.0/sound/card0/input12
[   10.729917] input: HDA NVidia Headphone as /devices/pci0000:00/0000:00:08.0/sound/card0/input13
[   10.976301] ACPI Warning: \_SB_.PCI0.IXVE.IGPU._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150410/nsarguments-95)
[   11.015130] cfg80211: Calling CRDA to update world regulatory domain
[   11.551595] cfg80211: Calling CRDA to update world regulatory domain
[   11.813390] cfg80211: Calling CRDA to update world regulatory domain
[   14.960110] cfg80211: Calling CRDA to update world regulatory domain
[   16.000221] cfg80211: Calling CRDA to update world regulatory domain
[   17.650137] cfg80211: Calling CRDA to update world regulatory domain
[   18.106678] cfg80211: Calling CRDA to update world regulatory domain
[   18.314604] wlan0: authenticate with 18:64:72:4e:1b:e0
[   18.487107] wlan0: send auth to 18:64:72:4e:1b:e0 (try 1/3)
[   18.690024] wlan0: send auth to 18:64:72:4e:1b:e0 (try 2/3)
[   18.691198] wlan0: authenticated
[   18.693568] wlan0: associate with 18:64:72:4e:1b:e0 (try 1/3)
[   18.695427] wlan0: RX AssocResp from 18:64:72:4e:1b:e0 (capab=0x421 status=0 aid=3)
[   18.695738] wlan0: associated
[   18.695768] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   21.253354] cfg80211: Calling CRDA to update world regulatory domain
[   24.400046] cfg80211: Calling CRDA to update world regulatory domain
[   27.546818] cfg80211: Calling CRDA to update world regulatory domain
[   30.693413] cfg80211: Calling CRDA to update world regulatory domain
[   33.840139] cfg80211: Calling CRDA to update world regulatory domain
[   36.986805] cfg80211: Calling CRDA to update world regulatory domain
[   40.133474] cfg80211: Calling CRDA to update world regulatory domain
[   43.280161] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA
[   82.584528] wlan0: deauthenticated from 18:64:72:4e:1b:e0 (Reason: 3=DEAUTH_LEAVING)
[   82.663757] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA
[   84.105026] wlan0: authenticate with 18:64:72:4e:1b:f0
[   84.480538] wlan0: send auth to 18:64:72:4e:1b:f0 (try 1/3)
[   84.683487] wlan0: send auth to 18:64:72:4e:1b:f0 (try 2/3)
[   84.684569] wlan0: authenticated
[   84.686821] wlan0: associate with 18:64:72:4e:1b:f0 (try 1/3)
[   84.688669] wlan0: RX AssocResp from 18:64:72:4e:1b:f0 (capab=0x1 status=0 aid=1)
[   84.689040] wlan0: associated
[   84.689084] cfg80211: Calling CRDA to update world regulatory domain
[   84.713773] wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by 18:64:72:4e:1b:f0
[   87.840078] cfg80211: Calling CRDA to update world regulatory domain
[   90.986696] cfg80211: Calling CRDA to update world regulatory domain
[   94.133498] cfg80211: Calling CRDA to update world regulatory domain
[   97.280166] cfg80211: Calling CRDA to update world regulatory domain
[  100.426699] cfg80211: Calling CRDA to update world regulatory domain
[  103.573507] cfg80211: Calling CRDA to update world regulatory domain
[  106.720119] cfg80211: Calling CRDA to update world regulatory domain
[  109.866687] cfg80211: Calling CRDA to update world regulatory domain
[  113.013364] cfg80211: Calling CRDA to update world regulatory domain
[  116.160014] cfg80211: Calling CRDA to update world regulatory domain
[  119.306693] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA
[  191.113025] wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by 18:64:72:4e:1b:f0
[  236.253268] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA
[  243.850589] CE: hpet increased min_delta_ns to 11521 nsec
[  410.752918] CE: hpet increased min_delta_ns to 17281 nsec
[  717.989759] wlan0: deauthenticating from 18:64:72:4e:1b:f0 by local choice (Reason: 3=DEAUTH_LEAVING)
[  718.016889] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA
[  718.093056] PM: Syncing filesystems ... done.
[  718.121157] PM: Preparing system for mem sleep
[  719.521353] Freezing user space processes ... (elapsed 0.001 seconds) done.
[  719.523124] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[  719.524277] PM: Entering mem sleep
[  719.524293] Suspending console(s) (use no_console_suspend to debug)
[  719.524754] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[  719.524907] apple-gmux 00:04: System wakeup disabled by ACPI
[  719.527289] sd 0:0:0:0: [sda] Stopping disk
[  719.756901] PM: suspend of devices complete after 232.306 msecs
[  719.757336] PM: late suspend of devices complete after 0.431 msecs
[  719.757946] ehci-pci 0000:00:06.1: System wakeup enabled by ACPI
[  719.757985] ohci-pci 0000:00:06.0: System wakeup enabled by ACPI
[  719.757995] ehci-pci 0000:00:04.1: System wakeup enabled by ACPI
[  719.758033] ohci-pci 0000:00:04.0: System wakeup enabled by ACPI
[  719.769985] PM: noirq suspend of devices complete after 12.647 msecs
[  719.770544] ACPI: Preparing to enter system sleep state S3
[  719.823329] ACPI : EC: EC stopped
[  719.823330] PM: Saving platform NVS memory
[  719.823340] Disabling non-boot CPUs ...
[  719.824585] kvm: disabling virtualization on CPU1
[  719.824596] smpboot: CPU 1 is now offline
[  719.824792] ACPI: Low-level resume complete
[  719.824792] ACPI : EC: EC started
[  719.824792] PM: Restoring platform NVS memory
[  719.824792] Using NULL legacy PIC
[  719.824792] Enabling non-boot CPUs ...
[  719.824792] x86: Booting SMP configuration:
[  719.824792] smpboot: Booting Node 0 Processor 1 APIC 0x1
[  719.824589] kvm: enabling virtualization on CPU1
[  719.836541]  cache: parent cpu1 should not be sleeping
[  719.837125] CPU1 is up
[  719.841669] ACPI: Waking up from system sleep state S3
[  720.166727] ehci-pci 0000:00:04.1: System wakeup disabled by ACPI
[  720.166799] ohci-pci 0000:00:06.0: System wakeup disabled by ACPI
[  720.166921] ehci-pci 0000:00:06.1: System wakeup disabled by ACPI
[  720.166990] ohci-pci 0000:00:04.0: System wakeup disabled by ACPI
[  720.167145] PM: noirq resume of devices complete after 13.827 msecs
[  720.167476] PM: early resume of devices complete after 0.302 msecs
[  720.168536] sd 0:0:0:0: [sda] Starting disk
[  720.168667] rtc_cmos 00:03: System wakeup disabled by ACPI
[  720.365221] PM: resume of devices complete after 197.738 msecs
[  720.365600] PM: Finishing wakeup.
[  720.365603] Restarting tasks ... done.
[  720.503305] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  720.503565] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[  720.503596] ata1.00: supports DRM functions and may not be fully accessible
[  720.503640] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[  720.504096] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[  720.504124] ata1.00: supports DRM functions and may not be fully accessible
[  720.504163] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[  720.504265] ata1.00: configured for UDMA/133
[  720.509971] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[  720.511923] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[  720.514026] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[  720.514034] ata2.00: configured for UDMA/66
[  720.565983] IPv6: ADDRCONF(NETDEV_UP): enp0s10: link is not ready
[  720.566625] forcedeth 0000:00:0a.0 enp0s10: MSI enabled
[  720.566852] forcedeth 0000:00:0a.0 enp0s10: no link during initialization
[  720.569996] IPv6: ADDRCONF(NETDEV_UP): enp0s10: link is not ready
[  720.570961] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  720.719979] firewire_core 0000:05:00.0: rediscovered device fw0
[  720.770130] b43-phy0: Loading firmware version 784.2 (2012-08-15 21:35:19)
[  721.036884] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  721.115375] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  723.568719] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA
[  728.289425] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA
[  728.798579] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA
[  730.097680] wlan0: authenticate with 18:64:72:4d:c9:70
[  730.123671] wlan0: direct probe to 18:64:72:4d:c9:70 (try 1/3)
[  730.326638] wlan0: send auth to 18:64:72:4d:c9:70 (try 2/3)
[  730.327588] wlan0: authenticated
[  730.329969] wlan0: associate with 18:64:72:4d:c9:70 (try 1/3)
[  730.331820] wlan0: RX AssocResp from 18:64:72:4d:c9:70 (capab=0x1 status=0 aid=7)
[  730.332137] wlan0: associated
[  730.332167] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  730.332222] cfg80211: Calling CRDA to update world regulatory domain
[  730.429884] wlan0: Limiting TX power to 17 (17 - 0) dBm as advertised by 18:64:72:4d:c9:70
[  733.480062] cfg80211: Calling CRDA to update world regulatory domain
[  736.626732] cfg80211: Calling CRDA to update world regulatory domain
[  739.773322] cfg80211: Calling CRDA to update world regulatory domain
[  742.920022] cfg80211: Calling CRDA to update world regulatory domain
[  746.066748] cfg80211: Calling CRDA to update world regulatory domain
[  749.213342] cfg80211: Calling CRDA to update world regulatory domain
[  752.360037] cfg80211: Calling CRDA to update world regulatory domain
[  755.506674] cfg80211: Calling CRDA to update world regulatory domain
[  758.653302] cfg80211: Calling CRDA to update world regulatory domain
[  761.799976] cfg80211: Calling CRDA to update world regulatory domain
[  764.946831] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA
[  856.303692] CE: hpet increased min_delta_ns to 25921 nsec
[ 1553.640584] wlan0: Limiting TX power to 17 (17 - 0) dBm as advertised by 18:64:72:4d:c9:70
[ 1553.640613] wlan0: Limiting TX power to 17 (17 - 0) dBm as advertised by 18:64:72:4d:c9:70
[ 2269.056843] wlan0: authenticate with 18:64:72:4d:c9:60
[ 2269.363204] wlan0: send auth to 18:64:72:4d:c9:60 (try 1/3)
[ 2269.364777] wlan0: authenticated
[ 2269.372182] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA
[ 2269.379811] wlan0: associate with 18:64:72:4d:c9:60 (try 1/3)
[ 2269.382254] wlan0: RX AssocResp from 18:64:72:4d:c9:60 (capab=0x421 status=0 aid=22)
[ 2269.382472] wlan0: associated

Anyone have any thoughts? I'm getting tired of running my shell script for this every time I open my computer!

Also, sorry if this post is overly thorough or not thorough enough. I'm yet to have a gauge for what is most appropriate in situations like this.

Last edited by BlahBlahBlase (2015-09-23 01:00:14)


"Full disclosure, I'm drunk right now. And if you can't handle that, you can't handle science."

Offline

Board footer

Powered by FluxBB