View Full Version : Can some compile Pegasus Drivers for me?
chris22
02-07-2007, 08:54 PM
Hi,
I was wondering if someone could compile the pegasus.o file for me using the following pegasus.h file. http://www.lewisoft.net/pegasus.h
This is to add support for an extra Ethernet adapter. I do not have a working Cross compiler yet, otherwise I would do it myself on my Linux box.
Chris
PS: it just adds the Device ID for the ADMtek ADM8515, which uses the same driver family as the ADMtek ADM8511 (currently included in the Tivo Drivers)
chris22
02-09-2007, 10:32 PM
If no one has the time to do this, would $5 PayPal make it worth your time?
doconeill
02-10-2007, 08:00 AM
You can't compile a .o file from just a .h. You need at least a .c file, which is where the code actually is. The .h is just a header file which contains some definitions.
That said, I don't have the environment for doing this anyways.
chris22
02-10-2007, 12:21 PM
I know. It is just the only file changed in the backport drivers. I did not want to waste space on my web server.
Chris
cyklfreak
03-01-2007, 05:55 AM
Did a solution to this problem ever get worked out??
I too have an adapter with ADMtek ADM8515 chipset and need drivers to work..
please let me know
BTUx9
03-02-2007, 05:45 AM
I'm no expert on linux kernel modules, but have you tried opening up the .o file in a hex editor and changing the ID string and ID from the 8511 to 8513... I can't see any reason that WOULDN'T work
(I assume you meant 8513, not 8515 as in your original post, because 8515 isn't listed in the linked .h file)
there's a slight difference between the 2 (8511 has the "has_home_pna" flag)... I doubt that's an issue, but if so, you can always change the flags, too
chris22
03-02-2007, 10:25 AM
damn good idea.... let me try it, then i'll post tonight.
vBulletin® v3.6.8, Copyright ©2000-2012, Jelsoft Enterprises Ltd.