LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 3737|回复: 2

“could not locate char-major-10-135 ”的解决

[复制链接]
发表于 2003-4-26 15:28:43 | 显示全部楼层 |阅读模式
It's harmless. Just means you do not have the RTC clock module compiled into your kernel, or the module has not been loaded. There should be an alias for this in
/etc/modules.conf:

alias char-major-10-135 rtc

If not, check /etc/modutils/arch/i386 (if you have an intel/amd system) and put it in there, then run update-modules.

modconf might allow you to force load the rtc module, if it exists, at boot by putting rtc in /etc/modules. That may help.

As a last resort, if your kernel doesn't have it, you may want to install a kernel with rtc support or compile your own.

引自  www.debianhelp.com

相信很多朋友都会看到这个讨厌的信息,上面的方法能解决问题。:)
发表于 2003-4-26 17:42:37 | 显示全部楼层
以下是转贴
解决关于"char-major-10-135"的错误,原因是新内核没有加入RTC支持,请在内核配置中的"character device"里将"enhanced real time clock support"选上Y或M就没这个错误了
建议选上这个支持,很多要编译的程序需要这个支持,譬如mplayer

不知道这些错误大家有没有遇见过
modprobe:modprobe:Can't locate module char-major-108
modprobe:modprobe:Can't locate module char-major-6
发表于 2003-4-26 23:37:48 | 显示全部楼层
我的办法最简单:

不管数值是什么,我统统的;

alias char-major-10-135 off

最后用off就好啦,管它呢,又不影响使用
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表