Frank and Danek:

When I did text installer testing with x86, the nvidia driver cannot be installed on a live system. It must be installed with the -R option.

If you look at the Text Installer release notes, we tell user to do this with beadm as follow:


http://hub.opensolaris.org/bin/view/Project+caiman/Text+Install+b134+Notes


   * Use the pkg(1) command to add additional packages after
     installing. The following commands will add all packages that are
     included by default on the liveCD, including GDM:
         o pfexec beadm create <be-name>
         o pfexec beadm mount <be-name> /mnt
         o pfexec pkg -R /mnt install babel_install
         o pfexec pkg -R /mnt uninstall babel_install slim_install
         o pfexec bootadm update-archive -R /mnt
         o pfexec beadm umount <be-name>
         o pfexec beadm activate <be-name>
   * Reboot the system to enter the new boot environment.
   * Enable the GDM service: pfexec svcadm enable gdm

I think Frank should use beadm to crate a be and mount it, and then follow the above instructions. Once you got gdm working, then you can install the other gnome packages if they had not been installed already.

On 07/30/10 09:36 AM, Danek Duvall wrote:
Frank Allan wrote:

driver (nvidia) install failed with return code -11
command run was : /usr/bin/add_drv -u -i "pci10de,40" "pci10de,41"

...  (lots of "pci10de,nn" with nn progressing through sequential
increases)

"pci10de,cb1" "pci10de,cbc" -m * 0666 root root nvidia
command output was:
------------------------------------------------------------
drvconfig: must specify major number and driver name when using the -b flag
------------------------------------------------------------
Install Phase                            25983/26259
driver (xdt) install failed with return code 1
command run was: /usr/sbin/add_drv -u xdt
command output was:
------------------------------------------------------------
Cannot find module (xdt).
------------------------------------------------------------
Install Phase                            26259/26259
What does

     pkg verify nvidia xdt

tell you?  The two packages install into a minimal image for me without any
issues.  Can you reproduce?

     pkg image-create -F -p http://ipkg.sfbay/dev /tmp/image
     pkg -R /tmp/image install SUNWcsd SUNWcs
     pkg -R /tmp/image install nvidia xdt

Danek
_______________________________________________
pkg-discuss mailing list
pkg-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss


--
Sponsor me in the  Relay For Life of Mountain View
Sat 10am to Sun 10am, May 22-23, 2010 at Cuesta Park

All proceeds go to American Cancer Society

http://main.acsevents.org/goto/Mary.Ding

_______________________________________________
pkg-discuss mailing list
pkg-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to