public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: problems with sblive as well as 3com 3c905
  2001-01-31 21:03 problems with sblive as well as 3com 3c905 Lukasz Gogolewski
@ 2001-01-30 22:00 ` Michael B. Trausch
  2001-01-30 22:01 ` Michael B. Trausch
  2001-01-31 21:23 ` Timothy A. DeWees
  2 siblings, 0 replies; 6+ messages in thread
From: Michael B. Trausch @ 2001-01-30 22:00 UTC (permalink / raw)
  To: Lukasz Gogolewski; +Cc: linux-kernel

On Wed, 31 Jan 2001, Lukasz Gogolewski wrote:
>
> After I compiled kernel 2.4.1 on rh 6.2 I enabled module support for 2
> of those devices.
> 
> However when I rebooted my machine both of those devices are not
> working.
> 
> I don't know what's wrong since I did make moudle and make
> module_install.
> 
> When I try to configure mdoule for the sound card, I get a message
> saying that module wasn't found.
> 
> For the network card I get Delaying initialization
> 
> any suggestions on how to fix it?
> 

Upgrade modutils, pppd, and other things to fix all the "problems" with
this kernel.  I found this one out, becuase the guys here politely pointed
that out to me that the "Documentation/Changes" file tells this stuff for
every kernel release.

The module directory was redesigned, as well as other internals to the
Kernel, and that's why newer utilities are required.

	- Mike

===========================================================================
Michael B. Trausch                                    fd0man@crosswinds.net
Avid Linux User since April, '96!                           AIM:  ML100Smkr

              Contactable via IRC (DALNet) or AIM as ML100Smkr
===========================================================================

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: problems with sblive as well as 3com 3c905
  2001-01-31 21:03 problems with sblive as well as 3com 3c905 Lukasz Gogolewski
  2001-01-30 22:00 ` Michael B. Trausch
@ 2001-01-30 22:01 ` Michael B. Trausch
  2001-01-31 21:23 ` Timothy A. DeWees
  2 siblings, 0 replies; 6+ messages in thread
From: Michael B. Trausch @ 2001-01-30 22:01 UTC (permalink / raw)
  To: Lukasz Gogolewski; +Cc: linux-kernel

On Wed, 31 Jan 2001, Lukasz Gogolewski wrote:
> 
> any suggestions on how to fix it?
> 

Oh, and I might add that all the URLs for the new programs that you have
to get, are contained in the same file, Documentation/Changes.

	- Mike

===========================================================================
Michael B. Trausch                                    fd0man@crosswinds.net
Avid Linux User since April, '96!                           AIM:  ML100Smkr

              Contactable via IRC (DALNet) or AIM as ML100Smkr
===========================================================================

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* problems with sblive as well as 3com 3c905
@ 2001-01-31 21:03 Lukasz Gogolewski
  2001-01-30 22:00 ` Michael B. Trausch
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Lukasz Gogolewski @ 2001-01-31 21:03 UTC (permalink / raw)
  To: linux-kernel

After I compiled kernel 2.4.1 on rh 6.2 I enabled module support for 2
of those devices.

However when I rebooted my machine both of those devices are not
working.

I don't know what's wrong since I did make moudle and make
module_install.

When I try to configure mdoule for the sound card, I get a message
saying that module wasn't found.

For the network card I get Delaying initialization

any suggestions on how to fix it?

- Lucas





-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: problems with sblive as well as 3com 3c905
  2001-01-31 21:03 problems with sblive as well as 3com 3c905 Lukasz Gogolewski
  2001-01-30 22:00 ` Michael B. Trausch
  2001-01-30 22:01 ` Michael B. Trausch
@ 2001-01-31 21:23 ` Timothy A. DeWees
  2001-01-31 22:00   ` Mathieu Chouquet-Stringer
  2001-02-01 10:06   ` rui.sousa
  2 siblings, 2 replies; 6+ messages in thread
From: Timothy A. DeWees @ 2001-01-31 21:23 UTC (permalink / raw)
  To: Lukasz Gogolewski; +Cc: Linux Kernel

You need to create a symlink

ln -s /lib/modules/2.4.1/kernel/drivers/net /lib/modules/2.4.1/net

That will fix the nic, I am not sure about sound.  You may need to
create a misc link like

ln -s /lib/modules/2.4.1/kernel/drivers/misc /lib/modules/2.4.1/misc


----- Original Message -----
From: "Lukasz Gogolewski" <lucas@supremedesigns.com>
To: <linux-kernel@vger.kernel.org>
Sent: Wednesday, January 31, 2001 4:03 PM
Subject: problems with sblive as well as 3com 3c905


> After I compiled kernel 2.4.1 on rh 6.2 I enabled module support for 2
> of those devices.
>
> However when I rebooted my machine both of those devices are not
> working.
>
> I don't know what's wrong since I did make moudle and make
> module_install.
>
> When I try to configure mdoule for the sound card, I get a message
> saying that module wasn't found.
>
> For the network card I get Delaying initialization
>
> any suggestions on how to fix it?
>
> - Lucas
>
>
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: problems with sblive as well as 3com 3c905
  2001-01-31 21:23 ` Timothy A. DeWees
@ 2001-01-31 22:00   ` Mathieu Chouquet-Stringer
  2001-02-01 10:06   ` rui.sousa
  1 sibling, 0 replies; 6+ messages in thread
From: Mathieu Chouquet-Stringer @ 2001-01-31 22:00 UTC (permalink / raw)
  To: linux-kernel


You need to get the latest modutils: the directory tree under /lib/modules
changed recently and that's why it works if you create symlinks...

whtdrgn@mail.cannet.com ("Timothy A. DeWees") writes:

> You need to create a symlink
> 
> ln -s /lib/modules/2.4.1/kernel/drivers/net /lib/modules/2.4.1/net
> 
> That will fix the nic, I am not sure about sound.  You may need to
> create a misc link like
> 
> ln -s /lib/modules/2.4.1/kernel/drivers/misc /lib/modules/2.4.1/misc
> 
> 
> ----- Original Message -----
> From: "Lukasz Gogolewski" <lucas@supremedesigns.com>
> To: <linux-kernel@vger.kernel.org>
> Sent: Wednesday, January 31, 2001 4:03 PM
> Subject: problems with sblive as well as 3com 3c905
> 
> 
> > After I compiled kernel 2.4.1 on rh 6.2 I enabled module support for 2
> > of those devices.
> >
> > However when I rebooted my machine both of those devices are not
> > working.
> >
> > I don't know what's wrong since I did make moudle and make
> > module_install.
> >
> > When I try to configure mdoule for the sound card, I get a message
> > saying that module wasn't found.
> >
> > For the network card I get Delaying initialization
> >
> > any suggestions on how to fix it?
> >
> > - Lucas
> >
> >
> >
> >
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > Please read the FAQ at http://www.tux.org/lkml/
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
> 

-- 
Mathieu CHOUQUET-STRINGER              E-Mail : mchouque@e-steel.com
     Learning French is trivial: the word for horse is cheval, and
               everything else follows in the same way.
                        -- Alan J. Perlis
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: problems with sblive as well as 3com 3c905
  2001-01-31 21:23 ` Timothy A. DeWees
  2001-01-31 22:00   ` Mathieu Chouquet-Stringer
@ 2001-02-01 10:06   ` rui.sousa
  1 sibling, 0 replies; 6+ messages in thread
From: rui.sousa @ 2001-02-01 10:06 UTC (permalink / raw)
  To: Timothy A. DeWees; +Cc: Lukasz Gogolewski, Linux Kernel

On Wed, 31 Jan 2001, Timothy A. DeWees wrote:

How about just upgrading modutils?!

> You need to create a symlink
>
> ln -s /lib/modules/2.4.1/kernel/drivers/net /lib/modules/2.4.1/net
>
> That will fix the nic, I am not sure about sound.  You may need to
> create a misc link like
>
> ln -s /lib/modules/2.4.1/kernel/drivers/misc /lib/modules/2.4.1/misc
>
>
> ----- Original Message -----
> From: "Lukasz Gogolewski" <lucas@supremedesigns.com>
> To: <linux-kernel@vger.kernel.org>
> Sent: Wednesday, January 31, 2001 4:03 PM
> Subject: problems with sblive as well as 3com 3c905
>
>
> > After I compiled kernel 2.4.1 on rh 6.2 I enabled module support for 2
> > of those devices.
> >
> > However when I rebooted my machine both of those devices are not
> > working.
> >
> > I don't know what's wrong since I did make moudle and make
> > module_install.
> >
> > When I try to configure mdoule for the sound card, I get a message
> > saying that module wasn't found.
> >
> > For the network card I get Delaying initialization
> >
> > any suggestions on how to fix it?
> >
> > - Lucas
> >

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2001-02-01 10:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-31 21:03 problems with sblive as well as 3com 3c905 Lukasz Gogolewski
2001-01-30 22:00 ` Michael B. Trausch
2001-01-30 22:01 ` Michael B. Trausch
2001-01-31 21:23 ` Timothy A. DeWees
2001-01-31 22:00   ` Mathieu Chouquet-Stringer
2001-02-01 10:06   ` rui.sousa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox