add_drv


 
Thread Tools Search this Thread
Operating Systems Solaris add_drv
# 1  
Old 03-02-2011
add_drv

I (probably) need to run add_drv command on sparc server to add driver for PCI card in Solaris 10, SPARC. Can it break something? Would a reboot in that case restore old system?
# 2  
Old 03-02-2011
Did you try running "devfsadm" first?
# 3  
Old 03-02-2011
no, all we tried so far is reconfiguration boot. but that didn't help. it seems like device is missing from /devices/pci..

is that devfsadm command safe to try?
# 4  
Old 03-02-2011
Yes it is safe, but if reconfiguration reboot didn't help, then probably "devfsadm" won't help either. To see what exactly that command is doing run it as:
Code:
devfsadm -v

# 5  
Old 03-02-2011
You should install the drivers before installing the PCI card. Try installing the drivers now and then do a reconfiguration reboot.

HTH
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question