i can't install driver for Digiboard XEM in SCO Openserver 6.0

i download the driver 4002486_a.bin, rename the file to VOL.000.000 and try install with custom command.

the system give me this error.
"Unrecognized archive format for “VOL.000.000"”.

SCO OpenServer 6.0 uses “pkgadd” instead of VOL images for software installation. Try the following:

pkgadd -d (path)/4002486_a.bin

can’t install driver for Digiboard XEM in SCO Openserver 6.0
Posted: Nov 16, 2005 1:42 PM

i download the driver 4002486_a.bin, rename the file to VOL.000.000 and try install with custom command.

the system give me this error.
"Unrecognized archive format for “VOL.000.000"”.

can’t install driver for nc7771 in SCO Openserver 5
on HP ProLiant ML370 G4

i download the media image VOL.000.000 copy it in /tmp but under custom i have the message error "Unrecognized archive format for “/tmp/VOL.000.000”

thank you very much, the installation worked fine

Since SCO OpenServer 6.0 is really UnixWare based, you will want to use the pkgadd command:

pkgadd -d /(path)/4002486_a.bin

Make sure the file was downloaded in binary format and the file permissions are open on the image:

chmod 666 /tmp/VOL.000.000

Also, the file name is “Vee Oh El” with the rest being number zeros.