Finding the source for a NIC driver.
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 source might be in one of the packages
listed on this page; but which?
http://packages.debian.org/squeeze/kernel/
How can the package containing the source
for a specific driver be found?
Thanks, ... Peter E.
--
Google "pathology workshop"
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
|