Skip to content

Kernel configuration for Lenovo Ideapad 320-15IKB laptop

License

Notifications You must be signed in to change notification settings

kyrylo-sovailo/ideapad320_15ikb_defconfig

Repository files navigation

Lenovo Ideapad 320-15IKB

Kernel configuration for Lenovo Ideapad 320-15IKB (Type 80XL) laptop

This is a built-in configuration capable of running an average laptop with almost all functionality enabled. Bluetooth, HDMI, MiniJack are not implemented / not tested.

Files

  • lsusb - list of USB devices
  • lspci - list of PCI devices
  • dmesg - kernel log from configured gentoo kernel
  • genkernel_dmesg - kernel log from generic kernel configured with genkernel
  • genkernel_lsmod - module list from generic kernel configured with genkernel
  • ideapad320_15ikb_defconfig - configuration of gentoo-sources-5.15.80 kernel
  • ideapad320_15ikb_zen_defconfig- configuration of zen-sources-6.2.13 kernel (same as gentoo but with native optimization)

Usage

root # cp ideapad320_15ikb_defconfig /usr/src/linux*gentoo/arch/x86/configs/ideapad320_15ikb_defconfig
root # cd /usr/src/linux*gentoo/
root # make ideapad320_15ikb_defconfig
root # make oldconfig
root # make -j$(nproc) && make install

Useful links

Notes

  1. The kernel is configured by an amateur and does not guaranty best performance or hardware support
  2. The configuration is applicable for gentoo kernels and not tested on mainline/vanilla kernels
  3. The kernel is build for OpenRC configuration, systemd users may want to change it
  4. zen kernel is optimized for native processor, be careful with cross-compilation

About

Kernel configuration for Lenovo Ideapad 320-15IKB laptop

Topics

Resources

License

Stars

Watchers

Forks