Re: [expert] Upgrade from 2.2.9 to 2.2.13

1999-11-21 Thread Axalon Bloodstone

On Sun, 21 Nov 1999, Tom Brinkman wrote:

> On Sun, 21 Nov 1999, you wrote:
> > On Sun, 21 Nov 1999, John Aldrich wrote:
> > 
> > > On Sat, 20 Nov 1999, you wrote:
> > > > I just upgraded my Kernel from 2.2.9 to 2.2.13
> > > > 
> > > > I copied the files, did make dep; make clean; make bzlilo; make modules;
> > > > make modules_install
> > 
> > here is your problem, you've run "make dep" then "make clean" removeing
> > all the work "make dep" just did
> > 
> > (make clean && make oldconfig && make dep && make modules && make \
> > modules_install && make bzlilo) || echo "Failed"
> --
> Compiling Your Own Kernel:  ..
> 
> make dep && make clean && make bzImage && make install && 
> make modules && make modules_install 
> 
>   ..are the instructions on..
> 
> http://www.mandrakeuser.org/kernel/kupgrade2.html#Own
> 
>   This isn't right ?

ok i take it back(just re-re-re-read the Makefile), the .depend files do
only get removed by a "make mrproper", I still stand by the ordering
however as it doesn't make sense. Officialy the steps are

make mrproper && make *config && make ?z* && make modules && make \
modules_install

(wildcards replaced with your choice of options)

If My way(tm) doesn't work the official _will_, it's just a silly
dependacy screwup. if you still can't get it going repost

> --
> >  
> > > > sorted out lilo by getting it to boot from /testboot/bzImage and copied the
> > > > new System Map over the old one in /boot
> > > > 
> > > > Everything now works fine except for my network cards (2 x Realtek 8139)
> > > > 
> > > > Anyone know why they might not be working now, and what I can do to fix it?
> > > > 
> > > > modprobe rtl8139 reports 'unresolved symbol cap_bset'
> > > > 
> > > > (Sorry for cross posting to expert - im somewhere in between newbie and
> > > > expert)
> > > > 
> > > > 
> > > IIRC, the Realtek cards use a version of the Tulip chipset. It's my
> > > understanding there are two drivers for that chipset. Check the
> > > archives. I think you'll find the answer...
> > >   John
> > 
> > ;) read again, it uses a custom module "rtl8139" 
> > 
> > --
> > MandrakeSoft  http://www.mandrakesoft.com/
> > --Axalon
> 

--
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [expert] Upgrade from 2.2.9 to 2.2.13

1999-11-21 Thread Steve Philp

Axalon Bloodstone wrote:
> 
> On Sun, 21 Nov 1999, John Aldrich wrote:
> 
> > On Sat, 20 Nov 1999, you wrote:
> > > I just upgraded my Kernel from 2.2.9 to 2.2.13
> > >
> > > I copied the files, did make dep; make clean; make bzlilo; make modules;
> > > make modules_install
> 
> here is your problem, you've run "make dep" then "make clean" removeing
> all the work "make dep" just did

You know I love you, but you've spent too much time at the keyboard
again...

make dep; make clean is correct ordering...

-- 
Steve Philp
Network Administrator
Advance Packaging Corporation
[EMAIL PROTECTED]



Re: [expert] Upgrade from 2.2.9 to 2.2.13

1999-11-21 Thread Tom Brinkman

On Sun, 21 Nov 1999, you wrote:
> On Sun, 21 Nov 1999, John Aldrich wrote:
> 
> > On Sat, 20 Nov 1999, you wrote:
> > > I just upgraded my Kernel from 2.2.9 to 2.2.13
> > > 
> > > I copied the files, did make dep; make clean; make bzlilo; make modules;
> > > make modules_install
> 
> here is your problem, you've run "make dep" then "make clean" removeing
> all the work "make dep" just did
> 
> (make clean && make oldconfig && make dep && make modules && make \
>   modules_install && make bzlilo) || echo "Failed"
--
Compiling Your Own Kernel:  ..

make dep && make clean && make bzImage && make install && 
make modules && make modules_install 

  ..are the instructions on..

http://www.mandrakeuser.org/kernel/kupgrade2.html#Own

  This isn't right ?
--
>  
> > > sorted out lilo by getting it to boot from /testboot/bzImage and copied the
> > > new System Map over the old one in /boot
> > > 
> > > Everything now works fine except for my network cards (2 x Realtek 8139)
> > > 
> > > Anyone know why they might not be working now, and what I can do to fix it?
> > > 
> > > modprobe rtl8139 reports 'unresolved symbol cap_bset'
> > > 
> > > (Sorry for cross posting to expert - im somewhere in between newbie and
> > > expert)
> > > 
> > > 
> > IIRC, the Realtek cards use a version of the Tulip chipset. It's my
> > understanding there are two drivers for that chipset. Check the
> > archives. I think you'll find the answer...
> > John
> 
> ;) read again, it uses a custom module "rtl8139" 
> 
> --
> MandrakeSoft  http://www.mandrakesoft.com/
> --Axalon
-- 
..  Tom Brinkman[EMAIL PROTECTED]  .




Re: [expert] Upgrade from 2.2.9 to 2.2.13

1999-11-21 Thread John Aldrich

On Sun, 21 Nov 1999, you wrote:
> > IIRC, the Realtek cards use a version of the Tulip chipset. It's my
> > understanding there are two drivers for that chipset. Check the
> > archives. I think you'll find the answer...
> > John
> 
> ;) read again, it uses a custom module "rtl8139" 
> 
Ok...I was thinking it used a version of the Tulip. :-) My bad. :-)
John



Re: [expert] Upgrade from 2.2.9 to 2.2.13

1999-11-21 Thread Axalon Bloodstone

On Sun, 21 Nov 1999, John Aldrich wrote:

> On Sat, 20 Nov 1999, you wrote:
> > I just upgraded my Kernel from 2.2.9 to 2.2.13
> > 
> > I copied the files, did make dep; make clean; make bzlilo; make modules;
> > make modules_install

here is your problem, you've run "make dep" then "make clean" removeing
all the work "make dep" just did

(make clean && make oldconfig && make dep && make modules && make \
modules_install && make bzlilo) || echo "Failed"
 
> > sorted out lilo by getting it to boot from /testboot/bzImage and copied the
> > new System Map over the old one in /boot
> > 
> > Everything now works fine except for my network cards (2 x Realtek 8139)
> > 
> > Anyone know why they might not be working now, and what I can do to fix it?
> > 
> > modprobe rtl8139 reports 'unresolved symbol cap_bset'
> > 
> > (Sorry for cross posting to expert - im somewhere in between newbie and
> > expert)
> > 
> > 
> IIRC, the Realtek cards use a version of the Tulip chipset. It's my
> understanding there are two drivers for that chipset. Check the
> archives. I think you'll find the answer...
>   John

;) read again, it uses a custom module "rtl8139" 

--
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [expert] Upgrade from 2.2.9 to 2.2.13

1999-11-21 Thread John Aldrich

On Sat, 20 Nov 1999, you wrote:
> I just upgraded my Kernel from 2.2.9 to 2.2.13
> 
> I copied the files, did make dep; make clean; make bzlilo; make modules;
> make modules_install
> 
> sorted out lilo by getting it to boot from /testboot/bzImage and copied the
> new System Map over the old one in /boot
> 
> Everything now works fine except for my network cards (2 x Realtek 8139)
> 
> Anyone know why they might not be working now, and what I can do to fix it?
> 
> modprobe rtl8139 reports 'unresolved symbol cap_bset'
> 
> (Sorry for cross posting to expert - im somewhere in between newbie and
> expert)
> 
> 
IIRC, the Realtek cards use a version of the Tulip chipset. It's my
understanding there are two drivers for that chipset. Check the
archives. I think you'll find the answer...
John



[expert] Upgrade from 2.2.9 to 2.2.13

1999-11-20 Thread James Lewis


I just upgraded my Kernel from 2.2.9 to 2.2.13

I copied the files, did make dep; make clean; make bzlilo; make modules;
make modules_install

sorted out lilo by getting it to boot from /testboot/bzImage and copied the
new System Map over the old one in /boot

Everything now works fine except for my network cards (2 x Realtek 8139)

Anyone know why they might not be working now, and what I can do to fix it?

modprobe rtl8139 reports 'unresolved symbol cap_bset'

(Sorry for cross posting to expert - im somewhere in between newbie and
expert)


Any help much appreciated.

James Lewis
[EMAIL PROTECTED]