What are they?
I'm trying to compile k10Temp (8300/8400 temperature sensors), and the instruction at Ubuntu say:
sudo apt-get install linux-headers
But then it gives me a HUGE list:
I really need to learn Linux CLI if I'm going to dink with BigAdv, but it's going to take awhile.
PS - TPC won't install. lm-sensors doesn't work. So k10temp is the next effort.
I'm trying to compile k10Temp (8300/8400 temperature sensors), and the instruction at Ubuntu say:
sudo apt-get install linux-headers
But then it gives me a HUGE list:
Code:
quad8389@quad8389-H8QM3:~/k10temp$ sudo apt-get install linux-headers
[sudo] password for quad8389:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package linux-headers is a virtual package provided by:
linux-headers-3.5.0-26-lowlatency 3.5.0-26.28
linux-headers-3.5.0-25-lowlatency 3.5.0-25.25
linux-headers-3.5.0-24-lowlatency 3.5.0-24.23
linux-headers-3.5.0-23-lowlatency 3.5.0-23.22
linux-headers-3.5.0-22-lowlatency 3.5.0-22.21
linux-headers-3.5.0-21-lowlatency 3.5.0-21.19
linux-headers-3.5.0-18-lowlatency 3.5.0-18.18
linux-headers-3.5.0-26-generic 3.5.0-26.42
linux-headers-3.5.0-26 3.5.0-26.42
linux-headers-3.5.0-25-generic 3.5.0-25.39
linux-headers-3.5.0-25 3.5.0-25.39
linux-headers-3.5.0-24-generic 3.5.0-24.37
linux-headers-3.5.0-24 3.5.0-24.37
linux-headers-3.5.0-23-generic 3.5.0-23.35
linux-headers-3.5.0-23 3.5.0-23.35
linux-headers-3.5.0-22-generic 3.5.0-22.34
linux-headers-3.5.0-22 3.5.0-22.34
linux-headers-3.5.0-21-generic 3.5.0-21.32
linux-headers-3.5.0-21 3.5.0-21.32
linux-headers-3.5.0-19-generic 3.5.0-19.30
linux-headers-3.5.0-19 3.5.0-19.30
linux-headers-3.5.0-18-generic 3.5.0-18.29
linux-headers-3.5.0-18 3.5.0-18.29
linux-headers-3.5.0-17-lowlatency 3.5.0-17.18
linux-headers-3.5.0-17-generic 3.5.0-17.28
linux-headers-3.5.0-17 3.5.0-17.28
You should explicitly select one to install.
E: Package 'linux-headers' has no installation candidate
quad8389@quad8389-H8QM3:~/k10temp$ sudo make -C /lib/modules/$(uname -r)/build M=$(pwd) modules
make: *** /lib/modules/3.5.0-17-generic/build: No such file or directory. Stop.
quad8389@quad8389-H8QM3:~/k10temp$
I really need to learn Linux CLI if I'm going to dink with BigAdv, but it's going to take awhile.
PS - TPC won't install. lm-sensors doesn't work. So k10temp is the next effort.