Andrew Lankford <[EMAIL PROTECTED]> wrote: > > When I try commands like: > > #devfs rule add path speaker mode 666
Did you set a ruleset before this? devfs ruleset 10 > devfs rule: ioctl DEVFSIO_RADD: Input/output error This is telling you that you're trying to modify ruleset 0. From the man page: Ruleset number 0 is the default ruleset for all new mount-points. It is always empty, cannot be modified or deleted, and does not show up in the output of showsets. > but /dev/devctl is in my /dev (devfs) partition. Actually, /dev/devctl is related to devd(8), not devfs(8). To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message