|

楼主 |
发表于 2003-10-10 15:44:28
|
显示全部楼层
最初由 chainsaw 发表
Q: The kernel module doesn't get loaded dynamically when X starts;
I always have to do 'modprobe nvidia' first. What's wrong?
A: Make sure the line "alias char-major-195 nvidia" appears in
your module configuration file, generally one of "/etc/conf.modules",
"/etc/modules.conf" or "/etc/modutils/alias"; consult the documentation
that came with your distribution for details.
-----摘自nvidia驱动README文件
alias char-major-195 nvidia已经在/etc/modules.conf中有了,咋回事? |
|