|
From: Tyler T <ty...@gm...> - 2008-12-31 17:21:06
|
>> So somewhere lirc thinks I have an multi-processor 686 system, which >> is of course not correct (and the Eden CPU cannot run a 686 kernel). > > LIRC gets the configuration from your Linux kernel source directory. In > the config.log file search for "checking for Linux kernel sources". Thanks for the reply! This is from config.log: configure:22750: checking for Linux kernel sources configure:22866: result: /lib/modules/2.6.27.7/build/ /lib/modules/2.6.27.7/build/ points to /usr/src/linux which is where my kernel .config file is. My kernel .config file lists "CONFIG_M486=y" and "# CONFIG_M686 is not set" and "# CONFIG_SMP is not set". I've gone all over my kernel config (including system.map and config in /boot), and everything seems to be pointing to i486 2.6.27.7 and nothing seems to be referencing i686 2.6.27.7-smp, that I can find. Is there somewhere specific I should look? Thanks again! |