Hello! I am trying to install gentoo-sources again, cause the problem of my Laptop Lenovo G 50-30 rests, it suddenly freezes sometimes.
I emerged and compiled gentoo-sources and it successfully booted but I am watching 3 problems:
1. Sound does not work
2. Debian sources was deleted from boot, so I have only one kernel that works not fine.
I did only that:
# cd /usr/src
# rm linux
# ln -s linux-4.15.12-gentoo linux
# genkernel --menuconfig all
''' then I loaded .config from debian-sources folder
''' and switched on some Atheros Wireless drivers,
''' switched off all other wifi drivers, wimax, switched off bluetooth
''' also switched off one single line of ipv6 support
''' switched off several lines in firmware: Dell bios
''' and saved my config to /usr/src/linux/.config
# boot-update
# reboot
Now I have only gentoo kernel compiled and placed into /boot . Where is debian-sources?
Question
znavko
Hello! I am trying to install gentoo-sources again, cause the problem of my Laptop Lenovo G 50-30 rests, it suddenly freezes sometimes.
I emerged and compiled gentoo-sources and it successfully booted but I am watching 3 problems:
1. Sound does not work
2. Debian sources was deleted from boot, so I have only one kernel that works not fine.
I did only that:
# cd /usr/src # rm linux # ln -s linux-4.15.12-gentoo linux # genkernel --menuconfig all ''' then I loaded .config from debian-sources folder ''' and switched on some Atheros Wireless drivers, ''' switched off all other wifi drivers, wimax, switched off bluetooth ''' also switched off one single line of ipv6 support ''' switched off several lines in firmware: Dell bios ''' and saved my config to /usr/src/linux/.config # boot-update # reboot
Now I have only gentoo kernel compiled and placed into /boot . Where is debian-sources?
I have no sound. What to do for sound?
Gentoo-sources config, devices, modules, dmesg:
# cat /usr/src/linux/.config | nc termbin.com 9999
http://termbin.com/a5kz
# lspci | nc termbin.com 9999
http://termbin.com/l19gb
# lsmod | nc termbin.com 9999
http://termbin.com/t2du
# cat dmesg | nc termbin.com 9999
http://termbin.com/3ubf
PS: and more then that, genkernel says during compilation process :
>> Not installing firmware as requested by configuration FIRMWARE_INSTALL=no...
but I have installed linux-firmware:
# equery l linux-firmware * Searching for linux-firmware ... [I-O] [ ] sys-kernel/linux-firmware-20180314:0
I need some actual manual about kernel compilation for local architecture and tasks. I want to remove all unnecessary stuff.
Can I unmark all lines in Device drivers ? And how to determine necessary lines for my pc looking lsmod??
Can I unmark all from Network support and what shuold I enable for connect to router via wifi atheros qualcom, using only ipv4 without ipv6?
Do you recommend localmodconfig?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts