Re: Question about kernel upgrade

2003-07-12 Thread Esben Laursen

- Original Message - 
From: "Joachim Smit" <[EMAIL PROTECTED]>
To: "Debian" <[EMAIL PROTECTED]>
Sent: Saturday, July 12, 2003 5:39 PM
Subject: Fw: Question about kernel upgrade


> > >
> > >I'm a newbie with Debian.
> > >
> > >I've upgraded my kernel from 2.2.20 to 2.4.18.
> > >
> > >After a reboot I was running the new kernel indeed, but my eth0 was gone.
> > >
> > >What did I do wrong ?
> > >
> > >Thanks in advance.
> > >
> > >Joachim Smit
> >
> > have you loaded the module for the NIC in modconf ??
> >
> 
> 
> In modconf the only NIC I see is Dummy - dummy net interface card.
> 
> But when I look in /etc/network/interfaces my eth0 is still there
> 
> What should I do ?
> 
> Regards,
> 
> Joachim Smit
> 


did u make a "make modules && make modules install" ???

Regards

Esben




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Kernel compile error with make-kpkg

2003-07-12 Thread Esben Laursen

- Original Message - 
From: "Chris Metzler" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Esben Laursen" <[EMAIL PROTECTED]>
Sent: Saturday, July 12, 2003 3:18 PM
Subject: Re: Kernel compile error with make-kpkg


> On Sat, 12 Jul 2003 13:08:39 +0200
> "Esben Laursen" <[EMAIL PROTECTED]> wrote:
> > From: "Chris Metzler" <[EMAIL PROTECTED]>
> > >On Fri, 11 Jul 2003 23:50:06 +0200
> > >"Esben Laursen" <[EMAIL PROTECTED]> wrote:
> >>> 
> >>> Here is the error I get:
> >>> 
> >>> cd /usr/src/linux/debian/tmp-image/lib/modules/2.4.21-test; \
> >>> mkdir -p pcmcia; \
> >>> find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf
> >>> ../{} pcmcia if [ -r System.map ]; then /sbin/depmod -ae -F
> >>> System.map -b/usr/src/linux/debian/tmp-image -r 2.4.21-test; fi
> >>> depmod: *** Unresolved symbols in
> >>> /usr/src/linux/debian/tmp-image/lib/modules/2.4.21-test/kernel/driv
> >>> ers/ media/radio/miropcm20.o depmod:
> >>> aci_rw_cmd_Rsmp_cc7c4cd8 depmod: aci_port_Rsmp_0d82adb6
> >>> depmod: aci_version_Rsmp_93350c87
> >>> depmod: *** Unresolved symbols in
> >>> /usr/src/linux/debian/tmp-image/lib/modules/2.4.21-test/kernel/driv
> >>> ers/ net/wan/comx.o depmod: proc_get_inode
> >>> make[2]: *** [_modinst_post] Error 1
> >>> make[2]: Leaving directory `/usr/src/linux-2.4.21'
> >>> make[1]: *** [real_stamp_image] Error 2
> >>> make[1]: Leaving directory `/usr/src/linux-2.4.21'
> >>> 
> >>> Can anyone help me with what's wrong??
> >> 
> >> You need to provide more information than you've given.  Specifically,
> >> what version of gcc did you use (the output of linux/scripts/ver_linux
> >> would provide lots of info, but the gcc version you're using is
> >> probably enough).  Also, and especially, what architecture are you on,
> >> and did you specify that architecture in your kernel config?
> > 
> > Here is the output from a gcc -v
> > Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
> > gcc version 2.95.4 20011002 (Debian prerelease)
> > 
> > Im trying to compile a kernel with support for the PII CPU, and my
> > kernel now is a standart Debain kernel-image-2.4.18-bf2.4 with the 386
> > architecture. Im also importing the /boot/config-2.4.18-bf2.4 from the
> > "make menuconfig" so that I get all the things I need and only have to
> > change a few things like the architecture. I've attached the
> > /usr/src/linux/scripts/var_linux file so you can see it.
> 
> Heh, OK, but as I wrote above, what I was interested in was the *output*
> from var_linux, not the contents of the script itself.  But you gave me
> the most important thing that output would have told me, which was your
> gcc version.
> 
> The reason I was interested in gcc version is because there have been
> numerous and various problems lately compiling kernels with gcc 3.3.
> In some cases, for reasons I don't understand and other people here
> probably do, this has resulted in unresolved symbols issues, akin to
> what you ran into (mistakes in parsing the text of files, maybe?).  But
> no probs have been reported with 2.95 -- in fact, that's what most
> people who've experienced problems with 3.3 have dropped back to -- and
> 2.95 is what you're using.  So that probably isn't it.
> 
> I was also curious about architecture because I was wondering if you
> were trying to make a kernel for an architecture other than x86.  The
> reason:  the errors you're getting are for drivers for some old ISA
> bus hardware from the mid-90's; and in Googling, I found instances of
> people getting errors like this when compiling on architectures that
> didn't even support the ISA bus in the first place.  But, you're
> compiling for a PII, so that isn't it either.
> 
> In the meantime, though, until someone with more clue than I jumps
> in, the below may help.
> 
> The first error:
> 
> } depmod: *** Unresolved symbols in 
> /usr/src/linux/debian/tmp-image/lib/modules/2.4.21-test/kernel/drivers/media/radio/miropcm20.o
> } depmod: aci_rw_cmd_Rsmp_cc7c4cd8
> } depmod: aci_port_Rsmp_0d82adb6
> } depmod: aci_version_Rsmp_93350c87
> 
> This is coming from miropcm20.o, which is the driver for the MiroSOUND
> PCM20 radio card.  Do you need that driver?  If not, you could turn it
> off, and

Re: Question about kernel upgrade

2003-07-12 Thread Esben Laursen
>
>- Original Message - 
>From: Joachim Smit 
>To: [EMAIL PROTECTED] 
>Sent: Saturday, July 12, 2003 5:05 PM
>Subject: Question about kernel upgrade
>
>
>I'm a newbie with Debian.
>
>I've upgraded my kernel from 2.2.20 to 2.4.18. 
>
>After a reboot I was running the new kernel indeed, but my eth0 was gone. 
>
>What did I do wrong ?
>
>Thanks in advance.
>
>Joachim Smit

have you loaded the module for the NIC in modconf ??

Regards

Esben


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Kernel compile error with make-kpkg

2003-07-12 Thread Esben Laursen

- Original Message - 
From: "Chris Metzler" <[EMAIL PROTECTED]>
To: "Esben Laursen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, July 12, 2003 12:43 AM
Subject: Re: Kernel compile error with make-kpkg


> On Fri, 11 Jul 2003 23:50:06 +0200
> "Esben Laursen" <[EMAIL PROTECTED]> wrote:
> >
> > When I try to compile a 2.4.21 kernel with Debians make-kpkg tool, I get
> > this error no matter what I try!! The command im useing is: make-kpkg
> > --append_to_version -test kernel-image
> > 
> > I think it's when the package is being build there is an error, or am I
> > wrong?
> > 
> > Here is the error I get:
> > 
> > cd /usr/src/linux/debian/tmp-image/lib/modules/2.4.21-test; \
> > mkdir -p pcmcia; \
> > find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{}
> > pcmcia if [ -r System.map ]; then /sbin/depmod -ae -F System.map -b
> > /usr/src/linux/debian/tmp-image -r 2.4.21-test; fi depmod: ***
> > Unresolved symbols in
> > /usr/src/linux/debian/tmp-image/lib/modules/2.4.21-test/kernel/drivers/
> > media/radio/miropcm20.o depmod: aci_rw_cmd_Rsmp_cc7c4cd8
> > depmod: aci_port_Rsmp_0d82adb6
> > depmod: aci_version_Rsmp_93350c87
> > depmod: *** Unresolved symbols in
> > /usr/src/linux/debian/tmp-image/lib/modules/2.4.21-test/kernel/drivers/
> > net/wan/comx.o depmod: proc_get_inode
> > make[2]: *** [_modinst_post] Error 1
> > make[2]: Leaving directory `/usr/src/linux-2.4.21'
> > make[1]: *** [real_stamp_image] Error 2
> > make[1]: Leaving directory `/usr/src/linux-2.4.21'
> > 
> > Can anyone help me with what's wrong??
> 
> You need to provide more information than you've given.  Specifically,
> what version of gcc did you use (the output of linux/scripts/ver_linux
> would provide lots of info, but the gcc version you're using is probably
> enough).  Also, and especially, what architecture are you on, and did
> you specify that architecture in your kernel config?
> 
> -c
> 
> -- 
> Chris Metzler [EMAIL PROTECTED]

Here is the output from a gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)

Im trying to compile a kernel with support for the PII CPU, and my kernel now is a 
standart Debain kernel-image-2.4.18-bf2.4 with the 386 architecture.
Im also importing the /boot/config-2.4.18-bf2.4 from the "make menuconfig" so that I 
get all the things I need and only have to change a few things like the architecture.
I've attached the /usr/src/linux/scripts/var_linux file so you can see it.

Esben

ver_linux
Description: Binary data


Kernel compile error with make-kpkg

2003-07-11 Thread Esben Laursen



When I try to compile a 2.4.21 kernel with Debians 
make-kpkg tool, I get this error no matter what I try!!The command im useing 
is:  make-kpkg --append_to_version -test kernel-image
I think it's when the package is being build there is an error, or am I 
wrong?Here is the error I get:cd 
/usr/src/linux/debian/tmp-image/lib/modules/2.4.21-test; \mkdir -p pcmcia; 
\find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} 
pcmciaif [ -r System.map ]; then /sbin/depmod -ae -F System.map -b 
/usr/src/linux/debian/tmp-image -r 2.4.21-test; fidepmod: *** Unresolved 
symbols in 
/usr/src/linux/debian/tmp-image/lib/modules/2.4.21-test/kernel/drivers/media/radio/miropcm20.odepmod: 
aci_rw_cmd_Rsmp_cc7c4cd8depmod: 
aci_port_Rsmp_0d82adb6depmod: 
aci_version_Rsmp_93350c87depmod: *** Unresolved symbols in 
/usr/src/linux/debian/tmp-image/lib/modules/2.4.21-test/kernel/drivers/net/wan/comx.odepmod: 
proc_get_inodemake[2]: *** [_modinst_post] Error 1make[2]: Leaving 
directory `/usr/src/linux-2.4.21'make[1]: *** [real_stamp_image] Error 
2make[1]: Leaving directory `/usr/src/linux-2.4.21'
 
Can anyone help me with what's wrong??Kind 
RegardsEsben


Kernel compile error with make-kpkg

2003-07-11 Thread Esben Laursen
When I try to compile a 2.4.21 kernel with Debians make-kpkg tool, I get this error no 
matter what I try!!
The command im useing is: make-kpkg --append_to_version -test kernel-image

I think it's when the package is being build there is an error, or am I wrong?

Here is the error I get:

cd /usr/src/linux/debian/tmp-image/lib/modules/2.4.21-test; \
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map -b 
/usr/src/linux/debian/tmp-image -r 2.4.21-test; fi
depmod: *** Unresolved symbols in 
/usr/src/linux/debian/tmp-image/lib/modules/2.4.21-test/kernel/drivers/media/radio/miropcm20.o
depmod: aci_rw_cmd_Rsmp_cc7c4cd8
depmod: aci_port_Rsmp_0d82adb6
depmod: aci_version_Rsmp_93350c87
depmod: *** Unresolved symbols in 
/usr/src/linux/debian/tmp-image/lib/modules/2.4.21-test/kernel/drivers/net/wan/comx.o
depmod: proc_get_inode
make[2]: *** [_modinst_post] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.21'
make[1]: *** [real_stamp_image] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.21'

Can anyone help me with what's wrong??

Kind Regards

Esben


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]