Gentoo Archives: gentoo-dev

From: AGottinger@t-online.de (Achim Gottinger)
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Gentoo test
Date: Fri, 02 Mar 2001 07:54:47
Message-Id: 3A9FAE28.D805A54F@gottinger.de
In Reply to: [gentoo-dev] Gentoo test by Philippe Namias
1 Philippe Namias wrote:
2 >
3 > Hi,
4 >
5 > Yesterday i installed Gentoo Linux on my home workstation.
6 > So i notice few bug :
7 >
8 > First GRUB didn't work on my hardware i have a MSI 694 Pro D motherboard with
9 > two DMA channel and two UDMA channle on a in board promise UDMA 100.
10 >
11 > So GRUB is unbale to find my disk on the promise UDMA 100 but find it on the
12 > normal DMA channel. (I think this is due to BIOS as GRUB try to find disk
13 > info from the BIOS and the Promise UDMA 100 Bios is apart from the computer
14 > BIOS.)
15 >
16 > Then i run Gentoo with the sotck kernel provided and try at the command line :
17 > /etc/rc.d/init.d/inet restart i got error message (line 26 and 50) i didn't
18 > look at the script but the initialisation of network pass.
19 >
20 > Next trouble i have is one that really push my head on a wall :
21 >
22 > So i boot Gentoo with the stock kernel provided , then i do a pkmerge of
23 > linux-source-...tbz2 and pppd-...-.tbz2, i load the modules for my network
24 > card and for ppp as i use ppp for connecting to the internet.
25 > Then i got a wierd behaviour from pppd telling that ppp generic is not loaded
26 > but when i do lsmod i got it.
27 >
28 > So i decided to recompile the kernel , i selected all that feet my needs and
29 > reboot. The new kernel boot without problem but PPP is still not loaded but i
30 > choose it to be load directly in kernel (not a modules), this as never worked
31 > all the other options worked but PPP never passe.
32 >
33 > So i reinstall gentoo and recompile my kernel in the chroot mode.
34 > So all goes well , i reboot and now hourra i see PPP generic ...
35 > The i do a pkmerge of ppp-...-.tbz2 run pppd and he tell me that PPP is not
36 > present in my kernel?
37 >
38 > So i see two possibillity to this bug or i do something bad but ireally don't
39 > know what or the ppp stuff in this kernel is broken or the ppp-...-.tbz2 is
40 > broken
41 >
42 > Any one have an idea ?
43
44 Take a look at /usr/src/linux/Documenattion/Changes.
45 There are a few aliases in modules.conf required in order to get pppd
46 working.
47 Remember to copy modules.conf to /etc/modules/[kernelversion] because
48 this file gets
49 copied to /etc/modules.conf on boot.
50 This behaviour will change in the next release.
51
52 achim~
53
54 >
55 > PS : i also found that my memory was bad during installing gentoo i changed
56 > it on now my workstation work without rebooting for no reasons :)
57 >
58 > _______________________________________________
59 > gentoo-dev mailing list
60 > gentoo-dev@g.o
61 > http://www.gentoo.org/mailman/listinfo/gentoo-dev

Replies

Subject Author
Re: [gentoo-dev] Gentoo test Philippe Namias <pn@××××××××.net>