Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install on Ubuntu 22.04 #47

Open
sloke123 opened this issue Nov 14, 2023 · 1 comment
Open

Can't install on Ubuntu 22.04 #47

sloke123 opened this issue Nov 14, 2023 · 1 comment

Comments

@sloke123
Copy link

Hi,
I'm using Asus Maximus IX Hero, z270 Chipset. I can't install the drivers. I followed the instructions but I'm getting this...

ronnie@optimus:~/Asus/asus-ec-sensors-master$ sudo make
warning: the compiler differs from the one used to build the kernel
  The kernel was built by: x86_64-linux-gnu-gcc-11 (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
  You are using:           gcc-11 (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
ronnie@optimus:~/Asus/asus-ec-sensors-master$ sudo make modulesinstall
make: *** No rule to make target 'modulesinstall'.  Stop.
ronnie@optimus:~/Asus/asus-ec-sensors-master$ sudo make modules_install
  INSTALL /lib/modules/6.2.0-36-generic/extra/drivers/hwmon/asus-ec-sensors.ko
  SIGN    /lib/modules/6.2.0-36-generic/extra/drivers/hwmon/asus-ec-sensors.ko
  DEPMOD  /lib/modules/6.2.0-36-generic
Warning: modules_install: missing 'System.map' file. Skipping depmod.
@zeule
Copy link
Owner

zeule commented Nov 14, 2023

Well, the modules_install target comes from the installed kernel build system, not from this repo. Please try running "depmod -A" manually after "make modules_install".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants