Am Samstag, 27. Oktober 2007 schrieb Adam Carter: > I am using some hardware that requries external drivers (no ebuild > either) and it says i should; > mknod /dev/usb/panel0 c 180 180
What kind of hardware is this? > Since /dev/usb doesnt exist, what is the correct alternative? Either mkdir /dev/usb before the mknod or (better IMHO): Write a udev rule to create the device node at plugin time, see http://reactivated.net/writing_udev_rules.html. HTH... Dirk
signature.asc
Description: This is a digitally signed message part.

