Hi guys this problem is frustrating me. After trying a lot of things to setup my wireless card, I decide to test it by shutting down LAN ifconfig eth0 down. Then because the wireless does not work I turn LAN back on ifconfig eth0 up, but it wouldn't let me connect again. Anybody knows why my LAN cannot be turned back on?
Currently I "solve" the problem by restarting the whole computer, but if I ever ifconfig eth0 down again I would have to restart to bring it back :(
Edit: previously this question was a combination of 2 question, you can see the second question here.
| ||||
|
feedback
|
|
I suggest you read this (or the whole page, which is very well written): http://alien.slackbook.org/dokuwiki/doku.php?id=slackware:network#re_starting_a_network_interface You can run ifconfig ... up or down to activate/deactivate an interface. But this doesn't configure the interface which is necessary to connect. As stated in the slackbook page you linked to, the rc scripts need to be run. This is to set the IP addresses according to the configuration files (e.g. dynamic or static address configuration), connect to wireless networks (in case it is a wireless interface), etc. | |||
feedback
|
|
Well, this would solve the problem:
But personally I think | |||||||
feedback
|
iwconfig). If your wireless card correctly joined the network, and you can't ping a hostname - then it's a DNS problem (check /etc/resolv.conf). If you are not on the wireless network either, then you first need to join it and configure the key correctly. Do post more information please. – lorenzog Nov 30 '09 at 10:01