emlak@emlak-Lenovo-G580 ~ $ lspci -nnk | grep -iA2 net
01:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8162 Fast Ethernet [1969:1090] (rev 10)
Subsystem: Lenovo Device [17aa:3979]
Kernel driver in use: alx
02:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Subsystem: Lenovo Device [17aa:0611]
Kernel driver in use: bcma-pci-bridge
emlak@emlak-Lenovo-G580 ~ $
emlak@emlak-Lenovo-G580 ~ $ lspci -nnk | grep -iA2 net
01:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8162 Fast Ethernet [1969:1090] (rev 10)
Subsystem: Lenovo Device [17aa:3979]
Kernel driver in use: alx
02:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Subsystem: Lenovo Device [17aa:0611]
Kernel driver in use: bcma-pci-bridge
emlak@emlak-Lenovo-G580 ~ $ sudo lshw -C network
[sudo] password for emlak:
*-network
description: Ethernet interface
product: AR8162 Fast Ethernet
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:01:00.0
logical name: eth0
version: 10
serial: 20:1a:06:87:26:f2
size: 100Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=alx duplex=full ip=192.168.2.24 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:45 memory:90500000-9053ffff ioport:2000(size=128)
*-network
description: Network controller
product: BCM43142 802.11b/g/n
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:02:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=bcma-pci-bridge latency=0
resources: irq:17 memory:90400000-90407fff
emlak@emlak-Lenovo-G580 ~ $ inxi -Nx
Network: Card-1: Broadcom BCM43142 802.11b/g/n driver: bcma-pci-bridge bus-ID: 02:00.0
Card-2: Qualcomm Atheros AR8162 Fast Ethernet driver: alx port: 2000 bus-ID: 01:00.0
emlak@emlak-Lenovo-G580 ~ $ lsmod
Module Size Used by
rfcomm 53664 8
bnep 18895 2
binfmt_misc 13140 1
uvcvideo 71309 0
videobuf2_vmalloc 13048 1 uvcvideo
videobuf2_memops 13170 1 videobuf2_vmalloc
rts5139 269330 0
videobuf2_core 39258 1 uvcvideo
videodev 108503 2 uvcvideo,videobuf2_core
btusb 27580 0
bluetooth 342263 22 bnep,btusb,rfcomm
snd_hda_codec_hdmi 45303 1
snd_hda_codec_conexant 47785 1
snd_hda_intel 42730 3
snd_hda_codec 164067 3 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_intel
snd_hwdep 13272 1 snd_hda_codec
snd_pcm 85501 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
snd_page_alloc 14230 2 snd_pcm,snd_hda_intel
snd_seq_midi 13132 0
snd_seq_midi_event 14475 1 snd_seq_midi
snd_rawmidi 25135 1 snd_seq_midi
snd_seq 55383 2 snd_seq_midi_event,snd_seq_midi
dm_multipath 22402 0
intel_rapl 18301 0
x86_pkg_temp_thermal 13845 0
intel_powerclamp 14239 0
coretemp 13195 0
scsi_dh 14458 1 dm_multipath
kvm 388083 0
snd_seq_device 14137 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer 28584 2 snd_pcm,snd_seq
crc32_pclmul 12967 0
joydev 17101 0
snd 60871 17 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
serio_raw 13230 0
lpc_ich 16864 0
bcma 42043 0
ideapad_laptop 17872 0
sparse_keymap 13708 1 ideapad_laptop
soundcore 12600 1 snd
mac_hid 13037 0
mei_me 14099 0
mei 66735 1 mei_me
parport_pc 31981 0
ppdev 17391 0
lp 13299 0
parport 40836 3 lp,ppdev,parport_pc
dm_mirror 21756 0
dm_region_hash 20121 1 dm_mirror
dm_log 18072 2 dm_region_hash,dm_mirror
i915 705396 4
alx 27531 0
mdio 13559 1 alx
psmouse 91033 0
i2c_algo_bit 13197 1 i915
drm_kms_helper 46907 1 i915
drm 243792 5 i915,drm_kms_helper
ahci 25579 2
libahci 26754 1 ahci
video 18903 1 i915
emlak@emlak-Lenovo-G580 ~ $ iwconfig | grep 'Power Management'
lo no wireless extensions.
eth0 no wireless extensions.
emlak@emlak-Lenovo-G580 ~ $
Düzenleme : Mesajlar birleştirildi ve çıktılar kod etiketi içine alındı.