[SOLVED] Broadcom wireless on Mageia 2 (again)

[SOLVED] Broadcom wireless on Mageia 2 (again)

Postby quartz » Jun 5th, '12, 23:58

Hi

I had been following with interest the thread by Jos (viewtopic.php?f=25&t=2409) but that seems to have fizzled out without a solution. I have a similar problem so I hope it is OK to start a new thread.

Having upgraded from Mageia 1 to 2 via the system tray pop-up, I found I had no wireless network connection. When I went to set one up in Network Center, it reported that the required package was unavailable. After re-enabling the non-free repository, Network Center installed the package (via eth0 ethernet), and then reported "Unable to find network interface on selected device (using wl driver)".

Here are the responses to various commands requested by Doktor5000 and others in the other thread. Any suggestions appreciated. Thanks for reading.

iwconfig:
Code: Select all
[root@d620 ~]# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.


iwlist wlan0 scan
Code: Select all
[root@d620 ~]# iwlist wlan0 scan
wlan0     Interface doesn't support scanning.


cat /etc/udev/rules.d/70-persistent-net.rules
Code: Select all
[root@d620 ~]# cat /etc/udev/rules.d/70-persistent-net.rules
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.

# PCI device 0x14e4:0x1600 (tg3)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:18:8b:ba:c8:65", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

# PCI device 0x14e4:0x4315 (b43-pci-bridge)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:23:4d:c5:c6:35", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"

# PCI device 0x14e4:0x4315 (wl)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:23:4d:c5:c6:35", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"


cat /etc/modprobe.conf:
Code: Select all
[root@d620 ~]# cat /etc/modprobe.conf
install scsi_hostadapter /sbin/modprobe ata_piix; /sbin/modprobe ahci; /bin/true
install usb-interface /sbin/modprobe ehci_hcd; /sbin/modprobe uhci_hcd; /bin/true
options snd-ac97-codec power_save=1
alias eth1 ssb
alias pci:v000014E4d00004315sv00001028sd0000000Bbc02sc80i00 ssb
alias pci:v000014E4d00001600sv00001028sd000001C2bc02sc00i00 tg3
alias eth0 tg3


modinfo wl
Code: Select all
[root@d620 ~]# modinfo wl
filename:       /lib/modules/3.3.6-desktop586-2.mga2/dkms-binary/3rdparty/broadcom-wl/wl.ko.xz
srcversion:     59B4B736A454693F5C8FC77
alias:          pci:v000014E4d00000576sv*sd*bc*sc*i*
alias:          pci:v000014E4d0000435Asv*sd*bc*sc*i*
alias:          pci:v000014E4d00004359sv*sd*bc*sc*i*
alias:          pci:v000014E4d00004358sv*sd*bc*sc*i*
alias:          pci:v000014E4d00004727sv*sd*bc*sc*i*
alias:          pci:v000014E4d00004357sv*sd*bc*sc*i*
alias:          pci:v000014E4d0000A99Dsv*sd*bc*sc*i*
alias:          pci:v000014E4d00004353sv*sd*bc*sc*i*
alias:          pci:v000014E4d0000432Dsv*sd*bc*sc*i*
alias:          pci:v000014E4d0000432Csv*sd*bc*sc*i*
alias:          pci:v000014E4d0000432Bsv*sd*bc*sc*i*
alias:          pci:v000014E4d0000432Asv*sd*bc*sc*i*
alias:          pci:v000014E4d00004329sv*sd*bc*sc*i*
alias:          pci:v000014E4d00004328sv*sd*bc*sc*i*
alias:          pci:v000014E4d00004315sv*sd*bc*sc*i*
alias:          pci:v000014E4d00004313sv*sd*bc*sc*i*
alias:          pci:v000014E4d00004312sv*sd*bc*sc*i*
alias:          pci:v000014E4d00004311sv*sd*bc*sc*i*
depends:        lib80211
vermagic:       3.3.6-desktop586-2.mga2 SMP mod_unload modversions 586
parm:           oneonly:int
parm:           piomode:int
parm:           instance_base:int
parm:           nompc:int
parm:           name:string


dkms status
Code: Select all
[root@d620 ~]# dkms status
broadcom-wl, 5.100.82.112-4.mga2.nonfree, 3.3.6-desktop586-2.mga2, i586: installed
broadcom-wl, 5.100.82.112-4.mga2.nonfree, 3.3.6-desktop586-2.mga2, i586: installed-binary from 3.3.6-desktop586-2.mga2


lsmod | grep wl
Code: Select all
[root@d620 ~]# lsmod | grep wl
wl                   2438684  0
lib80211               14040  1 wl
Last edited by quartz on Jun 9th, '12, 16:22, edited 1 time in total.
quartz
 
Posts: 40
Joined: Sep 14th, '11, 17:59
Location: United Kingdom

Re: Broadcom wireless on Mageia 2 (again)

Postby quartz » Jun 6th, '12, 20:24

Update: I found this entry in the errata that I thought might fix the problem. I installed it, and rebooted, but still no wireless. Can anyone suggest where to start diagnosing, please? It was working before under Mageia 1, and is still working under Windows (dual boot on the same machine).

Thanks,
If your hardware doesn't work, you can try to install the kernel-firmware-nonfree package that is in the nonfree repositories and then reboot your computer. After rebooting, check if your hardware is now working. Note : you need this package for the firmware needed by some wifi network card, etc...
quartz
 
Posts: 40
Joined: Sep 14th, '11, 17:59
Location: United Kingdom

Re: Broadcom wireless on Mageia 2 (again)

Postby doktor5000 » Jun 8th, '12, 22:44

Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Broadcom wireless on Mageia 2 (again)

Postby quartz » Jun 9th, '12, 16:21

Thanks for that Doktor5000, interesting link, especially the warning:

This driver is more likely to cause problems than to resolve them. Most of the problems reported by users on Broadcom chips are caused by this driver. Using this is HIGHLY NOT recommended. Before you even think of trying out this one, make sure to try the other drivers first

As it happens, I un-installed the broadcom-wl-kernel-3.3.6 and dkms-broadcom-wl packages and restarted, thinking that re-installing them might help. When I restarted, I found the wifi working. MCC Network Center has since decided to reinstall these packages, but the wireless remains working, albeit now on wlan0 rather than eth1 as it was before the upgrade. Odd.

In light of the warning quote in the article you link to, it is odd that these packages are automatically installed by MCC Network Center if they are known to cause trouble.

Anyway, I'm not sure why exactly but from my point of view, I can mark this one if not "Solved" then at least "Overtaken by Events". Many thanks,
Q.
quartz
 
Posts: 40
Joined: Sep 14th, '11, 17:59
Location: United Kingdom

Re: [SOLVED] Broadcom wireless on Mageia 2 (again)

Postby doktor5000 » Jun 9th, '12, 17:53

Well, the wl driver supports more hardware and more features more properly, as far as i know, so it is preferred for some devices.
But glad to see that it works finally :D
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: [SOLVED] Broadcom wireless on Mageia 2 (again)

Postby oj » Aug 25th, '12, 16:37

The following hardware does not work with the wl module. (I assume "misc" below is not the mod in use but a suggestion) After configuring as "broadcom" via Mageia Control Center "wlan0" option disappeared and interface did not work. Removed kernel modules (wl), rebooted, then MCC showed both broadcom and wlan0 options. Using wlan0 the interface works. (though test says it failed)

    Identification
    Vendor: ‎Broadcom Corporation
    Description: ‎BCM4311 802.11b/g WLAN
    Media class: ‎Network controller
    Connection
    Bus: ‎PCI Express
    PCI domain: ‎0
    Bus PCI #: ‎5
    PCI device #: ‎0
    PCI function #: ‎0
    PCI revision: ‎0x01
    Vendor ID: ‎0x14e4
    Device ID: ‎0x4311
    Sub vendor ID: ‎0x14e4
    Sub device ID: ‎0x0465

    Misc
    Module: ‎wl
oj
 
Posts: 232
Joined: Aug 23rd, '12, 00:22

Re: [SOLVED] Broadcom wireless on Mageia 2 (again)

Postby xi » Sep 1st, '12, 19:40

Hi,

Same problem here: broadcom-wl doesn't work and even worse, it prevents b43 driver from working.
Message to Mageia team for next release: MCC shouldn't force to install broadcom-wl as it doesn't work for some broadcom devices. Each time I start drakroam, it wants to install broadcom-wl thus breaking my system !

My laptop is a Dell latitude D620 with a broadcom BCM4311 802.11b/g WLAN [14e4:4311] (rev 01) inside.


Below is what I did to get the WIFI working with Mageia 2 (it worked flawlessly with my mdv 2010.2 but I spent a couple of hours with Mageia 2 ...).
Basically we will remove not working broadcom-wl driver and install b43 driver

  1. remove ALL broadcom-wl packages (just doing rmmod wl is NOT sufficient). Adapt these commands for you:
    Code: Select all
    urpme dkms-broadcom-wl-5.100.82.112-4.mga2.nonfree.i586 broadcom-wl-kernel-3.3.6-desktop-2.mga2-5.100.82.112-27.mga2.nonfree.i586 broadcom-wl-kernel-desktop-latest-5.100.82.112-27.mga2.nonfree.i586

  2. install b43-fwcutter tool
    Code: Select all
    urpmi b43-fwcutter

  3. download the firmware for the BCM4311 and install it with b43-fwcutter:
    Code: Select all
    wget http://www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2
    tar jxvf broadcom-wl-5.100.138.tar.bz2
    sudo b43-fwcutter -w /lib/firmware broadcom-wl-5.100.138/linux/wl_apsta.o

    Be carefull : Mageia 2 uses "3.2 kernel or newer", so you need a recent firmware (5.100.138). If not, you will get strange errors like "wlan0: deauthenticating from 00:26:cb:17:bd:41 by local choice (reason=3)"

  4. Disconnect the network cable and right click on the wireless icon (or launch drakroam). (You must absolutely prevent the system to install broadcom-wl packages !)
    Choose "wlan0" in the listbox (don't choose Broadcom Corporation BCM4311)
    You should see the list of available wifi connections here. Choose yours and press "Configure" button. Configure the boxes to meet your WIFI settings and check at least the box "Start connection at boot time".
    Important note: I have to uncheck the box "Allow interface control from the Network Manager" (not exact text) for the wifi to work!

  5. Reboot and you should get the WIFI that works! (at least it was the solution for me ...)

It still remains a problem for me: if I disconnect the WIFI, I can't reconnect anymore, I have to reboot :?
Below is /var/log/messages output when it works (at boot time) / when it fails (after). Any idea of what's wrong ? :

--> WIFI at boot time (works):
Code: Select all
Sep  1 19:04:32 localhost kernel: [   15.221403] EXT4-fs (sda1): re-mounted. Opts: acl
Sep  1 19:04:32 localhost kernel: [   15.562232] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
Sep  1 19:04:32 localhost kernel: [   15.592726] Broadcom 43xx driver loaded [ Features: PMNLS ]
Sep  1 19:04:32 localhost kernel: [   15.760918] autoconfig: line_outs=1 (0xe/0x0/0x0/0x0/0x0) type:speaker
Sep  1 19:04:32 localhost kernel: [   15.760930]    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep  1 19:04:32 localhost kernel: [   15.760936]    hp_outs=1 (0xd/0x0/0x0/0x0/0x0)
Sep  1 19:04:32 localhost kernel: [   15.760944]    mono: mono_out=0x0
Sep  1 19:04:32 localhost kernel: [   15.760948]    dig-out=0x9/0x0
Sep  1 19:04:32 localhost kernel: [   15.760951]    inputs: Internal Mic=0xf Mic=0x10
Sep  1 19:04:32 localhost kernel: [   15.779099] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
Sep  1 19:04:32 localhost kernel: [   15.779306] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Sep  1 19:04:32 localhost kernel: [   16.857626] cfg80211: World regulatory domain updated:
Sep  1 19:04:32 localhost kernel: [   16.857635] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 19:04:32 localhost kernel: [   16.857642] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 19:04:32 localhost kernel: [   16.857649] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 19:04:32 localhost kernel: [   16.857656] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 19:04:32 localhost kernel: [   16.857662] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 19:04:32 localhost kernel: [   16.857669] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 19:04:32 localhost kernel: [   16.857693] cfg80211: Calling CRDA for country: FR
Sep  1 19:04:32 localhost kernel: [   16.876418] cfg80211: Regulatory domain changed to country: FR
Sep  1 19:04:32 localhost kernel: [   16.876426] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 19:04:32 localhost kernel: [   16.876433] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 19:04:32 localhost kernel: [   16.876439] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 19:04:32 localhost kernel: [   16.876445] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 19:04:32 localhost kernel: [   16.876451] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
Sep  1 19:04:32 localhost kernel: [   16.997525] device-mapper: uevent: version 1.0.3
Sep  1 19:04:32 localhost kernel: [   16.997755] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
Sep  1 19:04:32 localhost avahi-daemon[599]: Successfully called chroot().
Sep  1 19:04:32 localhost avahi-daemon[599]: Successfully dropped remaining capabilities.
Sep  1 19:04:32 localhost avahi-daemon[599]: Loading service file /services/ssh.service.
Sep  1 19:04:32 localhost avahi-daemon[599]: Loading service file /services/udisks.service.
Sep  1 19:04:32 localhost avahi-daemon[599]: System host name is set to 'localhost'. This is not a suitable mDNS host name, looking for alternatives.
Sep  1 19:04:32 localhost avahi-daemon[599]: Network interface enumeration completed.
Sep  1 19:04:32 localhost avahi-daemon[599]: Registering HINFO record with values 'I686'/'LINUX'.
Sep  1 19:04:32 localhost avahi-daemon[599]: Server startup complete. Host name is linux.local. Local service cookie is 240960088.
Sep  1 19:04:32 localhost avahi-daemon[599]: Service "linux" (/services/udisks.service) successfully established.
Sep  1 19:04:32 localhost avahi-daemon[599]: Service "linux" (/services/ssh.service) successfully established.
Sep  1 19:04:32 localhost systemd-logind[631]: New seat seat0.
Sep  1 19:04:32 localhost dbus-daemon[663]: dbus[663]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkitd.service'
Sep  1 19:04:32 localhost dbus[663]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkitd.service'
Sep  1 19:04:32 localhost polkitd[639]: started daemon version 0.104 using authority implementation `local' version `0.104'
Sep  1 19:04:32 localhost dbus-daemon[663]: dbus[663]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Sep  1 19:04:32 localhost dbus[663]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Sep  1 19:04:32 localhost partmon[585]: Vérification si les partitions disposent d'assez d'espace libre : [  OK  ]
Sep  1 19:04:32 localhost NetworkManager[620]:    ifcfg-rh: Acquired D-Bus service com.redhat.ifcfgrh1
Sep  1 19:04:32 localhost NetworkManager[620]: <info> Loaded plugin ifcfg-rh: (c) 2007 - 2010 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Sep  1 19:04:32 localhost NetworkManager[620]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Sep  1 19:04:32 localhost NetworkManager[620]:    ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-wlan0 ...
Sep  1 19:04:32 localhost NetworkManager[620]: <warn> failed to allocate link cache: (-10) Operation not supported
Sep  1 19:04:32 localhost NetworkManager[620]:    ifcfg-rh:     read connection 'Système xi (wlan0)'
Sep  1 19:04:32 localhost NetworkManager[620]:    ifcfg-rh: Ignoring connection 'Système xi (wlan0)' and its device due to NM_CONTROLLED/BRIDGE/VLAN.
Sep  1 19:04:32 localhost NetworkManager[620]:    ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth0 ...
Sep  1 19:04:32 localhost NetworkManager[620]: <warn> failed to allocate link cache: (-10) Operation not supported
Sep  1 19:04:32 localhost NetworkManager[620]:    ifcfg-rh:     read connection 'Système eth0'
Sep  1 19:04:32 localhost NetworkManager[620]:    ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ...
Sep  1 19:04:32 localhost resolvconf[573]: Lancement de resolvconf : [  OK  ]
Sep  1 19:04:32 localhost NetworkManager[620]: <info> trying to start the modem manager...
Sep  1 19:04:32 localhost NetworkManager[620]: <info> monitoring kernel firmware directory '/lib/firmware'.
Sep  1 19:04:32 localhost dbus[663]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper)
Sep  1 19:04:32 localhost NetworkManager[620]: <info> found WiFi radio killswitch rfkill1 (at /sys/devices/pci0000:00/0000:00:1c.1/0000:0c:00.0/ssb0:0/ieee80211/phy0/rfkill1) (driver (unknown))
Sep  1 19:04:32 localhost NetworkManager[620]: <info> found WiFi radio killswitch rfkill0 (at /sys/devices/platform/dell-laptop/rfkill/rfkill0) (driver dell-laptop)
Sep  1 19:04:32 localhost dbus[663]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
Sep  1 19:04:32 localhost NetworkManager[620]: <info> WiFi enabled by radio killswitch; enabled by state file
Sep  1 19:04:32 localhost NetworkManager[620]: <info> WWAN enabled by radio killswitch; enabled by state file
Sep  1 19:04:32 localhost NetworkManager[620]: <info> WiMAX enabled by radio killswitch; enabled by state file
Sep  1 19:04:32 localhost NetworkManager[620]: <info> Networking is enabled by state file
Sep  1 19:04:32 localhost modem-manager[732]: <info>  ModemManager (version 0.5.1.97) starting...
Sep  1 19:04:32 localhost NetworkManager[620]: <info> (wlan0): using nl80211 for WiFi device control
Sep  1 19:04:32 localhost NetworkManager[620]: <warn> (wlan0): driver supports Access Point (AP) mode
Sep  1 19:04:32 localhost dbus[663]: [system] Successfully activated service 'org.freedesktop.ModemManager'
Sep  1 19:04:32 localhost NetworkManager[620]: <info> (wlan0): new 802.11 WiFi device (driver: 'b43' ifindex: 3)
Sep  1 19:04:32 localhost NetworkManager[620]: <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/0
Sep  1 19:04:32 localhost NetworkManager[620]: <warn> failed to allocate link cache: (-10) Operation not supported
Sep  1 19:04:32 localhost NetworkManager[620]: <info> (eth0): carrier is OFF
Sep  1 19:04:32 localhost NetworkManager[620]: <info> (eth0): new Ethernet device (driver: 'tg3' ifindex: 2)
Sep  1 19:04:32 localhost NetworkManager[620]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1
Sep  1 19:04:32 localhost NetworkManager[620]: <info> (eth0): now managed
Sep  1 19:04:32 localhost NetworkManager[620]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Sep  1 19:04:32 localhost modem-manager[732]: <info>  Loaded plugin ZTE
Sep  1 19:04:32 localhost NetworkManager[620]: <info> (eth0): bringing up device.
Sep  1 19:04:32 localhost modem-manager[732]: <info>  Loaded plugin Option
Sep  1 19:04:32 localhost bluetoothd[733]: Bluetooth daemon 4.99
Sep  1 19:04:32 localhost modem-manager[732]: <info>  Loaded plugin Linktop
Sep  1 19:04:32 localhost modem-manager[732]: <info>  Loaded plugin MotoC
Sep  1 19:04:32 localhost modem-manager[732]: <info>  Loaded plugin Novatel
Sep  1 19:04:32 localhost dbus[663]: [system] Successfully activated service 'org.bluez'
Sep  1 19:04:32 localhost modem-manager[732]: <info>  Loaded plugin Option High-Speed
Sep  1 19:04:32 localhost bluetoothd[733]: Starting SDP server
Sep  1 19:04:32 localhost kernel: [   25.076561] ADDRCONF(NETDEV_UP): eth0: link is not ready
Sep  1 19:04:32 localhost modem-manager[732]: <info>  Loaded plugin Nokia
Sep  1 19:04:32 localhost modem-manager[732]: <info>  Loaded plugin Wavecom
Sep  1 19:04:32 localhost modem-manager[732]: <info>  Loaded plugin Huawei
Sep  1 19:04:32 localhost modem-manager[732]: <info>  Loaded plugin Sierra
Sep  1 19:04:32 localhost kernel: [   25.106527] Bluetooth: Core ver 2.16
Sep  1 19:04:32 localhost kernel: [   25.106568] NET: Registered protocol family 31
Sep  1 19:04:32 localhost kernel: [   25.106573] Bluetooth: HCI device and connection manager initialized
Sep  1 19:04:32 localhost kernel: [   25.106579] Bluetooth: HCI socket layer initialized
Sep  1 19:04:32 localhost kernel: [   25.106584] Bluetooth: L2CAP socket layer initialized
Sep  1 19:04:32 localhost kernel: [   25.106595] Bluetooth: SCO socket layer initialized
Sep  1 19:04:32 localhost modem-manager[732]: <info>  Loaded plugin AnyData
Sep  1 19:04:32 localhost modem-manager[732]: <info>  Loaded plugin Ericsson MBM
Sep  1 19:04:32 localhost modem-manager[732]: <info>  Loaded plugin X22X
Sep  1 19:04:32 localhost modem-manager[732]: <info>  Loaded plugin SimTech
Sep  1 19:04:32 localhost modem-manager[732]: <info>  Loaded plugin Samsung
Sep  1 19:04:32 localhost modem-manager[732]: <info>  Loaded plugin Generic
Sep  1 19:04:32 localhost kernel: [   25.124514] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Sep  1 19:04:32 localhost kernel: [   25.124521] Bluetooth: BNEP filters: protocol multicast
Sep  1 19:04:32 localhost modem-manager[732]: <info>  Loaded plugin Longcheer
Sep  1 19:04:32 localhost modem-manager[732]: <info>  Loaded plugin Gobi
Sep  1 19:04:32 localhost NetworkManager[620]: <info> (eth0): preparing device.
Sep  1 19:04:32 localhost NetworkManager[620]: <info> (eth0): deactivating device (reason 'managed') [2]
Sep  1 19:04:32 localhost NetworkManager[620]: <info> modem-manager is now available
Sep  1 19:04:32 localhost dbus-daemon[663]: dbus[663]: [system] Activating service name='org.freedesktop.ModemManager' (using servicehelper)
Sep  1 19:04:32 localhost dbus-daemon[663]: dbus[663]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
Sep  1 19:04:32 localhost dbus-daemon[663]: modem-manager[732]: <info>  ModemManager (version 0.5.1.97) starting...
Sep  1 19:04:32 localhost dbus-daemon[663]: dbus[663]: [system] Successfully activated service 'org.freedesktop.ModemManager'
Sep  1 19:04:32 localhost dbus-daemon[663]: modem-manager[732]: <info>  Loaded plugin ZTE
Sep  1 19:04:32 localhost dbus-daemon[663]: modem-manager[732]: <info>  Loaded plugin Option
Sep  1 19:04:32 localhost dbus-daemon[663]: modem-manager[732]: <info>  Loaded plugin Linktop
Sep  1 19:04:32 localhost dbus-daemon[663]: modem-manager[732]: <info>  Loaded plugin MotoC
Sep  1 19:04:32 localhost dbus-daemon[663]: modem-manager[732]: <info>  Loaded plugin Novatel
Sep  1 19:04:32 localhost dbus-daemon[663]: dbus[663]: [system] Successfully activated service 'org.bluez'
Sep  1 19:04:32 localhost dbus-daemon[663]: modem-manager[732]: <info>  Loaded plugin Option High-Speed
Sep  1 19:04:32 localhost dbus-daemon[663]: modem-manager[732]: <info>  Loaded plugin Nokia
Sep  1 19:04:32 localhost dbus-daemon[663]: modem-manager[732]: <info>  Loaded plugin Wavecom
Sep  1 19:04:32 localhost dbus-daemon[663]: modem-manager[732]: <info>  Loaded plugin Huawei
Sep  1 19:04:32 localhost dbus-daemon[663]: modem-manager[732]: <info>  Loaded plugin Sierra
Sep  1 19:04:32 localhost dbus-daemon[663]: modem-manager[732]: <info>  Loaded plugin AnyData
Sep  1 19:04:32 localhost dbus-daemon[663]: modem-manager[732]: <info>  Loaded plugin Ericsson MBM
Sep  1 19:04:32 localhost dbus-daemon[663]: modem-manager[732]: <info>  Loaded plugin X22X
Sep  1 19:04:32 localhost dbus-daemon[663]: modem-manager[732]: <info>  Loaded plugin SimTech
Sep  1 19:04:32 localhost dbus-daemon[663]: modem-manager[732]: <info>  Loaded plugin Samsung
Sep  1 19:04:32 localhost dbus-daemon[663]: modem-manager[732]: <info>  Loaded plugin Generic
Sep  1 19:04:32 localhost dbus-daemon[663]: modem-manager[732]: <info>  Loaded plugin Longcheer
Sep  1 19:04:32 localhost dbus-daemon[663]: modem-manager[732]: <info>  Loaded plugin Gobi
Sep  1 19:04:32 localhost upowerd[646]: (upowerd:646): UPower-Linux-WARNING **: energy_full (137.218200) is greater than energy_full_design (57.720000)
Sep  1 19:04:33 localhost network[734]: Démarrage de l'interface loopback :  ./ifup: interface ifcfg-lo is controlled by NetworkManager; skipping.
Sep  1 19:04:33 localhost network[734]: [  OK  ]
Sep  1 19:04:33 localhost network[734]: Configuration du domaine réglementaire du sans-fil [  OK  ]
Sep  1 19:04:33 localhost kernel: [   25.559450] ata1.00: configured for UDMA/133
Sep  1 19:04:33 localhost kernel: [   25.559460] ata1: EH complete
Sep  1 19:04:33 localhost network[734]: Activation de l'interface eth0 :  ./ifup: interface eth0 is controlled by NetworkManager; skipping.
Sep  1 19:04:33 localhost network[734]: [  OK  ]
Sep  1 19:04:33 localhost kernel: [   26.006088] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
Sep  1 19:04:33 localhost kernel: [   26.051196] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Sep  1 19:04:33 localhost kernel: [   26.135909] EXT4-fs (sda1): re-mounted. Opts: acl,commit=0
Sep  1 19:04:33 localhost kernel: [   26.204083] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
Sep  1 19:04:33 localhost kernel: [   26.254325] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Sep  1 19:04:33 localhost network[734]: Activation de l'interface wlan0 :  Error for wireless request "Set Encode" (8B2A) :
Sep  1 19:04:33 localhost network[734]: SET failed on device wlan0 ; Invalid argument.
Sep  1 19:04:33 localhost kernel: [   26.343319] NET: Registered protocol family 17
Sep  1 19:04:34 localhost ifplugd(wlan0)[964]: ifplugd 0.28 initializing.
Sep  1 19:04:34 localhost ifplugd(wlan0)[964]: Using interface wlan0/00:19:7D:60:58:14 with driver <b43> (version: 3.3.6-desktop-2.mga2)
Sep  1 19:04:34 localhost ifplugd(wlan0)[964]: Using detection mode: SIOCETHTOOL
Sep  1 19:04:34 localhost ifplugd(wlan0)[964]: Initialization complete, link beat not detected.
Sep  1 19:04:34 localhost network[734]: [  OK  ]
Sep  1 19:04:34 localhost kernel: [   27.199375] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Sep  1 19:04:35 localhost ifplugd(wlan0)[964]: Link beat detected.
Sep  1 19:04:35 localhost kernel: [   27.469758] Intel AES-NI instructions are not detected.
Sep  1 19:04:36 localhost ifplugd(wlan0)[964]: Executing '/etc/ifplugd/ifplugd.action wlan0 up'.
Sep  1 19:04:36 localhost avahi-daemon[599]: Registering new address record for fe80::219:7dff:fe60:5814 on wlan0.*.
Sep  1 19:04:37 localhost dhclient: DHCPREQUEST on wlan0 to 255.255.255.255 port 67
Sep  1 19:04:37 localhost dhclient: DHCPACK from 192.168.1.1
Sep  1 19:04:37 localhost avahi-daemon[599]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.1.101.
Sep  1 19:04:37 localhost avahi-daemon[599]: New relevant interface wlan0.IPv4 for mDNS.
Sep  1 19:04:37 localhost avahi-daemon[599]: Registering new address record for 192.168.1.101 on wlan0.IPv4.
Sep  1 19:04:37 localhost kernel: [   29.747463] netlink: 33 bytes leftover after parsing attributes.
Sep  1 19:04:37 localhost kernel: [   29.747473] netlink: 33 bytes leftover after parsing attributes.
Sep  1 19:04:37 localhost kernel: [   29.747528] netlink: 33 bytes leftover after parsing attributes.
Sep  1 19:04:37 localhost NET[1219]: /sbin/dhclient-script : updated /etc/resolv.conf
Sep  1 19:04:37 localhost dhclient: bound to 192.168.1.101 -- renewal in 360468 seconds.
Sep  1 19:04:37 localhost ifplugd(wlan0)[964]: client: Determining IP information for wlan0... done.
Sep  1 19:04:37 localhost kernel: [   30.080788] netlink: 33 bytes leftover after parsing attributes.
Sep  1 19:04:37 localhost kernel: [   30.080798] netlink: 33 bytes leftover after parsing attributes.
Sep  1 19:04:37 localhost kernel: [   30.080855] netlink: 33 bytes leftover after parsing attributes.
Sep  1 19:04:37 localhost ifplugd(wlan0)[964]: Program executed successfully.
Sep  1 19:05:06 localhost network-up[989]: Attente de l'activation du réseau[ÉCHEC ]
Sep  1 19:05:06 localhost nfs-common[1992]: Lancement de NFS common utilities
Sep  1 19:05:06 localhost rpc.statd[2014]: Version 1.2.5 starting
Sep  1 19:05:06 localhost sm-notify[2015]: Version 1.2.5 starting
Sep  1 19:05:06 localhost hddtemp[1977]: Lancement de la surveillance de la température disque dur[  OK  ]
Sep  1 19:05:06 localhost sm-notify[2015]: Failed to open directory sm.bak: No such file or directory
Sep  1 19:05:06 localhost rpc.statd[2014]: Running as root.  chown /var/lib/nfs to choose different user
Sep  1 19:05:06 localhost nfs-common[1992]: Lancement de rpc.statd : [  OK  ]
Sep  1 19:05:06 localhost kernel: [   58.577350] FS-Cache: Loaded
Sep  1 19:05:06 localhost kernel: [   58.625895] RPC: Registered named UNIX socket transport module.
Sep  1 19:05:06 localhost kernel: [   58.625903] RPC: Registered udp transport module.
Sep  1 19:05:06 localhost kernel: [   58.625907] RPC: Registered tcp transport module.
Sep  1 19:05:06 localhost kernel: [   58.625911] RPC: Registered tcp NFSv4.1 backchannel transport module.
Sep  1 19:05:06 localhost kernel: [   58.704551] FS-Cache: Netfs 'nfs' registered for caching
Sep  1 19:05:06 localhost nfs-common[1992]: Lancement de rpc.idmapd : [  OK  ]
Sep  1 19:05:06 localhost acpid: client connected from 2056[0:0]
Sep  1 19:05:06 localhost acpid: 1 client rule loaded
Sep  1 19:05:06 localhost kernel: [   59.120444] composite sync not supported
Sep  1 19:05:07 localhost kernel: [   59.487939] composite sync not supported
Sep  1 19:04:51 localhost ntpdate[1983]: step time server 88.191.80.53 offset -18.177006 sec
Sep  1 19:04:51 localhost ntpd[2086]: ntpd 4.2.6p5@1.2349-o Tue May 15 16:00:14 UTC 2012 (1)
Sep  1 19:04:51 localhost ntpd[2087]: proto: precision = 1.816 usec
Sep  1 19:04:51 localhost ntpd[2087]: 0.0.0.0 c01d 0d kern kernel time sync enabled
Sep  1 19:04:51 localhost ntpd[2087]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
Sep  1 19:04:51 localhost ntpd[2087]: Listen and drop on 1 v6wildcard :: UDP 123
Sep  1 19:04:51 localhost systemd[1]: Startup finished in 1s 137ms 563us (kernel) + 8s 258ms 796us (initrd) + 53s 8ms 78us (userspace) = 1min 2s 404ms 437us.
Sep  1 19:04:51 localhost ntpd[2087]: Listen normally on 2 lo 127.0.0.1 UDP 123
Sep  1 19:04:51 localhost ntpd[2087]: Listen normally on 3 wlan0 192.168.1.101 UDP 123
Sep  1 19:04:51 localhost ntpd[2087]: Listen normally on 4 wlan0 fe80::219:7dff:fe60:5814 UDP 123
Sep  1 19:04:51 localhost ntpd[2087]: Listen normally on 5 lo ::1 UDP 123
Sep  1 19:04:51 localhost ntpd[2087]: peers refreshed
Sep  1 19:04:51 localhost ntpd[2087]: Listening on routing socket on fd #22 for interface updates
Sep  1 19:04:52 localhost ntpd[2087]: 0.0.0.0 c016 06 restart
Sep  1 19:04:52 localhost ntpd[2087]: 0.0.0.0 c012 02 freq_set kernel -3.306 PPM
Sep  1 19:04:52 localhost ntpd[2087]: 0.0.0.0 c515 05 clock_sync
Sep  1 19:04:55 localhost dbus-daemon[663]: dbus[663]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
Sep  1 19:04:55 localhost dbus[663]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
Sep  1 19:04:55 localhost console-kit-daemon[2091]: missing action
Sep  1 19:04:55 localhost dbus-daemon[663]: dbus[663]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
Sep  1 19:04:55 localhost dbus[663]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
Sep  1 19:04:56 localhost systemd-logind[631]: New session 1 of user xi.
Sep  1 19:04:56 localhost systemd-logind[631]: Linked /tmp/.X11-unix/X0 to /run/user/xi/X11-display.
Sep  1 19:05:04 localhost kernel: [   74.927551] composite sync not supported
Sep  1 19:05:06 localhost kernel: [   76.921954] composite sync not supported
Sep  1 19:05:16 localhost dbus-daemon[663]: dbus[663]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
Sep  1 19:05:16 localhost dbus[663]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
Sep  1 19:05:16 localhost dbus-daemon[663]: dbus[663]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Sep  1 19:05:16 localhost dbus[663]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Sep  1 19:05:16 localhost rtkit-daemon[2386]: Successfully made thread 2385 of process 2385 (/usr/bin/pulseaudio) owned by '500' high priority at nice level -11.
Sep  1 19:05:17 localhost net_applet[2392]: ### Program is starting ###
Sep  1 19:05:17 localhost mgaapplet[2393]: ### Program is starting ###
Sep  1 19:05:17 localhost rtkit-daemon[2386]: Successfully made thread 2399 of process 2385 (/usr/bin/pulseaudio) owned by '500' RT at priority 5.
Sep  1 19:05:17 localhost rtkit-daemon[2386]: Successfully made thread 2400 of process 2385 (/usr/bin/pulseaudio) owned by '500' RT at priority 5.
Sep  1 19:05:18 localhost rtkit-daemon[2386]: Successfully made thread 2409 of process 2409 (/usr/bin/pulseaudio) owned by '500' high priority at nice level -11.
Sep  1 19:05:18 localhost pulseaudio[2409]: [pulseaudio] pid.c: Daemon already running.
Sep  1 19:05:18 localhost rtkit-daemon[2386]: Successfully made thread 2411 of process 2411 (/usr/bin/pulseaudio) owned by '500' high priority at nice level -11.
Sep  1 19:05:18 localhost pulseaudio[2411]: [pulseaudio] pid.c: Daemon already running.
Sep  1 19:05:18 localhost kernel: [   88.902331] composite sync not supported
Sep  1 19:05:30 localhost mgaapplet[2393]: running: ionice -p 2393 -n7
Sep  1 19:10:30 localhost mgaapplet[2393]: trying distributions list from https://releases.mageia.org/api/a/i586?product=Default&version=2&mgaonline_version=2.77.33
Sep  1 19:10:30 localhost mgaapplet[2393]: Computing new updates...
Sep  1 19:10:30 localhost mgaapplet[2393]: running: urpmi.update --update
Sep  1 19:10:34 localhost mgaapplet[2393]: updating inactive backport media Core Backports, Core Backports Testing, Nonfree Backports, Nonfree Backports Testing, Tainted Backports, Tainted Backports Testing
[...]
Sep  1 19:10:59 localhost mgaapplet[2393]: Checking... Updates are available


--> restart WIFI from drakroam (does NOT work, no connection anymore):
Code: Select all
Sep  1 18:48:24 localhost drakroam[8214]: ### Program is starting ###
Sep  1 18:48:24 localhost kernel: [ 5387.961100] cfg80211: Calling CRDA to update world regulatory domain
Sep  1 18:48:24 localhost kernel: [ 5387.968539] cfg80211: World regulatory domain updated:
Sep  1 18:48:24 localhost kernel: [ 5387.968547] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:48:24 localhost kernel: [ 5387.968555] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:48:24 localhost kernel: [ 5387.968562] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:48:24 localhost kernel: [ 5387.968569] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:48:24 localhost kernel: [ 5387.968575] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:48:24 localhost kernel: [ 5387.968582] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:48:24 localhost kernel: [ 5387.968605] cfg80211: Calling CRDA for country: FR
Sep  1 18:48:24 localhost kernel: [ 5387.975510] cfg80211: Regulatory domain changed to country: FR
[...]
Sep  1 18:48:27 localhost drakroam[8214]: running: /bin/rpm -q --qf %{name}
Sep  1 18:48:27 localhost drakroam[8214]: running: /sbin/modprobe wl
Sep  1 18:48:27 localhost drakroam[8214]: running: /sbin/modprobe -n wl
Sep  1 18:48:27 localhost drakroam[8214]: running: dmidecode
Sep  1 18:48:27 localhost drakroam[8214]: Found settings for driver "wl" in category "network::connection::wireless"
Sep  1 18:48:27 localhost kernel: [ 5391.023417] cfg80211: Calling CRDA to update world regulatory domain
Sep  1 18:48:27 localhost kernel: [ 5391.029324] cfg80211: World regulatory domain updated:
Sep  1 18:48:27 localhost kernel: [ 5391.029331] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:48:27 localhost kernel: [ 5391.029338] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:48:27 localhost kernel: [ 5391.029345] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:48:27 localhost kernel: [ 5391.029352] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:48:27 localhost kernel: [ 5391.029359] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:48:27 localhost kernel: [ 5391.029365] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[...]
Sep  1 18:48:47 localhost kernel: [ 5410.519173] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:48:47 localhost kernel: [ 5410.519179] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
Sep  1 18:48:47 localhost drakroam[8214]: those kernel module packages can be installed: dkms-broadcom-wl broadcom-wl-kernel-3.3.6-desktop-2.mga2 dkms-broadcom-wl
Sep  1 18:48:47 localhost drakroam[8214]: Installing thirdparty packages (kernel_module) dkms-broadcom-wl, broadcom-wl-kernel-3.3.6-desktop-2.mga2, dkms-broadcom-wl
Sep  1 18:48:47 localhost drakroam[8214]: running: /bin/rpm -q --qf %{name}
Sep  1 18:48:48 localhost kernel: [ 5411.514097] cfg80211: Calling CRDA to update world regulatory domain
Sep  1 18:48:48 localhost kernel: [ 5411.519908] cfg80211: World regulatory domain updated:
Sep  1 18:48:48 localhost kernel: [ 5411.519915] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:48:48 localhost kernel: [ 5411.519923] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:48:48 localhost kernel: [ 5411.519930] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:48:48 localhost kernel: [ 5411.519936] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:48:48 localhost kernel: [ 5411.519943] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:48:48 localhost kernel: [ 5411.519949] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:48:48 localhost kernel: [ 5411.519974] cfg80211: Calling CRDA for country: FR
[...]
Sep  1 18:48:57 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:48:57 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:48:57 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:48:58 localhost kernel: [ 5421.742107] cfg80211: Calling CRDA to update world regulatory domain
Sep  1 18:48:58 localhost kernel: [ 5421.751857] cfg80211: World regulatory domain updated:
Sep  1 18:48:58 localhost kernel: [ 5421.751867] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:48:58 localhost kernel: [ 5421.751875] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:48:58 localhost kernel: [ 5421.751882] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:48:58 localhost kernel: [ 5421.751889] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:48:58 localhost kernel: [ 5421.751895] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:48:58 localhost kernel: [ 5421.751902] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:48:58 localhost kernel: [ 5421.751929] cfg80211: Calling CRDA for country: FR
[...]
Sep  1 18:49:16 localhost kernel: [ 5440.181605] cfg80211: Calling CRDA for country: FR
Sep  1 18:49:16 localhost kernel: [ 5440.187354] cfg80211: Regulatory domain changed to country: FR
Sep  1 18:49:16 localhost kernel: [ 5440.187361] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:49:16 localhost kernel: [ 5440.187368] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:16 localhost kernel: [ 5440.187374] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:16 localhost kernel: [ 5440.187380] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:16 localhost kernel: [ 5440.187386] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
Sep  1 18:49:17 localhost drakroam[8214]: modified file /etc/sysconfig/network-scripts/ifcfg-wlan0
Sep  1 18:49:17 localhost NetworkManager[632]: <warn> failed to allocate link cache: (-10) Operation not supported
Sep  1 18:49:17 localhost drakroam[8214]: modified file /etc/sysconfig/network-scripts/ifcfg-wlan0
Sep  1 18:49:17 localhost drakroam[8214]: changed mode of /etc/sysconfig/network-scripts/ifcfg-wlan0 to 700
Sep  1 18:49:17 localhost drakroam[8214]: written wlan0 interface configuration in /etc/sysconfig/network-scripts/ifcfg-wlan0
Sep  1 18:49:17 localhost drakroam[8214]: created file /etc/wpa_supplicant.conf
Sep  1 18:49:17 localhost drakroam[8214]: running: /usr/sbin/wpa_cli reconfigure
Sep  1 18:49:17 localhost drakroam[8214]: running: /sbin/ifdown wlan0 daemon
Sep  1 18:49:17 localhost ifplugd(wlan0)[7436]: Exiting.
Sep  1 18:49:17 localhost kernel: [ 5441.205186] cfg80211: Calling CRDA to update world regulatory domain
Sep  1 18:49:17 localhost kernel: [ 5441.211798] cfg80211: World regulatory domain updated:
Sep  1 18:49:17 localhost kernel: [ 5441.211805] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:49:17 localhost kernel: [ 5441.211813] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:17 localhost kernel: [ 5441.211820] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:17 localhost kernel: [ 5441.211826] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:17 localhost kernel: [ 5441.211833] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:17 localhost kernel: [ 5441.211839] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:17 localhost kernel: [ 5441.211861] cfg80211: Calling CRDA for country: FR
Sep  1 18:49:17 localhost kernel: [ 5441.218086] cfg80211: Regulatory domain changed to country: FR
Sep  1 18:49:17 localhost kernel: [ 5441.218093] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:49:17 localhost kernel: [ 5441.218100] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:17 localhost kernel: [ 5441.218107] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:17 localhost kernel: [ 5441.218113] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:17 localhost kernel: [ 5441.218119] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
Sep  1 18:49:17 localhost avahi-daemon[619]: Withdrawing address record for fe80::219:7dff:fe60:5814 on wlan0.
Sep  1 18:49:17 localhost dbus-daemon[676]: No network configuration found for the current Al2_packet_receive - recvfrom: Network is down
Sep  1 18:49:18 localhost drakroam[8214]: running: /sbin/ifup wlan0 daemon
Sep  1 18:49:18 localhost NetworkManager[632]: <warn> failed to allocate link cache: (-10) Operation not supported
Sep  1 18:49:18 localhost kernel: [ 5441.665132] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
Sep  1 18:49:18 localhost kernel: [ 5441.721926] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Sep  1 18:49:18 localhost NetworkManager[632]:    ifcfg-rh: removed /etc/sysconfig/network-scripts/ifcfg-wlan0.
Sep  1 18:49:18 localhost NetworkManager[632]: <info> (wlan0): now managed
Sep  1 18:49:18 localhost NetworkManager[632]: <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Sep  1 18:49:18 localhost NetworkManager[632]: <info> (wlan0): preparing device.
Sep  1 18:49:18 localhost NetworkManager[632]: <info> (wlan0): deactivating device (reason 'managed') [2]
Sep  1 18:49:18 localhost NetworkManager[632]:    ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-wlan0 ...
Sep  1 18:49:18 localhost NetworkManager[632]: <warn> failed to allocate link cache: (-10) Operation not supported
Sep  1 18:49:18 localhost dbus-daemon[676]: l2_packet_receive - recvfrom: Network is down
Sep  1 18:49:18 localhost NetworkManager[632]:    ifcfg-rh:     read connection 'Système xi (wlan0)'
Sep  1 18:49:18 localhost NetworkManager[632]:    ifcfg-rh: Ignoring connection 'Système xi (wlan0)' and its device due to NM_CONTROLLED/BRIDGE/VLAN.
Sep  1 18:49:18 localhost NetworkManager[632]: <info> (wlan0): now unmanaged
Sep  1 18:49:18 localhost NetworkManager[632]: <info> (wlan0): device state change: unavailable -> unmanaged (reason 'unmanaged') [20 10 3]
Sep  1 18:49:18 localhost NetworkManager[632]: <info> (wlan0): cleaning up...
Sep  1 18:49:18 localhost NetworkManager[632]: <warn> failed to allocate link cache: (-10) Operation not supported
Sep  1 18:49:18 localhost NetworkManager[632]: <warn> Trying to remove a non-existant call id.
Sep  1 18:49:18 localhost kernel: [ 5441.889056] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
Sep  1 18:49:18 localhost kernel: [ 5441.954595] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Sep  1 18:49:18 localhost ifplugd(wlan0)[8566]: ifplugd 0.28 initializing.
Sep  1 18:49:18 localhost ifplugd(wlan0)[8566]: Using interface wlan0/00:19:7D:60:58:14 with driver <b43> (version: 3.3.6-desktop-2.mga2)
Sep  1 18:49:18 localhost ifplugd(wlan0)[8566]: Using detection mode: SIOCETHTOOL
Sep  1 18:49:18 localhost ifplugd(wlan0)[8566]: Initialization complete, link beat not detected.
Sep  1 18:49:18 localhost kernel: [ 5442.082597] cfg80211: Calling CRDA to update world regulatory domain
Sep  1 18:49:18 localhost kernel: [ 5442.088983] cfg80211: World regulatory domain updated:
Sep  1 18:49:18 localhost kernel: [ 5442.088989] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:49:18 localhost kernel: [ 5442.088997] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:18 localhost kernel: [ 5442.089034] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:18 localhost kernel: [ 5442.089040] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:18 localhost kernel: [ 5442.089047] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:18 localhost kernel: [ 5442.089054] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:18 localhost kernel: [ 5442.089548] cfg80211: Calling CRDA for country: FR
Sep  1 18:49:18 localhost kernel: [ 5442.103643] cfg80211: Regulatory domain changed to country: FR
Sep  1 18:49:18 localhost kernel: [ 5442.103651] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:49:18 localhost kernel: [ 5442.103658] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:18 localhost kernel: [ 5442.103664] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:18 localhost kernel: [ 5442.103671] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:18 localhost kernel: [ 5442.103677] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
Sep  1 18:49:18 localhost drakroam[8214]: running: /usr/sbin/wpa_cli select_network 0
Sep  1 18:49:19 localhost kernel: [ 5443.042640] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Sep  1 18:49:19 localhost kernel: [ 5443.046204] cfg80211: Calling CRDA to update world regulatory domain
Sep  1 18:49:19 localhost kernel: [ 5443.052413] cfg80211: World regulatory domain updated:
Sep  1 18:49:19 localhost kernel: [ 5443.052420] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:49:19 localhost kernel: [ 5443.052427] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:19 localhost kernel: [ 5443.052434] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:19 localhost kernel: [ 5443.052441] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:19 localhost kernel: [ 5443.052447] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:19 localhost kernel: [ 5443.052454] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:19 localhost kernel: [ 5443.052480] cfg80211: Calling CRDA for country: FR
Sep  1 18:49:19 localhost kernel: [ 5443.058421] cfg80211: Regulatory domain changed to country: FR
Sep  1 18:49:19 localhost kernel: [ 5443.058430] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:49:19 localhost kernel: [ 5443.058437] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:19 localhost kernel: [ 5443.058443] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:19 localhost kernel: [ 5443.058450] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:19 localhost kernel: [ 5443.058456] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
Sep  1 18:49:19 localhost ntpd[2080]: Deleting interface #7 wlan0, fe80::219:7dff:fe60:5814#123, interface stats: received=0, sent=0, dropped=0, active_time=343 secs
Sep  1 18:49:19 localhost ntpd[2080]: peers refreshed
Sep  1 18:49:20 localhost kernel: [ 5444.076101] cfg80211: Calling CRDA to update world regulatory domain
Sep  1 18:49:20 localhost kernel: [ 5444.082102] cfg80211: World regulatory domain updated:
Sep  1 18:49:20 localhost kernel: [ 5444.082109] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:49:20 localhost kernel: [ 5444.082116] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:20 localhost kernel: [ 5444.082123] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:20 localhost kernel: [ 5444.082130] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:20 localhost kernel: [ 5444.082137] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:20 localhost kernel: [ 5444.082143] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:20 localhost kernel: [ 5444.082166] cfg80211: Calling CRDA for country: FR
Sep  1 18:49:20 localhost kernel: [ 5444.087957] cfg80211: Regulatory domain changed to country: FR
Sep  1 18:49:20 localhost kernel: [ 5444.087964] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:49:20 localhost kernel: [ 5444.087971] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:20 localhost kernel: [ 5444.087977] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:20 localhost kernel: [ 5444.087983] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:20 localhost kernel: [ 5444.087989] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
Sep  1 18:49:21 localhost avahi-daemon[619]: Registering new address record for fe80::219:7dff:fe60:5814 on wlan0.*.
Sep  1 18:49:21 localhost kernel: [ 5445.106195] cfg80211: Calling CRDA to update world regulatory domain
Sep  1 18:49:21 localhost kernel: [ 5445.112214] cfg80211: World regulatory domain updated:
Sep  1 18:49:21 localhost kernel: [ 5445.112221] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:49:21 localhost kernel: [ 5445.112228] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:21 localhost kernel: [ 5445.112235] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:21 localhost kernel: [ 5445.112242] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:21 localhost kernel: [ 5445.112249] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:21 localhost kernel: [ 5445.112255] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:21 localhost kernel: [ 5445.112280] cfg80211: Calling CRDA for country: FR
Sep  1 18:49:21 localhost kernel: [ 5445.118071] cfg80211: Regulatory domain changed to country: FR
Sep  1 18:49:21 localhost kernel: [ 5445.118077] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:49:21 localhost kernel: [ 5445.118084] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:21 localhost kernel: [ 5445.118091] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:21 localhost kernel: [ 5445.118097] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:21 localhost kernel: [ 5445.118103] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
Sep  1 18:49:22 localhost dbus-daemon[676]: P
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost kernel: [ 5446.129279] cfg80211: Calling CRDA to update world regulatory domain
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost kernel: [ 5446.136740] cfg80211: World regulatory domain updated:
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost kernel: [ 5446.136746] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:49:22 localhost kernel: [ 5446.136754] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:22 localhost kernel: [ 5446.136761] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:22 localhost kernel: [ 5446.136768] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:22 localhost kernel: [ 5446.136774] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:22 localhost kernel: [ 5446.136781] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:22 localhost kernel: [ 5446.136801] cfg80211: Calling CRDA for country: FR
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost kernel: [ 5446.143538] cfg80211: Regulatory domain changed to country: FR
Sep  1 18:49:22 localhost kernel: [ 5446.143545] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:49:22 localhost kernel: [ 5446.143552] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:22 localhost kernel: [ 5446.143559] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:22 localhost kernel: [ 5446.143565] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:22 localhost kernel: [ 5446.143571] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: No network configuration found for the current AP
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost dbus-daemon[676]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
Sep  1 18:49:22 localhost ntpd[2080]: Listen normally on 8 wlan0 fe80::219:7dff:fe60:5814 UDP 123
Sep  1 18:49:22 localhost ntpd[2080]: peers refreshed
Sep  1 18:49:23 localhost kernel: [ 5447.165188] cfg80211: Calling CRDA to update world regulatory domain
Sep  1 18:49:23 localhost kernel: [ 5447.171308] cfg80211: World regulatory domain updated:
Sep  1 18:49:23 localhost kernel: [ 5447.171316] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:49:23 localhost kernel: [ 5447.171323] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:23 localhost kernel: [ 5447.171330] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:23 localhost kernel: [ 5447.171337] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:23 localhost kernel: [ 5447.171343] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:23 localhost kernel: [ 5447.171350] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:23 localhost kernel: [ 5447.171374] cfg80211: Calling CRDA for country: FR
Sep  1 18:49:23 localhost kernel: [ 5447.177247] cfg80211: Regulatory domain changed to country: FR
Sep  1 18:49:23 localhost kernel: [ 5447.177253] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:49:23 localhost kernel: [ 5447.177260] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:23 localhost kernel: [ 5447.177267] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:23 localhost kernel: [ 5447.177273] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:23 localhost kernel: [ 5447.177279] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
Sep  1 18:49:24 localhost kernel: [ 5448.188092] cfg80211: Calling CRDA to update world regulatory domain
Sep  1 18:49:24 localhost kernel: [ 5448.193777] cfg80211: World regulatory domain updated:
[...]
Sep  1 18:49:40 localhost kernel: [ 5463.732050] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:40 localhost kernel: [ 5463.732062] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:40 localhost kernel: [ 5463.732074] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
Sep  1 18:49:41 localhost kernel: [ 5464.742369] cfg80211: Calling CRDA to update world regulatory domain
Sep  1 18:49:41 localhost kernel: [ 5464.748069] cfg80211: World regulatory domain updated:
Sep  1 18:49:41 localhost kernel: [ 5464.748076] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:49:41 localhost kernel: [ 5464.748084] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:41 localhost kernel: [ 5464.748091] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:41 localhost kernel: [ 5464.748097] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:41 localhost kernel: [ 5464.748104] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:41 localhost kernel: [ 5464.748111] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Sep  1 18:49:41 localhost kernel: [ 5464.748133] cfg80211: Calling CRDA for country: FR
Sep  1 18:49:41 localhost kernel: [ 5464.753976] cfg80211: Regulatory domain changed to country: FR
Sep  1 18:49:41 localhost kernel: [ 5464.753985] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Sep  1 18:49:41 localhost kernel: [ 5464.753992] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:41 localhost kernel: [ 5464.753999] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:41 localhost kernel: [ 5464.754039] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Sep  1 18:49:41 localhost kernel: [ 5464.754051] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
Sep  1 18:49:41 localhost drakroam[8214]: ### Program is exiting ###
Sep  1 18:49:42 localhost kernel: [ 5465.775306] cfg80211: Calling CRDA to update world regulatory domain


Any help appreciated :)
xi
 
Posts: 11
Joined: Sep 1st, '12, 17:41

Re: [SOLVED] Broadcom wireless on Mageia 2 (again)

Postby blackm0untain » Sep 28th, '12, 23:40

To all,

The (seamless) way I solved this problem was with the tool ndiswrapper (which we have in mageia 2 pre-installed).

This tool reads the .inf (or .dll) file of a downloaded WINDOWS (we still cannot fully escape them) driver package and uses it to configure the interface you are having trouble with

It is easily done in CL, but to be as accessible as possible;

(prerequisite = uninstall wireless broadcom kernel in MCC, search for ' wl ' and deselect)

1. download a windows driver package for your chipset (usually a .zip)

2. extract it to an easy to find directory

3. right-click the network icon, then configure network

4. configure wireless > select wlan0 using ndiswrapper

5. navigate to .inf file in driver package you extracted

6. complete config without any changes (unless it looks like one is really necessary)

7. you will notice the "interface down..." popup where it usually is, right-click networking globe again > wireless networks > manage wireless networks

8. Any and all networks in range should now normally appear again.

there are a SMALL handful of device chipsets that do not work, check on ndis wiki (google is your friend)

sometimes an .inf file is not available, thus goto the ndis wiki and follow instructions if you are unsure, but simply selecting a setup.dll should do the trick

the only challenge you have now is to find the right windows driver, thats your limiter. This method i successfully used for the broadcom chipset BCM4312, and have read that many broadcom devices are supported. If you are unsuccessfully trying this method, (especially if you have a broadcom chipset), feel free to PM me for help
blackm0untain
 
Posts: 1
Joined: Sep 28th, '12, 23:25

Re: [SOLVED] Broadcom wireless on Mageia 2 (again)

Postby spuhler » Dec 15th, '12, 23:40

I need the b43 driver as well. How do I prevent mga to onstall the broadcom-wl-kernel automatically w/o asking?
spuhler
 
Posts: 1
Joined: Oct 24th, '11, 01:42


Return to Networking

Who is online

Users browsing this forum: No registered users and 1 guest

cron