Why can’t you grab tickets when you travel on holiday?Reveal the key technology of 12306 how to ensure the ticket is not oversold>>>
Problem Description: prompt “piix4” when Ubuntu starts up_ smbus 0000:00:07.3: SMBus Host controller not enabled”
Version: Ubuntu 18.04 VMware 14.0
Reason: I2C is loaded into the system_ Piix4 module, because the system can not find this module, so an error is reported
Solution: 1. Find out the exact name of the loading module. Command: lsmod | grep I2C (query result: I2C_ Piix4 module)
2. Put the module in the no load list. Edit file command: sudo VI/etc/modprobe.d/blacklist.conf, add blacklist I2C to the last line of the file_ Piix4, save and exit
3. Regenerate the boot file. Command: sudoupdate initramfs – U – K all
4. Restart the system. Command: Reboot
Command screenshot:
Similar Posts:
- Solve the problem of Ubuntu: “SMBus base address uninitialized -…”
- For piix4_ Solution of SMBus * * host SMBus controller not enabled (detailed steps summary)
- [Solved] Ubuntu16.04 Start up Error: tpm_tis: A TPM error
- How to fix the “kernel driver not installed (RC = – 1908)” error of VirtualBox in Ubuntu
- Fixing increasing Load_Cycle_Count on Ubuntu
- Ubuntu solves sudo: Source: command not found error
- E: Unable to get lock / var / lib / apt / lists / lock – Open (11 resources temporarily unavailable)
- FTP connect Error: No route to host [How to Solve]
- Kvm Creates a virtual machine error: Warning: KVM is not available [How to Solve]
- The solution to the problem of “host SMBus controller not enabled” when Linux starts in VMWare