grep NM /etc/sysconfig/network-scripts/ifcfg*
/etc/sysconfig/network-scripts/ifcfg-wlan0:NM_CONTROLLED=no
However, we are a community distribution: Mageia is made by the Mageia community for the Mageia community, by volunteers in their spare time. We don't get paid and, in case you didn't know, none of our developers gets money to buy a piece of hardware someone has an issue with, so he can more easily solve the issue.
If someone doesn't have time to do his share of the work, because of job, study, family and/or other commitments: no problem, he can freely use and enjoy Mageia.
But if he does have time, it would be nice if he would pitch in and help. Besides, even if he can't solve the problems that are most urgent to him himself, he might free up some time of others who can solve them
service network stop
service network start
doktor5000 wrote:For the dhcp client, you can set that f.ex. in drakconnect advanced settings, as shown in the screenshot:
The first issue is drakconnect. Whatever you enter for security it always seems to fall back to WEP. Very occasionally it does display the settings you used before but very rarely.
doktor5000 wrote:Well, you could try to get some informations by looking at the information messages which are put out when the network connection is initiated.
For that, the easiest way IMHO would be to:
- Code: Select all
service network stop
open another terminal, and as root launch there tailf /var/log/messages
and in the first terminal, start network services again viaor try to initate wireless connection manually via iwconfig maybe you want to have a look at Archlinux wiki page, as this is quite extensive about wireless setup.
- Code: Select all
service network start
For the dhcp client, you can set that f.ex. in drakconnect advanced settings, as shown in the screenshot:
If you really want to debug this issue, best add set -x at the beginning of every network-related scripts (mostly ifup/ifdown/iwconfig scripts) and then analyse the output when you iniate your network connection next time.
Users browsing this forum: No registered users and 1 guest