* [parisc-linux] 2.4.6-pa20 question about modules
@ 2001-07-18 16:33 Joël Soete
2001-07-18 22:29 ` [parisc-linux] " Thomas Marteau
2001-07-18 23:24 ` [parisc-linux] " Richard Hirst
0 siblings, 2 replies; 4+ messages in thread
From: Joël Soete @ 2001-07-18 16:33 UTC (permalink / raw)
To: marteaut; +Cc: parisc-linux
Hi Thomas,
With your tips
(http://lists.parisc-linux.org/pipermail/parisc-linux/2001-July/013081.html)
the cvs 20010717 seems to works fine.
(for b180 still have to unplug re-plug kdb)
I also try to recompile it with the .config file supply with palinux-0.9.2.
It also seems to works well but modules are not install naturally.
Can you explain me how to compile it and install it?
Thanks in advance for help,
Joel
PS: How is it possible to cvs co a previous kernel release now (f.e.
2.4.0-pa30)?
**********************************************************************
This e-mail and any attachments to it may contain confidential information which is strictly intended for the use of the authorised recipient. If you have received this e-mail in error, please delete it and notify the sender by replying to this e-mail.
Thank you for your co-operation.
**********************************************************************
^ permalink raw reply [flat|nested] 4+ messages in thread
* [parisc-linux] Re: 2.4.6-pa20 question about modules
2001-07-18 16:33 [parisc-linux] 2.4.6-pa20 question about modules Joël Soete
@ 2001-07-18 22:29 ` Thomas Marteau
2001-07-18 23:24 ` [parisc-linux] " Richard Hirst
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Marteau @ 2001-07-18 22:29 UTC (permalink / raw)
To: Joël Soete, parisc-linux
Hi Joël and all,
>
> With your tips
> (http://lists.parisc-linux.org/pipermail/parisc-linux/2001-July/013081.html)
>
> the cvs 20010717 seems to works fine.
> (for b180 still have to unplug re-plug kdb)
Nice to know that. But, I think I will deliver a big patch for the
keyboard story. Then, I will need some testers. Thanks to be one of them
:)
>
> I also try to recompile it with the .config file supply with palinux-0.9.2.
> It also seems to works well but modules are not install naturally.
> Can you explain me how to compile it and install it?
>
First, you must know that some of the drivers are not modularized yet. I
think that it looks like pc modules. But since I am not a guru in this
stuff, I think someone else will tell you
> Thanks in advance for help,
> Joel
>
> PS: How is it possible to cvs co a previous kernel release now (f.e.
> 2.4.0-pa30)?
I would like to know. I think, if you read at Paul Bame litterature, he
said that it is broken for 2.4.0.
I can grab old versions with cvs co -r 1.83 linux, for example.
To know the release you want, use this:
http://puffin.external.hp.com/cgi-bin/cvsview/
Thanks again for reporting, Thomas.
ESIEE Team
PS: I also hope an explanation of modules on hppa. I will have to write
all the cleanup stuff for the mouse.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [parisc-linux] 2.4.6-pa20 question about modules
2001-07-18 16:33 [parisc-linux] 2.4.6-pa20 question about modules Joël Soete
2001-07-18 22:29 ` [parisc-linux] " Thomas Marteau
@ 2001-07-18 23:24 ` Richard Hirst
1 sibling, 0 replies; 4+ messages in thread
From: Richard Hirst @ 2001-07-18 23:24 UTC (permalink / raw)
To: Joël Soete; +Cc: marteaut, parisc-linux
On Wed, Jul 18, 2001 at 06:33:21PM +0200, Joël Soete wrote:
> Hi Thomas,
>
> With your tips
> (http://lists.parisc-linux.org/pipermail/parisc-linux/2001-July/013081.html)
>
> the cvs 20010717 seems to works fine.
> (for b180 still have to unplug re-plug kdb)
>
> I also try to recompile it with the .config file supply with palinux-0.9.2.
> It also seems to works well but modules are not install naturally.
> Can you explain me how to compile it and install it?
If I understand correctly, you are rebuilding the kernel, and want
kernel modules installed correctly under /lib/modules?
cd /usr/src/linux (or wherever your source tree is)
# save your .config file, if you want it
make distclean
cp <config file> .config
make oldconfig
make dep
make
make modules
make modules_install
cp vmlinux /boot/vmlinux (or whereever you want it to go)
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [parisc-linux] Re: 2.4.6-pa20 question about modules
@ 2001-07-19 6:05 Joël Soete
0 siblings, 0 replies; 4+ messages in thread
From: Joël Soete @ 2001-07-19 6:05 UTC (permalink / raw)
To: Thomas Marteau <marteaut; +Cc: parisc-linux
Thomas,
Thanks a lot for information.
I am so waiting your patch for kbd (the cvs question was in fact to try to
understand changes that make ps2 kbd un-operational and by the way why
unplug re-plug of b180 kbd was requested).
Always happy to try to help free and open software community.
Joel
=
=20
Thomas =
=20
Marteau To: Jo=EBl Soete/BRU/MASTERCAR=
D@MASTERCARD, =20
<marteaut@esi parisc-linux@parisc-linux.org@SMTP=
@EUROPAY =20
ee.fr> cc: =
=20
Subject: Re: 2.4.6-pa20 questi=
on about modules =20
19-07-01 =
=20
12:29 AM =
=20
=
=20
=
=20
Hi Jo=EBl and all,
>
> With your tips
> (
http://lists.parisc-linux.org/pipermail/parisc-linux/2001-July/013081.html)
>
> the cvs 20010717 seems to works fine.
> (for b180 still have to unplug re-plug kdb)
Nice to know that. But, I think I will deliver a big patch for the
keyboard story. Then, I will need some testers. Thanks to be one of them
:)
>
> I also try to recompile it with the .config file supply with
palinux-0.9.2.
> It also seems to works well but modules are not install naturally.
> Can you explain me how to compile it and install it?
>
First, you must know that some of the drivers are not modularized yet. I
think that it looks like pc modules. But since I am not a guru in this
stuff, I think someone else will tell you
> Thanks in advance for help,
> Joel
>
> PS: How is it possible to cvs co a previous kernel release now (f.e.
> 2.4.0-pa30)?
I would like to know. I think, if you read at Paul Bame litterature, he
said that it is broken for 2.4.0.
I can grab old versions with cvs co -r 1.83 linux, for example.
To know the release you want, use this:
http://puffin.external.hp.com/cgi-bin/cvsview/
Thanks again for reporting, Thomas.
ESIEE Team
PS: I also hope an explanation of modules on hppa. I will have to write
all the cleanup stuff for the mouse.
**********************************************************************
This e-mail and any attachments to it may contain confidential information =
which is strictly intended for the use of the authorised recipient. If you=
have received this e-mail in error, please delete it and notify the sender=
by replying to this e-mail.
Thank you for your co-operation.
**********************************************************************
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-07-19 6:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-18 16:33 [parisc-linux] 2.4.6-pa20 question about modules Joël Soete
2001-07-18 22:29 ` [parisc-linux] " Thomas Marteau
2001-07-18 23:24 ` [parisc-linux] " Richard Hirst
-- strict thread matches above, loose matches on Subject: below --
2001-07-19 6:05 [parisc-linux] " Joël Soete
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox