you can also run 


Code:
--------------------
    lsmod
--------------------


to see the the loaded module, this is mine


Code:
--------------------
    snd_soc_wm8804_i2c     16384  1
  snd_soc_wm8804         16384  1 snd_soc_wm8804_i2c
--------------------


In my case, there is a zero where a 1 is set with your card:


Code:
--------------------
pi@raspberrypi:/sys/module $ lsmod
Module                  Size  Used by
cmac                   16384  3
algif_hash             16384  1
aes_arm_bs             24576  2
crypto_simd            16384  1 aes_arm_bs
cryptd                 24576  2 crypto_simd
algif_skcipher         16384  1
af_alg                 28672  6 algif_hash,algif_skcipher
bnep                   20480  2
hci_uart               40960  1
btbcm                  16384  1 hci_uart
bluetooth             393216  26 hci_uart,bnep,btbcm
ecdh_generic           16384  2 bluetooth
ecc                    40960  1 ecdh_generic
8021q                  32768  0
garp                   16384  1 8021q
stp                    16384  1 garp
llc                    16384  2 garp,stp
snd_soc_wm8804_i2c     16384  0
snd_soc_wm8804         16384  1 snd_soc_wm8804_i2c
regmap_i2c             16384  1 snd_soc_wm8804_i2c
snd_soc_hdmi_codec     20480  2
brcmfmac              327680  0
brcmutil               20480  1 brcmfmac
v3d                    73728  0
gpu_sched              45056  1 v3d
cfg80211              761856  1 brcmfmac
snd_soc_rpi_wm8804_soundcard    16384  0
rfkill                 32768  6 bluetooth,cfg80211
raspberrypi_hwmon      16384  0
vc4                   274432  4
cec                    49152  1 vc4
i2c_bcm2835            16384  0
i2c_brcmstb            16384  0
drm_kms_helper        241664  2 vc4
bcm2835_codec          40960  0
v4l2_mem2mem           36864  1 bcm2835_codec
snd_soc_bcm2835_i2s    16384  0
bcm2835_isp            32768  0
bcm2835_v4l2           45056  0
bcm2835_mmal_vchiq     32768  3 bcm2835_isp,bcm2835_codec,bcm2835_v4l2
videobuf2_dma_contig    20480  2 bcm2835_isp,bcm2835_codec
videobuf2_vmalloc      16384  1 bcm2835_v4l2
videobuf2_memops       16384  2 videobuf2_dma_contig,videobuf2_vmalloc
videobuf2_v4l2         32768  4 
bcm2835_isp,bcm2835_codec,bcm2835_v4l2,v4l2_mem2mem
videobuf2_common       61440  5 
bcm2835_isp,bcm2835_codec,bcm2835_v4l2,v4l2_mem2mem,videobuf2_v4l2
vc_sm_cma              32768  2 bcm2835_isp,bcm2835_mmal_vchiq
videodev              249856  6 
bcm2835_isp,bcm2835_codec,videobuf2_common,bcm2835_v4l2,v4l2_mem2mem,videobuf2_v4l2
snd_bcm2835            24576  1
snd_soc_core          225280  5 
snd_soc_rpi_wm8804_soundcard,snd_soc_wm8804,vc4,snd_soc_hdmi_codec,snd_soc_bcm2835_i2s
mc                     45056  6 
bcm2835_isp,bcm2835_codec,videobuf2_common,videodev,v4l2_mem2mem,videobuf2_v4l2
snd_compress           20480  1 snd_soc_core
snd_pcm_dmaengine      16384  1 snd_soc_core
snd_pcm               110592  8 
snd_compress,snd_soc_wm8804,snd_pcm_dmaengine,snd_soc_hdmi_codec,snd_soc_bcm2835_i2s,snd_bcm2835,snd_soc_core
snd_timer              32768  1 snd_pcm
rpivid_mem             16384  0
snd                    77824  7 
snd_compress,snd_soc_hdmi_codec,snd_timer,snd_bcm2835,snd_soc_core,snd_pcm
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
uio_pdrv_genirq        16384  0
nvmem_rmem             16384  0
uio                    20480  1 uio_pdrv_genirq
drm                   528384  5 v3d,vc4,gpu_sched,drm_kms_helper
fuse                  126976  1
drm_panel_orientation_quirks    16384  1 drm
backlight              20480  1 drm
ip_tables              28672  0
x_tables               32768  1 ip_tables
ipv6                  495616  26
--------------------


------------------------------------------------------------------------
sheeple's Profile: http://forums.slimdevices.com/member.php?userid=72502
View this thread: http://forums.slimdevices.com/showthread.php?t=115381

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to