> j at opensolaris:~/rum-0.1# update_drv -a -i "usb1915,2234" rum
> ("usb1915,2234") already in use as a driver or alias.
>
> j at opensolaris:~/rum-0.1# update_drv -a -i ""usb1915.2234"" rum
> ("usb1915.2234") already in use as a driver or alias.
Two problems with this: the update_drv command must see the
double quotes around the usbVVVV,PPPP string. To prevent the
shell from removing the double quotes you have to put single
quotes around the double quoted string, like this
update_drv -a -i '"usb1915,2234"' rum
And there should be a comma between the usb vendor
and product id, not a dot.
--
This message posted from opensolaris.org