All of lore.kernel.org
 help / color / mirror / Atom feed
* Problems with kernel 2.5.75 (Urgent)
@ 2003-07-21 16:43 Viaris
  2003-07-21 16:59 ` Michael Abshoff
  2003-07-21 17:06 ` Luciano Miguel Ferreira Rocha
  0 siblings, 2 replies; 5+ messages in thread
From: Viaris @ 2003-07-21 16:43 UTC (permalink / raw)
  To: linux-kernel

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,

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problems with kernel 2.5.75 (Urgent)
  2003-07-21 16:43 Problems with kernel 2.5.75 (Urgent) Viaris
@ 2003-07-21 16:59 ` Michael Abshoff
  2003-07-21 17:06 ` Luciano Miguel Ferreira Rocha
  1 sibling, 0 replies; 5+ messages in thread
From: Michael Abshoff @ 2003-07-21 16:59 UTC (permalink / raw)
  To: Viaris; +Cc: linux-kernel

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?



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problems with kernel 2.5.75 (Urgent)
  2003-07-21 16:43 Problems with kernel 2.5.75 (Urgent) Viaris
  2003-07-21 16:59 ` Michael Abshoff
@ 2003-07-21 17:06 ` Luciano Miguel Ferreira Rocha
  2003-07-21 17:25   ` Viaris
  1 sibling, 1 reply; 5+ messages in thread
From: Luciano Miguel Ferreira Rocha @ 2003-07-21 17:06 UTC (permalink / raw)
  To: Viaris; +Cc: linux-kernel


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 majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problems with kernel 2.5.75 (Urgent)
  2003-07-21 17:06 ` Luciano Miguel Ferreira Rocha
@ 2003-07-21 17:25   ` Viaris
  0 siblings, 0 replies; 5+ messages in thread
From: Viaris @ 2003-07-21 17:25 UTC (permalink / raw)
  To: linux-kernel

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" <luciano@lsd.di.uminho.pt>
To: "Viaris" <bmeneses_beltran@hotmail.com>
Cc: <linux-kernel@vger.kernel.org>
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 majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problems with kernel 2.5.75 (Urgent)
@ 2003-07-21 21:16 Viaris
  0 siblings, 0 replies; 5+ messages in thread
From: Viaris @ 2003-07-21 21:16 UTC (permalink / raw)
  To: linux-kernel

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" <bmeneses_beltran@hotmail.com>
To: <linux-kernel@vger.kernel.org>
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" <luciano@lsd.di.uminho.pt>
> To: "Viaris" <bmeneses_beltran@hotmail.com>
> Cc: <linux-kernel@vger.kernel.org>
> 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 majordomo@vger.kernel.org
> > > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > > Please read the FAQ at  http://www.tux.org/lkml/
> >
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-07-21 21:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-21 16:43 Problems with kernel 2.5.75 (Urgent) Viaris
2003-07-21 16:59 ` Michael Abshoff
2003-07-21 17:06 ` Luciano Miguel Ferreira Rocha
2003-07-21 17:25   ` Viaris
2003-07-21 21:16 Viaris

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.