For your sound you can run /usr/X11/bin/scanpci or prtconf -Dpv and get the 
Vendorid (look at the compatible stanza) and deviceid. the device_type entry 
could ether be pci or pciex in front of the Venderid,deviceid entry of the 
add_drv aurgument .

grep 'Venderid,' /etc/driver_aliases 
 add_drv -a -i  "device_typeVenderid,Deviceid" 

or add another driver_name device_typeVendorid,Deviceid to a matching audio 
device. you can check ls /kernel/drv/*.conf and try one of the audio devices
touch /reconfigure and reboot.

and file RFE/bugid  request at http://www.opensolaris.org/bug/report.jspa to 
add support for your sound card one for your raid device. also include the 
output of prtdiag -v in steps to reproduce.

as a work around you would need to change the bios setting from raid to ahci or 
ide last resort. and use the zfs raid option to create a pool provided all your 
hd are set to the same fdisk /dev/rdsk/c0txdxp0 Solaris2 partition size, then 
from there you use the format command to manage the slices inside Solaris2 
partition,
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to