`
ejacky
  • 浏览: 30884 次
  • 性别: Icon_minigender_1
  • 来自: 抚顺
社区版块
存档分类
最新评论

解决i8253 count too high !resetting!的其他方法

阅读更多
1.关闭提示 2.消除误差
1.关闭提示
开机到grub处,按下e键,选择kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ ,在末尾处“空格+single”,然后回车退出,再按b键引导进入单用户模式,在单用户模式下输入chkconfig pcmcia off,然后reboot重启就可以了
2.消除误差
Linux系统本身就已经具备了消除这种误差的功能,因为i8253 count too hight,reseting,本身就是一个Debug的回显信息,系统是如何消除这种误差的呢?

I 'solved' the problem by removing the message from the linux kernel source
and compiling it again then installing the new kernel. No more messages!

You *NEED* to have the kernel source on your virtual machine to do this.

On 2.4.x kernel sources (assuming your linux sources is at /usr/src/linux)
the file that needs editing is time.c found like this...
root@dana2:/root$ cd /usr/src/
root@myserver:/usr/src$ grep "i8253 count too high! resetting.." *

which outputs:

grep: Documentation: Is a directory
grep: arch: Is a directory
grep: crypto: Is a directory
grep: drivers: Is a directory
grep: fs: Is a directory
grep: include: Is a directory
grep: init: Is a directory
grep: ipc: Is a directory
grep: kernel: Is a directory
grep: lib: Is a directory
grep: mm: Is a directory
grep: net: Is a directory
grep: scripts: Is a directory
arch/i386/kernel/time.c:                               "i8253 count too
high! resetting..\n");

Go edit this time.c file and it is the two lines 690/691 (for 2.4.27 anyway). At comment
markers around the two lines then save and build a new kernel and install.

time.c lines 690 & 691
-------------------------------
/*  printk(KERN_WARNING"i8253 count too high! resetting..\n"); */

The line numbers may or may not be the same for other 2.4.xx kernels but it will be the same file.
分享到:
评论

相关推荐

    Agile Resetting and Restarting

    Agile Resetting and Restarting

    Resetting, Checking Out & Reverting | git里边容易混淆的几个命令解释

    附件里边是一个链接,尝试保存pdf下来,但是格式总是不对,所以只能把链接放上来了

    mqtt_client.exe

    mqtt_client.exe 上位机,GO语言写的

    MAC版修改MySQL初始密码的方法

    解决方式: http://dev.mysql.com/doc/refman/5.7/en/resetting-permissions.html 亲测方法3,已成功重置密码。 (感谢@非常,告诉我官网就有重置方法,网上搜了一堆堆… 另外,step1和2来源于//...

    Rockchip MPP

    瑞芯微提供的媒体处理软件平台(Media Process Platform,简称 MPP)是适用于瑞芯微芯片系列的 通用媒体处理软件平台。该平台对应用软件屏蔽了芯片相关的复杂底层处理,其目的是为了屏蔽不 同芯片的差异,为使用者...

    mac安装mysql初始密码忘记怎么办

    具体解决办法如下 http://dev.mysql.com/doc/refman/5.7/en/resetting-permissions.html 亲测方法3,已成功重置密码。 (感谢@非常,告诉我官网就有重置方法,网上搜了一堆堆… 另外,step1和2来源于MAC上Mysql...

    SAP财务模块紧要概述.pptx

    SAP财务模块紧要概述涵盖了财务模块中的各个组成部分,如会计清账、incoming and outgoing payments、payment differences、exchange rate differences等,为财务人员提供了一个系统化的财务管理解决方案。

    jqzoom放大镜插件.zip

    bleft = bleft + borderleft.substr(i,1) }else { break; } } } btop = (btop.length > 0) ? eval(btop) : 0; bleft = (bleft.length > 0) ? eval(bleft) : 0; } this.node.onload = ...

    udp 和tcp结合视频监控系统.zip

    /// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. /// public void Dispose() { Dispose(true); GC.SuppressFinalize(this); } /...

    Utilities for Windows NT 源码

    Users who come from other operating systems like Unix or VMS and think it is unnecessary to do everything with a GUI interface. Users who want to automate tasks like password changing in a batch file ...

    crmode.rar_termlib

    Routines to deal with setting and resetting modes in the tty driver. See also setupterm.c in the termlib part.

    FastReport 4.9

    + added ability to set any custom page order for printing (i.e. 3,2,1,5,4 ) + [enterprise] added variables "AUTHLOGIN" and "AUTHGROUP" inside the any report + [enterprise] now any report file can be ...

    kaggle入门赛TOP%7:泰坦尼克号(1.数据分析,特征处理)基于百度aistudio平台

    This directory will be recovered automatically after resetting environment. !ls /home/aistudio/data data31483 # 查看工作区文件, 该目录下的变更将会持久保存. 请及时清理不必要的文件, 避免加载

    51单片机的电子秒表

    // 指令包括start@(启动),stop@(暂停),countdown@(倒计时),resetting@(清零)0000~6000(设置数码管显示时间) // 注:输入时间时前要加8个空格 _ _ _ _ _ _ _ _1130$@ // 注:指令发送为文本模式

    Fast Report Enterprise v4.9.32 Full Source

    + added ability to set any custom page order for printing (i.e. 3,2,1,5,4 ) + [enterprise] added variables "AUTHLOGIN" and "AUTHGROUP" inside the any report + [enterprise] now any report file can be ...

    Moodle Administration Essentials(PACKT,2015)

    You'll also explore how plugins are configured and installed, and learn about backing up, resetting, and restoring Moodle courses. Finally, you'll learn Moodle's security options, along with ...

    利用matlab实现WCDMA的程序

    global DelayHandle AmpHandle fee = str2num(get(AmpHandle(BoxNum), 'String'))*1e-9; if isempty(fee) set(DelayHandle(BoxNum),'... GenDialog('Resetting to 0'); set(AmpHandle(BoxNum), 'String','0'); end

    App.Inventor.2.Building.Android.Apps.B0193RHQG6

    Resetting The Game Winning And Losing Adding Sounds Installing Your First App Your Second App Design Blocks Installing Your Second App Google Play Store Where Next Forums, Updates And Errors About The...

    jasmine-node:Jasmine Spec框架与Node.js的集成

    茉莉花节 这个node.js模块使出色的规格框架(版本1)可在node.js中使用。 项目状态 该项目现在处于维护模式。 建议尽可能使用jasmine或jasmine-npm软件包。 茉莉花 node-jasmine当前包含1.3.1版本的Jasmine。...

Global site tag (gtag.js) - Google Analytics