Posts

Showing posts from February, 2014

EFI Stub Antec

 root@archiso ~ # efibootmgr -c -d /dev/sda -p 1 -l /EFI/arch/vmlinuz-arch.efi -L "Arch Linux" -u "root=PARTUUID=49af276b-cf22-47a4-bf1e-b30e2fac6655 rootfstype=xfs add_efi_memmap initrd=/EFI/arch/initramfs-arch.img" root@archiso ~ # blkid /dev/sda1: SEC_TYPE="msdos" UUID="EFF9-6B1A" TYPE="vfat" PARTLABEL="EFI" PARTUUID="c30b18b3-030f-481a-a8f5-b827936ca260" /dev/sda2: UUID="228c8155-39b9-4c1e-a2a0-7dbc68d5dba5" TYPE="xfs" PARTLABEL="Linux filesystem" PARTUUID="49af276b-cf22-47a4-bf1e-b30e2fac6655" root@archiso ~ # cat /mnt/etc/systemd/system/efistub-update.service [Unit] Description=Copy EFISTUB Kernel to UEFISYS Partition [Service] Type=oneshot ExecStart=/usr/bin/cp -f /boot/vmlinuz-linux /boot/efi/EFI/arch/vmlinuz-arch.efi ExecStart=/usr/bin/cp -f /boot/initramfs-linux.img /boot/efi/EFI/arch/initramfs-arch.img ExecStart=/usr/bin/cp -f /boot/initramfs-linux-fall

unable to load firmware patch rtl_nic/rtl8168d-2.fw (-2) Loading firmware file 'rt2870.bin'

[   17.951626] r8169 0000:02:00.0 enp2s0: unable to load firmware patch rtl_nic/rtl8168d-2.fw (-2) [   17.960371] r8169 0000:02:00.0 enp2s0: link down [   17.960384] r8169 0000:02:00.0 enp2s0: link down [   17.960415] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready [   18.002341] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin' [   18.002393] ieee80211 phy0: rt2x00lib_request_firmware: Error - Failed to request Firmware [   20.790008] r8169 0000:02:00.0 enp2s0: link up [   20.790026] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready itx ~ # emerge -a sys-kernel/linux-firmware itx ~ # find /lib/firmware/ -name rtl8168e-2.fw /lib/firmware/rtl_nic/rtl8168e-2.fw itx ~ # find /lib/firmware/ -name rt2870.bin   /lib/firmware/rt2870.bin CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE="radeon/REDWOOD_me.bin radeon/REDWOOD_pfp.bin radeon/REDWOOD_rlc.bin radeon/REDWOOD_smc.bin radeon/CYPRESS_uvd.bin rtl_nic/rtl8168

Sensors on ASUSTeK M4A88T-I DELUXE

Manufacturer: ASUSTeK Computer INC.         Product Name: M4A88T-I DELUXE itx ~ # cat /etc/conf.d/lm_sensors LOADMODULES=yes INITSENSORS=yes HWMON_MODULES="it87" MODULE_0=it87 itx ~ # sensors atk0110-acpi-0 Adapter: ACPI interface Vcore Voltage:      +0.97 V  (min =  +0.85 V, max =  +1.60 V)  +3.3 Voltage:      +3.36 V  (min =  +2.97 V, max =  +3.63 V)  +5 Voltage:        +4.95 V  (min =  +4.50 V, max =  +5.50 V)  +12 Voltage:      +12.05 V  (min = +10.20 V, max = +13.80 V) CPU FAN Speed:     1056 RPM  (min =  600 RPM, max = 7200 RPM) CHASSIS FAN Speed:  934 RPM  (min =  600 RPM, max = 7200 RPM) CPU Temperature:    +46.0 C  (high = +60.0 C, crit = +95.0 C) MB Temperature:     +46.0 C  (high = +45.0 C, crit = +75.0 C) k10temp-pci-00c3 Adapter: PCI adapter temp1:        +41.5 C  (high = +70.0 C)                        (crit = +99.5 C, hyst = +97.5 C) radeon-pci-0100 Adapter: PCI adapter temp1:        +57.0 C  

Asus Linux k53sv 3.10.25-gentoo #1 SMP PREEMPT Mon Feb 17 19:05:38 CET 2014 x86_64 Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz GenuineIntel GNU/Linux

http://pastebin.com/0P2UQu3V

slimlock with systemd

[SOLVED] xlock+suspend with systemd k53sv ~ # cat /etc/systemd/system/slimlock.service [Unit] Description=Lock X session using slimlock [Service] User=risko ExecStart=/usr/bin/slimlock [Install] WantedBy=sleep.target k53sv ~ # vi /etc/systemd/system/slimlock.service k53sv ~ # systemctl status slimlock slimlock.service - Lock X session using slimlock    Loaded: loaded (/etc/systemd/system/slimlock.service; disabled)    Active: inactive (dead) k53sv ~ # systemctl enable slimlock ln -s '/etc/systemd/system/slimlock.service' '/etc/systemd/system/sleep.target.wants/slimlock.service' k53sv ~ #