[eepro100] Need Serious Help w/ eepro100 Driver/card
Alvin Oga
aoga@Mail.Linux-Consulting.com
Wed, 27 Dec 2000 21:09:47 -0800 (PST)
hi ya "infinity2"
if ya have not compiled oyur kernel....geez....
lets try something/simple and silly...
#
# compile just the eepro100.c
# - you might need to install a virgin linux-kernel
# in which case....read the kernel howtos
#
cd /usr/src/linux-2.2.14/drivers/net
mv eepro100.c eepro100.2.2.14.c
cp my_patched_eepro100.c eepro100.c
gcc -O2 -Wall eepro100.c
#
# save redhat's default version..
#
mv /lib/modules/2.2.14-5.0/net/eepro100.o
/lib/modules/2.2.14-5.0/net/eepro100.xx.o
#
# use the new eepro100 driver/module
#
cp eepro100.o /lib/modules/2.2.14-5.0/net/eepro100.o
reboot and see what happens -- if the bootup sees
the eepro card/nic
c ya
alvin
On Wed, 27 Dec 2000, Infinity2 wrote:
> ah ha! that's the piece i was missing. the eepro100.c file on your site IS
> patched. now i just have to figure out how to recompile a kernel. wish me
> luck (and any pointers too?...)
>
> I may get back to you on the fans, or I may just devise some other way to
> move air around in there.
>
> Thanks for all the help!1
>
> Rob
>
> ----- Original Message -----
> From: "Alvin Oga" <aoga@Mail.Linux-Consulting.com>
> To: "Infinity2" <infinity2@lock-net.com>
> Cc: "Alvin Oga" <aoga@mail.linux-consulting.com>; <eepro100@scyld.com>
> Sent: Wednesday, December 27, 2000 9:41 PM
> Subject: Re: [eepro100] Need Serious Help w/ eepro100 Driver/card
>
>
> >
> >
> > hi ya rob...
> >
> > pick up the "patched" eepro100.c from my site..
> > http://www.linux-1u.net/MotherBoard/eepro100.c
> >
> > just save the old one ( ../linux-2.2.14/drivers/net/eepro100.c ) you
> > have....and use the one from above in its place