Output of lsmod:

Module                  Size  Used by
rt2860sta             790477  0
aes_i586                7280  188
aes_generic            26875  1 aes_i586
joydev                  8767  0
parport_pc             26058  0
ppdev                   5588  0
xfs                   693736  1
exportfs                3449  1 xfs
dm_crypt               11417  0
snd_hda_codec_realtek   218460  1
snd_hda_intel          22235  2
snd_hda_codec          87552  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               5040  1 snd_hda_codec
snd_pcm                71475  2 snd_hda_intel,snd_hda_codec
snd_seq_midi            4588  0
snd_rawmidi            17783  1 snd_seq_midi
snd_seq_midi_event      6047  1 snd_seq_midi
snd_seq                47238  2 snd_seq_midi,snd_seq_midi_event
snd_timer              19067  2 snd_pcm,snd_seq
snd_seq_device          5744  3 snd_seq_midi,snd_rawmidi,snd_seq
hp_wmi                  5223  0
snd 49102 13 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
uvcvideo               55911  0
videodev               43162  1 uvcvideo
psmouse                59033  0
v4l1_compat            13359  2 uvcvideo,videodev
serio_raw               4022  0
soundcore                880  1 snd
snd_page_alloc          7120  2 snd_hda_intel,snd_pcm
lp                      7342  0
parport                31492  3 parport_pc,ppdev,lp
raid10                 22394  0
raid456                53546  0
async_raid6_recov       4883  1 raid456
async_pq                3070  2 raid456,async_raid6_recov
raid6_pq               80029  2 async_raid6_recov,async_pq
async_xor               2330  3 raid456,async_raid6_recov,async_pq
async_memcpy            1045  2 raid456,async_raid6_recov
async_tx 2167 5 raid456,async_raid6_recov,async_pq,async_xor,async_memcpy
raid1                  21001  0
raid0                   8579  0
multipath               5987  0
linear                  3854  0
dm_raid45              81753  0
xor                    15136  2 async_xor,dm_raid45
i915                  295947  4
drm_kms_helper         30136  1 i915
drm                   168156  4 i915,drm_kms_helper
ahci                   19326  3
intel_agp              26566  2 i915
i2c_algo_bit            5168  1 i915
video                  18712  1 i915
libahci                21728  1 ahci
r8169                  32120  0
agpgart                32011  2 drm,intel_agp
mii                     4425  1 r8169
output                  1883  1 video

Seems the rt2860sta module is installed at the top of this list but it's not being used. Is that assumption correct? If so how do I use it?

Reply via email to