> Ok, dumb question of the day: How do I actually > install and use the precompiled modules? I've dropped > them (i86 and amd64) into the respective driver > directories, did rem_drv and add_drv, but it still > seems to load the internal one. > > I'd really like to use my iPod nano :) > > Thanks, > -mg
first make a copy of your /etc/path_to_inst and the /etc/driver_aliases file did you check the -d -i -f options see the man page to drop the old one make sure the /reconfigure is in place and run a shutdown -y -g0 -i6 check the vender id and device in /usr/X11/bin/scanpci for the correct values: Changing a nv to a nvidia video driver for example. update_drv -a -i '"pci10de,242"' nvidia you can not unload using the -f option then and then reboot via /usr/sbin/shutdown -y -g0 -i6if This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
