Вот это с 13
Код PHP:
Вот это с 17
tayfur@taybook ~/Документы/WiFi $ cat lspci.txt | grep Ath 01:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01) 02:00.0 Ethernet controller: Atheros Communications Inc. AR8152 v2.0 Fast Ethernet (rev c1) tayfur@taybook ~/Документы/WiFi $ grep ath < lsmod.txt ath9k 117425 0 mac80211 436455 1 ath9k ath9k_common 13781 1 ath9k ath9k_hw 391523 2 ath9k,ath9k_common ath 19387 3 ath9k,ath9k_common,ath9k_hw cfg80211 178679 3 ath9k,mac80211,ath dm_multipath 22710 0
Код PHP:
tayfur@taybook ~/Документы/WiFi $ lspci | grep Ath 01:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01) 02:00.0 Ethernet controller: Qualcomm Atheros AR8152 v2.0 Fast Ethernet (rev c1) tayfur@taybook ~/Документы/WiFi $ lsmod | grep ath dm_multipath 22402 0 scsi_dh 14458 1 dm_multipath ath9k 144602 0 ath9k_common 13359 1 ath9k ath9k_hw 438205 2 ath9k_common,ath9k ath 23922 3 ath9k_common,ath9k,ath9k_hw mac80211 545990 1 ath9k cfg80211 409394 3 ath,ath9k,mac80211