Page 1 of 1

Ubuntu 13.10 linux-kernel-devel

PostPosted: Mon Dec 30, 2013 3:11 pm
by hazz
Hi there i-m trying to installthe driver oin the SO as mentioned on the topics
Following the instructions i'm encoutering in this error
/Videos/linux-tbs-drivers$ sudo apt-get install linux-kernel-devel
[sudo] password for hazz:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-kernel-devel
So someone at the Ubuntu said that linux-kernel-devel it's before 10.4 distro
Any tips will be very appreciated

Re: Ubuntu 13.10 linux-kernel-devel

PostPosted: Mon Dec 30, 2013 11:45 pm
by updatelee
This should get you everything you need

sudo apt-get install fakeroot build-essential crash kexec-tools makedumpfile kernel-wedge
sudo apt-get build-dep linux
sudo apt-get install git-core libncurses5 libncurses5-dev libelf-dev asciidoc binutils-dev

UDL

Re: Ubuntu 13.10 linux-kernel-devel

PostPosted: Mon Jan 06, 2014 8:35 pm
by hazz
Thank you i solved that installing the last ubuntu version and following the instruction from another forum.