Hello,
I've installed kali in VM. I have an error about USB in syslog:
"piix4_smbus host smbus controller not enabled"
I've read some topics about EHCI and BIOS config, I tried all possibilities (enable/disable) and nothing works¨.
The computer is an old laptop G55VW (2012).
Host: home windows 10.

Here the pastebinit for lspci; lsmod; lsusb; dmesg:
http://pastebin.com/MXHUWFEt

Here: cat /var/log/syslog.1 | grep SMB

Code:
 root@Kali-WM:~# cat /var/log/syslog.1 | grep SMB
Jan 28 13:41:36 Kali-WM kernel: [    0.000000] SMBIOS 2.7 present.
Jan 28 13:41:36 Kali-WM kernel: [    0.185776] pci 0000:00:07.3: quirk: [io  0x1040-0x104f] claimed by PIIX4 SMB
Jan 28 13:41:36 Kali-WM kernel: [    8.850565] piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
Jan 28 14:38:09 Kali-WM kernel: [    0.000000] SMBIOS 2.7 present.
Jan 28 14:38:09 Kali-WM kernel: [    0.228259] pci 0000:00:07.3: quirk: [io  0x1040-0x104f] claimed by PIIX4 SMB
Jan 28 14:38:09 Kali-WM kernel: [    1.869146] piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
Jan 28 14:42:22 Kali-WM kernel: [    0.000000] SMBIOS 2.7 present.
Jan 28 14:42:22 Kali-WM kernel: [    0.162925] pci 0000:00:07.3: quirk: [io  0x1040-0x104f] claimed by PIIX4 SMB
Jan 28 14:42:22 Kali-WM kernel: [    0.713508] piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
Jan 28 14:51:50 Kali-WM kernel: [    0.000000] SMBIOS 2.7 present.
Jan 28 14:51:50 Kali-WM kernel: [    0.163072] pci 0000:00:07.3: quirk: [io  0x1040-0x104f] claimed by PIIX4 SMB
Jan 28 14:51:50 Kali-WM kernel: [    0.721417] piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
Jan 28 14:54:41 Kali-WM kernel: [    0.000000] SMBIOS 2.7 present.
Jan 28 14:54:41 Kali-WM kernel: [    0.178500] pci 0000:00:07.3: quirk: [io  0x1040-0x104f] claimed by PIIX4 SMB
Jan 28 14:54:41 Kali-WM kernel: [    0.741139] piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
Jan 28 15:15:01 Kali-WM kernel: [    0.000000] SMBIOS 2.7 present.
Jan 28 15:15:01 Kali-WM kernel: [    0.167456] pci 0000:00:07.3: quirk: [io  0x1040-0x104f] claimed by PIIX4 SMB
Jan 28 15:15:01 Kali-WM kernel: [    0.753713] piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
Jan 28 15:22:28 Kali-WM kernel: [    0.000000] SMBIOS 2.7 present.
Jan 28 15:22:28 Kali-WM kernel: [    0.162036] pci 0000:00:07.3: quirk: [io  0x1040-0x104f] claimed by PIIX4 SMB
I hope that's enough this time...
Any help is welcome, if you need more information, just ask.
Thank you !