>Hi Brian, > >I tried as you said, I placed the actual file 'dummy' in /usr/kernel/dummy >and the conf file 'dummy.conf' also in the same folder. > >But then also its not working. >It asks me to place the driver file (dummy) in correct directory. and to >reboot. >
The device driver must be in /usr/kernel/drv; not directly under /usr/ kernel. You should install the files as follows: /usr/kernel/drv/dummy - the binary device driver (32 bit) /usr/kernel/drv/amd64/dummy - the binary device driver (64 bit) /usr/kernel/drv/dummy.conf Assuming x86; with SPARC you'd only create a 64 bit driver in /usr/kernel/drv/sparcv9/dummy Casper _______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org