You are not logged in.
Pages: 1
hi!!
i have arch with all the newst updates i use ndiswrapper and when i boot my arch i write this in the root tty1 console iwconfig wlan0 essid osv and connect to my network with dhcpcd but wen i write startx the kde is startting very slowly no i mean it wont start but wen i write dhcpcd -k wlan0 and turn of the network then it starts good
i dont know if this is in use to know but i cannot ping 127.0.0.1 or myhost localhost osv.
Offline
do you have localhost listed in your /etc/hosts? like
127.0.0.1 localhost.localdomain localhost billgates4ever
I am a gated community.
Offline
do you have localhost listed in your /etc/hosts? like
127.0.0.1 localhost.localdomain localhost billgates4ever
yes my line is like this
127.0.0.1 localhost.localdomain localhost
Offline
i fixed it you know kde is using dbus and it needs acces to localhost and then you need to run lo so i writed ifconfig lo up and it works!!!!!!!!!!!
Offline
glad: You can make this much easier on yourself by using the 'network' daemon on the DAEMONS array in rc.conf. The comments in that file describe exactly how to properly configure it.
I use the folowing settings:
lo="lo 127.0.0.1"
wlan0="dhcp"
wlan_wlan0="wlan0 essid MyESSID"
INTERFACES=(lo wlan0)
Offline
Pages: 1