View previous topic :: View next topic |
Author |
Message |
parramata n00b

Joined: 25 Jul 2004 Posts: 18
|
Posted: Fri Jun 29, 2018 11:41 pm Post subject: Genkernel option invocation-SOLVED |
|
|
Hi,
In the log of the pulseaudio compilation i have:
A preallocated buffer-size of 2048 (kB) or higher is recommended for the HD-audio driver!
Checking the /usr/src/linux/.config file , I changed from 512 to 2048 as
recommended.
Device Drivers --->
<*> Sound card support --->
<*> Advanced Linux Sound Architecture --->
(2048) Pre-allocated buffer size for HD-audio driver
Question: To consolidate this change, can I just use the option
genkernel kernel or i have to use genkernel all ? This alteration affects just the kernel or modules and initrd too?
Thanks!
Last edited by parramata on Sun Jul 01, 2018 12:00 pm; edited 1 time in total |
|
Back to top |
|
 |
C5ace Apprentice

Joined: 23 Dec 2013 Posts: 296 Location: Brisbane, Australia
|
Posted: Sat Jun 30, 2018 1:40 pm Post subject: |
|
|
I usually do: Code: | genkernel --menuconfig all | and do the modifications using the menu. |
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 44178 Location: 56N 3W
|
Posted: Sat Jun 30, 2018 2:14 pm Post subject: |
|
|
parramata,
genkernel uses its own .config file by default, so your change will be lost.
Code: | genkernel --menuconfig all | lets you make changes as genkernel runs.
genkernel makes a fully modular kernel and the modules are all included in the initrd, so only the kernel modules and the initrd are affected. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
|