[NTLUG:Discuss] kernel compile problems
MadHat
madhat at unspecific.com
Mon Sep 23 20:41:01 CDT 2002
On Mon, 2002-09-23 at 18:50, Geremy L. Hamlett wrote:
> OK, I am back. I was able to compile 2.4.19 almost the way I wanted. I
> would like to thank MadHat for pointing me to the initrd problem. I have
> run into a few more though. I cannot get my USB mouse to work. I
> compiled, what I thought was, the USB modules, and HID modules, but for
> some reason It doesn't recognize my USB mouse. It works fine under the
> canned RedHat kenel.
>
when you boot to the default kernel, do an lsmod and see what all
modules are installed at the time. This will give you a hint about what
is needed. I can't remember everything right now, I'll have to check
if you still can't get it.
> Next problem:
> During the boot i noticed a modprobe error, I don't know exactly what it
> said but it was something like:
> modprobe: modprobe cannot ..(something)..major-char..(something).
> I don't know what this means. Has anyone seen this befor?
yeh, its common...
in /etc/modules.conf add
alias char-major-# off
if you want to ignore the message. Otherwise we will need to know what
the # is to see what driver it it looking for.
>
> Last Problem: (not major)
> After I booted into the kernel ( without mouse support) I could startx and
> everything worked great, but I got a warnning in my XFree86 log saying:
> System lack support for changing MTRRs
> What is/are MTRRs and should I worry about this.
>
MTRR (Memory Type Range Register) control
linux/Documentation/mtrr.txt
it included under the processor type and features part of the kernel
config. I have not used it or had need for it. Check out the above
mentioned doc.
> Thanks again to the Folks of NTLUG during my adventure into compiling my
> new kernel.
>
> --
> Geremy L. Hamlett
>
> http://omega.uta.edu/~glh6688
>
>
> _______________________________________________
> https://ntlug.org/mailman/listinfo/discuss
>
--
MadHat at Unspecific.com
"Anyone who understands Linux/Unix, really understands the universe.
Anyone who understands Windows, really understands Windows."
- Richard Thieme, DefCon 10, 2002
More information about the Discuss
mailing list