Thomas Dukes wrote:
So my question is how can I force it to use the driver from kernel 2.6.9-34.0.2? Is it something I need to add to grub.conf?? If so, what?
You could disable kudzu if the driver config you have is what you want. I always disable kudzu on my systems after they are installed as my hardware changes are very rare, I can't remember the last time I used kudzu on a server.
chkconfig --level 2345 kudzu off /etc/init.d/kudzu stop
for me this happens automatically during kickstart.
nate