Re: [gentoo-user] preparing for make menuconfig

2020-10-09 Thread Ashley Dixon
On Thu, Oct 08, 2020 at 06:50:16PM -0400, John Covici wrote: > Since I compile most packages with split-debug and my default flags > contain -gdb, could I use the existing packages? LOL, I feel like I might have overcomplicated that. ;-) I'm not sure if it will keep as many symbols as `-ggdb3`,

Re: [gentoo-user] preparing for make menuconfig

2020-10-08 Thread John Covici
On Thu, 08 Oct 2020 16:26:19 -0400, Ashley Dixon wrote: > > [1 ] > On Thu, Oct 08, 2020 at 01:55:04PM -0400, John Covici wrote: > > modules.alias modules.builtin > > modules.builtin.binmodules.dep.binmodules.order > > modules.symbols > > modules.alias.bin

Re: [gentoo-user] preparing for make menuconfig

2020-10-08 Thread Ashley Dixon
On Thu, Oct 08, 2020 at 01:55:04PM -0400, John Covici wrote: > modules.alias modules.builtin > modules.builtin.binmodules.dep.binmodules.order > modules.symbols > modules.alias.bin modules.builtin.alias.bin modules.dep > modules.devname

Re: [gentoo-user] preparing for make menuconfig

2020-10-08 Thread John Covici
On Thu, 08 Oct 2020 11:07:44 -0400, Ashley Dixon wrote: > > [1 ] > On Thu, Oct 08, 2020 at 07:04:46AM -0400, John Covici wrote: > > I always get this error, but the flag indicating which driver is being > > used still works, so I have not paid too much attention to this one. > > I do have a

Re: [gentoo-user] preparing for make menuconfig

2020-10-08 Thread Ashley Dixon
On Thu, Oct 08, 2020 at 07:04:46AM -0400, John Covici wrote: > I always get this error, but the flag indicating which driver is being > used still works, so I have not paid too much attention to this one. > I do have a running system with /lib/modules and the error still > occurrs. What is the

Re: [gentoo-user] preparing for make menuconfig

2020-10-08 Thread John Covici
On Thu, 08 Oct 2020 02:51:49 -0400, Ashley Dixon wrote: > > [1 ] > On Thu, Oct 08, 2020 at 07:30:45AM +0100, Ashley Dixon wrote: > > This is just a total guess, but I can suppose that lspci uses it to convey > > which kernel modules are being used by each PCI device. > > Clarification: kmod is

Re: [gentoo-user] preparing for make menuconfig

2020-10-08 Thread Ashley Dixon
On Thu, Oct 08, 2020 at 07:30:45AM +0100, Ashley Dixon wrote: > This is just a total guess, but I can suppose that lspci uses it to convey > which kernel modules are being used by each PCI device. Clarification: kmod is used specifically with the `-k` switch of lspci: $ ash-euses -o

Re: [gentoo-user] preparing for make menuconfig

2020-10-08 Thread Ashley Dixon
On Thu, Oct 08, 2020 at 01:54:22AM -0400, Jude DaShiell wrote: > Are libkmod resources used by sound cards? libkmod, as described at [1], is a "set of tools to handle common tasks with Linux kernel modules like insert, remove, list, check properties, resolve dependencies and aliases".

[gentoo-user] preparing for make menuconfig

2020-10-07 Thread Jude DaShiell
I installed lspci and ran the command. On the first line lspci says Unable to load libkmod resources. Lots of information provided after that though. Are libkmod resources used by sound cards? I have sound working on the system to be installed since I'm using espeak to do the installation. Does