[OpenIndiana-discuss] Fwd: OpenSXCE on SF440 (missing network driver)

Jim Klimov jimklimov at cos.ru
Fri Feb 1 11:58:58 UTC 2013


On 2013-02-01 10:02, Sašo Kiselkov wrote:
> On 02/01/2013 08:01 AM, Andrej Javoršek wrote:
>> Thank you for your answer!
>> Would driver from Solaris 10 work and if yes how to get it from installed
>> system (or installation DVD)?

Well, on the ISO (or its "setup_install_server" image) you can
search for the filenames in package maps (*/pkgmap) or for other
keywords in package descriptions (*/pkginfo). For example:

# grep '/ce ' solaris10u8-1009-sparc/Solaris_10/Product/*/pkgmap
solaris10u8-1009-sparc/Solaris_10/Product/SUNWcea/pkgmap:1 f none 
lib/adb/sparcv9/ce 0644 root sys 656 55629 1095092571
solaris10u8-1009-sparc/Solaris_10/Product/SUNWced.u/pkgmap:1 f none 
platform/sun4u/kernel/drv/sparcv9/ce 0755 root sys 877152 10073 1239813269
solaris10u8-1009-sparc/Solaris_10/Product/SUNWced.us/pkgmap:1 f none 
platform/sun4us/kernel/drv/sparcv9/ce 0755 root sys 877152 10073 1239813271
solaris10u8-1009-sparc/Solaris_10/Product/SUNWced.v/pkgmap:1 f none 
platform/sun4v/kernel/drv/sparcv9/ce 0755 root sys 877152 10073 1239813274
solaris10u8-1009-sparc/Solaris_10/Product/SUNWgccS/pkgmap:1 d none 
usr/sfw/share/src/gcc-3.4.3/gcc/testsuite/ada/acats/tests/ce 0755 root bin


You need to closer inspect the packages SUNWced and SUNWcea...
Probably you can install them with SVR4 pkgadd in the GZ, as in
   pkgadd -d solaris10u8-1009-sparc/Solaris_10/Product SUNWcea SUNWced
Possibly, you'll need to manually pick a variant of the latter for
your CPU (.u or .us?), and maybe you'd have to force the installation
by agreeing to missing dependencies (or satisfying them if available).

If that doesn't work, help yourself into the package root's archive
and/or reloc subdirectories, in the former there is usually a compressed
cpio stream; rarely the package files go "as is" uncompressed.

The pkgmap can help you set up proper directories and access rights.

HTH,
//Jim



More information about the OpenIndiana-discuss mailing list