Re: [gentoo-user] Re: xorg configuration

2007-07-13 Thread Thufir
~ # cd /usr/src/linux localhost linux # localhost linux # make menuconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/docproc HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/kxgettext.o HOSTCC scripts/kconfig/lxdialog/checklist.o HOSTCC scripts/kconfig/lxdialog/inputbox.o HOST

[gentoo-user] Problem with "make oldconfig" 2.6.30-8 ==> 2.6.31

2010-03-09 Thread Walter Dnes
inux] make oldconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/docproc HOSTCC scripts/basic/hash HOSTCC scripts/kconfig/conf.o scripts/kconfig/conf.c: In function 'conf_askvalue': scripts/kconfig/conf.c:105: warning: ignoring return value of 'fgets', declared wit

Re: [gentoo-user] Problem with "make oldconfig" 2.6.30-8 ==> 2.6.31

2010-03-10 Thread Kaddeh
quot; > up to where it starts asking questions... > > > [d531][root][/usr/src/linux] make oldconfig > HOSTCC scripts/basic/fixdep > HOSTCC scripts/basic/docproc > HOSTCC scripts/basic/hash > HOSTCC scripts/kconfig/conf.o > scripts/kconfig/conf.c: In function &#

[gentoo-user] Problem with kernel 2.6.15-gentoo-r1, nvidia-driver and fbsplash, splashutils

2006-02-05 Thread Daniel Pielmeier
ows me the following output make menuconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/split-include HOSTCC scripts/basic/docproc HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/kxgettext.o HOSTCC scripts/kconfig/mconf.o SHIPPED scripts/kconfig/zconf.tab.c SHIPP

Re: [gentoo-user] Where is CONFIG_MICROCODE gone in kernel 4.4.6-gentoo?

2016-04-30 Thread Mick
nel: > > > > > > # grep -i MICROCODE .config > > > # > > > > Grepping .config is unreliable, and always has been. > > I usually use something like: > > grep MICROCODE $(find . -name Kconfig) > > Alec # grep -i MICROCODE /boot/config-4.4.

Re: [gentoo-user] make of gentoo-sources-3.2.12 fails

2012-05-10 Thread Pandu Poluan
ate, first it could do make but no modules, > then kernel make made it almost and now I'm stuck with this > rather short make output: > > HOSTCC scripts/basic/fixdep > HOSTCC scripts/kconfig/conf.o > HOSTCC scripts/kconfig/zconf.tab.o > scripts/kconfig/zconf.tab

Re: [gentoo-user] Kernel compile error

2018-04-25 Thread Klaus Ethgen
; LD="ld" AS="as" ARCH="x86" mrproper * >> Running oldconfig... COMMAND: make -j2 CC="/usr/lib/ccache/bin/gcc" LD="ld" AS="as" ARCH="x86" oldconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.

Re: [gentoo-user] chroot: cannot run command `bin/bash': Exec format error

2006-02-23 Thread Bo Andresen
4 CC="gcc -m64" install > > and let me know how it goes. linux # make ARCH=x86_64 CC="gcc -m64" clean CLEAN .tmp_versions # make ARCH=x86_64 CC="gcc -m64" menuconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/split-include HOSTCC scripts/basic/d

Re: [gentoo-user] make of gentoo-sources-3.2.12 fails

2012-05-10 Thread Michael Scherer
ow I'm stuck with this > rather short make output: > > HOSTCC scripts/basic/fixdep > HOSTCC scripts/kconfig/conf.o > HOSTCC scripts/kconfig/zconf.tab.o > scripts/kconfig/zconf.tab.c: In function ‘header_print_comment’: > scripts/kconfig/confdata.c:540:1

Re: [gentoo-user] kernel building tools

2005-05-26 Thread Holly Bostick
inux # make menuconfig (first time config of newly installed mm-sources, booted into gentoo-2.6.11-r8) HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/split-include HOSTCC scripts/basic/docproc SHIPPED scripts/kconfig/zconf.tab.h HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/kxget

[gentoo-user] Re: Where is CONFIG_MICROCODE gone in kernel 4.4.6-gentoo?

2016-04-30 Thread Jonathan Callen
the latest stable >>>> gentoo kernel: >>>> >>>> # grep -i MICROCODE .config >>>> # >>> >>> Grepping .config is unreliable, and always has been. >> >> I usually use something like: >> >> grep MICROCODE $

Re: [gentoo-user] [slightly OT] kernel .config help pages

2007-03-21 Thread Mick
g? > > > > Something on the CLI to access just one particular help page. > > I dont think there is a dedicated CLI tools for this, but the Kconfig > files in the kernel directory contains the help text. So if you know the > name of the config option is question (or its pla

Re: [gentoo-user] Re: Where is CONFIG_MICROCODE gone in kernel 4.4.6-gentoo?

2016-04-30 Thread Mick
k wrote: > >>>> I seem to have mislaid my microcode somewhere, in the latest stable > >>>> gentoo kernel: > >>>> > >>>> # grep -i MICROCODE .config > >>>> # > >>> > >>> Grepping .config is unreliab

Re: [gentoo-user] trouble installing compizconfig-backend-kconfig-0.8.2

2009-09-29 Thread Crístian Viana
compizconfig-backend-kconfig depends on KDE 3.5, not KDE 4.3. you can disable the "kde" USE flag for compiz-fusion by adding the following line on /etc/portage/package.use: x11-wm/compiz-fusion -kde On Tue, Sep 29, 2009 at 3:42 AM, Yasin wrote: > i have trouble when installing

[gentoo-user] Re: make oldconfig ?

2016-04-19 Thread James
Tom H gmail.com> writes: > Perhaps: > /usr/src/linux/scripts/kconfig/Makefile > /usr/src/linux/scripts/kconfig/conf.c thx, James

Re: [gentoo-user] strange dmesg output - RESOLVED

2009-10-27 Thread Alan McKinnon
bled scrollback so now the console has retained enough of the kernel console output that you can scroll back to the beginning without using all 128K. Symbol: VGACON_SOFT_SCROLLBACK_SIZE [=256] Prompt: Scrollback Buffer Size (in KB) Defined at drivers/video/console/Kconfig:37 Depends on: HAS_

Re: [gentoo-user] CONFIG_USB_SUSPEND, where ?

2011-10-15 Thread Jonas de Buhr
> > As the message above from emerge says, no way to update > > sys-fs/udisks as CONFIG_USB_SUSPEND is not set. The problem is > > where to find that option. Not in linux/.config, so where ? i think it only shows up there if it is already set. AFAIK the kernel options are defined in

Re: [gentoo-user] Wifi, problem, problem, problem

2013-12-19 Thread Ivan T. Ivanov
gt; > /etc/conf.d/modules [1] [2] (this will auto load wifi driver). > > And you should be fine. Just for the test you can load it by hand > > > > # modprobe "ipw2200-driver-name" > > > > Regards, > > Ivan > > > > [1] https://wiki

[gentoo-user] "No rule to make target" gcc 9.3.0 error

2021-10-18 Thread Walter Dnes
Rebuilding the kernel... [thimk2][root][/usr/src/linux] ../makeover HOSTCC scripts/kconfig/conf.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf --syncconfig Kconfig HOSTCC arch/x86/tools/relocs_32.o HOSTCC arch/x86/tools/relocs_64.o HOSTCC arch/x86/tools/relocs_common.o

Re: [gentoo-user] Re: systemd: "local system does not support BPF/cgroup based firewalling"

2017-10-28 Thread Canek Peláez Valdés
7;ll need to use kernel version >= 4.10. Regards. [1] https://github.com/torvalds/linux/blob/master/init/Kconfig#L848 [2] https://github.com/torvalds/linux/blob/v4.9/init/Kconfig [3] https://github.com/torvalds/linux/blob/v4.10/init/Kconfig#L1157 -- Dr. Canek Peláez Valdés Profesor de

[gentoo-user] nvidia irq issues; likely problem with kconfig

2012-01-22 Thread Andrey Moshbear
There's something wrong with my kconfig, which is causing the irq snafu, but I can't tell what. Kernel is 3.1.6-pf. /usr/src/linux/.config: http://pastebin.com/9KXQpMdt lspci -vv: http://pastebin.com/gfUF1N18

[gentoo-user] Re: systemd: "local system does not support BPF/cgroup based firewalling"

2017-10-28 Thread Nikos Chantziaras
option. Yes, there is[1]. However, there is no such option for kernel version 4.9[2], although there is for 4.10[3]. I think that's the problem, for using the firewall BPF options of systemd, you'll need to use kernel version >= 4.10. Regards. [1] https://github.com/torvalds/linux/b

Re: [gentoo-user] 2 kernel config questions

2009-11-12 Thread gk
, and > restore from a backup copy of .config. If the experimental kernel runs > OK for a couple of weeks, I promote it to production. > Hi I found this patch some time ago, and use it all the time. Signed-off-by: Bernhard Walle --- drivers/scsi/Kconfig | 11 --- 1 files c

Re: [gentoo-user] CONFIG_USB_SUSPEND, where ?

2011-10-15 Thread Felix Kuperjans
only shows up there if it is already set. AFAIK the > kernel options are defined in the various Kconfig files spread > throughout the source tree. in this case > > drivers/usb/core/Kconfig > > when searching for an option you can do > > find /usr/src/linux/ -name Kconf

Re: [gentoo-user] CONFIG_USB_SUSPEND, where ?

2011-11-07 Thread Claudio Roberto França Pereira
s not set. The problem is > >>> where to find that option. Not in linux/.config, so where ? > > i think it only shows up there if it is already set. AFAIK the > > kernel options are defined in the various Kconfig files spread > > throughout the source tree. in this case

[gentoo-user] trouble installing compizconfig-backend-kconfig-0.8.2

2009-09-28 Thread Yasin
i have trouble when installing compizconfig-backend-kconfig-0.8.2 in my gentoo with kde 4.3, his said checking for kde-config... not found, can any one to help me?? thanks. ___ Yahoo! sekarang memiliki alamat

[gentoo-user] Can't rebuild gentoo kernel-4.9.16 with gcc-5.4.0

2017-05-30 Thread Mick
I tried to change the kernel config file and then rebuild the kernel, but it fails like this on two up to date stable systems: # make && make modules_install && make firmware_install HOSTCC scripts/kconfig/conf.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf --silento

Re: [gentoo-user] "No rule to make target" gcc 9.3.0 error

2021-10-18 Thread Miles Malone
wrote: > > Rebuilding the kernel... > > [thimk2][root][/usr/src/linux] ../makeover > HOSTCC scripts/kconfig/conf.o > HOSTLD scripts/kconfig/conf > scripts/kconfig/conf --syncconfig Kconfig > HOSTCC arch/x86/tools/relocs_32.o > HOSTCC arch/x86/tools/relocs_64.o > HOS

Re: [gentoo-user] Re: make oldconfig ?

2016-04-19 Thread Tom H
On Wed, Apr 20, 2016 at 12:52 AM, James wrote: > Tom H gmail.com> writes: >> >> Perhaps: >> /usr/src/linux/scripts/kconfig/Makefile >> /usr/src/linux/scripts/kconfig/conf.c > > thx, You're welcome. I'm not too sure what you're looking for b

[gentoo-user] *** No rule to make target 'arch/x86/entry/syscalls/syscall_32.tbl'

2023-12-04 Thread thelma
I'm compiling a new system (in (chroot) livecd) and trying to compile a new kernel: Running: make && make modules_install SYNCinclude/config/auto.conf HOSTCC scripts/kconfig/conf.o HOSTLD scripts/kconfig/conf make[1]: *** No rule to make target 'arch/x86/entry/sysca

Re: [gentoo-user] net-wireless/zd1211 -> configuring kernel

2008-02-07 Thread Arnau Bria
│ │ Defined at drivers/net/wireless/zd1211rw/Kconfig:1 │ │ Depends on: NETDEVICES && !S390 && USB && IEEE80211_SOFTMAC && WLAN_80211 && EXPERIME

Re: [gentoo-user] Can't rebuild gentoo kernel-4.9.16 with gcc-5.4.0

2017-05-30 Thread J. Roeleveld
On May 30, 2017 12:56:18 PM GMT+02:00, Mick wrote: >I tried to change the kernel config file and then rebuild the kernel, >but it >fails like this on two up to date stable systems: > ># make && make modules_install && make firmware_install > HOSTCC scripts

Re: [gentoo-user] 4 GB and Intel Core 2 Duo

2008-07-03 Thread Mike Williams
ort option, you've built a 32bit kernel. a64bitserver linux # make menuconfig scripts/kconfig/mconf arch/x86_64/Kconfig make[1]: *** [menuconfig] Error 1 make: *** [menuconfig] Interrupt -- Mike Williams -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] Re: systemd: "local system does not support BPF/cgroup based firewalling"

2017-10-28 Thread mad.scientist.at.large
rsion 4.9[2], > although there is for 4.10[3]. I think that's the problem, for using the > firewall BPF options of systemd, you'll need to use kernel version >= 4.10. > Regards. > [1] > https://github.com/torvalds/linux/blob/master/init/Kconfig#L848> [2] > &g

Re: [gentoo-user] Re: systemd: "local system does not support BPF/cgroup based firewalling"

2017-10-28 Thread mad.scientist.at.large
; although there is for 4.10[3]. I think that's the problem, for using the > firewall BPF options of systemd, you'll need to use kernel version >= 4.10. > Regards. > [1] > https://github.com/torvalds/linux/blob/master/init/Kconfig#L848> [2] > > https://github.com/tor

[gentoo-user] Using kconfig-hardened-check.py - no sound

2018-06-25 Thread Adam Carter
I have used the kernel config checking script from https://github.com/a13xp0p0v/kconfig-hardened-check/blob/master/kconfig-hardened-check.py on three systems. Two are fine, but one has lost audio. The driver is loaded, but aplay -L and /dev/snd are missing devices. Here's the changes in th

Re: [gentoo-user] the xen-source on gentoo

2012-06-16 Thread Pandu Poluan
│ > │ Prompt: Create compatibility mount point /proc/xen │ > │ Defined at drivers/xen/Kconfig:97 │ > │ Depends on: XEN [=n] && XENFS [=n]

Re: [gentoo-user] Can't rebuild gentoo kernel-4.9.16 with gcc-5.4.0

2017-05-30 Thread Mick
e && make modules_install && make firmware_install > > > > HOSTCC scripts/kconfig/conf.o > > HOSTLD scripts/kconfig/conf > > > >scripts/kconfig/conf --silentoldconfig Kconfig > > > > HOSTCC arch/x86/tools/relocs_32.o > > HOSTCC arch/x86

Re: [gentoo-user] [slightly OT] kernel .config help pages

2007-03-21 Thread Rasmus Andersen
ont think there is a dedicated CLI tools for this, but the Kconfig files in the kernel directory contains the help text. So if you know the name of the config option is question (or its placement in the directory hierarcy) you can grep -r for it and read/grep/parse the Kconfig file in question.

[gentoo-user] make oldconfig ?

2016-04-18 Thread James
fig script was ran (it flashed by quickly):: scripts/kconfig/conf --silentoldconfig Kconfig Evidently, I'm a step behind kernel building semantics curiously, James [1] https://wiki.gentoo.org/wiki/Kernel/Upgrade

Re: [gentoo-user] [OT]: Need help with a Makefile

2012-03-09 Thread Todd Goodman
tputmakefile FORCE > $(Q)mkdir -p include/linux > $(Q)$(MAKE) $(build)=scripts/kconfig $@ > $(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease > > > > I marked the according line with its number. > > Unfortunately I am not familiar

Re: [gentoo-user] the xen-source on gentoo

2012-06-16 Thread 赵佳晖
/proc/xen │ │ Defined at drivers/xen/Kconfig:97 │ │ Depends on: XEN [=n] && XENFS [=n] │ │ Location: │ │

[gentoo-user] Re: Kernel upgrade

2011-02-14 Thread walt
: -- localhost linux # make && make modules_install scripts/kconfig/conf --silentoldconfig arch/x86/Kconfig /usr/src/linux-2.6.36-gentoo-r5/scripts/gcc-version.sh: line 25: Ygcc: command not found That's a strange error. That script is supposed to produce a 4-digit

Re: [gentoo-user] Re: make oldconfig ?

2016-04-19 Thread Tom H
thought they might be in /usr/src/linux/scripts/ but no? No hints in > the top level Makefile either. One of the Gentoo GSoC projects is to > rework kernel building too. Now I'm stoked to read the > scripts/makefile for oldconfig and such Perhaps: /usr/src/linux/scripts/kconfig/Makefile /usr/src/linux/scripts/kconfig/conf.c

Re: [gentoo-user] Root NFS Kernel option

2007-09-22 Thread Tim
Bertram Scharpf wrote: > Hi, > > > there's just another kernel option I want to activate but > cannot find it: > > Symbol: ROOT_NFS [=n] > Prompt: Root file system on NFS > Defined at fs/Kconfig:1758 > Depends on: NET && NFS_FS=y &&

[gentoo-user] Kernel upgrade

2011-02-14 Thread Fzinc
# make && make modules_install scripts/kconfig/conf --silentoldconfig arch/x86/Kconfig /usr/src/linux-2.6.36-gentoo-r5/scripts/gcc-version.sh: line 25: Ygcc: command not found /usr/src/linux-2.6.36-gentoo-r5/scripts/gcc-version.sh: line 26: Ygcc: command not found /usr/src/linux-2.6.36-gentoo

Re: [gentoo-user] Re: Kernel upgrade

2011-02-14 Thread Mike Edenfield
t got this message: > > -- > > localhost linux # make && make modules_install > scripts/kconfig/conf --silentoldconfig arch/x86/Kconfig > /usr/src/linux-2.6.36-gentoo-r5/scripts/gcc-version.sh: line 25: Ygcc: > command not found My guess: somehow

[gentoo-user] Re: Expect a ~15% average slowdown if you use an Intel processor

2018-01-05 Thread Ian Zimmerman
On 2018-01-05 11:10, Peter Humphrey wrote: > Symbol: HAVE_EBPF_JIT [=y] > > │ > │ Type : boolean > │ Defined at net/Kconfig:436 > │ Selected by: X86

Re: [gentoo-user] Re: Expect a ~15% average slowdown if you use an Intel processor

2018-01-05 Thread Peter Humphrey
On Friday, 5 January 2018 18:04:10 GMT Ian Zimmerman wrote: > On 2018-01-05 11:10, Peter Humphrey wrote: > > Symbol: HAVE_EBPF_JIT [=y] > > │ > > │ Type : boolean > > │ Defined at net/Kconfig:436 > > │ Selected by: X86 [=y] && X86_64 [=y] > >

Re: [gentoo-user] *** No rule to make target 'arch/x86/entry/syscalls/syscall_32.tbl'

2023-12-05 Thread Ionen Wolkens
On Mon, Dec 04, 2023 at 05:48:41PM -0700, the...@sys-concept.com wrote: > I'm compiling a new system (in (chroot) livecd) and trying to compile a new > kernel: > Running: > make && make modules_install >SYNCinclude/config/auto.conf >HOSTCC scripts/kcon

Re: [gentoo-user] strange dmesg output - RESOLVED

2009-10-27 Thread Mick
> Prompt: Scrollback Buffer Size (in KB) > Defined at drivers/video/console/Kconfig:37 > Depends on: HAS_IOMEM && VT && VGACON_SOFT_SCROLLBACK > > Symbol: VGACON_SOFT_SCROLLBACK [=y] > Prompt: Enable Scrollback Buffer in System RAM > Defined at driver

Re: [gentoo-user] *** No rule to make target 'arch/x86/entry/syscalls/syscall_32.tbl'

2023-12-05 Thread thelma
STCC scripts/kconfig/conf.o HOSTLD scripts/kconfig/conf make[1]: *** No rule to make target 'arch/x86/entry/syscalls/syscall_32.tbl', needed by 'arch/x86/include/generated/uapi/asm/unistd_32.h'. Stop. make: *** [arch/x86/Makefile:242: archheaders] Error 2 kerenl is: linux-

Re: [gentoo-user] make oldconfig ?

2016-04-18 Thread Tom H
; > I did notice after running (3) and then 'make && make modules install' > the slilentoldconfig script was ran (it flashed by quickly):: > > scripts/kconfig/conf --silentoldconfig Kconfig olddefconfig uses defaults for new symbols but oldconfig for "old"

Re: [gentoo-user] Gentoo 2007.0 installer problem (unpacking the stage tarball takes forever)

2007-09-07 Thread Rafael Barrera Oro
x27;. * kernel: >> Making dependencies... * ERROR: Failed to compile the "prepare" target... * -- Grepping log... -- SHIPPED scripts/kconfig/lex.zconf.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf

[gentoo-user] 2007.0 Minimal CD problem

2007-09-10 Thread Rafael Barrera Oro
ration. *** Execute 'make' to build the kernel or try 'make help'. * kernel: >> Making dependencies... * ERROR: Failed to compile the "prepare" target... * -- Grepping log... -- SHIPPED scripts/kconfig/lex.zconf.c SHIPPED scripts/kconfig/zconf.hash.c HO

[gentoo-user] syncekonnector ebuild fails

2005-12-01 Thread Michael W. Holdeman
The new syncekonnector ebuild fails with this: PocketPCKonnector.cpp: In member function `virtual KRES::Resource* PocketPCKonnectorFactory::resource(const KConfig*)': PocketPCKonnector.cpp:40: error: cannot allocate an object of type `KSync::PocketPCKonnector' PocketPCKonnector.cpp

Re: [gentoo-user] make oldconfig ?

2016-04-18 Thread Alexander Kapshuk
urces? > > I did notice after running (3) and then 'make && make modules install' > the slilentoldconfig script was ran (it flashed by quickly):: > > scripts/kconfig/conf --silentoldconfig Kconfig > > Evidently, I'm a step behind kernel building semantics

Re: [gentoo-user] Kernel upgrade

2011-02-14 Thread Dale
: -- localhost linux # make && make modules_install scripts/kconfig/conf --silentoldconfig arch/x86/Kconfig /usr/src/linux-2.6.36-gentoo-r5/scripts/gcc-version.sh: line 25: Ygcc: command not found /usr/src/linux-2.6.36-gentoo-r5/scripts/gcc-version.sh: line 26: Ygcc: command not found /usr/s

Re: [gentoo-user] Kernel questions

2010-08-18 Thread Andrea Conti
or that in the /usr/src/linux/**/Kconfig files and see what setting it belongs to. > To customize the kernel I can either strip down the configuration of > the genkernel or start with an empty .config file. I generally start with a .config from a similar machine :) Failing that, I prefer t

[gentoo-user] Re: Peeve - finding kernel config options

2014-02-27 Thread Grant Edwards
the past 20 years: Symbol: E1000 [=n] Type : tristate >>> Prompt: Intel(R) PRO/1000 Gigabit Ethernet support Location: -> Device Drivers -> Network device support (NETDEVICES [=y]) -> Ethernet driver support (ETHERNET [=y]

Re: [gentoo-user] Emacs Problem

2005-07-12 Thread A. Khattri
t a problem when using Gentoo > compilation process? > > I got to a problem with linux kernel configuration: > pyrenees:/usr/src/linux # make gconfig > scripts/kconfig/gconf arch/i386/Kconfig > > (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion > `GTK_IS

Re: [gentoo-user] Older machines no text console video after bootup

2022-04-19 Thread Walter Dnes
HOSTCC scripts/kconfig/conf.o HOSTLD scripts/kconfig/conf CC scripts/mod/empty.o MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/modpost.o CC scripts/mod/devicetable-offsets.s HOSTCC scripts/mod/file2alias.o HOSTCC scripts/mod/sumversion.o HOSTLD scripts/mod/modpos

[gentoo-user] Adding realtime-prempt kernel patches to gentoo-sources

2005-07-07 Thread Mark Knecht
ching file Makefile Hunk #1 FAILED at 1. 1 out of 2 hunks FAILED -- saving rejects to file Makefile.rej patching file arch/arm/mach-pxa/corgi_ssp.c patching file arch/i386/Kconfig patching file arch/mips/Kconfig Hunk #3 succeeded at 907 (offset 2 lines). Hunk #4 succeeded at 942 (offset 2 lines). Hunk #5

Re: [gentoo-user] netfilter tarpit target

2007-04-01 Thread Daniel Iliev
anks for your reply. This patch appears to be incompatible with gentoo-sources or I'm doing something wrong. After patching the module "TARPIT" appears in the kernel configuration and I mark it to get built as a module [M]. Then: == make all modules_install i

Re: [gentoo-user] Re: Peeve - finding kernel config options

2014-02-27 Thread Alan McKinnon
; -> Device Drivers > -> Network device support (NETDEVICES [=y]) > -> Ethernet driver support (ETHERNET [=y]) > (2) -> Intel devices (NET_VENDOR_INTEL [=y]) > Defined at drivers/net/ethernet/intel/Kconfig:47 >

Re: [gentoo-user] The saga of the missing Logitech drivers

2020-02-01 Thread Jack
ndard. Symbol: HID_LOGITECH [=n] Type : tristate Prompt: Logitech devices Location: -> Device Drivers -> HID support -> HID bus support (HID [=y]) -> Special HID drivers Defined at drivers/hid/Kconfig:525 Depends on: INPUT [=y] && HID [=y] && LEDS_CLASS [=y]

Re: [gentoo-user] CONFIG_SCSI_WAIT_SCAN=m I don't want modules here.

2008-03-22 Thread Dirk Heinrichs
Am Freitag, 21. März 2008 schrieb Dale: > What is this and why is it so persistent about it having to be there? Because of: config SCSI_WAIT_SCAN tristate default m depends on SCSI depends on MODULES in drivers/scsi/Kconfig. HTH... Dirk signature.

Re: [gentoo-user] "auto-config" of new gentoo-sources?

2013-02-22 Thread Mike Gilbert
ated? > The latter. Have a look at DEFCONFIG_LIST init/Kconfig.

Re: [gentoo-user] Emacs Problem

2005-07-12 Thread Sebastien Morand
t; > I got to a problem with linux kernel configuration: > > pyrenees:/usr/src/linux # make gconfig > > scripts/kconfig/gconf arch/i386/Kconfig > > > > (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion > > `GTK_IS_LABEL (label)' failed

Re: [gentoo-user] netfilter tarpit target

2007-04-01 Thread Dave Jones
ears to be incompatible with gentoo-sources or I'm doing > something wrong. After patching the module "TARPIT" appears in the > kernel configuration and I mark it to get built as a module [M]. Then: > == > make all modules_install install > scripts

[gentoo-user] Is Vesa/Uvesa still the way for Frame buffer

2013-08-02 Thread Harry Putnam
│ │ Prompt: VESA VGA graphics support │ │ Defined at drivers/video/Kconfig:755 │ │ Depends on: HAS_IOMEM [=y] && FB [=y]=y && X86 [=y] │ │ Location:

[gentoo-user] Puzzled by zswap [Was: tmp on tmpfs]

2017-05-25 Thread Ian Zimmerman
re it is not. So when the kernel sees zswap.enable=1 in the command line, what happens? 2. The doc says it can be turned on at runtime by means of /sys/module/zswap/parameters/enabled. But kconfig doesn't make it possible to build the support as a module, only built-in, and so it is not sur

[gentoo-user] "stack-protector-strong" option results in gcc error

2014-09-22 Thread Walter Dnes
I did an emerge update just now, and figured it was time to jump to the latest stable kernel (3.14.16). I ran "make oldconfig". Amongst the new features, I selected "stack-protector-strong". When trying to build the new kernel, I got... scripts/kconfig/conf --silentoldcon

[gentoo-user] Re: make oldconfig ?

2016-04-19 Thread James
p; make modules install' > > the slilentoldconfig script was ran (it flashed by quickly):: > > scripts/kconfig/conf --silentoldconfig Kconfig > Although not specific to the question asked, but just an observation I > have made, when using 'make oldconfig', copying

Re: [gentoo-user] Where is CONFIG_MICROCODE gone in kernel 4.4.6-gentoo?

2016-04-30 Thread Mick
> The search results show what they are and whether they are set. I get this > > Symbol: MICROCODE [=y] > Type : boolean > Prompt: CPU microcode loading support > Location: > (1) -> Processor type and features > Defined at arch/x86/Kconfig:1159 > Depe

Re: [gentoo-user] *.bin and /dev/loop help

2006-01-17 Thread David Morgan
On 17:13 Tue 17 Jan , krgn wrote: > Which Kernel options are necessary (could not find > anything about /dev/loop in ck-patched 2.6.15) and how is the procedure > to mount this binary image? > Symbol: BLK_DEV_LOOP [=y] Prompt: Loopback device support Defined at drivers/block

Re: [gentoo-user] Config help texts

2005-11-05 Thread Mike Williams
where it is and under what name? The Kconfig files. -- Mike Williams -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] 2GB of RAM

2006-06-20 Thread Graham Murray
x86 and 2.6.17? I had those config options with 2.6.16, but they are not present in 2.6.17. Though looking at /usr/src/linux/arch/i386/Kconfig I cannot see why the option was not offered. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Where is CONFIG_MICROCODE gone in kernel 4.4.6-gentoo?

2016-04-30 Thread Alec Ten Harmsel
Grepping .config is unreliable, and always has been. I usually use something like: grep MICROCODE $(find . -name Kconfig) Alec

Re: [gentoo-user] what is CONFIG_SCSI_QLA2XXX?

2005-11-18 Thread Alexander Skwar
the Linux source directory in drivers/scsi/qla2xxx Reading drivers/scsi/qla2xxx/Kconfig I suppose that it refers to the QLogic 2xxx host adapter family. Alexander Skwar -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Kernel option missing - very frustrating...

2019-12-15 Thread Daniel Frey
esent in the help in menuconfig or the Kconfig file in the source tree? Whatever, I finally found it. Dan

Re: [gentoo-user] Missing .config

2008-02-16 Thread Etaoin Shrdlu
should also be possible to recreate the config from the running kernel by using zcat /proc/kconfig.gz > .config if the running kernel has been compiled with the /proc/kconfig option. -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] 4 GB and Intel Core 2 Duo

2008-07-03 Thread Norberto Bensa
ch/x86/Kconfig:766 Depends on: && !X86_NUMAQ Location: -> Processor type and features -> High Memory Support ( [=y]) Regards, Norberto This message was sent using IMP, the Internet Messaging Progr

[gentoo-user] kernel - locating option

2013-12-26 Thread Joseph
Prompt: open by fhandle syscalls Defined at init/Kconfig:295

[gentoo-user] Sandbox violation when emerging gentoo-kernel-5.4.105

2021-04-02 Thread itsgrant
t-dwarf -S -x c /dev/null -o /dev/null * The relevant section of the log is: x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o scripts/kconfig/conf scripts/kconfig/conf.o scripts/kconfig/confdata.o scripts/kconfig/exp

Re: [gentoo-user] Is Vesa/Uvesa still the way for Frame buffer

2013-08-02 Thread Canek Peláez Valdés
nfig... but not finding any > way to say 'y' to FB_UVESA > > > │ Symbol: FB_VESA [=y]│ > │ Type : boolean │ > │ Prompt: VESA VGA graphics support

Re: [gentoo-user] Re: Creating loop devices

2006-10-30 Thread Novensiles divi Flamen
On Monday 30 October 2006 21:57, Harm Geerts wrote: > Do you have support for loop devices in your kernel? > udev has default rules for this in /etc/udev/rules.d/50-udev.rules > > Symbol: BLK_DEV_LOOP [=y] > Prompt: Loopback device support > Defined at drivers/block/Kconfig:

Re: [gentoo-user] Re: Creating loop devices

2006-10-30 Thread Alan McKinnon
LK_DEV_LOOP [=y] > > Prompt: Loopback device support > > Defined at drivers/block/Kconfig:261 > > Location: > > -> Device Drivers > > -> Block devices Thanks for the reply, you were on the right track as I mentioned in my other mail on this thread alan -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Config help texts

2005-11-06 Thread Charles Trois
where it is and under what name? The Kconfig files. I see. The information is fragmented, whereas I was looking for something global. Thanks very much. Charles -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] "auto-config" of new gentoo-sources?

2013-03-09 Thread Graham Murray
detected and ".config" file generated? >> > > The latter. Have a look at DEFCONFIG_LIST init/Kconfig. So is it no longer necessary to run 'zcat /proc/config.gz > .config' to transfer the current configuration as a 'seed' when installing a new kernel?

Re: [gentoo-user] Audigy 2 ZS [SB0350] problems on AMD64

2005-07-23 Thread Jules Colding
Symbol: PREEMPT [=y] > x > Prompt: Preemptible Kernel >x > De

Re: [gentoo-user] *.bin and /dev/loop help

2006-01-17 Thread krgn
> Symbol: BLK_DEV_LOOP [=y] > Prompt: Loopback device support > Defined at drivers/block/Kconfig:261 > Location: > -> Device Drivers > -> Block devices > > mount -o loop ok, installed it as module and its there... RockHead src # ls /dev/|grep loo

Re: [gentoo-user] *.bin and /dev/loop help

2006-01-17 Thread Holly Bostick
krgn schreef: >> Symbol: BLK_DEV_LOOP [=y] >> Prompt: Loopback device support >> Defined at drivers/block/Kconfig:261 >> Location: >> -> Device Drivers >> -> Block devices >> >> mount -o loop > > ok, installed it as mod

Re: [gentoo-user] My Continuing ALSA Woes

2005-10-20 Thread Sascha Lucas
SATA support Defined at drivers/scsi/Kconfig:452 Depends on: SCSI!=n && SCSI_SATA && PCI Location: -> Device Drivers -> SCSI device support -> SCSI device support (SCSI [=y]) -> SCSI low-level drivers -> Serial AT

Re: [gentoo-user] 2GB of RAM

2006-06-20 Thread David Klempner
FIG_VMSPLIT_1G is not set > > CONFIG_PAGE_OFFSET=0xC000 > > CONFIG_HIGHMEM=y > > Is that with x86 and 2.6.17? I had those config options with 2.6.16, > but they are not present in 2.6.17. Though looking at > /usr/src/linux/arch/i386/Kconfig I cannot see why the option wa

[gentoo-user] Emacs Problem

2005-07-10 Thread Sebastien Morand
ernel configuration: pyrenees:/usr/src/linux # make gconfig scripts/kconfig/gconf arch/i386/Kconfig (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion `GTK_IS_LABEL (label)' failed (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion `GTK_IS_LABEL (labe

Re: [gentoo-user] "stack-protector-strong" option results in gcc error

2014-09-22 Thread Alexander Kapshuk
to > build the new kernel, I got... > > scripts/kconfig/conf --silentoldconfig Kconfig > Makefile:615: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: > -fstack-protector-strong not supported by compiler > SYSHDR arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h > S

[gentoo-user] Re: Creating loop devices

2006-10-30 Thread Harm Geerts
7;d be willing to share? > > alan Do you have support for loop devices in your kernel? udev has default rules for this in /etc/udev/rules.d/50-udev.rules Symbol: BLK_DEV_LOOP [=y] Prompt: Loopback device support Defined at drivers/block/Kconfig:261 Location: -> Device Drivers

[gentoo-user] can't find ralink driver in 2.6.28-gentoo-r4 kernel

2009-04-26 Thread maxim wexler
Hi group, For a #make menuconfig on the 2.6.28-gentoo-r4 sources trying to uncover the ralink driver. When I type /rt2x00 I'm told it's defined in drivers/net/wireless/rt2x00/Kconfig:1 and can be found by following the path: device drivers -> net device support -> wireless l

[gentoo-user] Re: [gentoo-laptop] coretemp and smartbatt drivers for lm_sensors

2009-03-28 Thread Valmor de Almeida
. Interesting that the / search for this config parameter gives me ┌─ Search Results ──┐ │ Symbol: SENSORS_CORETEMP [=n] │ Prompt: Intel Core (2) Duo/Solo temperature sensor │ Defined at drivers/hwmon/Kconfig:351 │ Depends on: HWMON

  1   2   3   4   >