Hi,
I’m trying to add i2c rtc but at the latest firmware on slate 3.211 I can’t install the kmod driver:
# opkg install kmod-rtc-pcf8563
Installing kmod-rtc-pcf8563 (4.14.209-1) to root...
Downloading https://fw.gl-inet.com/releases/v19.07.8/kmod-3.0/ath79/nand/kmod-rtc-pcf8563_4.14.209-1_mips_24kc.ipk
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-rtc-pcf8563:
* kernel (= 4.14.209-1-ab763cab245c33e296737e826283fbf4)
* opkg_install_cmd: Cannot install package kmod-rtc-pcf8563.
huh?
speak english or I can’t understand it
alzhao
4
No idea why I used Chinese.
What is your rtc module? which router are you using?
zakaria
5
pcf8563
slate (GL-AR750S)
I’m following this guide [How to] install RTC hardware clock pcf8563 (I2c) - Community Builds, Projects & Packages - OpenWrt Forum I’ve bought and install the rtc module, it runs fine on old firmware (v3.105) but on latest (v3.211) there’s unsatisfied dependencies.
Hello, can somebody from GL.Inet help here?
dxf
8
You can download and install it manually first
wget http://download.gl-inet.com.s3.amazonaws.com/releases/v19.07.8/kmod-3.0/ath79/nand/kmod-rtc-pcf8563_4.14.209-1_mips_24kc.ipk
opkg install ./kmod-rtc-pcf8563_4.14.209-1_mips_24kc.ipk
Ipk feeds synchronization can take 1 to 2 days
Thank you, will try it on monday then