lspcidrake -v | grep -i net
- Code: Select all
atl1c : Qualcomm Atheros|AR8151 v2.0 Gigabit Ethernet [NETWORK_ETHERNET] (vendor:1969 device:1083 subv:17aa subd:21ee) (rev: c0)
iwlwifi : Intel Corporation|Centrino Wireless-N 1000 [Condor Peak] [NETWORK_OTHER] (vendor:8086 device:0084 subv:8086 subd:1315)
ps -ef | grep -v grep | grep -ie net -e wpa
- Code: Select all
root 16 2 0 Apr25 ? 00:00:00 [netns]
namai 2582 2170 0 Apr25 ? 00:00:23 /usr/bin/perl /usr/bin/net_applet
journalctl -b -u network --no-pager -a
- Code: Select all
-- Logs begin at Tr 2013-09-04 21:56:50 EEST, end at Sk 2014-04-27 13:57:28 EEST. --
Bal 25 12:01:35 localhost.localdomain network[838]: Iškeliama loopback sąsaja: [ GERAI ]
Bal 25 12:01:35 localhost.localdomain network[838]: Configuring wireless regulatory domain [ GERAI ]
Bal 25 12:01:35 localhost.localdomain ifplugd(eth0)[1411]: ifplugd 0.28 initializing.
Bal 25 12:01:35 localhost.localdomain ifplugd(eth0)[1411]: Using interface eth0/04:7D:7B:91:74:A3 with driver <atl1c> (version: 1.0.1.1-NAPI)
Bal 25 12:01:35 localhost.localdomain ifplugd(eth0)[1411]: Using detection mode: SIOCETHTOOL
Bal 25 12:01:35 localhost.localdomain ifplugd(eth0)[1411]: Initialization complete, link beat detected.
Bal 25 12:01:35 localhost.localdomain ifplugd(eth0)[1411]: Executing '/etc/ifplugd/ifplugd.action eth0 up'.
Bal 25 12:01:35 localhost.localdomain network[838]: Iškeliama sąsaja eth0: [ GERAI ]
Bal 25 12:01:36 localhost.localdomain network[838]: Iškeliama sąsaja eth1: KLAIDA: [/etc/sysconfig/network-scripts/ifup-eth] Device eth1 does not seem to be present, delaying initialization.
Bal 25 12:01:36 localhost.localdomain /etc/sysconfig/network-scripts/ifup-eth[1883]: Device eth1 does not seem to be present, delaying initialization.
Bal 25 12:01:36 localhost.localdomain network[838]: [NEPAVYKO]
Bal 25 12:01:36 localhost.localdomain network[838]: Iškeliama sąsaja wlan0: RTNETLINK answers: Operation not possible due to RF-kill
Bal 25 12:01:36 localhost.localdomain network[838]: RTNETLINK answers: Operation not possible due to RF-kill
Bal 25 12:01:36 localhost.localdomain network[838]: Error for wireless request "Set Encode" (8B2A) :
Bal 25 12:01:36 localhost.localdomain network[838]: SET failed on device wlan0 ; Invalid argument.
Bal 25 12:01:36 localhost.localdomain ifplugd(wlan0)[1934]: ifplugd 0.28 initializing.
Bal 25 12:01:36 localhost.localdomain ifplugd(wlan0)[1934]: Using interface wlan0/74:E5:0B:D2:1C:10 with driver <iwlwifi> (version: 3.12.13-desktop-2.mga4)
Bal 25 12:01:36 localhost.localdomain ifplugd(wlan0)[1934]: Using detection mode: SIOCETHTOOL
Bal 25 12:01:36 localhost.localdomain ifplugd(wlan0)[1934]: Initialization complete, link beat not detected.
Bal 25 12:01:36 localhost.localdomain network[838]: [ GERAI ]
Bal 25 12:01:36 localhost.localdomain systemd-sysctl[1947]: Overwriting earlier assignment of kernel/sysrq in file '/etc/sysctl.d/51-alt-sysrq.conf'.
Bal 25 12:01:36 localhost.localdomain systemd[1]: network.service: control process exited, code=exited status=1
Bal 25 12:01:36 localhost.localdomain systemd[1]: Failed to start LSB: Bring up/down networking.
Bal 25 12:01:36 localhost.localdomain systemd[1]: Unit network.service entered failed state.
Bal 25 12:01:36 localhost.localdomain dhclient[1498]: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Bal 25 12:01:36 localhost.localdomain dhclient[1498]: DHCPACK from 192.168.2.1
Bal 25 12:01:36 localhost.localdomain dhclient[1498]: bound to 192.168.2.106 -- renewal in 41744 seconds.
Bal 25 12:01:36 localhost.localdomain ifplugd(eth0)[1411]: client: Determining IP information for eth0... done.
Bal 25 12:01:37 localhost.localdomain ifplugd(eth0)[1411]: Program executed successfully.
systemctl status network.service -a
- Code: Select all
network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network)
Active: failed (Result: exit-code) since Pn 2014-04-25 12:01:36 EEST; 2 days ago
CGroup: /system.slice/network.service
├─1411 /sbin/ifplugd -I -b -i eth0
├─1934 /sbin/ifplugd -I -b -i wlan0
└─2060 dhclient -1 -q -lf /var/lib/dhclient/dhclient--eth0.lease -...
Bal 25 12:01:36 localhost.localdomain network[838]: [ GERAI ]
Bal 25 12:01:36 localhost.localdomain systemd-sysctl[1947]: Overwriting earlier assignment of kernel/sysrq in file '/etc/sysctl.d/51-alt-sysrq.conf'.
Bal 25 12:01:36 localhost.localdomain systemd[1]: network.service: control process exited, code=exited status=1
Bal 25 12:01:36 localhost.localdomain systemd[1]: Failed to start LSB: Bring up/down networking.
Bal 25 12:01:36 localhost.localdomain systemd[1]: Unit network.service entered failed state.
Bal 25 12:01:36 localhost.localdomain dhclient[1498]: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Bal 25 12:01:36 localhost.localdomain dhclient[1498]: DHCPACK from 192.168.2.1
Bal 25 12:01:36 localhost.localdomain dhclient[1498]: bound to 192.168.2.106 -- renewal in 41744 seconds.
Bal 25 12:01:36 localhost.localdomain ifplugd(eth0)[1411]: client: Determining IP information for eth0... done.
Bal 25 12:01:37 localhost.localdomain ifplugd(eth0)[1411]: Program executed successfully.
journalctl -b | grep -i firmware
- Code: Select all
Bal 25 12:01:07 localhost.localdomain kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Bal 25 12:01:07 localhost.localdomain kernel: psmouse serio5: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
Bal 25 12:01:10 localhost.localdomain kernel: iwlwifi 0000:02:00.0: loaded firmware version 39.31.5.1 build 35138 op_mode iwldvm
well, a lot of information. I don't understand anything in this... Although I still beleive Mageia is better than Win7 which I use at work. And providing it is community driven it looks even more better