On 2009-12-28 22:23, P.A wrote: > Ok I think the problem is the mapping address, I was using mknod > /dev/megaraid_sas_ioctl_node c 253 0. > I assume I should use mknod /dev/megaraid_sas_ioctl_node c 254 0 correct? > > Thanks again. > > cat /proc/devices > Character devices: > 1 mem > 2 pty > 3 ttyp > 4 /dev/vc/0 > 4 tty > 4 ttyS > 5 /dev/tty > 5 /dev/console > 5 /dev/ptmx > 7 vcs > 10 misc > 13 input > 29 fb > 128 ptm > 136 pts > 180 usb > 189 usb_device > 254 megaraid_sas_ioctl [snip]
Looks like it. Take a look at the megasasrpt script; it is supposed to find this and create the device node for you. Curious why it didn't work when you tried it before. _______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge Please read the FAQ at http://lists.us.dell.com/faq
