lspcidrake -v | grep -i net
ps -ef | grep -v grep | grep -ie net -e wpa
journalctl -b -u network --no-pager -a
systemctl status network.service -a
journalctl -b | grep -i firmware
lspcidrake -v | grep -i net
r8169 : Realtek Semiconductor Co., Ltd.|RTL8101E/RTL8102E PCI Express Fast Ethernet controller [NETWORK_ETHERNET] (vendor:10ec device:8136 subv:1025 subd:015b) (rev: 02)
[dwhitea1@localhost ~]$ ps -ef | grep -v grep | grep -ie net -e wpa as root
[root@localhost home]# journalctl -b -u network --no-pager -a
journalctl: invalid option -- 'b'
[root@localhost home]# systemctl status network.service -a
network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network)
Active: active (running) since Sat, 28 Dec 2013 22:57:18 +0000; 5h 42min ago
CGroup: name=systemd:/system/network.service
├ 1069 /sbin/ifplugd -I -b -i eth0
└ 19867 dhclient -1 -q -lf /var/lib/dhcp/dhclient-eth0.leases -pf /var/run/dhclient-eth0....
Dec 29 04:32:26 localhost.localdomain ifplugd(eth0)[1069]: Link beat lost.
Dec 29 04:32:32 localhost.localdomain ifplugd(eth0)[1069]: Executing '/etc/ifplugd/ifplugd.action eth0 down'.
Dec 29 04:32:33 localhost.localdomain ifplugd(eth0)[1069]: Program executed successfully.
Dec 29 04:32:35 localhost.localdomain ifplugd(eth0)[1069]: Link beat detected.
Dec 29 04:32:36 localhost.localdomain ifplugd(eth0)[1069]: Executing '/etc/ifplugd/ifplugd.action eth0 up'.
Dec 29 04:32:38 localhost.localdomain dhclient[19762]: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Dec 29 04:32:38 localhost.localdomain dhclient[19762]: DHCPACK from 192.168.0.1
Dec 29 04:32:38 localhost.localdomain dhclient[19762]: bound to 192.168.0.5 -- renewal in 1521 seconds.
Dec 29 04:32:38 localhost.localdomain ifplugd(eth0)[1069]: client: Determining IP information for eth0... done.
Dec 29 04:32:39 localhost.localdomain ifplugd(eth0)[1069]: Program executed successfully.
[root@localhost home]# journalctl -b | grep -i firmware
Users browsing this forum: No registered users and 1 guest