Closed DINGDAMU closed 3 years ago
The problem is that we upgraded the kernel version from 4.15 to 5.4, but we did not rebuild the modules.
It is possible to solve it with the following command:
sudo apt install linux-modules-5.4.0-86-generic linux-modules-extra-5.4.0-86-generic
Hi,
I followed the README to build the SDE 9.5.0 on our switch (BF6064X_T) by using ALL-IN-ONE package (AOT v1.5.3), there were no errors while building SDE as well as bsp.
When I tried to start the SDE, I got "ERROR: can not open /dev/i2c-0":
It seems that this is because I did not load the module i2c_i801.
However, the module cannot be found in our operating system. Is it the problem of the kernel version that we are using? According to the instructions, our kernel version 5.4.0-86-generic should satisfy the requirement 5.4.x.
OS information:
kernel version:
Could you let me know how to solve this problem? Many thanks.