> But my USB mouse won't get recognized by Plan9. I tried two different > USB mouse and both of them didn't talk to plan9. Is there a way I can > see any logs in the kernel (like the /var/log/kern.log in the linux > kernel) to see what exactly happened?
Assuming your keyboard is recognised so you can type, try this; 1. Boot with the mouse unplugged. 2. In glenda's rio terminal window (you can use the down-arrow to get to the bottom, or just start typing), run kill rio | rc to get to a full-screen console. 3. To get debugging output for usb keyboard+mouse, enter this echo kbargs -d >/dev/usbdctl (use more than one -d for more verbose debugging). 4. Plug in the mouse and see if there are helpful error messages.