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
--- --- ---
Search Criteria
Package Details: linux-ak 3.12.10-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2014-02-14)
| 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: | |
| 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
- change-default-console-loglevel.patch
- config
- config.x86_64
- criu-no-expert.patch
- http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.12.tar.xz
- http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.12.10.xz
- intel-drm-disable-changing-brighness-via-asle-interrupt.patch
- linux.preset
Latest Comments
Comment by alexey
Comment by monksy
You forgot to add dependencies for:
- Patch
- make
- gcc
Comment by Commander
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
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
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
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
Did you managed to fix this?
Have you tried the 3.11-2 version?
Comment by Commander
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
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
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
Done that.
Comment by alexey
i will do that.
btw, anyone needs me to return headers and docs back ?
Comment by christoph.gysin
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