raink 发表于 2003-4-25 18:23:18

内核升级后,启动时出现的这些错误

modprobe:modprobe:Can't locate module char-major-10-135
modprobe:modprobe:Can't locate module char-major-108
modprobe:modprobe:Can't locate module char-major-6

这些是编译了2.4.20的内核后,启动时出现的问题,
第一个modprobe:modprobe:Can't locate module char-major-10-135
我在论坛里找到答案了,是
------------------------------------
解决关于"char-major-10-135"的错误,原因是新内核没有加入RTC支持,请在内核配置中的"character device"里将"enhanced real time clock support"选上Y或M就没这个错误了
建议选上这个支持,很多要编译的程序需要这个支持,譬如mplayer
谢谢llc
---------------------------------------
至于后两个,就不知道为什么了,估计也是编译内核的时候有些选项没有加载,
请问,是什么原因造成的呢?谢谢!!

Dragonfly 发表于 2003-4-26 00:15:41

135 rtc
108 ppp
6 lp, parallel printer

except rtc, u can inore these erros if u need not them. or u can modify some files under /etc to remove the load of these. which linux u install?

llc 发表于 2003-4-26 01:42:34

怪了,以前我没有猫时不编译ppp模块,也没有108错误

Dragonfly 发表于 2003-4-26 02:31:34

need check the config file to see if linux rc script load them.

raink 发表于 2003-4-26 17:45:37

135 rtc
108 ppp
6 lp, parallel printer

except rtc, u can inore these erros if u need not them. or u can modify some files under /etc to remove the load of these. which linux u install?

我用的是debian,编译的kernel 2.4.20
能不能把108和6方面的说详细些??

Dragonfly 发表于 2003-4-26 23:57:00

check the kernel source Documentation/device.txt. each block/character device has a different code. so u character-108 is ppp and character-6 is lp. i guess u deselect these when compiling the kernel. so u can try to grep files under u /etc to find which file load them when start up. (rc.script, module.xx, ...) and delete them with caution.
页: [1]
查看完整版本: 内核升级后,启动时出现的这些错误