You are not logged in.
Bonjour,
Nouvel utilisateur de Slitaz, je rencontre le curieux problème suivant :
- première connexion ethernet via l'interface eth0 sans souci (carte Atheros de la série AR8* et driver atl1e)
- connexion wifi (assez difficile à obtenir, mais ça finit par marcher) via l'interface ra0 (driver rt2860sta)
- impossible ensuite d'arrêter la connexion wifi avec l'utilitaire Wireless Manager.
- impossible ensuite de redémarrer la connexion ethernet eth0.
- En relançant le script /etc/init.d/network.sh restart, ça ne fonctionne toujours pas, et j'ai les messages :
Stopping all interfaces
Killing all daemons
killall : adhcpc no process killed
Starting udhcpc client on: eth0
Selected interface 'ra0'
Failed to connect to wpa_supplicant - wpa_ctrl_open: Connection refused
- pour redémarrer eth0, il me faut lancer le script /usr/share/udhcpc/default.script manuellement.
- Au reboot, la détection du réseau ne se fait plus automatiquement.
J'ai aussi remarqué que le démon udhcpc semble ne pas se lancer :
/etc/init.d/udhcpc start
Starting udhcp deamon: Udhcpd... OK
/etc/init.d/udhcpc stop
Udhcpd is not running...
Je peux aussi dire que le fichier /etc/network.conf semble ok avec les lignes
INTERFACE="eth0"
DHCP="yes"
Si vous avez quelques idées...
Merci d'avance,
Ptitjack
Offline
/etc/init.d/network.sh activates one (1) interface at a time.
/etc/network.conf has configuration for one (1) interface.
Configure /etc/network.conf for the interface(default) to activate on boot.
Copy and rename /etc/network.conf
#cp /etc/network.conf /etc/other.interface
Configure the copy for the second interface.
#nano /etc/other.interface
When you boot the interface configured in /etc/network.conf is activated.
Switch to other.interface:
#/etc/init.d/networking.sh restart /etc/other.interface
Switch back to default:
#/etc/init.d/networking.sh restart
ralink wireless firmware:
http://mirror.slitaz.org/packages/cooking/firmware-rt2x00-20110227.tazpkg
Offline
Thank you for your answer.
I installed Wicd Manager and now, everything works fine.
Regards,
--
Ptitjack
Offline
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]