Operating System - HP-UX
1827819 Members
3361 Online
109969 Solutions
New Discussion

Re: How to create /dev/dmem special file ?

 
SOLVED
Go to solution
OLIVA_1
Regular Advisor

How to create /dev/dmem special file ?

Hello,

I need to create /dev/dmem special file in order to use STM tool, someone can help me ?
How to create /dev/dmem special file ?

Thanks,
3 REPLIES 3
harry d brown jr
Honored Contributor

Re: How to create /dev/dmem special file ?

You have to add dmem to your kernel.

reboot required.

live free or die
harry d brown jr
Live Free or Die
Robert-Jan Goossens
Honored Contributor
Solution

Re: How to create /dev/dmem special file ?

Hi Oliva,

# mknod /dev/dmem c 27 0

Regards,
Robert-Jan
Steve Steel
Honored Contributor

Re: How to create /dev/dmem special file ?

Hi


Create any missing STM device files:

mknod /dev/dmem c 27 0
mknod /dev/diag2 c 232 0
mknod /dev/diag/diag2 c 232 0x80


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)