Re: Re^2: Finding the source for a NIC driver.

2009-12-04 Thread Andrew Sackville-West
On Fri, Dec 04, 2009 at 05:07:45PM -0800, peasth...@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:/us

Re^2: Finding the source for a NIC driver.

2009-12-04 Thread peasthope
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.

Re: Finding the source for a NIC driver.

2009-11-17 Thread Tech Geek
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? Type: # uname -r and see what kernel are you running and then check the source of the corresponding kernel?

Finding the source for a NIC driver.

2009-11-17 Thread peasthope
One of the NIC drivers is named pegasus. pc:/home/p# find /lib -type f -name '*pegasus*' -print /lib/modules/2.6.24-1-686/kernel/drivers/net/usb/pegasus.ko /lib/modules/2.6.30-2-686/kernel/drivers/net/usb/pegasus.ko /lib/modules/2.6.26-2-686/kernel/drivers/net/usb/pegasus.ko pc:/home/p# The sour