Comment 26 for bug 1644919

Revision history for this message
Andrew F in Australia (gimme-spam) wrote :

Hi Kai-Heng,

Attached output from 'make' below - assume installed correctly. After reboot, there was no change in behaviour. Please let me know if I've made a mistake in installation - have not reinstalled a nightly build since the above.

Regards,

Andrew F

root@horace-P57:/mnt/Data/Linux_drivers/gigabyte-wmi# dir
gigabyte-wmi.c Makefile
root@horace-P57:/mnt/Data/Linux_drivers/gigabyte-wmi# sudo make
make -C /lib/modules/4.11.0-041100rc2-lowlatency/build M=`pwd`
make[1]: Entering directory '/usr/src/linux-headers-4.11.0-041100rc2-lowlatency'
  LD /mnt/Data/Linux_drivers/gigabyte-wmi/built-in.o
  CC [M] /mnt/Data/Linux_drivers/gigabyte-wmi/gigabyte-wmi.o
/mnt/Data/Linux_drivers/gigabyte-wmi/gigabyte-wmi.c: In function ‘gigabyte_wmi_notify’:
/mnt/Data/Linux_drivers/gigabyte-wmi/gigabyte-wmi.c:63:6: warning: unused variable ‘scancode’ [-Wunused-variable]
  u32 scancode;
      ^
/mnt/Data/Linux_drivers/gigabyte-wmi/gigabyte-wmi.c:62:26: warning: unused variable ‘key’ [-Wunused-variable]
  const struct key_entry *key;
                          ^
/mnt/Data/Linux_drivers/gigabyte-wmi/gigabyte-wmi.c:61:6: warning: unused variable ‘device_state’ [-Wunused-variable]
  u16 device_state;
      ^
  Building modules, stage 2.
  MODPOST 1 modules
  CC /mnt/Data/Linux_drivers/gigabyte-wmi/gigabyte-wmi.mod.o
  LD [M] /mnt/Data/Linux_drivers/gigabyte-wmi/gigabyte-wmi.ko
make[1]: Leaving directory '/usr/src/linux-headers-4.11.0-041100rc2-lowlatency'
root@horace-P57:/mnt/Data/Linux_drivers/gigabyte-wmi# sudo make install
make: *** No rule to make target 'install'. Stop.
root@horace-P57:/mnt/Data/Linux_drivers/gigabyte-wmi#