1837262 Members
2492 Online
110115 Solutions
New Discussion

Re: IOMAP

 
SOLVED
Go to solution
Mike Burk
Advisor

IOMAP

How do I install the iomap driver in 10.20?
4 REPLIES 4
A. Clay Stephenson
Acclaimed Contributor

Re: IOMAP

HI Mike:

Execute SAM
Kernel Configuration->Drivers
Hilite iomap
Actions->Add Driver to Kernel

Allow it to build a new kernel and reboot.

Clay
If it ain't broke, I can fix that.
Mike Burk
Advisor

Re: IOMAP

Thanks, how about command line?
Dragan Krnic
Frequent Advisor
Solution

Re: IOMAP

This is the command-line aequivalent to install iomap in the kernel. Please note that the cp commands will overwrite the existing *.prev files, so save them first if you think you might need them. The vi line could perhaps be

cd /stand
cp -p system system.prev
cp -p vmunix vmunix.prev
vi system
Oiomap:qw!
mk_kernel
mv build/vmunix.test vmunix
shutdown -r
Dragan Krnic
Frequent Advisor

Re: IOMAP

The vi command could perhaps be replaced with an sed but I don't use sed.