Comme le dit mon sujet, je n'ai plus de réseau depuis que j'ai installé KDE 4.6.2.
J'ai bien essayer de voir dans les fichiers de configuration (rc.conf,..) mais je n'ai rien trouver

Pourriez vous m'aidez s'il vous plait?
Merci

Code : Tout sélectionner
MODULES=()
eth0="dhcp"
INTERFACES=(eth0 wlan0)
DAEMONS=(syslog-ng network kdm netfs crond)
On te le disait bien...zaptec a écrit :Je recevais le réseau filaire avant l'installation de KDE, mais pas le réseau wi-fi.
KDE se sentira déjà nettement mieux si tu ajoutes dbus aux DAEMONS dans ton rc.conf (avant kdm... et c'est "plus joli" de lancer kdm via /etc/inittab, mais bon, ça marche comme ça aussi)zaptec a écrit :Je viens aussi de me rendre compte que je n'ai accès à aucun périphérique externe de stockage (clé USB, caméra, lecteur MP3, CD, DVD, etc) mais bon, ça doit être un problème de permissions un truc du genre.
FoolEcho a écrit : KDE se sentira déjà nettement mieux si tu ajoutes dbus aux DAEMONS dans ton rc.conf (avant kdm... et c'est "plus joli" de lancer kdm via /etc/inittab, mais bon, ça marche comme ça aussi)
merci pour les tuyaux, j'ai enfin accès a mes clé usb et tout le restechipster a écrit :si tu n'as pas besoin de crond, mets lui un joli ! devant ou enlève le, ça sera toujours un process de gagné
Ça me dérange pas de le faire, c'est juste que je sais pas comment...Quand il s'agit de réseau, il faut voir si l'interface est présente; ce que retourne le daemon qui est utilisé pour lancer le réseau et surtout ce que donne une configuration manuelle.
Ce n'est pas comme s'il y avait un wikizaptec a écrit :Ça me dérange pas de le faire, c'est juste que je sais pas comment...
Code : Tout sélectionner
[louis@BlackBanana ~]$ lspci | grep -i net
09:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5752 Gigabit Ethernet PCI Express (rev 02)
0c:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)
[louis@BlackBanana ~]$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:18:8B:C2:FF:6B
inet6 addr: fe80::218:8bff:fec2:ff6b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:67 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:22101 (21.5 Kb) TX bytes:492 (492.0 b)
Interrupt:18
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1360 (1.3 Kb) TX bytes:1360 (1.3 Kb)
wlan0 Link encap:Ethernet HWaddr 00:19:7D:B0:01:B8
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
[louis@BlackBanana ~]$
C'est déjà un débutzaptec a écrit : Ça peut aider ça?
Code : Tout sélectionner
/etc/rc.d/network restart
Code : Tout sélectionner
ifconfig eth0
Code : Tout sélectionner
dhcpcd eth0
Code : Tout sélectionner
[louis@BlackBanana ~]$ /etc/rc.d/network restart
:: Stopping Network [FAIL]
:: Starting Network [BUSY] SIOCSIFFLAGS: Permission denied
up: error fetching interface information: Device not found
eth0 Link encap:Ethernet HWaddr 00:18:8B:C2:FF:6B
inet6 addr: fe80::218:8bff:fec2:ff6b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1253 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:415463 (405.7 Kb) TX bytes:492 (492.0 b)
Interrupt:18
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1360 (1.3 Kb) TX bytes:1360 (1.3 Kb)
[FAIL]
[louis@BlackBanana ~]$ su
Password:
[root@BlackBanana louis]# dhcpcd eth0
dhcpcd: version 5.2.2 starting
dhcpcd: eth0: broadcasting for a lease
dhcpcd: eth0: offered 192.168.0.104 from 192.168.0.1
dhcpcd: eth0: acknowledged 192.168.0.104 from 192.168.0.1
dhcpcd: eth0: checking for 192.168.0.104
dhcpcd: eth0: leased 192.168.0.104 for 10800 seconds
dhcpcd: forking to background
[root@BlackBanana louis]#
Code : Tout sélectionner
[root@BlackBanana ~]# /etc/rc.d/network restart
:: Stopping Network [DONE]
:: Starting Network [BUSY]
up: error fetching interface information: Device not found
eth0 Link encap:Ethernet HWaddr 00:18:8B:C2:FF:6B
inet6 addr: fe80::218:8bff:fec2:ff6b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:13 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4358 (4.2 Kb) TX bytes:492 (492.0 b)
Interrupt:18
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:36 errors:0 dropped:0 overruns:0 frame:0
TX packets:36 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1960 (1.9 Kb) TX bytes:1960 (1.9 Kb)
[FAIL]
Code : Tout sélectionner
[root@BlackBanana ~]# /etc/rc.d/network restart
:: Stopping Network [DONE]
:: Starting Network [FAIL]
Code : Tout sélectionner
bash -x /etc/rc.d/network restart &> fichier.log