Borei wrote: > Hi there again! > > This time it appears that VT6105 Rhine III driver is doing the rumbling! I've > downloaded this latest driver (12/29/08): > > http://onix.joostm.nl/solaris/vr/VR_1_30/ > > Then, I've done: > > #pkgadd -d via-rhine-ethernet-1.30.pkg > > Next, the driver got installed but triggered these warning messages: > > Executing post install script... > devfsadm: driver failed to attach: vr > Warning: driver (vr) successfully added to the system but failed to attach. > Installation of via-rhine-ethernet was successful (1.09) > > What does it mean? Has this VT6105 driver gone kaput? (scratching my > head...). Please guys help me out what to do next?
It means that the driver installed successfully, but it doesn't know which piece of hardware in your system it belongs to. In short, you to update your /etc/driver_aliases to point that driver at that piece of hardware. You do that by using the "update_drv" command, like so: update_drv -a -i '"pciXXXX,XXXX"' vr Replace the pciXXXX,XXXX above with your actual hardware device id. You can discover what that is by: 1) running Applications -> System Tools -> Device Driver Utility program 2) right-clicking on the network device listed and selecting show details 3) using the "node name:" shown in the Device and Driver Details dialog Cheers, -- Shawn Walker