lsmod output on 4.1 kernel is attached. There's a bunch of cpufreq stuff
but cpufreq-dt is not listed. I loaded that module but cpufreq is still not
there (see second attached file).

Is that behaviour somewhat tied to the missing CPU freq in /proc/cpuinfo?


2015-07-24 9:35 GMT+02:00 Maxime Ripard <[email protected]>:

> On Fri, Jul 24, 2015 at 08:34:34AM +0200, Leonardo Canducci wrote:
> > Attaching kernel config files from /boot (3.16, 4.0 and 4.1 from stable,
> > unstable and experimental).
>
> We're using the cpufreq-dt driver, that is compiled as a module. Is
> the module loaded?
>
> Maxime
>
> --
> Maxime Ripard, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com
>



-- 
Leonardo Canducci

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.
Module                  Size  Used by
cpufreq_powersave       1124  0 
cpufreq_ondemand        8944  0 
cpufreq_stats           3004  0 
cpufreq_userspace       2308  0 
cpufreq_conservative     6829  0 
nfsd                  276939  2 
auth_rpcgss            49698  1 nfsd
oid_registry            2271  1 auth_rpcgss
nfs_acl                 2578  1 nfsd
nfs                   187591  0 
lockd                  76055  2 nfs,nfsd
grace                   1511  2 nfsd,lockd
fscache                54487  1 nfs
sunrpc                254988  6 nfs,nfsd,auth_rpcgss,lockd,nfs_acl
i2c_mv64xxx             7438  0 
sun4i_ts                4098  0 
sunxi_wdt               3531  0 
ohci_platform           4658  0 
ehci_platform           5206  0 
ohci_hcd               39208  1 ohci_platform
ehci_hcd               65058  1 ehci_platform
leds_gpio               3180  0 
autofs4                30688  2 
ext4                  502993  2 
crc16                   1154  1 ext4
mbcache                 8326  1 ext4
jbd2                   89217  1 ext4
ahci_sunxi              2915  0 
libahci_platform        6145  1 ahci_sunxi
libahci                23210  2 libahci_platform,ahci_sunxi
libata                180973  3 libahci,libahci_platform,ahci_sunxi
scsi_mod              182203  1 libata
sun4i_emac             10381  0 
phy_sun4i_usb           4208  8 
sunxi_mmc              11177  0 
leo@cubetto:~$ sudo modprobe cpufreq-dt 
leo@cubetto:~$ lsmod 
Module                  Size  Used by
cpufreq_dt              4984  0 
cpufreq_powersave       1124  0 
cpufreq_ondemand        8944  0 
cpufreq_stats           3004  0 
cpufreq_userspace       2308  0 
cpufreq_conservative     6829  0 
nfsd                  276939  2 
auth_rpcgss            49698  1 nfsd
oid_registry            2271  1 auth_rpcgss
nfs_acl                 2578  1 nfsd
nfs                   187591  0 
lockd                  76055  2 nfs,nfsd
grace                   1511  2 nfsd,lockd
fscache                54487  1 nfs
sunrpc                254988  6 nfs,nfsd,auth_rpcgss,lockd,nfs_acl
i2c_mv64xxx             7438  0 
sun4i_ts                4098  0 
sunxi_wdt               3531  0 
ohci_platform           4658  0 
ehci_platform           5206  0 
ohci_hcd               39208  1 ohci_platform
ehci_hcd               65058  1 ehci_platform
leds_gpio               3180  0 
autofs4                30688  2 
ext4                  502993  2 
crc16                   1154  1 ext4
mbcache                 8326  1 ext4
jbd2                   89217  1 ext4
ahci_sunxi              2915  0 
libahci_platform        6145  1 ahci_sunxi
libahci                23210  2 libahci_platform,ahci_sunxi
libata                180973  3 libahci,libahci_platform,ahci_sunxi
scsi_mod              182203  1 libata
sun4i_emac             10381  0 
phy_sun4i_usb           4208  8 
sunxi_mmc              11177  0 
leo@cubetto:~$ ls /sys/devices/system/cpu/cpu0/
crash_notes  crash_notes_size  of_node  online  power  subsystem  topology  
uevent

Reply via email to