|
Kernel / Main
Evo T20 Kernel ResourcesFixesPnPBIOS errorThis appeared when upgrading to Ubuntu 7.10 LTSP (kernel version 2.6.22). PnPBIOS got an error and hanged the boot process. Adding Natsemi bugSymptom: Repeated log messages of the form eth0: possible phy reset: re-initializing Details: See Zsolt Mueller's summary. Diagnosis: There is a bug in the ethernet driver, typically located in Solution: Zsolt has a patch for kernel 2.6.16. In kernel 2.6.24, some changes have been made to the driver file, but apparently not this one. The recommended solution is to delete the single character "!" from line number 1821, to produce the correct form shown below: 1818 dspcfg = readw(ioaddr+DSPCFG); Real-Time Clock (RTC) ProblemsStandard kernels fill the system log with error messages complaining about rtc settings. The Evo hardware is to blame: it lacks components that are standard on most motherboards. Here's how to eliminate wasted kernel effort and unwanted log messages. Edit the file |