mbp-16.1-linux-wifi icon indicating copy to clipboard operation
mbp-16.1-linux-wifi copied to clipboard

Issue on MBP 16,1

Open Welfordian opened this issue 3 years ago • 1 comments

drivers/hwmon/applesmc.c: In function ‘applesmc_init_smcreg_try’: drivers/hwmon/applesmc.c:829:34: error: ‘smcreg’ undeclared (first use in this function) 829 | struct applesmc_registers *s = &smcreg; | ^~~~~~ drivers/hwmon/applesmc.c:829:34: note: each undeclared identifier is reported only once for each function it appears in drivers/hwmon/applesmc.c:838:28: error: ‘smc’ undeclared (first use in this function) 838 | ret = read_register_count(smc, &count); | ^~~ drivers/hwmon/applesmc.c: In function ‘applesmc_init_smcreg’: drivers/hwmon/applesmc.c:919:9: error: too many arguments to function ‘applesmc_init_smcreg_try’ 919 | ret = applesmc_init_smcreg_try(smc); | ^~~~~~~~~~~~~~~~~~~~~~~~ drivers/hwmon/applesmc.c:827:12: note: declared here 827 | static int applesmc_init_smcreg_try(void)

Welfordian avatar May 26 '21 16:05 Welfordian

I think you were on ubuntu? If so, can you try this: https://github.com/Redecorating/mbp-ubuntu-kernel/releases

Redecorating avatar Jun 29 '21 02:06 Redecorating