Displaying 1 result from an estimated 1 matches for "ffmod".
Did you mean:
fmod
2006 Sep 11
7
installing a pseudo driver in a Solaris DOM U and DOM U reboot
...sn''t help
- a forceload in /etc/system: doesn''t help
The only hack we found is to pkgrm the driver and pkgadd the driver again
after a dom U restart.
Pseudo Driver installation is done the following way:
# pkgadd -d ... SUNWegcff
that adds
/etc/devlink.tab:
type=ddi_pseudo;name=ffmod ffmod\M0
/etc/minor_perm:
clone:ffmod 0600 root sys
and does
/usr/sbin/add_drv -v ffmod
/usr/sbin/devfsadm -i ffmod
# modinfo -c | grep ffmod
194 2 ffmod LOADED/INSTALLED
#
# ls -al /dev/*ff*
lrwxrwxrwx 1 root other 29 Sep 11 09:20 /dev/ffmod...