@ Compupolis
My Sites
|
Visitors:
If you know about a problem I don't have listed here that you think
others need to know, please submit it to me
for possible inclusion here. Please let me know if you want to be
identified or not, and if so, by name and e-mail address, just
name, or just e-mail address.
The List
Date | Problem Description and Solution |
11/14/1997 |
Problem: Pentium F0 0F bug
Pre MMX Pentium computers can lock up
if they execute a certain illegal instruction
Solution:
Upgrade to Linux kernel 2.0.32 or later. If you use the Red Hat
distribution, you can get new kernel RPMs from ftp.redhat.com
|
12/28/96 |
Problem: boot errors
After a recompile of the kernel, you see error messages about
"net-pf-4" and/or "net-pf-5" at boot time.
Solution: This is mentioned in
/usr/src/linux/Documentation/modules.txt. If you
compile your system to use modules, you may need to add
the following lines to your /etc/conf.modules
file to turn off ax25, ipx, and appletalk (if you don't
use these things):
alias net-pf-3 off #ax25
alias net-pf-4 off #ipx
alias net-pf-5 off #appletalk
|
|