我姑且转之的,这件事儿让国人一宣传总有些悲凉的感觉…
原帖:http://www.linux-ren.org/modules/newbb/viewtopic.php?topic_id=56228
这有一个原文的地址:http://lists.fedoraproject.org/pipermail/announce/2010-August/002856.html
我姑且转之的,这件事儿让国人一宣传总有些悲凉的感觉…
原帖:http://www.linux-ren.org/modules/newbb/viewtopic.php?topic_id=56228
这有一个原文的地址:http://lists.fedoraproject.org/pipermail/announce/2010-August/002856.html
今天看到/etc/modprobe.conf文件中有如下内容:
alias eth0 pcnet32
其中alias啥意思,不太明白,查之,原来是给设备做备注的。开始也忘了查man,后来才知道啥意思,再查man,解释得很详细。
alias wildcard modulename
This allows you to give alternate names for a module. For example: "alias my-mod really_long_modulename" means you can use "modprobe my-mod" instead of "modprobe really_long_modulename". You can also use shell-style wildcards, so "alias my-mod* really_long_modulename" means that "modprobe my-mod-something" has the same effect. You can’t have aliases to other aliases (that way lies madness), but aliases can have options, which will be added to any other options.Note that modules can also contain their own aliases, which you can see using modinfo. These aliases are used as a last resort (ie. if there is no real module, install, remove, or alias command in the configuration).
这是我转 的一篇文章,由于重装系统,冷博客电脑里公司的远程桌面ip也丢了,今天没能试试,明天吧。
原作地址:http://blog.csdn.net/wzy0623/archive/2007/06/18/1656289.aspx
在罗嗦几句,由于文章年代久远,有些链接可能失效,冷博客近期会一一验证,再有就是我比较欣赏csdn的一些个人博客,有的水平确实高~
最后 他没说如何在ubutu安装,冷博客也会补上的