From: peasthope on
Date: Tue, 17 Nov 2009 10:34:33 -0800, Tech Geek wrote,
> The source of your NIC driver should be in all kernel sources for each of the kernel that is installed on your system. Does that help?

Yes. Thanks.

pc:/usr/src# ll l*r
-rw-r--r-- 1 root root 345210880 2009-09-25 15:23 linux-source-2.6.30.tar
pc:/usr/src# tar --list l*r
[ ... many minutes pass with no output ... ? ]
<ctrl>+C

What order of time is needed to list the contents of the archive?

... Peter E.


--
Google "pathology workshop"


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
From: Andrew Sackville-West on
On Fri, Dec 04, 2009 at 05:07:45PM -0800, peasthope(a)shaw.ca wrote:
> Date: Tue, 17 Nov 2009 10:34:33 -0800, Tech Geek wrote,
> > The source of your NIC driver should be in all kernel sources for each of the kernel that is installed on your system. Does that help?
>
> Yes. Thanks.
>
> pc:/usr/src# ll l*r
> -rw-r--r-- 1 root root 345210880 2009-09-25 15:23 linux-source-2.6.30.tar
> pc:/usr/src# tar --list l*r

tar -tf l*r

A