Steven Kruger wrote:
> Tim,
> OK, here we go. I think there's definitely something missing. I ran the 
> usbms1.d command redirecting to a text file and it was empty. I've attached 
> the other two output files but I'll outline here what happened because in 2 
> cases, there was an interesting line in the terminal window that did not get 
> captured in the redirect to the text file.
> 
Hi Steven,

Please load the usbms module at first and then try again with the 
instructions in my previous E-mail:

modload /kernel/strmod/amd64/usbms (assume you system is 64-bit)

If you're using a 32-bit system (`isainfo -n` shows i386), please load 
the 32-bit usbms:

modload /kernel/strmod/usbms

Then, please follow the instructions in my previous E-mail and provide 
me the output.

BTW:
Please make sure that plugging and unplugging your <<Microsoft Wireless 
Optical Desktop>> transceiver after you started the DTrace script.

Thanks a lot,
Tim

> 1. For das.sh, I see the following line in the terminal window before the 
> script starts generating output (that appears in the attached file):
>     mdb: failed to dereference symbol: unknown symbol name
> See the rest of the output in the attached file das.sh.output.txt.
> 
> 2. For usbms1.d I see the following in the terminal window and there's 
> nothing in the text file (from adding "> output.txt" to the command)
>      dtrace: failed to compile script ./usbms1.d: line 5: probe description 
> fbt::usbms_open:return does not match any probes
> Again, there is no output file because it was empty.
> 
> 3. For echo '::prtusb -tv' | mdb -k,  see the attached file 
> echoprtusb.output.txt.
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> driver-usb mailing list
> driver-usb at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/driver-usb


Reply via email to