echrist1,
You're right, good thing you found that out. I remember struggling with trying "Read Only" instead of "Full Access" indeed months ago, but i did not remember why. Now I remember
The walktrough also mentions it but I'll make the words "Full Access" bold in the next version of the UDA and add some more explanation about it...
Now for yout hidusb.sys problem.
You are probably using a keyboard or a mouse connected with USB. If you can try using a ps/2 mouse and keyboard do that before reading further. That might do the trick.
The problem is a little bug from microsoft. The new client tries to get a file that's not there. The client tries to retrieve a file that has a lowercase filename while the actual file on the CD is in uppercase (or the otherway around).
I'm assuming you use Windows XP here. To fool the UDA into serving the right file after all do the following:
1. Extract the file hidusb.sy_ to the directory containing more of these problems to a filename with all capitals
cabextract -p /var/public/tftproot/WINXP/i386/hidusb.sy_ > /var/public/tftproot/WINXP_EXTRA/HIDUSB.SYS
2. Go to the tftp config in the web interface and add the following under the windows XP section:
rgi /WINXP/i386/HIDUSB.SY_ /WINXP_EXTRA/NONEXISTENT
rgi /WINXP/i386/HIDUSB.SYS /WINXP_EXTRA/HIDUSB.SYS
Press 'Apply' and try again.