2003-07-21 16:28:26

by Viaris

[permalink] [raw]
Subject: Problems with kernel 2.5.75 (Urgent)

Hi all,

I compiled kernel version 2.5.75, before I had kernel 2.4.20, the problem is
that I need to enable SCSI DC395x, but when I execute lsmod I not found
neither modules loaded, only appear:
Module Size Used by

If I mount manually a module (insmod
/lib/modules/2.5.75/kernel/drivers/scsi/dc395x.ko) the following message
appear: Error inserting
'/lib/modules/2.5.75/kernel/drivers/scsi/dc395x.ko': -1 Unknown symbol in
module, I have my modules.conf in the directory /lib/modules/2.5.75/ but
this kernel no load automatically the modules.

I need to load this module because Ineed to use the tape backup, I have a
backu that I need urgent.

How can I do it?

Thanks,


2003-07-21 16:44:44

by Michael Abshoff

[permalink] [raw]
Subject: Re: Problems with kernel 2.5.75 (Urgent)

Viaris wrote:
> Hi all,
>
> I compiled kernel version 2.5.75, before I had kernel 2.4.20, the problem is
> that I need to enable SCSI DC395x, but when I execute lsmod I not found
> neither modules loaded, only appear:
> Module Size Used by
>
> If I mount manually a module (insmod
> /lib/modules/2.5.75/kernel/drivers/scsi/dc395x.ko) the following message
> appear: Error inserting
> '/lib/modules/2.5.75/kernel/drivers/scsi/dc395x.ko': -1 Unknown symbol in
> module, I have my modules.conf in the directory /lib/modules/2.5.75/ but
> this kernel no load automatically the modules.
>
> I need to load this module because Ineed to use the tape backup, I have a
> backu that I need urgent.
>
> How can I do it?
>
> Thanks,
> -

Hello,

there is a patch for dc395 for the 2.4 kernel at

http://www.garloff.de/kurt/linux/dc395/

I last used it with 2.4.1[89] and it applied with offsets except
for the credits file which you shouldn't care about.

Hope this helps,

Michael


--
Michael Abshoff - MRB - Universit?t Dortmund - Telefon 755-3463 (intern)

Where do you want to RTFM today?


Subject: Re: Problems with kernel 2.5.75 (Urgent)


Hi,

Module loading has changed in 2.5.x. Do you have module-init-tools installed?

You may get it at http://www.kernel.org/pub/linux/kernel/people/rusty/modules/

Regards,
Luciano Rocha

On Mon, Jul 21, 2003 at 10:43:25AM -0600, Viaris wrote:
> Hi all,
>
> I compiled kernel version 2.5.75, before I had kernel 2.4.20, the problem is
> that I need to enable SCSI DC395x, but when I execute lsmod I not found
> neither modules loaded, only appear:
> Module Size Used by
>
> If I mount manually a module (insmod
> /lib/modules/2.5.75/kernel/drivers/scsi/dc395x.ko) the following message
> appear: Error inserting
> '/lib/modules/2.5.75/kernel/drivers/scsi/dc395x.ko': -1 Unknown symbol in
> module, I have my modules.conf in the directory /lib/modules/2.5.75/ but
> this kernel no load automatically the modules.
>
> I need to load this module because Ineed to use the tape backup, I have a
> backu that I need urgent.
>
> How can I do it?
>
> Thanks,
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

2003-07-21 17:13:55

by Viaris

[permalink] [raw]
Subject: Re: Problems with kernel 2.5.75 (Urgent)

Hi, I compiled version module-init-tools-0.9.12, I installed this in
/usr/local/sbin and /usr/local/sbin, but I copied manaully (depmod
generate-modprobe.conf insmod insmod.static modinfo modprobe rmmod
lsmod) in the directory /sbin, compiled again my kernel and copy bzImage in
/boot I did the image wuth mkinitrd and copy my System.map in /boot ,mynew
kernel boot Ok and load my network card, but no load others modules.

Maybe my is that I did copy of files of module-init manaully, how can I do
it to update automatically?

Thanks,



----- Original Message -----
From: "Luciano Miguel Ferreira Rocha" <[email protected]>
To: "Viaris" <[email protected]>
Cc: <[email protected]>
Sent: Monday, July 21, 2003 11:06 AM
Subject: Re: Problems with kernel 2.5.75 (Urgent)


>
> Hi,
>
> Module loading has changed in 2.5.x. Do you have module-init-tools
installed?
>
> You may get it at
http://www.kernel.org/pub/linux/kernel/people/rusty/modules/
>
> Regards,
> Luciano Rocha
>
> On Mon, Jul 21, 2003 at 10:43:25AM -0600, Viaris wrote:
> > Hi all,
> >
> > I compiled kernel version 2.5.75, before I had kernel 2.4.20, the
problem is
> > that I need to enable SCSI DC395x, but when I execute lsmod I not found
> > neither modules loaded, only appear:
> > Module Size Used by
> >
> > If I mount manually a module (insmod
> > /lib/modules/2.5.75/kernel/drivers/scsi/dc395x.ko) the following message
> > appear: Error inserting
> > '/lib/modules/2.5.75/kernel/drivers/scsi/dc395x.ko': -1 Unknown symbol
in
> > module, I have my modules.conf in the directory /lib/modules/2.5.75/ but
> > this kernel no load automatically the modules.
> >
> > I need to load this module because Ineed to use the tape backup, I have
a
> > backu that I need urgent.
> >
> > How can I do it?
> >
> > Thanks,
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel"
in
> > the body of a message to [email protected]
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.tux.org/lkml/
>

2003-07-21 21:01:59

by Viaris

[permalink] [raw]
Subject: Re: Problems with kernel 2.5.75 (Urgent)

Hi

My problem was resuelt (I installed module inits again), now I can see all
modules loaded, but I have problems, when I want to see my backup, I can't ,
I execute tar tvf /dev/st0 and the follwing message appear:

tar: /dev/st0: Cannot open: No such device
tar: Error is not recoverable: exiting now

I believe that my server not know this device, but I i execute lsmod the
driver of my SCSI card is loaded:

scsi_mod 115892 2 dc395x,ide_scsi

I need to know that others test i can do it.

Thanks, You are very kind.

----- Original Message -----
From: "Viaris" <[email protected]>
To: <[email protected]>
Sent: Monday, July 21, 2003 11:25 AM
Subject: Re: Problems with kernel 2.5.75 (Urgent)


> Hi, I compiled version module-init-tools-0.9.12, I installed this in
> /usr/local/sbin and /usr/local/sbin, but I copied manaully (depmod
> generate-modprobe.conf insmod insmod.static modinfo modprobe rmmod
> lsmod) in the directory /sbin, compiled again my kernel and copy bzImage
in
> /boot I did the image wuth mkinitrd and copy my System.map in /boot ,mynew
> kernel boot Ok and load my network card, but no load others modules.
>
> Maybe my is that I did copy of files of module-init manaully, how can I do
> it to update automatically?
>
> Thanks,
>
>
>
> ----- Original Message -----
> From: "Luciano Miguel Ferreira Rocha" <[email protected]>
> To: "Viaris" <[email protected]>
> Cc: <[email protected]>
> Sent: Monday, July 21, 2003 11:06 AM
> Subject: Re: Problems with kernel 2.5.75 (Urgent)
>
>
> >
> > Hi,
> >
> > Module loading has changed in 2.5.x. Do you have module-init-tools
> installed?
> >
> > You may get it at
> http://www.kernel.org/pub/linux/kernel/people/rusty/modules/
> >
> > Regards,
> > Luciano Rocha
> >
> > On Mon, Jul 21, 2003 at 10:43:25AM -0600, Viaris wrote:
> > > Hi all,
> > >
> > > I compiled kernel version 2.5.75, before I had kernel 2.4.20, the
> problem is
> > > that I need to enable SCSI DC395x, but when I execute lsmod I not
found
> > > neither modules loaded, only appear:
> > > Module Size Used by
> > >
> > > If I mount manually a module (insmod
> > > /lib/modules/2.5.75/kernel/drivers/scsi/dc395x.ko) the following
message
> > > appear: Error inserting
> > > '/lib/modules/2.5.75/kernel/drivers/scsi/dc395x.ko': -1 Unknown symbol
> in
> > > module, I have my modules.conf in the directory /lib/modules/2.5.75/
but
> > > this kernel no load automatically the modules.
> > >
> > > I need to load this module because Ineed to use the tape backup, I
have
> a
> > > backu that I need urgent.
> > >
> > > How can I do it?
> > >
> > > Thanks,
> > > -
> > > To unsubscribe from this list: send the line "unsubscribe
linux-kernel"
> in
> > > the body of a message to [email protected]
> > > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > > Please read the FAQ at http://www.tux.org/lkml/
> >
>