Package Details: linux-ak 3.12.10-1

Package Base: linux-ak
Description: The Linux 3.12.10 kernel, modules, headers and docs. Disable backlight change by i915 via acpi calls, still available via X keys XF86MonBrightnessUp/Down. See PKGBUILD for more.
Upstream URL: http://www.kernel.org/
Category: kernels
Licenses: GPL2
Submitter: alexey
Maintainer: alexey
Last Packager: None
Votes: 1
First Submitted: 2013-08-27 20:39
Last Updated: 2014-02-10 03:09

Dependencies (4)

Required by (0)

Sources

Latest Comments

Comment by alexey

2013-11-15 22:26

Hi Monksy,

This is not package dependencies. This is makepkg ones, but not all. Check wiki https://wiki.archlinux.org/index.php/Makepkg#Usage

--- --- ---
Before continuing, ensure the base-devel group is installed. Packages belonging to this group are not required to be listed as dependencies in PKGBUILD files. Install the "base-devel" group by issuing (as root):

# pacman -S base-devel
--- --- ---

Comment by monksy

2013-10-18 22:47

You forgot to add dependencies for:
- Patch
- make
- gcc

Comment by Commander

2013-09-20 14:23

Must be something during compile or how it installs. I got another kernel from apsu with the 3.11 and it worked just fine.

Comment by alexey

2013-09-18 17:37

Have you tried stock ARCH 3.11 kernel with nomodeset, which will prevent blank, but no X, however you can test console and see if it does find your rootdev.

May be the root cause 3.11 since you got 3.10 working.

Personally i do not use partuid, but plain /dev/sda2. My kernel command line is:
Kernel command line: linux\vmlinuz-linux-ak.efi initrd=linux\initramfs-linux-ak.img init=/usr/lib/systemd/systemd root=/dev/mapper/root ro cryptdevice=/dev/sda2:root pcie_aspm=force quiet add_efi_memmap intel_idle.max_cstate=6 acpi_osi=

Comment by Commander

2013-09-18 11:19

Not not working. Is there anything I'm missing?

It cannot find my rootdevice even though the error message shows correct partuuid. It worked when I got a pkg from Apsu with the revert patch so I really have no idea here.

Comment by alexey

2013-09-17 18:11

Basically, all i need working zenbook (my one) so i applied ignore bios bpp to ARCh kernel. I did not changed anything, but a little brightness. You may try stock ARCH kernel, or this one commenting out my patches.

Comment by alexey

2013-09-17 18:08

Did you managed to fix this?

Have you tried the 3.11-2 version?

Comment by Commander

2013-09-17 10:43

Im using the same command line as for the older 3.10.9 kernel.
kernel kommand line: https://gist.github.com/CommanderAlchemy/6592698

I tried rebuilding the initramfs but both fallback and default fails for me.
with (mkinicipio -p linux-ak) Also checked that the preset has the same settings. (default ones)

Comment by alexey

2013-09-17 10:06

What is your kernel command line?

Basically this is same ARCH kernel with only two my patches:
- ignore bpp provided by intel firmware in UEFI mode (INTEL BIOS BPP HACK: pipe_config->pipe_bpp: 24, dev_priv->vbt.edp_bpp: 18, ignoring intel bios bpp)
- disable changing laptop brightness by i915 driver dirrectly

Comment by Commander

2013-09-17 09:56

For some reason it cannot find my rootdevice when installing this one. Its complaining my partuuid, yet it is correct.

Did I miss anything?

Comment by alexey

2013-09-03 11:46

Done that.

Comment by alexey

2013-09-03 11:37

i will do that.

btw, anyone needs me to return headers and docs back ?

Comment by christoph.gysin

2013-08-31 15:17

Thanks for the package!

To make it play nice with grub-mkconfig, please add the extension .img to the initrd images:

--- PKGBUILD 2013-08-31 16:40:45.640982574 +0200
+++ PKGBUILD 2013-08-31 16:41:36.373307759 +0200
@@ -147,8 +147,8 @@
sed \
-e "1s|'linux.*'|'${pkgbase}'|" \
-e "s|ALL_kver=.*|ALL_kver=\"/boot/vmlinuz-${pkgbase}\"|" \
- -e "s|default_image=.*|default_image=\"/boot/initrd-${pkgbase}\"|" \
- -e "s|fallback_image=.*|fallback_image=\"/boot/initrd-${pkgbase}-fallback\"|" \
+ -e "s|default_image=.*|default_image=\"/boot/initramfs-${pkgbase}.img\"|" \.orig
+ -e "s|fallback_image=.*|fallback_image=\"/boot/initramfs-${pkgbase}-fallback.img\"|" \
-i "${pkgdir}/etc/mkinitcpio.d/${pkgbase}.preset"

# remove build and source links