|
|
无论我将并口的驱动编译成 module 方式,还是 build-in 方式,
都无法从 /dev 中看到并口的设备。但是 dmesg 命令可以看到设备信息。
同样配置的机器在Ubuntu上没有这样的问题。
- # dmesg | sed -n '/parport\|\<lp\[0-9\]/p'
- parport_pc 00:08: reported by Plug and Play ACPI
- parport0: PC-style at 0x378, irq 7 [PCSPP, TRISTATE]
- lp0: using parport0 (interrupt-driven)
复制代码
是不是Gentoo的 uDEV 包有问题啊? |
|