New details:
I am running an SMP machine and have been using the kernel-2.6.9-x86_64-smp.config config file, which is the one that I can't get to work.
So, I figured, what the heck, I'll just use the kernel-2.6.9-x86_64.config config file instead and just turn on SMP in make menuconfig.
Voila! It works.
There are huge differences between these two config files, and I'm wondering what the heck is messed up in the former such that it doesn't work but the latter does, even on SMP?
Thanks.
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Jim Perrin Sent: Monday, February 12, 2007 12:05 PM To: CentOS mailing list Subject: Re: [CentOS] CentOS 2.6.9-42.0.8 issue - no keyboard after reboot
Is there a bug or other problem in the standard USB driver for 42.0.8? This is frustrating, and it has halted my development. I should be
able
to build and run the straight distro rpm without this kind of grief, shouldn't I?
Suggestions, comments, etc. welcome.
1. usb drivers work fine here for all my devices (webcam, wireless keyboard/mouse set, memory sticks, and external hard drives and dvd burners.)
2. Um, the whole point of rpm based distributions is that you don't have to build them. That part is done for you. That said, it all rebuilds cleanly if you have a proper build environment. That's one of the things which the centos developers are very picky about. It's also pretty fundamental to the distribution, as it's all rebuilt from the sources of the upstream vendor.
There are huge differences between these two config files, and I'm wondering what the heck is messed up in the former such that it doesn't work but the latter does, even on SMP?
The one question which has not been addressed yet is 'what does your build environment look like?'
This could have everything to do with why you continue to have problems with (re)building things.
On Mon, 2007-02-12 at 17:07 -0500, Mark Hull-Richter wrote:
New details:
I am running an SMP machine and have been using the kernel-2.6.9-x86_64-smp.config config file, which is the one that I can't get to work.
So, I figured, what the heck, I'll just use the kernel-2.6.9-x86_64.config config file instead and just turn on SMP in make menuconfig.
Voila! It works.
There are huge differences between these two config files, and I'm wondering what the heck is messed up in the former such that it doesn't work but the latter does, even on SMP?
Thanks.
I can guarantee that they both build fine on the centos builders and on a machine with all the x86_64 packages and the only i[3,4,5,6]86 packages are glibc.i686 and glibc-devel.i386.
You should either be building with plague and a full x86_64 tree ... or a full tree as described in my first paragraph.
Now, as to whether the keyboard works, that could be an issue. Did you ever try to boot with my SMP kernel and see if there where also issues with that.
Thanks, Johnny Hughes