Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3404075
  • 博文数量: 754
  • 博客积分: 10132
  • 博客等级: 上将
  • 技术积分: 7780
  • 用 户 组: 普通用户
  • 注册时间: 2008-01-14 23:36
文章分类

全部博文(754)

文章存档

2012年(3)

2011年(39)

2010年(66)

2009年(167)

2008年(479)

我的朋友

分类: LINUX

2009-02-23 15:08:37

如果创建节点报如下错误:
Major number:
BusyBox v1.5.0 (2009-01-19 08:42:35 CST) multi-call binary
Usage: mknod [OPTIONS] NAME TYPE MAJOR MINOR
Create a special file (block, character, or pipe)
Options:
        -m      Create the special file using the specified mode (default a=rw)
TYPEs include:
        b:      Make a block (buffered) device
        c or u: Make a character (un-buffered) device
        p
 
 
通常情况是因为,驱动源码中的驱动名称与安装节点时的驱动名称不符所致!
阅读(684) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~