Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每当我将光盘插入我的 USB dvd rom 驱动器时,为什么没有触发 uevents 的任何原因?每当我将驱动器与计算机连接和断开连接时,我都会收到 uevents。当前运行自定义的 linux 3.0.35 内核。
看起来我必须做两件事才能让我的 USB dvd 驱动器触发 uevents。
/sys/block/sr?/events_poll_msecs
设置events_poll_msecs会导致内核在检测到更改时轮询设备并报告 uevent。但是,在设备用户空间中的某些内容之前,不会触发其他 uevents fopen。
events_poll_msecs
fopen