Bonjour,

Oui, aucun rapport entre tout ça, j'explique donc :

Suite à une grosse modification de mes partitions (déplacement, redimensionnement, etc) (avec Gparted en Live CD), je veux rebooter sous Fedora 8, sauf que mon grub semble être légèrement cassé (il se lance plus du tout). Je décide donc de tenter de le réinstaller à l'aide de mon DVD de fedora 8. Je le lance en mode TEXTE (je sais pas trop si c'est important, mais bon), je fais "mettre à jour" et tout, blabla. Il m'installe donc un VIEUX Kernel... (2.6.23.1-42.fc8) ET un grub tout neuf (mais qui lance ma Fedora en mode TEXTE (donc que du texte, jusqu'à l'affichage de mon bureau habituel), au lieu de la barre d'avancement et tout, là).
Je tente de me connecter, pour faire un yum update et remettre le dernier kernel, et là, non, beh il veut se connecter à rien... (j'ai essayé avec deux routeurs différents, en wifi, et en ethernet)... Je penche pour :
-soit le mode texte change quelque chose (du genre il ne rend pas l'accès au net possible)
-soit le kernel n'est pas compatible avec le truc qui gère le réseau ou un truc du genre

bref, en fait j'en sais rien, donc voilà.

J'aimerais donc que ma fedora se lance en mode GRAPHIQUE (avec tous les chargements et la jolie barre bleue sur fond bleue, là) mais surtout pouvoir me connecter au net.

Un moyen d'installer le dernier kernel (sans accès au net) par exemple, ou autre chose ?

Bref, merci si vous avez une quelconque solution 🙂
Tu poses plusieurs questions dans le même post.

Pour avoir un démarrage graphique, tu peux :
modifier la ligne kernel de grub en ajoutant 'quiet splash' aux options de la ligne kernel de grub (Composer un 'e' pendant l'affichage de grub puis suivre les indications
modifier la ligne kernel en ajoutant 'quiet splash' dans /boot/grub/grub.conf.

Pour démarrer une session graphique au boot il faut :
Soit ajouter un 5 en fin de ligne de la ligne kernel de grub (Composer un 'e' pendant l'affichage de grub puis suivre les indications)
Soit modifier ton fichier /etc/inittab
id:5:initdefault: au lieu de id:3:initdefault

Quant au réseau, il faut nous en dire plus sur ce qui se passe au démarrage (le script /etc/init.d/network notamment).
Sous 'root' il faut lancer 'dmesg' pour voir les derniers messages de boot ou aussi regarder dans /var/log/messages
loop: module loaded
EXT3 FS on sda1, internal journal
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda5, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
SELinux: initialized (dev sda5, type ext3), uses xattr
fuse init (API version 7.8)
SELinux: initialized (dev sda2, type fuseblk), uses genfs_contexts
SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
ip6_tables: (C) 2000-2006 Netfilter Core Team
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
ip_tables: (C) 2000-2006 Netfilter Core Team
audit(1198706551.429:3): audit_pid=1675 old=0 by auid=4294967295 subj=system_u:system_r:auditd_t:s0
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
Clocksource tsc unstable (delta = -184015708 ns)
input: btnx keyboard as /class/input/input7
input: btnx mouse as /class/input/input8
ADDRCONF(NETDEV_UP): eth0: link is not ready
input: Unspecified device as /class/input/input9
ADDRCONF(NETDEV_UP): wlan0: link is not ready
uli526x: eth0 NIC Link is Down
ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 17 (level, low) -> IRQ 16
[drm] Initialized drm 1.1.0 20060810
[drm] Initialized radeon 1.28.0 20060524 on minor 0
[drm] Setting GART location based on new memory map
[drm] Loading R300 Microcode
[drm] writeback test succeeded in 1 usecs
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A
SELinux: initialized (dev sr0, type iso9660), uses genfs_contexts
wlan0: invalid MTU 1
wlan0: invalid MTU 1
ça c'est le dmesg

et
Dec 26 23:03:54 localhost system-config-network[2401]: -+ //etc/modprobe.conf #011eth0 alias uli526x
Dec 26 23:03:55 localhost system-config-network[2401]: chmod 0644 //etc/sysconfig/networking/devices/ifcfg-wlan0
Dec 26 23:03:55 localhost system-config-network[2401]: chmod 0644 //etc/sysconfig/networking/devices/ifcfg-eth0
Dec 26 23:03:57 localhost kernel: wlan0: invalid MTU 1
Dec 26 23:03:57 localhost dhclient: wmaster0: unknown hardware address type 801
Dec 26 23:03:57 localhost dhclient: wmaster0: unknown hardware address type 801
Dec 26 23:03:57 localhost dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
Dec 26 23:04:00 localhost dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
Dec 26 23:04:03 localhost dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
Dec 26 23:04:10 localhost DeskJet_980C?serial=MY14K1C0N8OF: io/hpmud/musb.c 1003: unable to open hp:/usb/DeskJet_980C?serial=MY14K1C0N8OF
Dec 26 23:04:10 localhost DeskJet_980C?serial=MY14K1C0N8OF: INFO: open device failed; will retry in 30 seconds...
Dec 26 23:04:11 localhost dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 18
Dec 26 23:04:29 localhost dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 10
Dec 26 23:04:39 localhost dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 10
Dec 26 23:04:40 localhost DeskJet_980C?serial=MY14K1C0N8OF: io/hpmud/musb.c 1003: unable to open hp:/usb/DeskJet_980C?serial=MY14K1C0N8OF
Dec 26 23:04:40 localhost DeskJet_980C?serial=MY14K1C0N8OF: INFO: open device failed; will retry in 30 seconds...
Dec 26 23:04:47 localhost system-config-network[2401]: -+ //etc/modprobe.conf #011eth0 alias uli526x
Dec 26 23:04:47 localhost system-config-network[2401]: chmod 0644 //etc/sysconfig/networking/devices/ifcfg-wlan0
Dec 26 23:04:47 localhost system-config-network[2401]: chmod 0644 //etc/sysconfig/networking/devices/ifcfg-eth0
Dec 26 23:04:49 localhost dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 9
Dec 26 23:04:52 localhost system-config-network[2401]: -+ //etc/modprobe.conf #011eth0 alias uli526x
Dec 26 23:04:52 localhost system-config-network[2401]: chmod 0644 //etc/sysconfig/networking/devices/ifcfg-wlan0
Dec 26 23:04:52 localhost system-config-network[2401]: chmod 0644 //etc/sysconfig/networking/devices/ifcfg-eth0
Dec 26 23:04:54 localhost kernel: wlan0: invalid MTU 1
Dec 26 23:04:54 localhost dhclient: dhclient(2481) is already running - exiting. 
Dec 26 23:04:54 localhost dhclient: 
Dec 26 23:04:54 localhost dhclient: This version of ISC DHCP is based on the release available
Dec 26 23:04:54 localhost dhclient: on ftp.isc.org.  Features have been added and other changes
Dec 26 23:04:54 localhost dhclient: have been made to the base software release in order to make
Dec 26 23:04:54 localhost dhclient: it work better with this distribution.
Dec 26 23:04:54 localhost dhclient: 
Dec 26 23:04:54 localhost dhclient: Please report for this software via the Red Hat Bugzilla site:
Dec 26 23:04:54 localhost dhclient:     http://bugzilla.redhat.com
Dec 26 23:04:54 localhost dhclient: 
Dec 26 23:04:54 localhost dhclient: exiting.
Dec 26 23:04:58 localhost dhclient: No DHCPOFFERS received.
Dec 26 23:05:05 localhost system-config-network[2401]: -+ //etc/modprobe.conf #011eth0 alias uli526x
Dec 26 23:05:05 localhost system-config-network[2401]: chmod 0644 //etc/sysconfig/networking/devices/ifcfg-wlan0
Dec 26 23:05:05 localhost system-config-network[2401]: chmod 0644 //etc/sysconfig/networking/devices/ifcfg-eth0
Dec 26 23:05:10 localhost DeskJet_980C?serial=MY14K1C0N8OF: io/hpmud/musb.c 1003: unable to open hp:/usb/DeskJet_980C?serial=MY14K1C0N8OF
Dec 26 23:05:10 localhost DeskJet_980C?serial=MY14K1C0N8OF: INFO: open device failed; will retry in 30 seconds...
Dec 26 23:05:18 localhost gconfd (root-2411): Le serveur GConf n'est pas en cours d'utilisation, arrêt.
Dec 26 23:05:18 localhost gconfd (root-2411): Sortie
Dec 26 23:05:40 localhost DeskJet_980C?serial=MY14K1C0N8OF: io/hpmud/musb.c 1003: unable to open hp:/usb/DeskJet_980C?serial=MY14K1C0N8OF
Dec 26 23:05:40 localhost DeskJet_980C?serial=MY14K1C0N8OF: INFO: open device failed; will retry in 30 seconds...
Dec 26 23:06:10 localhost DeskJet_980C?serial=MY14K1C0N8OF: io/hpmud/musb.c 1003: unable to open hp:/usb/DeskJet_980C?serial=MY14K1C0N8OF
Dec 26 23:06:10 localhost DeskJet_980C?serial=MY14K1C0N8OF: INFO: open device failed; will retry in 30 seconds...
Dec 26 23:06:40 localhost DeskJet_980C?serial=MY14K1C0N8OF: io/hpmud/musb.c 1003: unable to open hp:/usb/DeskJet_980C?serial=MY14K1C0N8OF
Dec 26 23:06:40 localhost DeskJet_980C?serial=MY14K1C0N8OF: INFO: open device failed; will retry in 30 seconds...
c'est /var/log/messages

🙂
Apparemment tu as deux cartes réseau.
Et aucune des deux n'a reçu de dhcp..
Quel est ton serveur DHCP ?
Peux-tu essayer de faire sous root :
ifconfig
puis
ifconfig eth0 192.168.1.10
puis
ifconfig

J'essaie 192.168.1.10 un peut au hasard, mais c'est pour un essai
Il faudrait d'autres renseignements sur ta passerelle, ton DNS principal voir secondaire, tous ces paramètres sont fournis par ton FAI ou le paramétrage de ton routeur
Oui, mon DNS principal est 192.168.0.1 OU 192.168.1.1 (mais je suis quasiment sûr à 99% que c'est .0.1, bref)

je vais essayer de faire ces trucs.
Par contre, le serveur DHCP, je le sais comment ?
Info : le problème a été résolu tout simplement en installant le dernier kernel (trouvé sur le dépot officiel de Fedora)...

Simple comme bonjour, merci quand même 🙂