Re: Debian on Action Tech SG200 and MI424WR-rev-I June 02, 2021 05:30AM |
Registered: 3 years ago Posts: 112 |
root@OpenWrt:/# dmesg | grep -i pci [ 0.035130] PCI: CLS 0 bytes, default 32 [ 0.186546] mvebu-pcie mbus:pcie@82000000: PCI host bridge to bus 0000:00 [ 0.186565] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.186578] pci_bus 0000:00: root bus resource [mem 0xf3000000-0xf3ffffff] [ 0.186590] pci_bus 0000:00: root bus resource [io 0x1000-0xeffff] [ 0.186724] pci 0000:00:02.0: [11ab:6500] type 01 class 0x060400 [ 0.186758] pci 0000:00:02.0: reg 0x38: [mem 0x00000000-0x000007ff pref] [ 0.187962] PCI: bus0: Fast back to back transfers disabled [ 0.187978] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.189152] PCI: bus1: Fast back to back transfers enabled [ 0.189170] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 0.189378] pci 0000:00:02.0: BAR 6: assigned [mem 0xf3000000-0xf30007ff pref] [ 0.189393] pci 0000:00:02.0: PCI bridge to [bus 01] root@OpenWrt:/# lsmod cfg80211 299008 2 rtlwifi,mac80211 compat 16384 4 rtl8192ce,rtlwifi,mac80211,cfg80211 crc_ccitt 16384 1 ppp_async ehci_fsl 16384 0 ehci_hcd 45056 3 ehci_platform,ehci_orion,ehci_fsl ehci_orion 16384 0 ehci_platform 16384 0 exfat 73728 0 ext4 405504 0 fat 65536 2 msdos,vfat fsl_mph_dr_of 16384 0 gpio_button_hotplug 16384 0 ip_tables 20480 4 iptable_nat,iptable_mangle,iptable_filter ip6_tables 20480 24 ip6table_mangle,ip6table_filter ip6t_REJECT 16384 2 ip6table_filter 16384 1 ip6table_mangle 16384 0 ipt_REJECT 16384 2 iptable_filter 16384 1 iptable_mangle 16384 0 iptable_nat 16384 1 jbd2 65536 1 ext4 mac80211 544768 3 rtl8192ce,rtl_pci,rtlwifi mbcache 16384 1 ext4 msdos 20480 0 nf_conntrack 73728 7 xt_state,xt_nat,xt_conntrack,xt_REDIRECT,xt_MASQUERADE,nf_nat,nf_flow_table nf_defrag_ipv4 16384 1 nf_conntrack nf_defrag_ipv6 16384 1 nf_conntrack nf_flow_table 24576 2 xt_FLOWOFFLOAD,nf_flow_table_hw nf_flow_table_hw 16384 1 nf_log_common 16384 2 nf_log_ipv4,nf_log_ipv6 nf_log_ipv4 16384 0 nf_log_ipv6 16384 0 nf_nat 28672 4 iptable_nat,xt_nat,xt_REDIRECT,xt_MASQUERADE nf_reject_ipv4 16384 1 ipt_REJECT nf_reject_ipv6 16384 1 ip6t_REJECT nls_cp437 16384 0 nls_iso8859_1 16384 0 nls_utf8 16384 0 ntfs 110592 0 ppp_async 20480 0 ppp_generic 32768 3 pppoe,ppp_async,pppox pppoe 20480 0 pppox 16384 1 pppoe rtl_pci 28672 1 rtl8192ce rtl8192c_common 40960 1 rtl8192ce rtl8192ce 57344 0 rtlwifi 61440 3 rtl8192ce,rtl8192c_common,rtl_pci slhc 16384 1 ppp_generic vfat 20480 0 x_tables 24576 23 xt_state,xt_nat,xt_conntrack,xt_REDIRECT,xt_MASQUERADE,xt_FLOWOFFLOAD,ipt_REJECT,xt_time,xt_tcpudp,xt_multiport,xt_mark,xt_mac,xt_limit,xt_comment,xt_TCPMSS,xt_LOG,iptable_mangle,iptable_filter,ip_tables,ip6table_mangle,ip6table_filter,ip6_tables,ip6t_REJECT xt_FLOWOFFLOAD 16384 0 xt_LOG 16384 0 xt_MASQUERADE 16384 1 xt_REDIRECT 16384 0 xt_TCPMSS 16384 0 xt_comment 16384107 xt_conntrack 16384 12 xt_limit 16384 20 xt_mac 16384 0 xt_mark 16384 0 xt_multiport 16384 0 xt_nat 16384 0 xt_state 16384 0 xt_tcpudp 16384 8 xt_time 16384 0 root@OpenWrt:/#These information seemed useless, they are just the values in the DTS. At least we should compile MvPex.c to a binary or .ko file and have another try. I'm quite sure the key to the problem is here.
Re: Debian on Action Tech SG200 and MI424WR-rev-I June 02, 2021 05:09PM |
Admin Registered: 13 years ago Posts: 19,102 |
cp -a zImage-5.12.6-kirkwood-tld-1 zImage.fdt cat dts/avanta-mi424wr.dtb >> zImage.fdt mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n 5.12.6-kirkwood-tld-1 -d zImage.fdt uImage
Re: Debian on Action Tech SG200 and MI424WR-rev-I June 04, 2021 05:28AM |
Registered: 3 years ago Posts: 112 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I June 05, 2021 11:04PM |
Registered: 3 years ago Posts: 112 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I June 06, 2021 12:53AM |
Registered: 3 years ago Posts: 112 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I June 06, 2021 03:23PM |
Admin Registered: 13 years ago Posts: 19,102 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I June 07, 2021 05:20AM |
Registered: 3 years ago Posts: 112 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I June 07, 2021 04:44PM |
Admin Registered: 13 years ago Posts: 19,102 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I June 08, 2021 06:41AM |
Registered: 3 years ago Posts: 112 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I June 13, 2021 08:56AM |
Registered: 3 years ago Posts: 112 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I June 13, 2021 08:58AM |
Registered: 3 years ago Posts: 112 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I June 18, 2021 08:13AM |
Registered: 3 years ago Posts: 112 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I June 18, 2021 05:23PM |
Admin Registered: 13 years ago Posts: 19,102 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I June 19, 2021 10:59AM |
Registered: 3 years ago Posts: 112 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I June 30, 2021 12:07AM |
Registered: 3 years ago Posts: 112 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I June 30, 2021 03:53PM |
Admin Registered: 13 years ago Posts: 19,102 |
Quote
Developer Section
Jeff's Notes on building uBoot for the Kirwood plugs
Finding address of stock envs of fw_printenv
Basic steps in building Linux modules
Peek/Poke GPIOs in serial console (Armada SoC example)
Peek/Poke GPIOs in serial console (Kirkwood SoC example)
Re: Debian on Action Tech SG200 and MI424WR-rev-I July 05, 2021 01:03AM |
Registered: 3 years ago Posts: 112 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I July 05, 2021 03:13PM |
Admin Registered: 13 years ago Posts: 19,102 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I July 05, 2021 06:22PM |
Registered: 3 years ago Posts: 112 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I July 06, 2021 09:47AM |
Registered: 3 years ago Posts: 112 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I July 09, 2021 07:41AM |
Registered: 3 years ago Posts: 112 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I July 09, 2021 04:10PM |
Admin Registered: 13 years ago Posts: 19,102 |
Quote
Sensors & Fan & WOL
OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package
OWFS & Motion Detection (external link)
How to control GPIO in Linux userspace for GPIO-enable fan
Zyxel NSA 310S/320S/325/326 CPU Temperature and Fan Speed reading
Zyxel NAS326 WOL
Zyxel NAS326 Auto-Power Up
Zyxel NAS326 WOL and Auto-Power Up I2C commands
Zyxel NSA320 Auto-Power Up
Re: Debian on Action Tech SG200 and MI424WR-rev-I July 11, 2021 08:42AM |
Registered: 3 years ago Posts: 112 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I July 18, 2021 09:13AM |
Registered: 3 years ago Posts: 112 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I July 18, 2021 04:55PM |
Admin Registered: 13 years ago Posts: 19,102 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I July 18, 2021 11:54PM |
Registered: 3 years ago Posts: 112 |
root@OpenWrt:/# lspci 00:01.0 PCI bridge: Marvell Technology Group Ltd. Device 6560 (rev 02) 00:02.0 PCI bridge: Marvell Technology Group Ltd. Device 6500 (rev 02) 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8192CE PCIe Wirel ess Network Adapter (rev 01) root@OpenWrt:/# lspci -v 00:01.0 PCI bridge: Marvell Technology Group Ltd. Device 6560 (rev 02) (prog-if 00 [Normal decode]) Flags: fast devsel Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 Prefetchable memory behind bridge: 00000000-000fffff lspci: Unable to load libkmod resources: error -12 00:02.0 PCI bridge: Marvell Technology Group Ltd. Device 6500 (rev 02) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 I/O behind bridge: 00010000-00010fff Memory behind bridge: f3000000-f30fffff Prefetchable memory behind bridge: 00000000-000fffff 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8192CE PCIe Wirel ess Network Adapter (rev 01) Subsystem: Realtek Semiconductor Co., Ltd. RTL8192CE PCIe Wireless Netwo rk Adapter Flags: bus master, fast devsel, latency 0, IRQ 24 I/O ports at 10000 [size=256] Memory at f3000000 (64-bit, non-prefetchable) [size=16K] Capabilities: [40] Power Management version 3 Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+ Capabilities: [70] Express Endpoint, MSI 00 Capabilities: [100] Advanced Error Reporting Capabilities: [140] Virtual Channel Capabilities: [160] Device Serial Number 01-91-81-fe-ff-4c-e0-00 Kernel driver in use: rtl8192ce
Re: Debian on Action Tech SG200 and MI424WR-rev-I July 19, 2021 12:17AM |
Admin Registered: 13 years ago Posts: 19,102 |
Quote
root@mi424:~# lspci -v
00:01.0 PCI bridge: Marvell Technology Group Ltd. Device 6560 (rev 02) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
Memory behind bridge: f3000000-f30fffff
Prefetchable memory behind bridge: 00000000-000fffff
[virtual] Expansion ROM at f3100000 [disabled] [size=2K]
Capabilities: [40] Express Root Port (Slot+), MSI 00
01:00.0 Network controller: Qualcomm Atheros AR9287 Wireless Network Adapter (PCI-Express) (rev 01)
Subsystem: Qualcomm Atheros AR9287 Wireless Network Adapter (PCI-Express)
Flags: bus master, fast devsel, latency 0, IRQ 31
Memory at f3000000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [60] Express Legacy Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel
Capabilities: [160] Device Serial Number 00-15-xx-ff-xx-xx-xx-xx
Capabilities: [170] Power Budgeting <?>
Kernel driver in use: ath9k
Kernel modules: ath9k
Re: Debian on Action Tech SG200 and MI424WR-rev-I July 19, 2021 01:04AM |
Registered: 3 years ago Posts: 112 |
Re: Debian on Action Tech SG200 and MI424WR-rev-I July 19, 2021 06:25PM |
Admin Registered: 13 years ago Posts: 19,102 |
Quote
It just mean you have a different box and a different Wifi chip
Re: Debian on Action Tech SG200 and MI424WR-rev-I July 21, 2021 10:30AM |
Registered: 3 years ago Posts: 112 |