You are not logged in.

#1 2011-08-01 19:23:00

gregor
Member
From: /planet/tmpfs
Registered: 2011-06-20
Posts: 175

Can I adjust the kernel config-file? [SOLVED]

so i kicked out linux-3 kernel and installed the "aufs_friendly kernel" with the aufs2 package all went well...after the reboot i got an error "acer_wmid" failure .

my question can i rebuild the kernel WHITOUT the "acer_wmi" part from the config-file within the kernel-source ????

#
# Altera FPGA firmware download module
#
CONFIG_ALTERA_STAPL=m
CONFIG_X86_PLATFORM_DEVICES=y
CONFIG_ACER_WMI=m      <<====  compiled as module and i want to get rid off... 
CONFIG_ACERHDF=m
CONFIG_ASUS_LAPTOP=m
CONFIG_DELL_LAPTOP=m
CONFIG_DELL_WMI=m
CONFIG_DELL_WMI_AIO=m

because in the heather of the file

#
# Automatically generated make config: don't edit   <<==== THIS ??!!
# Linux/x86_64 2.6.39 Kernel Configuration
# Mon Jun  6 22:07:19 2011

anybody any ideas ??

Last edited by gregor (2011-08-01 21:57:48)

Offline

#2 2011-08-01 21:06:41

slytux
Member
From: New York
Registered: 2010-09-25
Posts: 136

Re: Can I adjust the kernel config-file? [SOLVED]

Uncomment the "make menuconfig" line in the PKGBUILD or run that command when creating your kernel config.  This will bring up the console config utility.  Navigate to Device Drivers --> all the way down to X86 Platform Specific..  Toggle Acer WMI Laptop Extras using the spacebar.

*You can also edit the config file directly and change the 'm' to a 'n'  This will work but the reason it's not recommended is because some options are dependent on other kernel options.

Offline

#3 2011-08-01 21:33:17

gregor
Member
From: /planet/tmpfs
Registered: 2011-06-20
Posts: 175

Re: Can I adjust the kernel config-file? [SOLVED]

Uncomment the "make menuconfig" line in the PKGBUILD or run that command when creating your kernel config.  This will bring up the console config utility.  Navigate to Device Drivers --> all the way down to X86 Platform Specific..  Toggle Acer WMI Laptop Extras using the spacebar.

gonna try ...i'd blacklisted the module for now.

You can also edit the config file directly and change the 'm' to a 'n'  This will work but the reason it's not recommended is because some options are dependent on other kernel options.

tried that one .....no success

[EDIT:] Uncomment the "make menuconfig" line in the PKGBUILD = worked for me

BIG THNX

Last edited by gregor (2011-08-01 21:44:06)

Offline

#4 2011-08-04 01:09:58

slytux
Member
From: New York
Registered: 2010-09-25
Posts: 136

Re: Can I adjust the kernel config-file? [SOLVED]

The config file in the kernel source is a .config <--starts with a dot and the command only works when run in a kernel source tree.

Offline

Board footer

Powered by FluxBB