Δημοσιεύτηκε: 14 Σεπ 2016, 15:48
από rospy2
λοιπόν δες:

Κώδικας: Επιλογή όλων
spyros@spyros-M2010:~$ sudo lsmod
Module Size Used by
arc4 16384 2
gpio_ich 16384 0
ath5k 139264 0
ath 24576 1 ath5k
coretemp 16384 0
mac80211 659456 1 ath5k
drbg 28672 1
ansi_cprng 16384 0
xts 16384 1
gf128mul 16384 1 xts
snd_hda_codec_realtek 73728 1
snd_hda_codec_generic 69632 1 snd_hda_codec_realtek
dm_crypt 24576 1
snd_hda_intel 36864 1
uvcvideo 77824 0
snd_hda_codec 118784 3 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel
videobuf2_vmalloc 16384 1 uvcvideo
snd_hda_core 61440 4 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
videobuf2_memops 16384 1 videobuf2_vmalloc
videobuf2_v4l2 28672 1 uvcvideo
joydev 20480 0
input_leds 16384 0
snd_hwdep 16384 1 snd_hda_codec
mac_hid 16384 0
videobuf2_core 36864 2 uvcvideo,videobuf2_v4l2
snd_pcm 94208 3 snd_hda_codec,snd_hda_intel,snd_hda_core
v4l2_common 16384 1 videobuf2_v4l2
serio_raw 16384 0
cfg80211 499712 3 ath,ath5k,mac80211
videodev 155648 4 uvcvideo,v4l2_common,videobuf2_core,videobuf2_v4l2
snd_seq_midi 16384 0
snd_seq_midi_event 16384 1 snd_seq_midi
media 24576 2 uvcvideo,videodev
snd_rawmidi 28672 1 snd_seq_midi
lpc_ich 20480 0
snd_seq 57344 2 snd_seq_midi_event,snd_seq_midi
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer 32768 2 snd_pcm,snd_seq
snd 69632 12 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device
shpchp 32768 0
soundcore 16384 1 snd
autofs4 40960 2
i915 1130496 2
ums_realtek 20480 0
uas 20480 0
usb_storage 57344 2 uas,ums_realtek
video 36864 1 i915
i2c_algo_bit 16384 1 i915
drm_kms_helper 135168 1 i915
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
psmouse 118784 0
drm 311296 4 i915,drm_kms_helper
r8169 77824 0
pata_acpi 16384 0
mii 16384 1 r8169
spyros@spyros-M2010:~$ lspci -nnk | grep -iA2 net
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 02)
Subsystem: Fujitsu Limited. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10cf:1534]
Kernel driver in use: r8169
Kernel modules: r8169
03:00.0 Ethernet controller [0200]: Qualcomm Atheros AR242x / AR542x Wireless Network Adapter (PCI-Express) [168c:001c] (rev 01)
Subsystem: Quanta Microsystems, Inc AR242x / AR542x Wireless Network Adapter (PCI-Express) [1a32:0108]
Kernel driver in use: ath5k
Kernel modules: ath5k
spyros@spyros-M2010:~$ sudo gedit /etc/modprobe.d/blacklist.conf
sudo: gedit: command not found
spyros@spyros-M2010:~$ gedit /etc/modprobe.d/blacklist.conf
The program 'gedit' is currently not installed. You can install it by typing:
sudo apt install gedit