View previous topic :: View next topic |
Author |
Message |
fb99 l33t
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Fri Apr 11, 2003 7:44 pm Post subject: /etc/conf.d/net |
|
|
j'aimerais savoir comment configurer ce fichier.
Parce que mon réseau ne fonctionne pas.
quand je fais "/sbin/ifconfig -a" il n'y a que lo mais pas eth0 |
|
Back to top |
|
|
fb99 l33t
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Fri Apr 11, 2003 8:03 pm Post subject: |
|
|
est-ce que vous pourriez postez votre fichier /etc/conf.d/net
merci |
|
Back to top |
|
|
Farnsworth Guru
Joined: 04 Feb 2003 Posts: 355 Location: Aix en Pce, France
|
Posted: Fri Apr 11, 2003 10:15 pm Post subject: |
|
|
il n'y a que ca, tout le reste est commente...
Code: | iface_eth0="192.168.0.1 broadcast 192.168.0.255 netmask 255.255.255.0" |
|
|
Back to top |
|
|
fb99 l33t
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Fri Apr 11, 2003 11:19 pm Post subject: |
|
|
alors comment faire pour configurer le dhcpcd eth0? |
|
Back to top |
|
|
TGL Bodhisattva
Joined: 02 Jun 2002 Posts: 1978 Location: Rennes, France
|
Posted: Sat Apr 12, 2003 12:03 am Post subject: |
|
|
Je n'ai que ça de décommenté dans mon /etc/conf.d/net :
Code: | # For DHCP set iface_eth? to "dhcp"
# For passing options to dhcpcd use dhcpcd_eth?
iface_eth0="dhcp"
dhcpcd_eth0="-R"
|
L'option "-R" est là pour empêcher l'écrasement du resolv.conf par dhcpcd, parceque parfois je n'utilise pas le dns de mon provider. Pas indispensable donc. |
|
Back to top |
|
|
lekma n00b
Joined: 24 Mar 2003 Posts: 2
|
Posted: Sat Apr 12, 2003 7:06 am Post subject: Re: /etc/conf.d/net |
|
|
fb99 wrote: | quand je fais "/sbin/ifconfig -a" il n'y a que lo mais pas eth0 |
il faut que tu charge le module driver de ta carte reseau avant de configurer l'interface
Code: | modprobe <nom_du_module> |
|
|
Back to top |
|
|
Farnsworth Guru
Joined: 04 Feb 2003 Posts: 355 Location: Aix en Pce, France
|
Posted: Sat Apr 12, 2003 8:30 am Post subject: |
|
|
ah ben voui, evidemment, fo charger le module avant...
pour qu'il soit charge au demarrage, il faut le mettre dans /etc/modules.autoload.
pour savoir s'il est charge: lsmod...
et apres pour dhcp, tu n'as rien a faire si ce n'est lancer 'dhcpcd eth0' et hop ca roule. |
|
Back to top |
|
|
fb99 l33t
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Sat Apr 12, 2003 8:46 am Post subject: |
|
|
ma carte réseau c'est une realtek, il me semblait que le module s'était RTL8139 (en tout cas sour mandrake) mais là il y est pas |
|
Back to top |
|
|
Farnsworth Guru
Joined: 04 Feb 2003 Posts: 355 Location: Aix en Pce, France
|
Posted: Sat Apr 12, 2003 8:55 am Post subject: |
|
|
essaye le module 8139too |
|
Back to top |
|
|
fb99 l33t
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Sat Apr 12, 2003 9:05 am Post subject: |
|
|
oui c'est ce que je viens de faire
mais au démarrage:
*Loading module 8139to (ouais ça marche)
*failed to load 8139to (ah bein non)
mais c'est bien ce modules .quand j'était dans l'environnemnt chroot pendant l'installation, j'ai fait lsmod et le module 8139to y était |
|
Back to top |
|
|
Farnsworth Guru
Joined: 04 Feb 2003 Posts: 355 Location: Aix en Pce, France
|
Posted: Sat Apr 12, 2003 9:26 am Post subject: |
|
|
8139too avec 2 o c'est le bon!!
sinon le module doit se trouver dans /lib/modules/2.4.20.../kernel/drivers/net et il doit s'appeler 8139too.o .
enfin la je vois pas... ah peut-etre, je crois me rappeler qu'il en existe deux pour deux cartes differentes un 8139c+ ou je sais pas quoi, tu dois avoir le choix au moment du 'make menuconfig'.
m'enfin, si au moment de l'install tu avais bien 8139too il n'y a pas de raison que s'en soit une autre... la je vois pas.
si tu fais un 'modprobe 8139too' ca te reponds quoi? |
|
Back to top |
|
|
fb99 l33t
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Sat Apr 12, 2003 9:52 am Post subject: |
|
|
il le trouve pas il me dit:
can't locate modules. |
|
Back to top |
|
|
Farnsworth Guru
Joined: 04 Feb 2003 Posts: 355 Location: Aix en Pce, France
|
Posted: Sat Apr 12, 2003 10:02 am Post subject: |
|
|
tu n'as pas du le cocher en tant que module dans ton kernel.
retourne dans /sur/src/linux, relance 'make menuconfig' et coche le driver de la 8139 en tant que module (fais gaffe, il y en a deux differents et un seul t'interesse mais bon, de toute facon si tu coches les deux ca ne changera rien pour toi).
ensuite tu relances juste un 'make dep && make modules modules_install'.
et apres retente le 'modprobe 8139too' pour voir. |
|
Back to top |
|
|
fb99 l33t
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Sat Apr 12, 2003 10:02 am Post subject: |
|
|
j'ai honte, effectivement je viens de remarquer ça |
|
Back to top |
|
|
fb99 l33t
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Sat Apr 12, 2003 10:10 am Post subject: |
|
|
j'ai fait menuconfig, j'ai cocher les bon modules
et j'ai fait make dep && make clean bzImage modules modules_install (c'est la 2ème fois que je le fais)
est-ce que c'est juste, parce que ça marche pas |
|
Back to top |
|
|
vibidoo Guru
Joined: 27 Nov 2002 Posts: 409
|
Posted: Sat Apr 12, 2003 11:10 am Post subject: |
|
|
est ce que t'as copier ton nouveau bzImage dans ton /boot ?
Si oui
refait un modprobe 8139too
Si c'est bon , met 8139too dans ton /etc/module.autoload |
|
Back to top |
|
|
fb99 l33t
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Sat Apr 12, 2003 11:30 am Post subject: |
|
|
je l'ai refait mais ça marche toujour pas.je peux peut-être le copier depuis le cdrom |
|
Back to top |
|
|
fb99 l33t
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Sat Apr 12, 2003 11:52 am Post subject: |
|
|
c'est bon eth0 marche mais quand j'ai fait emerge kde ça marche pas il me dit:
!!! Error: couldn't find math for ¦¦ in app-text/ghostescripts-7.05.g-m |
|
Back to top |
|
|
|