[eepro100] Need Serious Help w/ eepro100 Driver/card

Infinity2 infinity2@lock-net.com
Thu, 28 Dec 2000 11:05:35 -0500


Well, I recompiled the kernel last night with 2.2.18.  It now sees the NIC
fine.  just have lots of other stuff to clean up now.  got any ideas about
these kinds of errors.  I'm looking around the net so see what i can find.
if not, no worry, it's another realm.  thank you so much for your help.  you
helped a newb very much.

errors now:
#modprobe: can't locate module char-major-4
#sysctl:error:'kernel.sysrq' is an unknown key
#kernel:sybol table has incorrect version number
#kernel:cannot find map file
#kernel:no module sysbols loaded
#depmod:unresolved symbols in   blah blah (lots of modules listed)

Thanks!

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: Thursday, December 28, 2000 12:09 AM
Subject: Re: [eepro100] Need Serious Help w/ eepro100 Driver/card


>
> 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
>