should not be....all previous tests I have done with knoppix have dmesg
ok how about .... /var/log/messages
now it may be huge if you do not have a nice logrotate config so instead try this
insert usb then run command
Code:
sudo tail -n 30 /var/log/messages
now that may only show if there is something wrong with your current usb device and not if a kernel module has not loaded
so have a look at
lsmod (and see if uhci* ehci* modules are loaded)
if they are not, I don't have usb3 spec usb device...so name your device spec
then look at increasing the -n (number) to 200 but pipe it thru less so you page up and down
Code:
sudo tail -n 300 /var/log/messages | less
and if you think appropriate post that section showing usb devices being detected here is mine as example
http://paste.debian.net/180394/
good luck