* Unable to locate package kernel-headers-XXX
@ 2012-03-09 15:51 Sraddha
2012-03-09 15:58 ` Vladimir Murzin
2012-03-09 15:59 ` Autif Khan
0 siblings, 2 replies; 4+ messages in thread
From: Sraddha @ 2012-03-09 15:51 UTC (permalink / raw)
To: kernelnewbies
I have faced this problem before. I want to compile a Device driver module
, simple thing as hello world for my kernel. I want to use the headers
instead of downloading t entire source.
I do this sudo apt-get install kernel-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package kernel-headers-2.6.38-13-generic
E: Couldn't find any package by regex 'kernel-headers-2.6.38-13-generic'
How in the world shall I ever get these headers. Regards
Sraddha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20120309/e1ce1e25/attachment.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Unable to locate package kernel-headers-XXX
2012-03-09 15:51 Unable to locate package kernel-headers-XXX Sraddha
@ 2012-03-09 15:58 ` Vladimir Murzin
2012-03-09 15:59 ` Autif Khan
1 sibling, 0 replies; 4+ messages in thread
From: Vladimir Murzin @ 2012-03-09 15:58 UTC (permalink / raw)
To: kernelnewbies
Hi!
I'm not familiar with apt package manager, but have you tried linux-headers?
Best wishes,
Vladimir Murzin
-----Original Message-----
From: Sraddha <dhakatevaishali@gmail.com>
Sender: kernelnewbies-bounces at kernelnewbies.org
Date: Fri, 9 Mar 2012 21:21:34
To: <kernelnewbies@kernelnewbies.org>
Subject: Unable to locate package kernel-headers-XXX
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies at kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
^ permalink raw reply [flat|nested] 4+ messages in thread
* Unable to locate package kernel-headers-XXX
2012-03-09 15:51 Unable to locate package kernel-headers-XXX Sraddha
2012-03-09 15:58 ` Vladimir Murzin
@ 2012-03-09 15:59 ` Autif Khan
2012-04-02 12:53 ` Pritam Bankar
1 sibling, 1 reply; 4+ messages in thread
From: Autif Khan @ 2012-03-09 15:59 UTC (permalink / raw)
To: kernelnewbies
On Fri, Mar 9, 2012 at 10:51 AM, Sraddha <dhakatevaishali@gmail.com> wrote:
> I have faced this problem before. I want to compile a Device driver module ,
> simple thing as hello world for my kernel. I want to use the headers instead
> of downloading t entire source.
>
> I do this sudo apt-get install kernel-headers-$(uname -r)
>
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: Unable to locate package kernel-headers-2.6.38-13-generic
> E: Couldn't find any package by regex 'kernel-headers-2.6.38-13-generic'
>
> How in the world shall I ever get these headers. Regards
Assuming that you are on ubuntu
#apt-get install linux-headers-$(uname -r)
You can also use
#apt-cache search linux | grep headers to see what all is available.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Unable to locate package kernel-headers-XXX
2012-03-09 15:59 ` Autif Khan
@ 2012-04-02 12:53 ` Pritam Bankar
0 siblings, 0 replies; 4+ messages in thread
From: Pritam Bankar @ 2012-04-02 12:53 UTC (permalink / raw)
To: kernelnewbies
On Fri, Mar 9, 2012 at 9:29 PM, Autif Khan <autif.mlist@gmail.com> wrote:
> On Fri, Mar 9, 2012 at 10:51 AM, Sraddha <dhakatevaishali@gmail.com>
> wrote:
> > I have faced this problem before. I want to compile a Device driver
> module ,
> > simple thing as hello world for my kernel. I want to use the headers
> instead
> > of downloading t entire source.
> >
> > I do this sudo apt-get install kernel-headers-$(uname -r)
> >
> > Reading package lists... Done
> > Building dependency tree
> > Reading state information... Done
> > E: Unable to locate package kernel-headers-2.6.38-13-generic
> > E: Couldn't find any package by regex 'kernel-headers-2.6.38-13-generic'
> >
> > How in the world shall I ever get these headers. Regards
>
> Assuming that you are on ubuntu
>
> #apt-get install linux-headers-$(uname -r)
>
> You can also use
>
> #apt-cache search linux | grep headers to see what all is available.
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
Easiest way, go and download them
http://packages.ubuntu.com/lucid-updates/linux-headers-2.6.38-13-generic
--
Pritam Bankar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20120402/da6e572a/attachment.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-04-02 12:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09 15:51 Unable to locate package kernel-headers-XXX Sraddha
2012-03-09 15:58 ` Vladimir Murzin
2012-03-09 15:59 ` Autif Khan
2012-04-02 12:53 ` Pritam Bankar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).