Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
| inbox:toh:zyxel:nbg7815_armor_g5 [2023/02/15 20:55] – Add vendor eMMC partition table from mrkiko paulfertser | inbox:toh:zyxel:nbg7815_armor_g5 [2024/12/13 11:35] – [Hardware] pwned | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ZyXEL NBG7815 (Armor G5) ====== | ====== ZyXEL NBG7815 (Armor G5) ====== | ||
| - | ~~NOTOC~~ | ||
| - | /* This template is intended | + | AX6000 (1200+4800 Mbps) 12-Stream Multi-Gigabit WiFi 6 Router. 2.4GHz AX: 4x4 (Tx/Rx) 1024 QAM 20/40 MHz, up to 1.2 Gbps. 5GHz AX: 8x8 (Tx/Rx) 1024 QAM 20/40/80/160 MHz, up to 4.8 Gbps. |
| - | {{page> | + | {{media:zyxel:nbg7815: |
| - | AX6000 | + | [[https:// |
| + | \\ | ||
| - | /*****/ | + | ===== Hardware |
| - | /* How to add images | + | |
| - | /*****/ | + | |
| - | {{ media:zyxel:nbg7815.png?200|Zyxel NBG7815 (Armor G5)}} | + | ^ Architecture |
| + | ^ Vendor | ||
| + | ^ Bootloader | ||
| + | ^ System-On-Chip | ||
| + | ^ CPU/ | ||
| + | ^ Flash-Chip | ||
| + | ^ Flash size | 4 GB eMMC + 8 MB SPI NOR | | ||
| + | ^ RAM | 1 GB 2x Nanya NT5CC256M16ER-EK | ||
| + | ^ Bluetooth | ||
| + | ^ Wireless | ||
| + | ^ Wireless | ||
| + | ^ Ethernet | ||
| + | ^ Ethernet | ||
| + | ^ Switch | ||
| + | ^ USB | 1x 3.1 Gen2, 5V/ | ||
| + | ^ [[# | ||
| + | ^ PSU | 19VDC 2.1A | ||
| + | \\ | ||
| - | ===== OpenWrt | + | ===== OpenWrt |
| - | ===== Supporting activities ===== | + | ^ Stable (v23.05.5) (sysupgrade image) ^ |
| + | | [[https:// | ||
| + | ^ Snapshot (sysupgrade image) ^ | ||
| + | | [[https:// | ||
| - | * OpenWrt forum thread: https:// | + | You only need one of the available sysupgrade images. The other available images are needed |
| + | **Other images (factory, initramfs)** | ||
| + | < | ||
| + | ^ Stable (v23.05.5) (factory image) ^ | ||
| + | | [[https:// | ||
| + | ^ Snapshot (factory image) ^ | ||
| + | | [[https:// | ||
| + | ^ Stable (v23.05.5) (initramfs image) ^ | ||
| + | | [[https:// | ||
| + | ^ Snapshot (initramfs image) ^ | ||
| + | | [[https:// | ||
| + | </ | ||
| + | \\ | ||
| - | ===== Experimental firmware | + | ===== Limitations |
| - | List experimental firmware download links here. | + | Currently (state of 2024) OpenWrt officially **__does not support__** the integrated FAN, the integrated LED. |
| - | + | * LED: [[https:// | |
| - | [[https://downloads.openwrt.org/snapshots/targets/ipq807x/generic/]] | + | * FAN: [[https://github.com/openwrt/ |
| - | + | * 5G 160MHz channel width is not supported officially. There is [[https://forum.openwrt.org/t/qualcommax-nss-build/148529/ | |
| - | + | :!: The device can **really run hot due to the disabled fan leading to throttling and instabilities**. Esp. if an USB device is connected. You be advised to either deploy an active cooler directed to the device itself or making your own build integrating the patch referenced above for proper cooling. To the state of 2024 this FAN patch is not working reliable. But there are others (simpler, script based) solutions available (which could disappear/ | |
| - | ===== Hardware highlights ===== | + | \\ |
| - | ^ CPU ^ Ram ^ Flash ^ Network | + | |
| - | | IPQ8074A @ 2.2 GHz | 1 GB | 4 GB eMMC | 1x 1/2.5/5/10 GbE 1x 1/2.5 GbE 4x 10/100/1000 Mbps | + | |
| + | ===== Forum Support Thread ===== | ||
| + | [[https:// | ||
| + | \\ | ||
| ===== Installation ===== | ===== Installation ===== | ||
| - | /* - → [[: | ||
| - | - → [[docs: | ||
| - | - → [[: | ||
| - | */ | ||
| + | ==== Pre-Requirements ==== | ||
| - | ==== Installing | + | To install |
| - | 1. **Factory to Openwrt**: | + | You can gain Root/ |
| - | All operations needs root access-> | + | |
| - | Login as root and make below steps: | + | - Disconnect the WAN cable of the router. Do not plug in back the WAN cable during the whole process! |
| + | - Reset the device to factory defaults by pushing and holding the reset button for ~15 seconds immediately after turning it on. The LED should light up orange. | ||
| + | - After ~5-10 minutes, when the LED is constant dark blue, connect your computer to one of the yellow LAN ports and wait for the connection to be established. | ||
| + | - Do not setup the router yet! Access the device via **Telnet** using address: 192.168.123.1 / port 23. On the prompt (NBG7815 login) login with username: '' | ||
| + | - **Enable permanent Root/SSH access** for this device **by copy and paste the script lines from below**. It will prevent a root password change which happens after finishing the setup and enable dropbear/ | ||
| + | - Reboot the device. | ||
| + | - Check if SSH access is working by using address: '' | ||
| + | <tabbox Enable Root/SSH access> | ||
| + | < | ||
| + | awk '/ | ||
| - | 1. Put Openwrt image to your router, you have two options: | + | echo -e ' |
| + | cp /etc/shadow /etc/shadow.bak | ||
| - | a) Use WinSCP client(if you have ssh access) for putting your openwrt-ipq807x-generic-zyxel_nbg7815-squashfs-sysupgrade.bin in /tmp/ApplicationData/ | + | sed -i '/exit 0/i \ |
| + | \ | ||
| + | uci set dropbear.setting.enable=1 \ | ||
| + | uci commit dropbear \ | ||
| + | uci set network.general.auto_ip_change=0 \ | ||
| + | uci commit network \ | ||
| + | /etc/init.d/dropbear enable \ | ||
| + | / | ||
| + | chmod +w /etc/shadow \ | ||
| + | cp / | ||
| + | chmod -w /etc/shadow \ | ||
| + | \ | ||
| + | | ||
| - | b) login as root, go to /tmp/ApplicationData and get latest **nbg7815-squashfs-sysupgrade** version from site https://downloads.openwrt.org/ | + | chmod -w /etc/init.d/ |
| + | chmod -w / | ||
| + | chmod -w /etc/rc.local | ||
| + | chmod -w /etc/shadow | ||
| + | </code> | ||
| + | </tabbox> | ||
| + | \\ | ||
| - | 2. Download flash script [[https:// | + | ==== Backup ==== |
| - | 3. Make sure that sysupgrade image and script | + | Before you modify the device it is always a good idea to make a backup of the flash drive(s) installed. The generic process is described [[: |
| + | We have one 8MB SPI NOR flash chip and one 4GB emmc flash chip. For both you can use dd. The partition layout of both chips is described [[#Flash-/Partition-Layout|here]].\\ | ||
| + | You can spare out the last two big partitions on the emmc chip if you want. They are not important. Transfer the files either via USB or ssh/scp.\\ | ||
| + | \\ | ||
| - | 4. run flash_to_openwrt.sh | + | ==== Installing OpenWrt ==== |
| - | After that, reset router manually (power off/on) | + | :!: **Do not power off the device during the process!** |
| + | - Login as root via SSH. | ||
| + | - Change to directory '' | ||
| + | - Get the [[#OpenWrt Firmware|OpenWrt Firmware]] onto your router by either a) or b):\\ a) The device to has internet access for downloading the OpenWrt firmware file to the device using wget.\\ b) Download the OpenWrt firmware to your computer and move the file to a FAT or NTFS formatted USB drive. Connect the USB drive to your router and mount the USB device. Copy the file to / | ||
| + | - Extract the firmware file. | ||
| + | - Determine the bootconfig of the device and flash OpenWrt to the currently not active kernel and rootfs partitions. | ||
| + | - Mark the partitions to boot OpenWrt. | ||
| + | - Reboot the device. | ||
| - | Example: | + | <tabbox Semi-automatic (Step 2-7)>< |
| + | cd / | ||
| + | wget -O openwrt-ipq807x-generic-zyxel_nbg7815-squashfs-sysupgrade.bin https:// | ||
| + | wget https:// | ||
| + | sh flash_to_openwrt.sh | ||
| + | </ | ||
| - | root@NBG7815: | + | <tabbox Step 2-6>< |
| - | | + | # Author: Karol Przybylski <itor@o2.pl> |
| - | | + | # https://github.com/ |
| - | root@NBG7815: | + | |
| - | root@NBG7815: | + | |
| - | 2. **If you already have OpenWrt use sysupgrade or LuCi "Flash new firware image" option, after this operation use script from [[https://github.com/ | + | # Step 2 |
| + | cd /tmp/ApplicationData | ||
| + | # Step 3 | ||
| + | wget -O zyxel_nbg7815-squashfs-sysupgrade.bin https:// | ||
| + | if [ ! -f "/ | ||
| + | echo " | ||
| + | exit 1 | ||
| + | fi | ||
| - | ===== Debricking ===== | + | # Step 4 |
| - | **Return to original firmware from Openwrt** | + | tar xvf zyxel_nbg7815-squashfs-sysupgrade.bin |
| - | 1. Get script from [[https://github.com/itorK/nbg7815_tools/blob/main/change_boot_partition.sh]] | + | # Step 5 |
| + | primaryboot_hlos=$(cat / | ||
| + | if [ $primaryboot_hlos -eq 0 ]; then | ||
| + | dd if=/ | ||
| + | dd if=/ | ||
| + | echo 1 > / | ||
| + | else | ||
| + | dd if=/dev/zero of=/dev/mmcblk0p3 | ||
| + | dd if=/tmp/ApplicationData/ | ||
| + | echo 0 > / | ||
| + | fi | ||
| - | 2. Run script | + | primaryboot_rootfs=$(cat / |
| + | if [ $primaryboot_rootfs -eq 0 ]; then | ||
| + | dd if=/ | ||
| + | dd if=/ | ||
| + | echo 1 > / | ||
| + | else | ||
| + | dd if=/ | ||
| + | dd if=/ | ||
| + | echo 0 > / | ||
| + | fi | ||
| - | sh change_boot_partition.sh | + | # Step 6 |
| + | mkdir / | ||
| + | cat / | ||
| + | echo 1 > / | ||
| + | dd if=/ | ||
| + | dd if=/ | ||
| + | echo 0 > / | ||
| + | sync | ||
| + | </ | ||
| + | :!: For reference: [[https:// | ||
| + | \\ | ||
| - | **Hard debricking from U-boot with Serial Access:** | + | ===== Back to OEM firmware ===== |
| + | OpenWrt is currently not using the dual partition layout writing the opposite/ | ||
| + | \\ | ||
| - | 1. Get orginal | + | ==== Back to OEM firmware (1) ==== |
| - | 2. Setup your laptop to 192.168.1.99 | + | Be carefull with this process. :!: **Do not power off the device during the process!** |
| - | 3. install | + | - Login via SSH to the router. |
| + | - To use this method it is required to install | ||
| + | - Change directory to /tmp. | ||
| + | - Copy & paste the code from script '' | ||
| + | - Execute the script with '' | ||
| + | - Reboot the device. | ||
| + | - After reboot force a reflash of OEM firmware via WebGui using one of the provided [[#OEM firmware| OEM firmware files]] to purge OpenWrt entirely. | ||
| - | 4. Interrupt autoboot and execute command (no need unlock): | + | <tabbox Step 4>< |
| + | cat <<' | ||
| + | # Script to changing active boot partitions | ||
| + | # Author: Karol Przybylski < | ||
| + | # Orginal script: https:// | ||
| - | NBG7815> ATUR V1.00(ABSK.7)C0.bin | + | openwrt_type=$(cat / |
| - | **Alternatively, | + | if [ ${openwrt_type} == " |
| + | echo "OpenWrt | ||
| + | boot_part=$(hexdump -e '1/1 " | ||
| - | 1. Stop the bootloader by pressing any key. Once you're presented with the '' | + | dd if=/ |
| - | unlock the bootloader via the '' | + | |
| - | [[: | + | |
| - | 2. Connect to one of the //lan// Ethernet interfaces of the device, | + | if [ ${boot_part} -eq 0 ]; then |
| - | and configure your host computer to have static 192.168.1.99/24 Legacy IP address. | + | |
| + | else | ||
| + | printf ' | ||
| - | 3. Start a TFTP server in a directory where you downloaded (or built) a (possibly known-good) | + | fi |
| - | '' | + | insmod mtd-rw i_want_a_brick=1 |
| + | mtd write boot.bin /dev/mtd2 | ||
| + | mtd write boot.bin /dev/mtd3 | ||
| + | fi | ||
| - | 4. Once presented with the '' | + | if [ ${openwrt_type} == " |
| - | | + | echo " |
| - | If the download was successful, you can proceed; otherwise, check your setup. | + | primaryboot_hlos=$(cat / |
| + | | ||
| + | echo 1 > / | ||
| + | else | ||
| + | echo 0 > / | ||
| + | fi | ||
| + | |||
| + | mkdir / | ||
| + | cat / | ||
| + | echo 1 > / | ||
| + | dd if=/ | ||
| + | dd if=/ | ||
| + | echo 0 > / | ||
| + | sync | ||
| + | fi | ||
| + | EOF | ||
| + | </ | ||
| + | \\ | ||
| - | 5. Boot the initramfs: | + | ==== Back to OEM firmware (2) ==== |
| - | bootm | + | |
| - | 6. If you didn't alter vendor eMMC partition table, skip to the next step. If you did, you need to | + | :!: Be carefull with this process. Make sure you write the correct images |
| - | opkg update && opkg install fdisk | + | |
| - | and then use fdisk manually to create GPT matching | + | |
| - | [[: | + | |
| - | 7. If all went well, you should be in OpenWrt now; you may | + | - Download OEM firmware: [[#OEM firmware|see below]] |
| - | | + | - Extract rootfs and kernel. Already extracted v8: [[https:// |
| - | to a working sysupgrade image. In no case you should use any force option. | + | - Login via SSH to the router. |
| + | - To use this method it is required to install kmod-mtd-rw first: '' | ||
| + | - Copy the files to the router to /tmp (e. g. using scp or an usb drive). Rename them to '' | ||
| + | - Flash the kernel and rootfs | ||
| + | - Copy & paste the code from [[#Back to OEM firmware (1)|script Step 4]] from [[#Back to OEM firmware (1)|Back to OEM firmware (1)]] and execute the script with '' | ||
| + | - Reboot the device. | ||
| + | - After reboot | ||
| - | /*** if info available: uncomment and fill in | + | <tabbox Step 6>< |
| - | ===== Basic configuration ===== | + | cat <<' |
| - | After flashing, proceed with [[docs: | + | # check files |
| - | ***/ | + | |
| + | if [ ! -f "/ | ||
| + | echo " | ||
| + | exit 1 | ||
| + | fi | ||
| - | /*** if info available: uncomment and fill in | + | if [ ! -f "/ |
| - | ===== Specific configuration ===== | + | echo " |
| + | exit 1 | ||
| + | fi | ||
| - | <WRAP BOX 600px> | + | # get bootconfig |
| - | FIXME Please fill in real values for this device, then remove the EXAMPLEs and the WRAP that encloses this text. | + | |
| - | ==== Network interfaces ==== | + | mtd_part=$(grep -i " |
| - | The default network configuration is: | + | bootconfig=$(hexdump -v -e '1/1 "%01x|"' |
| - | ^ Interface Name ^ Description | + | |
| - | | br-lan | EXAMPLE LAN & WiFi | EXAMPLE 192.168.1.1/24 | | + | |
| - | | vlan0 (eth0.0) | + | |
| - | | vlan1 (eth0.1) | EXAMPLE WAN port | EXAMPLE DHCP | | + | |
| - | | wl0 | EXAMPLE WiFi | EXAMPLE Disabled | + | |
| - | </ | + | |
| - | ***/ | + | |
| + | # write rootfs and kernel; mmcblk0p3=0/ | ||
| - | /*** if info available: uncomment and fill in | + | if [ " |
| - | ==== Buttons | + | dd if=/dev/zero of=/ |
| - | -> [[docs:guide-user: | + | dd if=/tmp/kernel of=/ |
| - | Here, we merely name the buttons, so we can use them in the above Howto. | + | dd if=/dev/zero of=/ |
| + | dd if=/tmp/root of=/ | ||
| + | sync | ||
| + | fi | ||
| + | if [ " | ||
| + | dd if=/ | ||
| + | dd if=/ | ||
| + | dd if=/ | ||
| + | dd if=/ | ||
| + | sync | ||
| + | fi | ||
| + | EOF | ||
| + | </ | ||
| - | <WRAP BOX 600px> | + | ==== OEM firmware ==== |
| - | FIXME Please fill in real values for this device, then remove the EXAMPLEs and the WRAP that encloses this text. | + | |
| - | The ZyXEL NBG7815 | + | There is no official publicly available ressource to download the firmware files for this cloud managed router. You can retrieve the firmware file by forcing a firmware upgrade and catching the temporary valid random cloudflare link by yourself |
| - | ^ BUTTON | + | ^ Firmware |
| - | | EXAMPLE Reset | + | | [[https:// |
| - | | EXAMPLE Secure Easy Setup | | + | | [[https:// |
| - | | EXAMPLE No buttons at all. | + | | [[https://mega.nz/ |
| - | </WRAP> | + | |
| - | ***/ | + | |
| + | To get the rootfs and kernel image you have to extract them from the firmware file: rootfs=openwrt-ipq-ipq807x_64-squashfs-root.img, | ||
| - | ===== Hardware ===== | + | ^ Firmware |
| - | ==== Info ==== | + | | [[https://mega.nz/ |
| - | ^ Architecture | + | | [[https://mega.nz/file/Uh4gQRqa#QEEDJ5k1tFU4zBn9yGAEHqBmWDu6S9fMF4rQxXXv_MA|rootfs_v8]] | '' |
| - | ^ Vendor | + | \\ |
| - | ^ Bootloader | + | |
| - | ^ System-On-Chip | + | |
| - | ^ CPU/Speed | Quad core 2.2 GHz | | + | |
| - | ^ Flash-Chip | + | |
| - | ^ Flash size | + | |
| - | ^ RAM | 1 GB 2x Nanya NT5CC256M16ER-EK | + | |
| - | ^ Bluetooth | + | |
| - | ^ Wireless | + | |
| - | ^ Wireless | + | |
| - | ^ Ethernet | + | |
| - | ^ Ethernet | + | |
| - | ^ Switch | + | |
| - | ^ USB | 1x 3.1 Gen2 | | + | |
| - | ^ Serial | + | |
| - | ^ PSU | 19VDC 2.1A | | + | |
| + | ===== Debricking ===== | ||
| - | /*** if info available: uncomment and fill in | + | In case you've lost the access to your device e. g. due to wrong configuration you can try the failsafe mode, a factory reset or a tftp boot/flash to recover your device: |
| - | ==== Flash Layout ==== | + | |
| - | <WRAP BOX> | + | |
| - | FIXME // | + | |
| - | Please check out the article | + | **Failsafe mode and factory reset** procedures: -> [[:docs:guide-user:troubleshooting: |
| - | I couldn' | + | In case neither the **failsafe mode nor a factory reset** does bring back a working unit you can try to recover your device by the following steps: |
| - | 0x000000000000-0x000000050000 : " | + | |
| - | 0x000000050000-0x000000060000 : " | + | |
| - | 0x000000060000-0x000000080000 : " | + | |
| - | 0x000000080000-0x0000000a0000 : " | + | |
| - | 0x0000000a0000-0x000000220000 : " | + | |
| - | 0x000000220000-0x0000003a0000 : " | + | |
| - | 0x0000003a0000-0x0000003b0000 : " | + | |
| - | 0x0000003b0000-0x0000003c0000 : " | + | |
| - | 0x0000003c0000-0x0000003d0000 : " | + | |
| - | 0x0000003d0000-0x0000003e0000 : " | + | |
| - | 0x0000003e0000-0x000000420000 : " | + | |
| - | 0x000000420000-0x000000460000 : " | + | |
| - | 0x000000460000-0x000000470000 : " | + | |
| - | 0x000000470000-0x000000480000 : " | + | |
| - | 0x000000480000-0x000000540000 : " | + | |
| - | 0x000000540000-0x000000600000 : " | + | |
| - | 0x000000600000-0x000000610000 : " | + | |
| - | 0x000000610000-0x000000650000 : " | + | |
| - | 0x000000650000-0x0000006d0000 : " | + | |
| - | 0x0000006d0000-0x0000006e0000 : " | + | |
| - | 0x0000006e0000-0x0000006f0000 : " | + | |
| - | 0x0000006f0000-0x000000800000 : " | + | |
| - | + | ||
| - | </ | + | |
| - | ***/ | + | |
| + | - [[#Opening the case|Open the device case.]] | ||
| + | - Connect to the device via [[# | ||
| + | - [[# | ||
| + | - [[#TFTP boot OpenWrt|TFTP boot OpenWrt]] to either reinstall or fix a broken installation | [[#TFTP flash OEM firmware|TFTP flash OEM firmware]] to purge OpenWrt. | ||
| + | \\ | ||
| - | ==== Photos | + | ==== Opening the case ==== |
| - | /* =====>>>>> | + | |
| - | /* When uploading photos, **name them** intelligently. Nobody knows what 20100930_000602.jpg is! */ | + | |
| - | /* e.g. {{: | + | |
| - | /* Thanks, your wiki administration - Oct. 2015 */ | + | |
| - | **Insert photo of front of the casing** | + | - Remove the two rubber crosses from the device' |
| + | - Unscrew the two screws appearing after step 1. | ||
| + | - Remove the socket. | ||
| + | - After step 3. another four screws appear. Remove them as well. | ||
| + | - Around the device' | ||
| + | - Keep the device with bottom side up and pry it up carefully around the case to remove the bottom side. Start at the side where the connectors are lead out. | ||
| - | **Insert photo of back of the casing** | + | *) You will likely break some of them. Especially those on the left or right side. The clips at the front' |
| + | \\ | ||
| - | **Insert photo of backside label** | + | {{media: |
| + | {{media: | ||
| + | {{media: | ||
| - | **Insert photo of PCB** | + | ==== Serial ==== |
| - | ==== Opening | + | General information about the serial port and its usage: |
| - | <WRAP BOX> | + | * -> [[docs: |
| - | FIXME //Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...// | + | * -> [[docs: |
| - | </WRAP> | + | * -> [[docs: |
| - | ==== Serial ==== | + | Serial Port connectors |
| - | -> [[docs: | + | |
| - | + | ||
| - | How to connect to the Serial Port of this specific device:\\ | + | |
| {{: | {{: | ||
| + | | Serial connection parameters | **TTL 115200, 8N1, 3.3V** | | ||
| + | :!: Connect RX, TX, GND cable to your USB to TTL/USB to Serial adapter only!\\ | ||
| + | \\ | ||
| - | ^ Serial connection parameters\\ for ZyXEL NBG7815 (Armor G5) NBG7815 | TTL 115200, 8N1, 3.3V | | + | ==== Bootloader/U-Boot access ==== |
| - | Connect only RX, TX, GND cable to your TTL/FTDI interface | + | |
| - | ==== JTAG ==== | + | |
| - | -> [[docs: | + | - Reboot the device |
| - | + | ||
| - | How to connect | + | |
| - | **Insert photo of PCB with markings for JTAG port** | + | |
| - | + | ||
| - | ===== Bootlogs ===== | + | |
| - | ==== U-Boot ==== | + | |
| - | <WRAP bootlog> | + | |
| - | <nowiki> | + | |
| Zyxel zloader v1.0.0 (2020-01-06 - 08:24) | Zyxel zloader v1.0.0 (2020-01-06 - 08:24) | ||
| - | |||
| Multiboot clinent version: 2.0 | Multiboot clinent version: 2.0 | ||
| Line 276: | Line 381: | ||
| Ethernet interface failed to initialized! | Ethernet interface failed to initialized! | ||
| - | Hit any key to stop autoboot: | + | **Hit any key to stop autoboot: |
| - | NBG7815> ATHE | + | |
| - | ATEN x[,y] set BootExtension Debug Flag (y=password) | + | |
| - | ATSE x show the seed of password generator | + | |
| - | ATSH dump manufacturer related data in ROM | + | |
| - | ATRT [x,y,z,u] RAM read/write test (x=level, y=start addr, z=end addr, u=iterations) | + | |
| - | ATGO boot up whole system | + | |
| - | ATUR x | + | |
| - | ATUS x | + | |
| NBG7815> | NBG7815> | ||
| - | </nowiki> | + | </code> |
| - | </WRAP>\\ | + | - To get access to the bootloader you first need a seed/ |
| + | NBG7815> ATSE NBG7815 | ||
| + | NBG7815> 013D72FF0710 | ||
| + | </code> '' | ||
| + | - Generate the password:\\ \\ :!: **Do not enter the code below it into the current shell!** We have to open a new terminal application. We have distinguish here between Windows and Linux users!\\ \\ **__Linux__**: | ||
| + | < | ||
| + | cat <<' | ||
| + | ror32() { | ||
| + | echo $(( ($1 >> $2) | (($1 << (32 - $2) & (2**32-1)) ) )) | ||
| + | } | ||
| + | v=" | ||
| + | a=" | ||
| + | b=$(( $a + 0x10F0A563)) | ||
| + | c=$(( 0x${v: | ||
| + | p=$(( $(ror32 $b $c) ^ $a )) | ||
| + | printf "ATEN 1, | ||
| + | EOF | ||
| + | </ | ||
| + | <tabbox password> | ||
| + | < | ||
| + | sh tool.sh 013D72FF0710 | ||
| + | </ | ||
| + | - Put the output from paragraph 4. in the terminal and press enter:\\ \\ < | ||
| + | NBG7815> ATEN 1, | ||
| + | </ | ||
| + | - Now Enter '' | ||
| + | NBG7815> ATGU | ||
| - | ==== Fail Safe ==== | + | ZYXEL# |
| + | </ | ||
| + | \\ | ||
| - | <WRAP bootlog> | + | ==== TFTP boot OpenWrt ==== |
| - | < | + | |
| - | BusyBox v1.25.1 (2021-09-29 08:20:53 UTC) built-in shell (ash) | + | |
| - | ash: can't access tty; job control turned off | + | - Download **[[# |
| - | | + | - Setup your PC/ |
| - | | + | - Install and configure TFTP server. Your router' |
| - | | | + | - Connect your PC/ |
| - | |_______|| | + | - Power up your router and get access to [[# |
| - | |__| W I R E L E S S F R E E D O M | + | |
| - | | + | |
| - | (eb4b1a4+r49254) | + | |
| + | \\ | ||
| - | ================= FAILSAFE MODE active ================ | + | ==== TFTP flash OEM firmware |
| - | special commands: | + | |
| - | * firstboot | + | |
| - | * mount_root | + | |
| - | after mount_root: | + | - Download the **[[#OEM firmware|OEM firmware]]**. |
| - | * passwd | + | - Setup your PC/ |
| - | * /etc/config | + | - Install and configure TFTP server. Your router' |
| + | - Connect your PC/Workstation via LAN cable to the router. | ||
| + | - Power up your router and get access to [[# | ||
| + | - Enter '' | ||
| - | for more help see: | + | ===== Photos |
| - | http:// | + | |
| - | ======================================================= | + | {{media: |
| + | \\ | ||
| + | |||
| + | ===== Flash-/ | ||
| + | |||
| + | <tabbox 8MB SPI NOR>< | ||
| + | spi_qup 78b5000.spi: | ||
| + | m25p80 spi32766.0: found w25q64dw, expected n25q128a11 | ||
| + | m25p80 spi32766.0: w25q64dw (8192 Kbytes) | ||
| + | 22 ofpart partitions found on MTD device spi32766.0 | ||
| + | Creating 22 MTD partitions on " | ||
| + | |||
| + | 0x000000000000-0x000000050000 : " | ||
| + | 0x000000050000-0x000000060000 : " | ||
| + | 0x000000060000-0x000000080000 : " | ||
| + | 0x000000080000-0x0000000a0000 : " | ||
| + | 0x0000000a0000-0x000000220000 : " | ||
| + | 0x000000220000-0x0000003a0000 : " | ||
| + | 0x0000003a0000-0x0000003b0000 : " | ||
| + | 0x0000003b0000-0x0000003c0000 : " | ||
| + | 0x0000003c0000-0x0000003d0000 : " | ||
| + | 0x0000003d0000-0x0000003e0000 : " | ||
| + | 0x0000003e0000-0x000000420000 : " | ||
| + | 0x000000420000-0x000000460000 : " | ||
| + | 0x000000460000-0x000000470000 : " | ||
| + | 0x000000470000-0x000000480000 : " | ||
| + | 0x000000480000-0x000000540000 : " | ||
| + | 0x000000540000-0x000000600000 : " | ||
| + | 0x000000600000-0x000000610000 : " | ||
| + | 0x000000610000-0x000000650000 : " | ||
| + | 0x000000650000-0x0000006d0000 : " | ||
| + | 0x0000006d0000-0x0000006e0000 : " | ||
| + | 0x0000006e0000-0x0000006f0000 : " | ||
| + | 0x0000006f0000-0x000000800000 : " | ||
| + | |||
| + | cat /proc/mtd | ||
| + | |||
| + | dev: size | ||
| + | mtd0: 00050000 00010000 " | ||
| + | mtd1: 00010000 00010000 " | ||
| + | mtd2: 00020000 00010000 " | ||
| + | mtd3: 00020000 00010000 " | ||
| + | mtd4: 00180000 00010000 " | ||
| + | mtd5: 00180000 00010000 " | ||
| + | mtd6: 00010000 00010000 " | ||
| + | mtd7: 00010000 00010000 " | ||
| + | mtd8: 00010000 00010000 " | ||
| + | mtd9: 00010000 00010000 " | ||
| + | mtd10: 00040000 00010000 " | ||
| + | mtd11: 00040000 00010000 " | ||
| + | mtd12: 00010000 00010000 " | ||
| + | mtd13: 00010000 00010000 " | ||
| + | mtd14: 000c0000 00010000 " | ||
| + | mtd15: 000c0000 00010000 " | ||
| + | mtd16: 00010000 00010000 " | ||
| + | mtd17: 00040000 00010000 " | ||
| + | mtd18: 00080000 00010000 " | ||
| + | mtd19: 00010000 00010000 " | ||
| + | mtd20: 00010000 00010000 " | ||
| + | mtd21: 00110000 00010000 " | ||
| + | </ | ||
| + | |||
| + | <tabbox 4GB eMMC>< | ||
| + | mmc0: SDHCI controller on 7824900.sdhci [7824900.sdhci] using ADMA 64-bit | ||
| + | Waiting for root device PARTUUID=a0bb3852-36cc-ac69-a1a2-6bd39ff56f0a... | ||
| + | mmc0: MAN_BKOPS_EN bit is not set | ||
| + | mmc0: new high speed MMC card at address 0001 | ||
| + | mmcblk0: mmc0:0001 M62704 3.53 GiB | ||
| + | mmcblk0rpmb: | ||
| + | GPT: device [179:4] (rootfs) set to be root filesystem | ||
| + | mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 | ||
| + | |||
| + | sgdisk -p / | ||
| + | |||
| + | Disk / | ||
| + | Sector size (logical/ | ||
| + | Disk identifier (GUID): 98101B32-BBE2-4BF2-A06E-2BB33D000C20 | ||
| + | Partition table holds up to 12 entries | ||
| + | Main partition table begins at sector 2 and ends at sector 4 | ||
| + | First usable sector is 34, last usable sector is 7405534 | ||
| + | Partitions will be aligned on 2-sector boundaries | ||
| + | Total free space is 282557 sectors (138.0 MiB) | ||
| + | |||
| + | Number | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | 10 307234 | ||
| + | 11 | ||
| + | </ | ||
| + | \\ | ||
| + | |||
| + | ===== Bootlogs | ||
| - | root@(none):/# | + | <tabbox Pre-Boot/SBL1>< |
| - | root@(none):/ | + | Format: Log Type - Time(microsec) - Message - Optional Info |
| - | DISTRIB_ID=' | + | |
| - | DISTRIB_RELEASE=' | + | |
| - | DISTRIB_REVISION=' | + | |
| - | DISTRIB_CODENAME=' | + | |
| - | DISTRIB_TARGET=' | + | |
| - | DISTRIB_DESCRIPTION=' | + | |
| - | DISTRIB_TAINTS=' | + | |
| - | </nowiki> | + | |
| - | </WRAP>\\ | + | |
| - | ==== OEM bootlog ==== | + | |
| - | <WRAP bootlog> | + | |
| - | < | + | |
| Log Type: B - Since Boot(Power On Reset), | Log Type: B - Since Boot(Power On Reset), | ||
| S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.3.1-00147 | S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.3.1-00147 | ||
| Line 394: | Line 605: | ||
| S - DDR Frequency, 466 MHz | S - DDR Frequency, 466 MHz | ||
| S - Core 0 Frequency, 1651 MHz | S - Core 0 Frequency, 1651 MHz | ||
| + | </ | ||
| + | <tabbox U-Boot>< | ||
| U-Boot 2016.01 (Jan 06 2020 - 08:24:12 +0000) | U-Boot 2016.01 (Jan 06 2020 - 08:24:12 +0000) | ||
| Line 418: | Line 630: | ||
| Setting bus to 0 | Setting bus to 0 | ||
| Valid chip addresses: 40 | Valid chip addresses: 40 | ||
| - | Net: MAC0 addr: | + | Net: MAC0 addr: |
| PHY ID1: 0x4d | PHY ID1: 0x4d | ||
| PHY ID2: 0xd0b1 | PHY ID2: 0xd0b1 | ||
| Line 453: | Line 665: | ||
| | | ||
| | | ||
| + | </ | ||
| + | <tabbox zloader>< | ||
| Zyxel zloader v1.0.0 (2020-01-06 - 08:24) | Zyxel zloader v1.0.0 (2020-01-06 - 08:24) | ||
| - | |||
| Multiboot clinent version: 2.0 | Multiboot clinent version: 2.0 | ||
| Line 463: | Line 675: | ||
| eth0 PHY1 Down Speed :10 Half duplex | eth0 PHY1 Down Speed :10 Half duplex | ||
| eth0 PHY2 Down Speed :10 Half duplex | eth0 PHY2 Down Speed :10 Half duplex | ||
| - | eth0 PHY3 Down Speed :10 Half duplex | + | eth0 PHY3 up Speed :1000 Full duplex |
| eth0 PHY4 up Speed :1000 Full duplex | eth0 PHY4 up Speed :1000 Full duplex | ||
| 10M speed not supported | 10M speed not supported | ||
| Line 469: | Line 681: | ||
| Hit any key to stop autoboot: | Hit any key to stop autoboot: | ||
| - | |||
| *** Booting from system 1 *** | *** Booting from system 1 *** | ||
| Line 509: | Line 720: | ||
| | | ||
| Using machid 0x80100f1 from environment | Using machid 0x80100f1 from environment | ||
| + | </ | ||
| - | Starting kernel ... | + | <tabbox OpenWrt>< |
| - | + | [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] | |
| - | Jumping to AARCH64 kernel via monitor | + | [ 0.000000] |
| - | [ 0.000000] Booting Linux on physical CPU 0x0 | + | [ 0.000000] |
| - | [ 0.000000] | + | [ 0.000000] |
| - | [ 0.000000] | + | [ 0.000000] |
| - | [ 0.000000] | + | [ 0.000000] OF: reserved mem: 0x000000004a600000..0x000000004a9fffff |
| - | [ 0.000000] | + | [ 0.000000] OF: reserved mem: 0x000000004aa00000..0x000000004aafffff (1024 KiB) nomap non-reusable sbl@4aa00000 |
| - | [ 0.000000] | + | [ 0.000000] OF: reserved mem: 0x000000004ab00000..0x000000004abfffff (1024 KiB) nomap non-reusable smem@4ab00000 |
| - | [ 0.000000] | + | [ 0.000000] |
| - | [ 0.000000] | + | [ |
| - | [ 0.000000] | + | [ 0.000000] |
| - | [ 0.000000] | + | [ 0.000000] |
| - | [ 0.000000] | + | [ 0.000000] |
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Movable zone start for each node | ||
| + | [ 0.000000] Early memory | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] | ||
| + | [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff] | ||
| [ 0.000000] psci: probing for conduit method from DT. | [ 0.000000] psci: probing for conduit method from DT. | ||
| [ 0.000000] psci: PSCIv1.0 detected in firmware. | [ 0.000000] psci: PSCIv1.0 detected in firmware. | ||
| [ 0.000000] psci: Using standard PSCI v0.2 function IDs | [ 0.000000] psci: Using standard PSCI v0.2 function IDs | ||
| [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. | [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. | ||
| - | [ 0.000000] | + | [ 0.000000] |
| + | [ 0.000000] psci: OSI mode supported. | ||
| + | [ 0.000000] psci: [Firmware Bug]: failed to set PC mode: -1 | ||
| + | [ 0.000000] percpu: Embedded | ||
| + | [ 0.000000] pcpu-alloc: s35240 r8192 d30296 u73728 alloc=18*4096 | ||
| + | [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 | ||
| [ 0.000000] Detected VIPT I-cache on CPU0 | [ 0.000000] Detected VIPT I-cache on CPU0 | ||
| - | [ 0.000000] | + | [ 0.000000] |
| - | [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 225288 | + | [ 0.000000] Kernel command line: ttyMSM0, |
| - | [ 0.000000] Kernel command line: console=ttyMSM0, | + | [ 0.000000] |
| - | [ 0.000000] | + | [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) |
| - | [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) | + | [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) |
| - | [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) | + | [ 0.000000] |
| - | [ 0.000000] | + | [ 0.000000] |
| - | [ 0.000000] | + | [ 0.000000] |
| - | [ 0.000000] Virtual kernel memory layout: | + | [ 0.000000] |
| - | [ 0.000000] | + | [ 0.000000] |
| - | [ 0.000000] | + | [ 0.000000] |
| - | [ 0.000000] | + | |
| - | [ 0.000000] | + | |
| - | [ | + | |
| - | [ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 | + | |
| - | [ 0.000000] | + | |
| - | [ 0.000000] | + | |
| - | [ 0.000000] | + | |
| - | [ 0.000000] | + | |
| [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, | [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, | ||
| - | [ 0.000000] | + | [ 0.000000] |
| - | [ 0.000000] | + | [ 0.000000] |
| - | [ 0.000000] NR_IRQS:64 nr_irqs:64 0 | + | [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. |
| - | [ 0.000000] | + | [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 |
| + | [ 0.000000] | ||
| + | [ 0.000000] GICv2m: range[mem 0x0b00a000-0x0b00affc], | ||
| + | [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. | ||
| + | [ 0.000000] arch_timer: | ||
| [ 0.000000] clocksource: | [ 0.000000] clocksource: | ||
| - | [ 0.000005] sched_clock: | + | [ 0.000001] sched_clock: |
| - | [ 0.000476] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) | + | [ 0.000109] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) |
| - | [ 0.000487] pid_max: default: 32768 minimum: 301 | + | [ 0.000122] pid_max: default: 32768 minimum: 301 |
| - | [ 0.000582] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) | + | [ 0.005263] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) |
| - | [ 0.000592] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) | + | [ 0.005277] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) |
| - | [ 0.001145] Initializing cgroup subsys io | + | [ 0.009608] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. |
| - | [ 0.001161] Initializing cgroup subsys memory | + | [ 0.009840] rcu: Hierarchical SRCU implementation. |
| - | [ 0.001187] Initializing cgroup subsys devices | + | [ 0.009845] rcu: Max phase no-delay instances is 1000. |
| - | [ 0.001198] Initializing cgroup subsys freezer | + | [ 0.010763] smp: Bringing up secondary CPUs ... |
| - | [ 0.001208] Initializing cgroup subsys net_cls | + | [ 0.011444] Detected VIPT I-cache on CPU1 |
| - | [ 0.001217] Initializing cgroup subsys pids | + | [ 0.011550] CPU1: Booted secondary processor |
| - | [ 0.001464] EFI services will not be available. | + | [ 0.012237] Detected VIPT I-cache on CPU2 |
| - | [ 0.001484] ASID allocator initialised with 65536 entries | + | [ 0.012309] CPU2: Booted secondary processor |
| - | [ 0.052039] MSM Memory Dump base table set up | + | [ 0.012979] Detected VIPT I-cache on CPU3 |
| - | [ 0.052060] MSM Memory Dump apps data table set up | + | [ 0.013045] CPU3: Booted secondary processor |
| - | [ 0.090116] Detected VIPT I-cache on CPU1 | + | [ 0.013115] smp: Brought up 1 node, 4 CPUs |
| - | [ 0.090161] CPU1: Booted secondary processor [410fd034] | + | [ 0.013124] SMP: Total of 4 processors activated. |
| - | [ 0.120102] Detected VIPT I-cache on CPU2 | + | [ 0.013129] CPU features: detected: 32-bit EL0 Support |
| - | [ 0.120130] CPU2: Booted secondary processor [410fd034] | + | [ 0.013134] CPU features: detected: CRC32 instructions |
| - | [ 0.150131] Detected VIPT I-cache on CPU3 | + | [ 0.013204] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching |
| - | [ 0.150157] CPU3: Booted secondary processor [410fd034] | + | [ 0.013211] CPU: All CPU(s) started at EL1 |
| - | [ 0.150208] Brought up 4 CPUs | + | [ 0.013214] alternatives: |
| - | [ 0.150233] SMP: Total of 4 processors activated. | + | [ 0.023615] clocksource: |
| - | [ 0.150243] CPU: All CPU(s) started at EL1 | + | [ 0.023642] futex hash table entries: 1024 (order: |
| - | [ 0.150266] alternatives: | + | [ 0.025435] pinctrl core: initialized pinctrl subsystem |
| - | [ 0.167375] DMI not present or invalid. | + | [ 0.027205] NET: Registered |
| - | [ 0.167631] clocksource: | + | [ 0.027773] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations |
| - | [ 0.167655] futex hash table entries: 1024 (order: | + | [ 0.027816] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations |
| - | [ 0.168023] pinctrl core: initialized pinctrl subsystem | + | [ 0.027850] DMA: preallocated |
| - | [ 0.168937] NET: Registered protocol family | + | [ 0.028235] thermal_sys: Registered thermal governor ' |
| - | [ 0.190062] cpuidle: using governor ladder | + | [ 0.028293] cpuidle: using governor menu |
| - | [ 0.220080] cpuidle: using governor menu | + | [ 0.028483] ASID allocator initialised with 65536 entries |
| - | [ 0.220214] vdso: 2 pages (1 code @ ffffffc00089d000, | + | [ 0.085380] qcom,cpr4-apss-regulator b018000.cpr4-ctrl: CPR valid fuse count: 4 |
| - | [ 0.220246] hw-breakpoint: | + | [ 0.087541] Modules: 29360 pages in range for non-PLT usage |
| - | [ 0.220359] DMA: preallocated | + | [ 0.087548] Modules: 520880 pages in range for PLT usage |
| - | [ 0.220458] CPU: unavail, SoC Version: 2.0 | + | [ 0.092531] SCSI subsystem initialized |
| - | [ 0.220492] < | + | [ 0.092726] usbcore: registered new interface driver usbfs |
| - | [ 0.220894] IPC logging disabled | + | [ 0.092760] usbcore: registered new interface driver hub |
| - | [ 0.220900] IPC logging disabled | + | [ 0.092823] usbcore: registered |
| - | [ 0.220905] IPC logging disabled | + | [ 0.093252] qcom_scm: convention: smc arm 64 |
| - | [ 0.220909] IPC logging disabled | + | [ 0.094980] clocksource: |
| - | [ 0.220913] IPC logging disabled | + | [ 0.098803] NET: Registered PF_INET protocol family |
| - | [ 0.223717] Soc version is not 1, changing clock offsets | + | [ 0.098969] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) |
| - | [ 0.235153] irq: no irq domain found for / | + | [ 0.101579] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear) |
| - | [ 0.237473] irq: no irq domain found for /soc/smp2p-wcss/ | + | [ 0.101641] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) |
| - | [ 0.239712] msm_rpm_dev_probe: APSS-RPM communication over GLINK | + | [ 0.101658] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear) |
| - | [ 0.240835] sps:sps is ready. | + | [ 0.101744] TCP bind hash table entries: 8192 (order: |
| - | [ 0.252172] qcom, | + | [ 0.102019] TCP: Hash tables configured (established 8192 bind 8192) |
| - | [ 0.252479] qcom, | + | [ 0.102125] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) |
| - | [ 0.282047] pps_core: LinuxPPS API ver. 1 registered | + | [ 0.102164] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) |
| - | [ 0.282054] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti < | + | [ 0.102612] NET: Registered |
| - | [ 0.282077] PTP clock support registered | + | [ 0.102665] PCI: CLS 0 bytes, default 64 |
| - | [ 0.282252] dmi: Firmware registration failed. | + | [ 0.104346] workingset: timestamp_bits=46 max_order=18 bucket_order=0 |
| - | [ 0.283667] Advanced Linux Sound Architecture Driver Initialized. | + | [ 0.104946] squashfs: version 4.0 (2009/ |
| - | [ 0.284298] clocksource: Switched to clocksource arch_sys_counter | + | [ 0.104954] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. |
| - | [ 0.287533] NET: Registered protocol family 2 | + | [ 0.111672] qcom-qmp-usb-phy 58000.phy: supply vdda-phy not found, using dummy regulator |
| - | [ 0.288156] TCP established hash table entries: 8192 (order: 4, 65536 bytes) | + | [ 0.111843] qcom-qmp-usb-phy 58000.phy: supply |
| - | [ 0.288264] TCP bind hash table entries: 8192 (order: | + | [ 0.113368] qcom-qmp-usb-phy 78000.phy: supply |
| - | [ 0.288449] TCP: Hash tables configured (established 8192 bind 8192) | + | [ 0.113511] qcom-qmp-usb-phy 78000.phy: supply vdda-pll not found, using dummy regulator |
| - | [ 0.288504] UDP hash table entries: 512 (order: 2, 16384 bytes) | + | [ |
| - | [ 0.288541] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) | + | [ |
| - | [ 0.288719] NET: Registered protocol family | + | [ |
| - | [ 0.289483] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available | + | [ |
| - | [ 0.297226] squashfs: version 4.0 (2009/ | + | [ |
| - | [ 0.297446] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | + | [ |
| - | [ 0.298010] fuse init (API version 7.23) | + | [ |
| - | [ 0.301008] Key type asymmetric registered | + | [ |
| - | [ 0.301025] Asymmetric key parser ' | + | [ 0.126923] Serial: 8250/16550 driver, |
| - | [ 0.301057] io scheduler noop registered | + | [ |
| - | [ 0.301071] io scheduler deadline registered (default) | + | [ |
| - | [ 0.303473] 20000000.pci | + | [ |
| - | [ 0.303523] 20000000.pci supply | + | [ |
| - | [ 0.303582] 20000000.pci supply | + | [ |
| - | [ 0.304089] PCI host bridge / | + | [ |
| - | [ 0.304117] | + | [ |
| - | [ 0.304131] | + | [ |
| - | [ 1.341300] qcom-pcie 20000000.pci: phy link never came up | + | [ |
| - | [ 1.342841] qcom-pcie 20000000.pci: hostinit failed | + | [ |
| - | [ 1.342851] qcom-pcie 20000000.pci: | + | [ |
| - | [ | + | [ 0.987134] spi-nor spi0.0: w25q64dw (8192 Kbytes) |
| - | [ 1.343173] 10000000.pci | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ 1.343710] | + | [ |
| - | [ 1.343724] | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ 2.380789] MDSS QPIC HW Base phy_Address=0x7980000 virt=ffffff80004c0000 | + | [ |
| - | [ 2.381180] mdss_qpic_panel_probe: Panel Name = qpic lcd panel | + | [ |
| - | [ | + | [ |
| - | [ 2.387613] NET: Registered protocol family 27 | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ 2.387643] qmi_log_init: IPC Logging disabled | + | [ |
| - | [ 2.387738] msm_rpm_log_probe: OK | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ 2.388655] msm-dcc b3000.dcc: jiffies_64: 0xffff8bbe, cntvct_64: 0x1a45b389 | + | [ |
| - | [ 2.388666] msm-dcc b3000.dcc: gcnt_hi: 0x00000000(0xffffff80003de004) | + | [ |
| - | [ 2.388677] msm-dcc b3000.dcc: gcnt_lo: 0x1a45b53d(0xffffff80003de000) | + | [ |
| - | [ 2.389292] TZ Log : Will warn on Access Violation, as paniconaccessviolation | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ 1.198157] remoteproc remoteproc0: |
| - | [ 3.266779] msm_serial 78b1000.serial: | + | [ |
| - | [ 3.272837] 78b1000.serial: | + | [ 1.222629] Segment Routing with IPv6 |
| - | [ 3.278726] msm_serial: driver initialized | + | [ 1.225535] In-situ OAM (IOAM) with IPv6 |
| - | [ | + | [ |
| - | [ 3.299856] brd: module loaded | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ 3.309068] m25p80 spi32766.0: w25q64dw (8192 Kbytes) | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ 1.297470] cpr4_ipq807x_apss_read_fuse_data: |
| - | [ | + | [ |
| - | [ | + | [ 1.310010] cpr3_mem_acc_init: |
| - | [ | + | [ |
| - | [ | + | [ 1.323557] cpr4_ipq807x_apss_calculate_open_loop_voltages: |
| - | [ | + | [ |
| - | [ | + | [ 1.335904] cpr4_ipq807x_apss_calculate_open_loop_voltages: |
| - | [ | + | [ |
| - | [ | + | [ 1.350297] cpr4_ipq807x_apss_calculate_open_loop_voltages: |
| - | [ | + | [ |
| - | [ | + | [ 1.364973] cpr4_ipq807x_apss_calculate_open_loop_voltages: |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ 3.889787] qca-mdio 90000.mdio: Could not find phy-reset-gpio | + | [ |
| - | [ 3.889895] libphy: qca_mdio: probed | + | [ |
| - | [ 3.896259] qca-mdio 90000.mdio: qca-mdio driver was registered | + | [ |
| - | [ 3.898445] Unable to create IPC log context! | + | [ |
| - | [ 3.904190] cnss: Platform driver probed successfully. | + | [ |
| - | [ 3.908689] Skip QCA8074V1 in V2 platform | + | [ |
| - | [ 3.913528] cnss_genl: genl_register_family fail: -17 | + | [ |
| - | [ 3.917534] cnss: CNSS genl init failed -17 | + | [ |
| - | [ 3.922535] cnss: Platform driver probed successfully. | + | [ |
| - | [ 3.926763] | + | [ |
| - | [ | + | [ |
| - | [ 3.941584] sdhci: Secure Digital Host Controller Interface driver | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ 3.964774] sdhci_msm 7824900.sdhci: | + | [ |
| - | [ 3.969709] sdhci_msm 7824900.sdhci: | + | [ |
| - | [ 3.994455] lp5569x 0-0032: lp5569 Programmable led chip found | + | [ |
| - | [ 4.016273] lp5569x 0-0035: lp5569 Programmable led chip found | + | [ |
| - | [ 4.018554] qcom_ice_get_device_tree_data: | + | [ |
| - | [ 4.021051] ICE IRQ = 81 | + | [ 4.145766] Qualcomm QCA8075 90000.mdio-1:00: attached PHY driver |
| - | [ 4.029805] | + | [ 4.146887] dp2: ppe offload disabled: 0 for macid 2 |
| - | [ 4.029805] Version Rollback Feature Disabled | + | [ 4.154660] dp2: Switch attached to macid 2 status: 0 |
| - | [ 4.032721] sps_register_bam_device : unable to create IPC Logging 0 for bam 0x0000000008b04000 | + | [ 4.235313] Qualcomm QCA8075 90000.mdio-1:01: attached PHY driver |
| - | [ 4.037683] sps_register_bam_device : unable to create IPC Logging | + | [ 4.236264] dp3: ppe offload disabled: 0 for macid 3 |
| - | [ 4.054948] sps_register_bam_device : unable to create IPC Logging 3 for bam 0x0000000008b04000sps_register_bam_device : unable to create IPC Logging 4 for bam 0x0000000008b04000 | + | [ |
| - | [ 4.070856] sps:BAM 0x0000000008b04000 is registered.[ | + | [ |
| - | [ 4.083303] subsys-restart: | + | [ |
| - | [ 4.086039] subsys-restart: | + | [ |
| - | [ 4.096511] remoteproc remoteproc0: | + | [ |
| - | [ 4.106997] SPMI VADC - Min ch: 0 Max ch: 15 | + | [ |
| - | [ | + | [ |
| - | [ | + | [ |
| - | [ 4.123852] of_graph_get_next_endpoint(): | + | [ |
| - | [ 4.128800] of_graph_get_next_endpoint(): | + | [ |
| - | [ 4.136340] of_graph_get_next_endpoint(): | + | [ |
| - | [ 4.143705] of_graph_get_next_endpoint(): | + | [ |
| - | [ 4.151098] of_graph_get_next_endpoint(): | + | [ |
| - | [ 4.158481] of_graph_get_next_endpoint(): | + | [ 4.575813] ********************************************************** |
| - | [ 4.165851] of_graph_get_next_endpoint(): | + | [ |
| - | [ 4.173232] of_graph_get_next_endpoint(): | + | [ |
| - | [ 4.180612] of_graph_get_next_endpoint(): | + | [ |
| - | [ 4.187993] of_graph_get_next_endpoint(): | + | [ |
| - | [ 4.195372] of_graph_get_next_endpoint(): | + | [ |
| - | [ 4.202730] of_graph_get_next_endpoint(): | + | [ |
| - | [ 4.210131] of_graph_get_next_endpoint(): | + | [ |
| - | [ 4.217509] of_graph_get_next_endpoint(): | + | [ |
| - | [ 4.224889] of_graph_get_next_endpoint(): | + | [ |
| - | [ 4.232250] of_graph_get_next_endpoint(): | + | [ 4.646782] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. |
| - | [ 4.239640] of_graph_get_next_endpoint(): | + | [ |
| - | [ 4.247198] of_graph_get_next_endpoint(): | + | [ |
| - | [ 4.254525] of_graph_get_next_endpoint(): | + | [ |
| - | [ 4.261927] of_graph_get_next_endpoint(): | + | [ |
| - | [ 4.269370] of_graph_get_next_endpoint(): | + | [ |
| - | [ 4.276744] sps_register_bam_device : unable to create IPC Logging 0 for bam 0x0000000006044000 | + | [ |
| - | [ 4.283757] sps_register_bam_device : unable to create IPC Logging | + | [ |
| - | [ 4.300866] sps_register_bam_device : unable to create IPC Logging 3 for bam 0x0000000006044000sps_register_bam_device : unable to create IPC Logging 4 for bam 0x0000000006044000 | + | [ |
| - | [ | + | [ |
| - | [ 4.329191] coresight-tmc 6027000.tmc: | + | [ |
| - | [ 4.334344] coresight-funnel 6021000.funnel: | + | [ |
| - | [ 4.339359] coresight-funnel 6100000.funnel: | + | [ |
| - | [ 4.345196] coresight-funnel 6120000.funnel: | + | [ |
| - | [ 4.351084] coresight-funnel 61a1000.funnel: | + | [ |
| - | [ 4.357579] coresight-etm4x 619c000.etm: | + | [ |
| - | [ 4.363216] coresight-etm4x 619d000.etm: | + | [ |
| - | [ 4.369171] coresight-etm4x 619e000.etm: | + | [ |
| - | [ 4.374855] coresight-etm4x 619f000.etm: | + | [ |
| - | [ 4.380110] coresight-replicator-qcom 6026000.replicator: | + | [ |
| - | [ 4.385859] coresight-stm 6002000.stm: | + | [ |
| - | [ 4.394480] of_graph_get_next_endpoint(): no port node found in / | + | [ |
| - | [ 4.398260] coresight-hwevent 6101000.hwevent: | + | [ |
| - | [ 4.409042] Netfilter messages via NETLINK v0.30. | + | [ 5.694974] usb 3-1.4: new high-speed USB device number 3 using xhci-hcd |
| - | [ 4.413469] nf_conntrack version 0.5.0 (6930 buckets, 27720 max) | + | [ 5.945014] usb 4-1.2: new SuperSpeed USB device number 3 using xhci-hcd |
| - | [ 4.418407] ctnetlink v0.93: registering | + | [ 11.644972] random: |
| - | [ | + | [ 13.772161] loop0: detected capacity change from 0 to 122880 |
| - | [ | + | [ 13.815007] loop0: detected capacity change from 122880 to 107008 |
| - | [ 4.433702] bridge: automatic filtering via arp/ | + | [ 13.816157] mount_root: overlay filesystem in /dev/loop0 has not been formatted yet |
| - | [ 4.438153] Bridge firewalling registered | + | [ 14.211915] EXT4-fs (loop0): mounted filesystem b70c817e-2ac1-4ca7-8800-0c3dfeade3a2 r/w with ordered data mode. Quota mode: disabled. |
| - | [ | + | [ 14.212409] mount_root: overlay filesystem has not been fully initialized yet |
| - | [ | + | [ 14.223685] mount_root: switching to ext4 overlay |
| - | [ 4.458865] qcom, | + | [ 14.233358] overlayfs: null uuid detected in lower fs '/' |
| - | [ | + | [ 14.236169] urandom-seed: Seed file not found (/etc/urandom.seed) |
| - | [ 4.472723] pmd9655_s3: supplied by e-smps1-reg | + | [ 14.274921] procd: - early - |
| - | [ 4.478312] cpr4_ipq807x_apss_read_fuse_data: | + | [ 14.275089] procd: - watchdog - |
| - | [ | + | [ 14.815682] procd: - watchdog - |
| - | [ | + | [ 14.816299] procd: - ubus - |
| - | [ | + | [ 14.876443] procd: - init - |
| - | [ | + | [ 15.100327] kmodloader: loading kernel modules from / |
| - | [ | + | [ 15.185051] hid: raw HID events driver (C) Jiri Kosina |
| - | [ | + | [ 15.194877] Bluetooth: Core ver 2.22 |
| - | [ | + | [ 15.195103] NET: Registered PF_BLUETOOTH protocol family |
| - | [ | + | [ 15.197526] Bluetooth: HCI device and connection manager initialized |
| - | [ | + | [ 15.202837] Bluetooth: HCI socket layer initialized |
| - | [ | + | [ 15.209179] Bluetooth: L2CAP socket layer initialized |
| - | [ | + | [ 15.213772] Bluetooth: SCO socket layer initialized |
| - | [ | + | [ 15.220838] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 |
| - | [ | + | [ 15.223655] Bluetooth: BNEP filters: protocol multicast |
| - | [ | + | [ 15.229237] Bluetooth: BNEP socket layer initialized |
| - | [ | + | [ 15.232970] urngd: v1.0.2 started. |
| - | [ | + | [ 15.241697] usbcore: registered new interface driver btusb |
| - | [ | + | [ 15.242963] Loading modules backported from Linux version v6.9.9-0-g28fdf4518483 |
| - | [ | + | [ 15.248138] Backport generated by backports.git v6.1.97-1-29-gf1d24a3683b2 |
| - | [ | + | [ 15.256945] Bluetooth: HCI UART driver |
| - | [ | + | [ 15.262282] Bluetooth: HCI UART protocol H4 registered |
| - | [ | + | [ 15.266727] Bluetooth: HCI UART protocol BCSP registered |
| - | [ | + | [ 15.272614] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 |
| - | [ | + | [ 15.277328] Bluetooth: HIDP socket layer initialized |
| - | [ | + | [ 15.289691] NET: Registered PF_QIPCRTR protocol family |
| - | [ | + | [ 15.292071] Bluetooth: RFCOMM TTY layer initialized |
| - | [ | + | [ 15.293734] Bluetooth: RFCOMM socket layer initialized |
| - | [ | + | [ 15.298538] Bluetooth: RFCOMM ver 1.11 |
| - | [ | + | [ 15.305397] hwmon hwmon1: temp1_input not attached to any thermal zone |
| - | [ | + | [ 15.364292] PPP generic |
| - | [ | + | [ 15.365178] NET: Registered PF_PPPOX protocol family |
| - | [ | + | [ 15.375998] ath11k c000000.wifi: ipq8074 hw2.0 |
| - | [ | + | [ 15.376032] ath11k c000000.wifi: FW memory mode: 0 |
| - | [ | + | [ 15.406120] remoteproc remoteproc0: powering up cd00000.q6v5_wcss |
| - | [ | + | [ 15.406456] remoteproc remoteproc0: Booting fw image IPQ8074/ |
| - | [ | + | [ 16.137037] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up |
| - | [ | + | [ 16.181038] ath11k c000000.wifi: qmi ignore invalid mem req type 3 |
| - | [ | + | [ 16.188508] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff |
| - | [ | + | [ 16.188544] ath11k c000000.wifi: fw_version 0x290604a5 fw_build_timestamp 2023-10-12 02:06 fw_build_id WLAN.HK.2.9.0.1-01977-QCAHKSWPL_SILICONZ-1 |
| - | [ | + | [ 16.478435] remoteproc remoteproc0: stopped remote processor cd00000.q6v5_wcss |
| - | [ 4.831014] mmc0: new high speed MMC card at address 0001 | + | [ 16.478484] remoteproc remoteproc0: powering up cd00000.q6v5_wcss |
| - | [ | + | [ 16.484812] remoteproc remoteproc0: Booting fw image IPQ8074/ |
| - | [ | + | [ 16.834218] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up |
| - | [ 4.842297] GPT: device [179:4] (rootfs) set to be root filesystem | + | [ 16.838076] kmodloader: done loading kernel modules from / |
| - | [ 4.846880] | + | [ 16.878123] ath11k c000000.wifi: qmi ignore invalid mem req type 3 |
| - | [ 4.906245] VFS: Mounted root (squashfs filesystem) readonly on device 179:8. | + | [ 16.885564] ath11k c000000.wifi: |
| - | [ 4.906360] Freeing unused kernel memory: 232K (ffffffc00084e000 | + | [ 16.885606] ath11k c000000.wifi: fw_version 0x290604a5 fw_build_timestamp 2023-10-12 02:06 fw_build_id WLAN.HK.2.9.0.1-01977-QCAHKSWPL_SILICONZ-1 |
| - | [ 4.912364] Freeing alternatives memory: 44K (ffffffc000888000 - ffffffc000893000) | + | [ 17.273224] ath11k c000000.wifi: htt event 48 not handled |
| - | [ | + | [ 21.625758] br-lan: port 1(lan1) entered blocking state |
| - | [ | + | [ 21.625806] br-lan: port 1(lan1) entered disabled state |
| - | [ | + | [ 21.629847] nss-dp 3a001000.dp1 lan1: entered allmulticast mode |
| - | [ | + | [ 21.635354] nss-dp 3a001000.dp1 lan1: entered promiscuous mode |
| - | [ | + | [ 21.652939] br-lan: port 2(lan2) entered blocking state |
| - | [ 5.775887] Button Hotplug driver version 0.4.1 | + | [ 21.652988] br-lan: port 2(lan2) entered disabled state |
| - | [ | + | [ 21.657135] nss-dp 3a001200.dp2 lan2: entered allmulticast mode |
| - | [ | + | [ 21.662406] nss-dp 3a001200.dp2 lan2: entered promiscuous mode |
| - | [ | + | [ 21.672480] br-lan: port 3(lan3) entered blocking state |
| - | [ 5.800944] msm-usb-ssphy-qmp 78000.ssphy: Initializing QMP phy | + | [ 21.674003] br-lan: port 3(lan3) entered disabled state |
| - | [ | + | [ 21.679265] nss-dp 3a001400.dp3 lan3: entered allmulticast mode |
| - | [ | + | [ 21.684588] nss-dp 3a001400.dp3 lan3: entered promiscuous mode |
| - | [ | + | [ 21.695252] br-lan: port 4(lan4) entered blocking state |
| - | [ | + | [ 21.696148] br-lan: port 4(lan4) entered disabled state |
| - | [ | + | [ 21.701313] nss-dp 3a001600.dp4 lan4: entered allmulticast mode |
| - | [ | + | [ 21.706735] nss-dp 3a001600.dp4 lan4: entered promiscuous mode |
| - | [ | + | [ 21.721744] br-lan: port 5(10g) entered blocking state |
| - | [ | + | [ 21.721788] br-lan: port 5(10g) entered disabled state |
| - | [ | + | [ 21.725913] nss-dp 3a007000.dp6-syn 10g: entered allmulticast mode |
| - | [ | + | [ 21.731544] nss-dp 3a007000.dp6-syn 10g: entered promiscuous mode |
| - | [ | + | [ 24.725128] nss-dp 3a001000.dp1 lan1: PHY Link up speed: 1000 |
| - | [ | + | [ 24.725190] br-lan: port 1(lan1) entered blocking state |
| - | [ | + | [ 24.729871] br-lan: port 1(lan1) entered forwarding state |
| - | [ | + | [ 24.885253] nss-dp 3a001800.dp5 wan: PHY Link up speed: 1000 |
| - | [ | + | [ 25.765089] nss-dp 3a001000.dp1 lan1: PHY Link is down |
| - | [ | + | [ 25.765344] br-lan: port 1(lan1) entered disabled state |
| - | [ | + | [ 25.845623] nss-dp 3a001600.dp4 lan4: PHY Link up speed: 1000 |
| - | [ | + | [ 25.845671] br-lan: port 4(lan4) entered blocking state |
| - | [ | + | [ 25.850353] br-lan: |
| - | [ | + | [ 27.845141] nss-dp 3a001000.dp1 lan1: PHY Link up speed: 1000 |
| - | [ | + | [ 27.845201] br-lan: port 1(lan1) entered blocking state |
| - | [ | + | [ 27.849879] br-lan: port 1(lan1) entered forwarding state |
| - | [ | + | </ |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ 6.358188] usbcore: registered new interface driver uas | + | |
| - | [ | + | |
| - | Press the [f] key and hit [enter] to enter failsafe mode | + | |
| - | Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level | + | |
| - | Before mount_root | + | |
| - | / | + | |
| - | / | + | |
| - | [ | + | |
| - | [ | + | |
| - | blocks | + | |
| - | After mount_root | + | |
| - | 131072+0 records in | + | |
| - | 131072+0 records out | + | |
| - | 131072 bytes (128.0KB) copied, 0.243176 se[ | + | |
| - | [ | + | |
| - | conds, 526.4KB/s | + | |
| - | [ | + | |
| - | [ 11.282554] random: ubusd: uninitialized urandom read (4 bytes read, 27 bits of entropy available) | + | |
| - | [ 11.282682] random: ubusd: uninitialized urandom read (4 bytes read, 27 bits of entropy available) | + | |
| - | [ 11.290537] random: ubusd: uninitialized urandom read (4 bytes read, 27 bits of entropy available) | + | |
| - | [ | + | |
| - | [ 11.308461] random: ubusd: uninitialized urandom read (4 bytes read, 27 bits of entropy available) | + | |
| - | [ 11.317365] random: ubusd: uninitialized urandom read (4 bytes read, 27 bits of entropy available) | + | |
| - | [ 11.326456] random: | + | |
| - | [ 11.335218] procd: - init - | + | |
| - | Please press Enter to activate this console. | + | |
| - | WIFI FW mount is successful | + | |
| - | [ 13.867932] cfg80211: World regulatory domain updated: | + | |
| - | [ 13.867957] cfg80211: DFS Master region: unset | + | |
| - | [ 13.871953] cfg80211: | + | |
| - | [ | + | |
| - | [ 13.877554] ntfs: driver 2.1.32 [Flags: R/O MODULE]. | + | |
| - | [ 13.878825] Initializing XFRM netlink socket | + | |
| - | [ 13.879240] NET: Registered protocol family 15 | + | |
| - | [ 13.903529] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A) | + | |
| - | [ 13.907673] cfg80211: | + | |
| - | [ 13.916963] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) | + | |
| - | [ 13.924934] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) | + | |
| - | [ 13.934656] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) | + | |
| - | [ 13.944101] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) | + | |
| - | [ 13.952210] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) | + | |
| - | [ 13.980317] ssdk_switch_device_num_init[998]:INFO: | + | |
| - | [ 13.984018] ssdk_dt_get_switch_node[836]: | + | |
| - | [ 13.990930] ssdk_dt_parse_access_mode[737]:INFO: | + | |
| - | [ 13.997096] ssdk_dt_parse_access_mode[750]:INFO: | + | |
| - | [ 14.004209] ssdk_dt_parse_access_mode[751]: | + | |
| - | [ 14.011499] ssdk_dt_parse_mac_mode[242]:INFO:mac mode = 0x0 | + | |
| - | [ 14.017925] ssdk_dt_parse_mac_mode[251]:INFO:mac mode1 = 0xf | + | |
| - | [ 14.023477] ssdk_dt_parse_mac_mode[260]:INFO:mac mode2 = 0xd | + | |
| - | [ 14.029130] ssdk_dt_parse_phy_info[569]:INFO:[PORT 5] port_mac_sel = QGMAC_PORT | + | |
| - | [ 14.034781] ssdk_dt_parse_uniphy[279]:INFO: | + | |
| - | [ 14.042134] ssdk_dt_parse_intf_mac[683]:INFO:dp1 MAC bc: | + | |
| - | [ 14.048051] ssdk_plat_init start | + | |
| - | [ 14.125489] ssdk_ppe_clock_init[464]:INFO:ppe and uniphy clock init successfully! | + | |
| - | [ 14.128625] ssdk_probe[1878]:INFO: | + | |
| - | [ 14.135787] HPPE initializing... | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ 14.148652] *************************hsl_phytype_get_by_phyid 193 phytype=7, phy_id=4dd0b1 | + | |
| - | [ 14.153034] <DBG> MALIBU 8075 Found, phytype=2 | + | |
| - | [ 14.161326] *************************hsl_phytype_get_by_phyid 193 phytype=7, phy_id=4dd0b1 | + | |
| - | [ 14.165716] <DBG> MALIBU 8075 Found, phytype=2 | + | |
| - | [ 14.173974] *************************hsl_phytype_get_by_phyid 193 phytype=7, phy_id=4dd0b1 | + | |
| - | [ 14.178387] <DBG> MALIBU 8075 Found, phytype=2 | + | |
| - | [ 14.186651] *************************hsl_phytype_get_by_phyid 193 phytype=7, phy_id=4dd101 | + | |
| - | [ 14.191103] *************************hsl_phytype_get_by_phyid 193 phytype=7, phy_id=31c31c12 | + | |
| - | [ 14.199306] <DBG> AQUANTIA PHY Found, phytype=3 | + | |
| - | [ 14.207895] malibu_phy_api_ops_init[2851]:INFO:qca probe malibu phy driver | + | |
| - | [ 14.219353] aquantia_phy_api_ops_init[2180]: | + | |
| - | [ 14.224859] qca808x_phy_api_ops_init[2125]:INFO:qca probe qca808x phy driver succeeded! | + | |
| - | [ 14.233406] qca808x_ptp_register[1377]:INFO: | + | |
| - | [ 14.240311] regi_init[3405]:INFO: | + | |
| - | [ 14.464292] ssdk_ppe_reset_init[738]: | + | |
| - | [ 14.470193] qca_hppe_tdm_hw_init[737]:INFO:tdm setup num=96 | + | |
| - | [ 14.473613] qca_hppe_portctrl_hw_init[165]:INFO: | + | |
| - | [ 17.374324] ssdk_switch_register[1617]:INFO:Chip version 0x1500 | + | |
| - | [ 17.377302] qca_link_polling_select[1279]:INFO: | + | |
| - | [ 17.383542] ssdk_switch_register[1642]:INFO: | + | |
| - | [ 17.391267] regi_init[3409]: | + | |
| - | [ 17.396175] regi_init[3453]:INFO: | + | |
| - | [ 17.405332] tun: Universal TUN/TAP device | + | |
| - | [ 17.405356] tun: (C) 1999-2004 Max Krasnyansky < | + | |
| - | [ 17.411675] EDMA ver 1 hw init | + | |
| - | [ 17.415898] EDMA HW Reset completed succesfully | + | |
| - | [ 17.418733] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7) | + | |
| - | [ 17.423128] RxDesc:1 (15-15) RxFill:1 (7-7) | + | |
| - | [ 17.429477] GMAC2(ffffffc03ab1f880) Invalid MAC@ - using b6: | + | |
| - | [ 17.433297] GMAC3(ffffffc03a773880) Invalid MAC@ - using fe:69:f5:26:9a:98 | + | |
| - | [ 17.440289] GMAC4(ffffffc03a777880) Invalid MAC@ - using b6:8a: | + | |
| - | [ 17.447321] GMAC5(ffffffc03aabb880) Invalid MAC@ - using 2a: | + | |
| - | [ 17.654734] GMAC6(ffffffc03aabf880) Invalid MAC@ - using 2a:12: | + | |
| - | [ 17.655520] ********************************************************** | + | |
| - | [ 17.660493] * NSS Data Plane driver | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ 17.677469] l2tp_netlink: | + | |
| - | [ 17.776711] nss_driver - fw of size 668348 | + | |
| - | [ 17.778219] Supported Frequencies - | + | |
| - | [ 17.783855] 748.8 MHz 1.4976 GHz | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ 17.833300] node size 2 # items 4 | + | |
| - | [ 17.833326] memory: 40000000 1073741824 (avl 935432192) items 4 active_cores 2 | + | |
| - | [ | + | |
| - | [ 17.834552] Supported Frequencies - | + | |
| - | [ 17.834553] 748.8 MHz | + | |
| - | [ 17.834553] 1.4976 GHz | + | |
| - | [ | + | |
| - | [ 17.834554] | + | |
| - | [ | + | |
| - | [ 17.836266] sit: IPv6 over IPv4 tunneling driver | + | |
| - | [ 17.837424] nat46: module (version 8ff2ae59ec9840a7b8b45f976c51cae80abe0226) loaded. | + | |
| - | [ 17.838733] gre: GRE over IPv4 demultiplexor driver | + | |
| - | [ 17.839190] ip_gre: GRE over IPv4 tunneling driver | + | |
| - | [ 17.840280] ip6_gre: GRE over IPv6 tunneling driver | + | |
| - | [ 17.842070] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) | + | |
| - | [ 17.894806] ffffffbffc651600: nss core 0 booted successfully | + | |
| - | [ 17.901672] node size 2 # items 4 | + | |
| - | [ 17.906856] QCA multicast snooping installed successfully | + | |
| - | [ 17.908932] ip6_tables: (C) 2000-2006 Netfilter Core Team | + | |
| - | [ | + | |
| - | [ 17.915826] QCA Hy-Fi multicast installation successfully | + | |
| - | [ 17.919942] PPP generic driver version | + | |
| - | [ 17.921084] nss_lag_init[354]: | + | |
| - | [ 17.922040] NET: Registered protocol family 24 | + | |
| - | [ 17.942546] ffffffbffc658700: nss core 1 booted successfully | + | |
| - | [ 17.951945] tntfs: module license ' | + | |
| - | [ 17.952912] Disabling lock debugging due to kernel taint | + | |
| - | [ 17.964852] Tuxera NTFS driver 3021.4.23.8 [Flags: R/W MODULE]. | + | |
| - | [ 17.967279] Built against headers 4.4.60 #26 SMP PREEMPT Wed Jul 17 13:35:43 CST 2019 arm64 | + | |
| - | [ 17.972921] Running on kernel 4.4.60 #1 SMP PREEMPT Wed Sep 29 08:31:14 UTC 2021 aarch64 | + | |
| - | [ 17.982991] <NSS-CRYPTO>:module loaded Build_ID - 09/29/21, 07:31:58 SoC=ipq807x_64 | + | |
| - | [ 17.991320] cannot find nss-macsec0 node | + | |
| - | [ 17.997139] cannot find nss-macsec1 node | + | |
| - | [ 18.001265] cannot find nss-macsec2 node | + | |
| - | [ 18.005045] nss_macsec init success | + | |
| - | [ 18.012700] diag: IPC Logging disabled | + | |
| - | [ 18.080857] hidraw: raw HID events driver | + | |
| - | [ 18.095813] u32 classifier | + | |
| - | [ 18.095831] | + | |
| - | [ 18.097445] Actions configured | + | |
| - | [ 18.102049] Mirror/ | + | |
| - | [ | + | |
| - | [ 18.126157] arp_tables: (C) 2002 David S. Miller | + | |
| - | [ 18.133628] Bluetooth: Core ver 2.21 | + | |
| - | [ 18.133683] NET: Registered protocol family 31 | + | |
| - | [ 18.136403] Bluetooth: HCI device and connection manager initialized | + | |
| - | [ 18.140566] Bluetooth: HCI socket layer initialized | + | |
| - | [ 18.147250] Bluetooth: L2CAP socket layer initialized | + | |
| - | [ 18.151702] Bluetooth: SCO socket layer initialized | + | |
| - | [ 18.157800] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 | + | |
| - | [ 18.161550] Bluetooth: BNEP filters: protocol multicast | + | |
| - | [ 18.167266] Bluetooth: BNEP socket layer initialized | + | |
| - | [ 18.175126] usbcore: registered new interface driver btusb | + | |
| - | [ 18.181629] Ebtables v2.0 registered | + | |
| - | [ | + | |
| - | [ 18.186324] Bluetooth: HCI UART protocol H4 registered | + | |
| - | [ 18.190527] Bluetooth: HCI UART protocol BCSP registered | + | |
| - | [ | + | |
| - | [ 18.202330] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 | + | |
| - | [ 18.206436] Bluetooth: HIDP socket layer initialized | + | |
| - | [ 18.213434] ip_tables: (C) 2000-2006 Netfilter Core Team | + | |
| - | [ 18.219879] l2tp_ppp: PPPoL2TP kernel driver, V2.0 | + | |
| - | [ 18.298335] nf_conntrack_rtsp v0.6.21 loading | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ 18.417786] Bluetooth: RFCOMM socket layer initialized | + | |
| - | [ 18.422481] Bluetooth: RFCOMM ver 1.11 | + | |
| - | [ | + | |
| - | [ 18.443399] xt_time: kernel timezone is -0000 | + | |
| - | [ 19.493616] Not a bridge device, or device not found: | + | |
| - | qcawifi configuration is disable | + | |
| - | [ | + | |
| - | [ 22.769498] configuring additional NSS pbufs | + | |
| - | [ 22.791431] additional pbufs of size 9003008 got added to NSS | + | |
| - | [ 22.808061] __mm_init_module | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ 22.832154] | + | |
| - | | + | |
| - | [ | + | |
| - | [ | + | |
| - | | + | |
| - | *****starting cnssdaemon***** | + | |
| - | [ | + | <tabbox OEM><WRAP><code> |
| - | [ | + | Starting kernel |
| - | =======ol_if_register_wifi3_0========== | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ 25.223431] remoteproc remoteproc1: | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | No Direct-Attach chipsets found. | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | lbd: stopping daemon | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | acfg_tool: Issuing blocking call to wait for events | + | |
| - | WLAN 6 interfaces not ready, failed | + | |
| - | lbd: stopping daemon | + | |
| - | [ | + | |
| - | acfg_tool: Issuing blocking call to wait for events | + | |
| - | qcawifi qcawificfg80211 disable radio wifi1 | + | |
| - | qcawifi qcawificfg80211 disable radio wifi0 | + | |
| - | acfg_tool: Issuing blocking call to wait for events | + | |
| - | acfg_tool: Issuing blocking call to wait for events | + | |
| - | qcawifi qcawificfg80211 enable radio wifi1 | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | number of vifs: ath0 ath1 ath2 ath3 ath4 ath5 | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | qcawifi qcawificfg80211 enable radio wifi0 | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | Error received: -22 | + | |
| - | Could not send NL command | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | number of vifs: ath10 ath11 ath12 ath13 ath14 ath15 | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | WLAN 4 interfaces not ready, failed | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ | + | |
| - | [ 97.646118] ieee80211_dfs_deliver_event: | + | |
| + | Jumping to AARCH64 kernel via monitor | ||
| - | NBG7815 login:</nowiki> | + | [20/02/2023 11:33:00] Booting Linux on physical CPU 0x0 |
| - | </ | + | [20/02/2023 11:33:00] Initializing cgroup subsys cpuset |
| + | [20/02/2023 11:33:00] Initializing cgroup subsys cpu | ||
| + | [20/02/2023 11:33:00] Initializing cgroup subsys cpuacct | ||
| + | [20/02/2023 11:33:00] Linux version 4.4.60 (openwrt@0e6791bdf6c5) (gcc version 5.2.0 (OpenWrt GCC 5.2.0 eb4b1a4+r49254) ) #1 SMP PREEMPT Wed Sep 29 08:31:14 UTC 2021 | ||
| + | [20/02/2023 11:33:00] Boot CPU: AArch64 Processor [410fd034] | ||
| + | [20/02/2023 11:33:00] Ignoring memory range 0x40000000 - 0x41000000 | ||
| + | [20/02/2023 11:33:00] efi: Getting EFI parameters from FDT: | ||
| + | [20/02/2023 11:33:00] efi: UEFI not found. | ||
| + | [20/02/2023 11:33:00] Reserved memory: OVERLAP DETECTED! | ||
| + | [20/02/2023 11:33:00] wifi_dump@51000000 (0x0000000051000000--0x0000000051600000) overlaps with wigig_dump@51200000 (0x0000000051200000--0x0000000051600000) | ||
| + | [20/02/2023 11:33:00] On node 0 totalpages: 228864 | ||
| + | [20/02/2023 11:33:00] DMA zone: 3576 pages used for memmap | ||
| + | [20/02/2023 11:33:00] DMA zone: 0 pages reserved | ||
| + | [20/02/2023 11:33:00] DMA zone: 228864 pages, LIFO batch:31 | ||
| + | [20/02/2023 11:33:00] psci: probing for conduit method from DT. | ||
| + | [20/02/2023 11:33:00] psci: PSCIv1.0 detected in firmware. | ||
| + | [20/02/2023 11:33:00] psci: Using standard PSCI v0.2 function IDs | ||
| + | [20/02/2023 11:33:00] psci: MIGRATE_INFO_TYPE not supported. | ||
| + | [20/02/2023 11:33:00] PERCPU: Embedded 15 pages/cpu @ffffffc03ef52000 s21120 r8192 d32128 u61440 | ||
| + | [20/02/2023 11:33:00] pcpu-alloc: s21120 r8192 d32128 u61440 alloc=15*4096 | ||
| + | [20/02/2023 11:33:00] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 | ||
| + | [20/02/2023 11:33:00] Detected VIPT I-cache on CPU0 | ||
| + | [20/02/2023 11:33:00] CPU features: enabling workaround for ARM erratum 845719 | ||
| + | [20/02/2023 11:33:00] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 225288 | ||
| + | [20/02/2023 11:33:00] Kernel command line: console=ttyMSM0, | ||
| + | [20/02/2023 11:33:00] PID hash table entries: 4096 (order: 3, 32768 bytes) | ||
| + | [20/02/2023 11:33:00] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) | ||
| + | [20/02/2023 11:33:00] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) | ||
| + | [20/02/2023 11:33:00] software IO TLB [mem 0x7fe0a000-0x7fe4a000] (0MB) mapped at [ffffffc03ee0a000-ffffffc03ee49fff] | ||
| + | [20/02/2023 11:33:00] Memory: 887072K/ | ||
| + | [20/02/2023 11:33:00] Virtual kernel memory layout: | ||
| + | [20/02/2023 11:33:00] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 | ||
| + | [20/02/2023 11:33:00] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 | ||
| + | [20/02/2023 11:33:00] 0xffffffbdc0040000 - 0xffffffbdc1000000 | ||
| + | [20/02/2023 11:33:00] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 | ||
| + | [20/02/2023 11:33:00] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 | ||
| + | [20/02/2023 11:33:00] modules : 0xffffffbffc000000 - 0xffffffc000000000 | ||
| + | [20/02/2023 11:33:00] memory | ||
| + | [20/02/2023 11:33:00] .init : 0xffffffc00084e000 - 0xffffffc000888000 | ||
| + | [20/02/2023 11:33:00] .text : 0xffffffc000080000 - 0xffffffc00084da14 | ||
| + | [20/02/2023 11:33:00] .data : 0xffffffc000898000 - 0xffffffc000937400 | ||
| + | [20/02/2023 11:33:00] SLUB: HWalign=64, Order=0-3, MinObjects=0, | ||
| + | [20/02/2023 11:33:00] Preemptible hierarchical RCU implementation. | ||
| + | [20/02/2023 11:33:00] Build-time adjustment of leaf fanout to 64. | ||
| + | [20/02/2023 11:33:00] NR_IRQS:64 nr_irqs:64 0 | ||
| + | [20/02/2023 11:33:00] Architected cp15 timer(s) running at 19.20MHz (virt). | ||
| + | [20/02/2023 11:33:00] clocksource: | ||
| + | [20/02/2023 11:33:00] sched_clock: | ||
| + | [20/02/2023 11:33:00] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) | ||
| + | [20/02/2023 11:33:00] pid_max: default: 32768 minimum: 301 | ||
| + | [20/02/2023 11:33:00] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) | ||
| + | [20/02/2023 11:33:00] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) | ||
| + | [20/02/2023 11:33:00] Initializing cgroup subsys io | ||
| + | [20/02/2023 11:33:00] Initializing cgroup subsys memory | ||
| + | [20/02/2023 11:33:00] Initializing cgroup subsys devices | ||
| + | [20/02/2023 11:33:00] Initializing cgroup subsys freezer | ||
| + | [20/02/2023 11:33:00] Initializing cgroup subsys net_cls | ||
| + | [20/02/2023 11:33:00] Initializing cgroup subsys pids | ||
| + | [20/02/2023 11:33:00] EFI services will not be available. | ||
| + | [20/02/2023 11:33:00] ASID allocator initialised with 65536 entries | ||
| + | [20/02/2023 11:33:00] MSM Memory Dump base table set up | ||
| + | [20/02/2023 11:33:00] MSM Memory Dump apps data table set up | ||
| + | [20/02/2023 11:33:00] Detected VIPT I-cache on CPU1 | ||
| + | [20/02/2023 11:33:00] CPU1: Booted secondary processor [410fd034] | ||
| + | [20/02/2023 11:33:00] Detected VIPT I-cache on CPU2 | ||
| + | [20/02/2023 11:33:00] CPU2: Booted secondary processor [410fd034] | ||
| + | [20/02/2023 11:33:00] Detected VIPT I-cache on CPU3 | ||
| + | [20/02/2023 11:33:00] CPU3: Booted secondary processor [410fd034] | ||
| + | [20/02/2023 11:33:00] Brought up 4 CPUs | ||
| + | [20/02/2023 11:33:00] SMP: Total of 4 processors activated. | ||
| + | [20/02/2023 11:33:00] CPU: All CPU(s) started at EL1 | ||
| + | [20/02/2023 11:33:00] alternatives: | ||
| + | [20/02/2023 11:33:00] DMI not present or invalid. | ||
| + | [20/02/2023 11:33:00] clocksource: | ||
| + | [20/02/2023 11:33:00] futex hash table entries: 1024 (order: 5, 131072 bytes) | ||
| + | [20/02/2023 11:33:00] pinctrl core: initialized pinctrl subsystem | ||
| + | [20/02/2023 11:33:00] NET: Registered protocol family 16 | ||
| + | [20/02/2023 11:33:00] cpuidle: using governor ladder | ||
| + | [20/02/2023 11:33:00] cpuidle: using governor menu | ||
| + | [20/02/2023 11:33:00] vdso: 2 pages (1 code @ ffffffc00089d000, | ||
| + | [20/02/2023 11:33:00] hw-breakpoint: | ||
| + | [20/02/2023 11:33:00] DMA: preallocated 256 KiB pool for atomic allocations | ||
| + | [20/02/2023 11:33:00] CPU: unavail, SoC Version: 2.0 | ||
| + | [20/02/2023 11: | ||
| + | [20/02/2023 11:33:00] IPC logging disabled | ||
| + | [20/02/2023 11:33:00] IPC logging disabled | ||
| + | [20/02/2023 11:33:00] IPC logging disabled | ||
| + | [20/02/2023 11:33:00] IPC logging disabled | ||
| + | [20/02/2023 11:33:00] IPC logging disabled | ||
| + | [20/02/2023 11:33:00] gpiochip_add: | ||
| + | [20/02/2023 11:33:00] GPIO chip 1000000.pinctrl: | ||
| + | [20/02/2023 11:33:00] Soc version is not 1, changing clock offsets | ||
| + | [20/02/2023 11:33:00] irq: no irq domain found for / | ||
| + | [20/02/2023 11:33:00] irq: no irq domain found for / | ||
| + | [20/02/2023 11:33:00] msm_rpm_dev_probe: | ||
| + | [20/02/2023 11:33:00] sps:sps is ready. | ||
| + | [20/02/2023 11:33:00] qcom, | ||
| + | [20/02/2023 11:33:00] qcom, | ||
| + | [20/02/2023 11:33:00] of_get_named_gpiod_flags: | ||
| + | [20/02/2023 11:33:00] pps_core: LinuxPPS API ver. 1 registered | ||
| + | [20/02/2023 11:33:00] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti < | ||
| + | [20/02/2023 11:33:00] PTP clock support registered | ||
| + | [20/02/2023 11:33:00] dmi: Firmware registration failed. | ||
| + | [20/02/2023 11:33:00] Advanced Linux Sound Architecture Driver Initialized. | ||
| + | [20/02/2023 11:33:00] clocksource: | ||
| + | [20/02/2023 11:33:00] NET: Registered protocol family 2 | ||
| + | [20/02/2023 11:33:00] TCP established hash table entries: 8192 (order: 4, 65536 bytes) | ||
| + | [20/02/2023 11:33:00] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) | ||
| + | [20/02/2023 11:33:00] TCP: Hash tables configured (established 8192 bind 8192) | ||
| + | [20/02/2023 11:33:00] UDP hash table entries: 512 (order: 2, 16384 bytes) | ||
| + | [20/02/2023 11:33:00] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) | ||
| + | [20/02/2023 11:33:00] NET: Registered protocol family 1 | ||
| + | [20/02/2023 11:33:00] PCI: CLS 0 bytes, default 128 | ||
| + | [20/02/2023 11:33:00] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available | ||
| + | [20/02/2023 11:33:00] squashfs: version 4.0 (2009/ | ||
| + | [20/02/2023 11:33:00] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | ||
| + | [20/02/2023 11:33:00] fuse init (API version 7.23) | ||
| + | [20/02/2023 11:33:00] Key type asymmetric registered | ||
| + | [20/02/2023 11:33:00] Asymmetric key parser ' | ||
| + | [20/02/2023 11:33:00] io scheduler noop registered | ||
| + | [20/02/2023 11:33:00] io scheduler deadline registered (default) | ||
| + | [20/02/2023 11:33:00] qcom-pcie 20000000.pci: | ||
| + | [20/02/2023 11:33:00] qcom-pcie 20000000.pci: | ||
| + | [20/02/2023 11:33:00] of_get_named_gpiod_flags: | ||
| + | [20/02/2023 11:33:00] of_get_named_gpiod_flags: | ||
| + | [20/02/2023 11:33:00] 20000000.pci supply vdda not found, using dummy regulator | ||
| + | [20/02/2023 11:33:00] 20000000.pci supply vdda_phy not found, using dummy regulator | ||
| + | [20/02/2023 11:33:00] 20000000.pci supply vdda_refclk not found, using dummy regulator | ||
| + | [20/02/2023 11:33:00] PCI host bridge / | ||
| + | [20/02/2023 11:33:00] IO 0x20200000..0x202fffff -> 0x20200000 | ||
| + | [20/02/2023 11:33:00] MEM 0x20300000..0x20ffffff -> 0x20300000 | ||
| + | [20/02/2023 11:33:01] qcom-pcie 20000000.pci: | ||
| + | [20/02/2023 11:33:01] qcom-pcie 20000000.pci: | ||
| + | [20/02/2023 11:33:01] qcom-pcie 20000000.pci: | ||
| + | [20/02/2023 11:33:01] qcom-pcie: probe of 20000000.pci failed with error -110 | ||
| + | [20/02/2023 11:33:01] qcom-pcie 10000000.pci: | ||
| + | [20/02/2023 11:33:01] qcom-pcie 10000000.pci: | ||
| + | [20/02/2023 11:33:01] of_get_named_gpiod_flags: | ||
| + | [20/02/2023 11:33:01] of_get_named_gpiod_flags: | ||
| + | [20/02/2023 11:33:01] 10000000.pci supply vdda not found, using dummy regulator | ||
| + | [20/02/2023 11:33:01] 10000000.pci supply vdda_phy not found, using dummy regulator | ||
| + | [20/02/2023 11:33:01] 10000000.pci supply vdda_refclk not found, using dummy regulator | ||
| + | [20/02/2023 11:33:01] PCI host bridge / | ||
| + | [20/02/2023 11:33:01] IO 0x10200000..0x102fffff -> 0x10200000 | ||
| + | [20/02/2023 11:33:01] MEM 0x10300000..0x10ffffff -> 0x10300000 | ||
| + | [20/02/2023 11:33:02] qcom-pcie 10000000.pci: | ||
| + | [20/02/2023 11:33:02] qcom-pcie 10000000.pci: | ||
| + | [20/02/2023 11:33:02] qcom-pcie 10000000.pci: | ||
| + | [20/02/2023 11:33:02] qcom-pcie: probe of 10000000.pci failed with error -110 | ||
| + | [20/02/2023 11:33:02] MDSS QPIC HW Base phy_Address=0x7980000 virt=ffffff80004c0000 | ||
| + | [20/02/2023 11:33:02] mdss_qpic_panel_probe: | ||
| + | [20/02/2023 11:33:02] mdss_fb_register: | ||
| + | [20/02/2023 11:33:02] NET: Registered protocol family 27 | ||
| + | [20/02/2023 11:33:02] IPC_RTR: ipc_router_create_log_ctx: | ||
| + | [20/02/2023 11:33:02] qmi_log_init: | ||
| + | [20/02/2023 11:33:02] qmi_log_init: | ||
| + | [20/02/2023 11:33:02] msm_rpm_log_probe: | ||
| + | [20/02/2023 11:33:02] msm-dcc b3000.dcc: DCC XPU is not specified | ||
| + | [20/02/2023 11:33:02] msm-dcc b3000.dcc: DCC SRAM dump setup failed | ||
| + | [20/02/2023 11:33:02] msm-dcc b3000.dcc: jiffies_64: 0xffff8bbe, cntvct_64: 0x77ff162c | ||
| + | [20/02/2023 11:33:02] msm-dcc b3000.dcc: gcnt_hi: 0x00000000(0xffffff80003de004) | ||
| + | [20/02/2023 11:33:02] msm-dcc b3000.dcc: gcnt_lo: 0x77ff17db(0xffffff80003de000) | ||
| + | [20/02/2023 11:33:02] TZ Log : Will warn on Access Violation, as paniconaccessviolation is not set | ||
| + | [20/02/2023 11:33:02] msm_serial 78b3000.serial: | ||
| + | [20/02/2023 11:33:02] msm_serial 78b3000.serial: | ||
| + | [20/02/2023 11:33:02] 78b3000.serial: | ||
| + | [20/02/2023 11:33:02] msm_serial: console setup on port #0 | ||
| + | [20/02/2023 11:33:03] console [ttyMSM0] enabled | ||
| + | [20/02/2023 11:33:03] msm_serial 78b1000.serial: | ||
| + | [20/02/2023 11:33:03] msm_serial 78b1000.serial: | ||
| + | [20/02/2023 11:33:03] 78b1000.serial: | ||
| + | [20/02/2023 11:33:03] msm_serial: driver initialized | ||
| + | [20/02/2023 11:33:03] msm_serial_hsl_init: | ||
| + | [20/02/2023 11:33:03] brd: module loaded | ||
| + | [20/02/2023 11:33:03] spi_qup 78b5000.spi: | ||
| + | [20/02/2023 11:33:03] m25p80 spi32766.0: found w25q64dw, expected n25q128a11 | ||
| + | [20/02/2023 11:33:03] m25p80 spi32766.0: w25q64dw (8192 Kbytes) | ||
| + | [20/02/2023 11:33:03] 22 ofpart partitions found on MTD device spi32766.0 | ||
| + | [20/02/2023 11:33:03] Creating 22 MTD partitions on " | ||
| + | [20/02/2023 11:33:03] 0x000000000000-0x000000050000 : " | ||
| + | [20/02/2023 11:33:03] 0x000000050000-0x000000060000 : " | ||
| + | [20/02/2023 11:33:03] 0x000000060000-0x000000080000 : " | ||
| + | [20/02/2023 11:33:03] 0x000000080000-0x0000000a0000 : " | ||
| + | [20/02/2023 11:33:03] 0x0000000a0000-0x000000220000 : " | ||
| + | [20/02/2023 11:33:03] 0x000000220000-0x0000003a0000 : " | ||
| + | [20/02/2023 11:33:03] 0x0000003a0000-0x0000003b0000 : " | ||
| + | [20/02/2023 11:33:03] 0x0000003b0000-0x0000003c0000 : " | ||
| + | [20/02/2023 11:33:03] 0x0000003c0000-0x0000003d0000 : " | ||
| + | [20/02/2023 11:33:03] 0x0000003d0000-0x0000003e0000 : " | ||
| + | [20/02/2023 11:33:03] 0x0000003e0000-0x000000420000 : " | ||
| + | [20/02/2023 11:33:03] 0x000000420000-0x000000460000 : " | ||
| + | [20/02/2023 11:33:03] 0x000000460000-0x000000470000 : " | ||
| + | [20/02/2023 11:33:03] 0x000000470000-0x000000480000 : " | ||
| + | [20/02/2023 11:33:03] 0x000000480000-0x000000540000 : " | ||
| + | [20/02/2023 11:33:03] 0x000000540000-0x000000600000 : " | ||
| + | [20/02/2023 11:33:03] 0x000000600000-0x000000610000 : " | ||
| + | [20/02/2023 11:33:03] 0x000000610000-0x000000650000 : " | ||
| + | [20/02/2023 11:33:03] 0x000000650000-0x0000006d0000 : " | ||
| + | [20/02/2023 11:33:03] 0x0000006d0000-0x0000006e0000 : " | ||
| + | [20/02/2023 11:33:03] 0x0000006e0000-0x0000006f0000 : " | ||
| + | [20/02/2023 11:33:03] 0x0000006f0000-0x000000800000 : " | ||
| + | [20/02/2023 11:33:03] spmi spmi-0: PMIC Arb Version-2 (0x20010000) | ||
| + | [20/02/2023 11:33:03] libphy: Fixed MDIO Bus: probed | ||
| + | [20/02/2023 11:33:03] of_get_named_gpiod_flags: | ||
| + | [20/02/2023 11:33:03] of_get_named_gpiod_flags: | ||
| + | [20/02/2023 11:33:03] of_get_named_gpiod_flags: | ||
| + | [20/02/2023 11:33:03] qca-mdio 90000.mdio: Could not find phy-reset-gpio | ||
| + | [20/02/2023 11:33:03] libphy: qca_mdio: probed | ||
| + | [20/02/2023 11:33:03] qca-mdio 90000.mdio: qca-mdio driver was registered | ||
| + | [20/02/2023 11:33:03] Unable to create IPC log context! | ||
| + | [20/02/2023 11:33:03] cnss: Platform driver probed successfully. | ||
| + | [20/02/2023 11:33:03] Skip QCA8074V1 in V2 platform | ||
| + | [20/02/2023 11:33:03] cnss_genl: genl_register_family fail: -17 | ||
| + | [20/02/2023 11:33:03] cnss: CNSS genl init failed -17 | ||
| + | [20/02/2023 11:33:03] cnss: Platform driver probed successfully. | ||
| + | [20/02/2023 11:33:03] i2c /dev entries driver | ||
| + | [20/02/2023 11:33:03] device-mapper: | ||
| + | [20/02/2023 11:33:03] sdhci: Secure Digital Host Controller Interface driver | ||
| + | [20/02/2023 11:33:03] sdhci: Copyright(c) Pierre Ossman | ||
| + | [20/02/2023 11:33:03] sdhci-pltfm: | ||
| + | [20/02/2023 11:33:03] qcom_ice_get_pdevice: | ||
| + | [20/02/2023 11:33:03] sdhci_msm 7824900.sdhci: | ||
| + | [20/02/2023 11:33:03] sdhci_msm 7824900.sdhci: | ||
| + | [20/02/2023 11:33:03] of_get_named_gpiod_flags: | ||
| + | [20/02/2023 11:33:03] lp5569x 0-0032: lp5569 Programmable led chip found | ||
| + | [20/02/2023 11:33:03] of_get_named_gpiod_flags: | ||
| + | [20/02/2023 11:33:04] lp5569x 0-0035: lp5569 Programmable led chip found | ||
| + | [20/02/2023 11:33:04] qcom_ice_get_device_tree_data: | ||
| + | [20/02/2023 11:33:04] ICE IRQ = 81 | ||
| + | [20/02/2023 11:33:04] | ||
| + | [20/02/2023 11:33:04] Version Rollback Feature Disabled | ||
| + | [20/02/2023 11:33:04] sps_register_bam_device : unable to create IPC Logging 0 for bam 0x0000000008b04000 | ||
| + | [20/02/2023 11:33:04] sps_register_bam_device : unable to create IPC Logging 1 for bam 0x0000000008b04000sps_register_bam_device : unable to create IPC Logging 2 for bam 0x0000000008b04000 | ||
| + | [20/02/2023 11:33:04] sps_register_bam_device : unable to create IPC Logging 3 for bam 0x0000000008b04000sps_register_bam_device : unable to create IPC Logging 4 for bam 0x0000000008b04000 | ||
| + | [20/02/2023 11:33:04] sps:BAM 0x0000000008b04000 is registered.< | ||
| + | [20/02/2023 11:33:04] subsys-restart: | ||
| + | [20/02/2023 11:33:04] subsys-restart: | ||
| + | [20/02/2023 11:33:04] remoteproc remoteproc0: | ||
| + | [20/02/2023 11:33:04] SPMI VADC - Min ch: 0 Max ch: 15 | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] coresight-csr 6001000.csr: | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] sps_register_bam_device : unable to create IPC Logging 0 for bam 0x0000000006044000 | ||
| + | [20/02/2023 11:33:04] sps_register_bam_device : unable to create IPC Logging 1 for bam 0x0000000006044000sps_register_bam_device : unable to create IPC Logging 2 for bam 0x0000000006044000 | ||
| + | [20/02/2023 11:33:04] sps_register_bam_device : unable to create IPC Logging 3 for bam 0x0000000006044000sps_register_bam_device : unable to create IPC Logging 4 for bam 0x0000000006044000 | ||
| + | [20/02/2023 11:33:04] sps:BAM 0x0000000006044000 is registered.< | ||
| + | [20/02/2023 11:33:04] coresight-tmc 6027000.tmc: | ||
| + | [20/02/2023 11:33:04] coresight-funnel 6021000.funnel: | ||
| + | [20/02/2023 11:33:04] coresight-funnel 6100000.funnel: | ||
| + | [20/02/2023 11:33:04] coresight-funnel 6120000.funnel: | ||
| + | [20/02/2023 11:33:04] coresight-funnel 61a1000.funnel: | ||
| + | [20/02/2023 11:33:04] coresight-etm4x 619c000.etm: | ||
| + | [20/02/2023 11:33:04] coresight-etm4x 619d000.etm: | ||
| + | [20/02/2023 11:33:04] coresight-etm4x 619e000.etm: | ||
| + | [20/02/2023 11:33:04] coresight-etm4x 619f000.etm: | ||
| + | [20/02/2023 11:33:04] coresight-replicator-qcom 6026000.replicator: | ||
| + | [20/02/2023 11:33:04] coresight-stm 6002000.stm: | ||
| + | [20/02/2023 11:33:04] of_graph_get_next_endpoint(): | ||
| + | [20/02/2023 11:33:04] coresight-hwevent 6101000.hwevent: | ||
| + | [20/02/2023 11:33:04] Netfilter messages via NETLINK v0.30. | ||
| + | [20/02/2023 11:33:04] nf_conntrack version 0.5.0 (6930 buckets, 27720 max) | ||
| + | [20/02/2023 11:33:04] ctnetlink v0.93: registering with nfnetlink. | ||
| + | [20/02/2023 11:33:04] NET: Registered protocol family 10 | ||
| + | [20/02/2023 11:33:04] NET: Registered protocol family 17 | ||
| + | [20/02/2023 11:33:04] bridge: automatic filtering via arp/ | ||
| + | [20/02/2023 11:33:04] Bridge firewalling registered | ||
| + | [20/02/2023 11:33:04] 8021q: 802.1Q VLAN Support v1.8 | ||
| + | [20/02/2023 11:33:04] < | ||
| + | [20/02/2023 11:33:04] qcom, | ||
| + | [20/02/2023 11:33:04] msm_glink_smem_native_xprt rx fifo not found | ||
| + | [20/02/2023 11:33:04] pmd9655_s3: supplied by e-smps1-reg | ||
| + | [20/02/2023 11:33:04] cpr4_ipq807x_apss_read_fuse_data: | ||
| + | [20/02/2023 11:33:04] cpr4_ipq807x_apss_read_fuse_data: | ||
| + | [20/02/2023 11:33:04] cpr4_ipq807x_apss_read_fuse_data: | ||
| + | [20/02/2023 11:33:04] cpr4_ipq807x_apss_read_fuse_data: | ||
| + | [20/02/2023 11:33:04] cpr3_mem_acc_init: | ||
| + | [20/02/2023 11:33:04] cpr4_ipq807x_apss_calculate_open_loop_voltages: | ||
| + | [20/02/2023 11:33:04] cpr4_ipq807x_apss_calculate_open_loop_voltages: | ||
| + | [20/02/2023 11:33:04] cpr4_ipq807x_apss_calculate_open_loop_voltages: | ||
| + | [20/02/2023 11:33:04] cpr4_ipq807x_apss_calculate_open_loop_voltages: | ||
| + | [20/02/2023 11:33:04] cpr4_ipq807x_apss_calculate_target_quotients: | ||
| + | [20/02/2023 11:33:04] cpr4_ipq807x_apss_calculate_target_quotients: | ||
| + | [20/02/2023 11:33:04] cpr4_ipq807x_apss_calculate_target_quotients: | ||
| + | [20/02/2023 11:33:04] cpr4_ipq807x_apss_calculate_target_quotients: | ||
| + | [20/02/2023 11:33:04] cpr3_regulator_init_ctrl: | ||
| + | [20/02/2023 11:33:04] qcom, | ||
| + | [20/02/2023 11:33:04] pmd9655_s4: supplied by e-smps1-reg | ||
| + | [20/02/2023 11:33:04] cpr3_mem_acc_init: | ||
| + | [20/02/2023 11:33:04] npu_corner: fused NOM: open-loop= 800000 uV | ||
| + | [20/02/2023 11:33:04] npu_corner: fused TURBO: open-loop= 880000 uV | ||
| + | [20/02/2023 11:33:04] npu_corner: fused NOM: open-loop= 800000 uV | ||
| + | [20/02/2023 11:33:04] npu_corner: fused TURBO: open-loop= 880000 uV | ||
| + | [20/02/2023 11:33:04] npu_corner: Normal and Cold condition init done. Default to normal. | ||
| + | [20/02/2023 11:33:04] cpufreq: cpufreq_online: | ||
| + | [20/02/2023 11:33:04] cpufreq: cpufreq_online: | ||
| + | [20/02/2023 11:33:04] qcom_ice_get_pdevice: | ||
| + | [20/02/2023 11:33:04] qcom_ice_get_pdevice: | ||
| + | [20/02/2023 11:33:04] of_get_named_gpiod_flags: | ||
| + | [20/02/2023 11:33:04] of_get_named_gpiod_flags: | ||
| + | [20/02/2023 11:33:04] sdhci_msm 7824900.sdhci: | ||
| + | [20/02/2023 11:33:04] sdhci_msm 7824900.sdhci: | ||
| + | [20/02/2023 11:33:04] qcom_ice 7803000.sdcc1ice: | ||
| + | [20/02/2023 11:33:04] sdhci_msm 7824900.sdhci: | ||
| + | [20/02/2023 11:33:04] sdhci_msm 7824900.sdhci: | ||
| + | [20/02/2023 11:33:04] mmc0: SDHCI controller on 7824900.sdhci [7824900.sdhci] using ADMA 64-bit | ||
| + | [20/02/2023 11:33:04] DEV CI test message | ||
| + | [20/02/2023 11:33:04] remoteproc remoteproc1: | ||
| + | [20/02/2023 11:33:04] hctosys: unable to open rtc device (rtc0) | ||
| + | [20/02/2023 11:33:04] pmd9655_ldo11: | ||
| + | [20/02/2023 11:33:04] ALSA device list: | ||
| + | [20/02/2023 11:33:04] No soundcards found. | ||
| + | [20/02/2023 11:33:04] Waiting for root device PARTUUID=a0bb3852-36cc-ac69-a1a2-6bd39ff56f0a... | ||
| + | [20/02/2023 11:33:04] mmc0: MAN_BKOPS_EN bit is not set | ||
| + | [20/02/2023 11:33:04] mmc0: new high speed MMC card at address 0001 | ||
| + | [20/02/2023 11:33:04] mmcblk0: mmc0:0001 M62704 3.53 GiB | ||
| + | [20/02/2023 11:33:04] mmcblk0rpmb: | ||
| + | [20/02/2023 11:33:04] GPT: device [179:4] (rootfs) set to be root filesystem | ||
| + | [20/02/2023 11:33:04] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 | ||
| + | [20/02/2023 11:33:04] VFS: Mounted root (squashfs filesystem) readonly on device 179:8. | ||
| + | [20/02/2023 11:33:04] Freeing unused kernel memory: 232K (ffffffc00084e000 - ffffffc000888000) | ||
| + | [20/02/2023 11:33:04] Freeing alternatives memory: 44K (ffffffc000888000 - ffffffc000893000) | ||
| + | [20/02/2023 11:33:05] init: Console is alive | ||
| + | [20/02/2023 11:33:05] init: - watchdog - | ||
| + | [20/02/2023 11:33:05] usbcore: registered new interface driver usbfs | ||
| + | [20/02/2023 11:33:05] usbcore: registered new interface driver hub | ||
| + | [20/02/2023 11:33:05] usbcore: registered new device driver usb | ||
| + | [20/02/2023 11:33:05] Button Hotplug driver version 0.4.1 | ||
| + | [20/02/2023 11:33:05] of_get_named_gpiod_flags: | ||
| + | [20/02/2023 11:33:05] SCSI subsystem initialized | ||
| + | [20/02/2023 11:33:05] libata version 3.00 loaded. | ||
| + | [20/02/2023 11:33:05] ehci_hcd: USB 2.0 ' | ||
| + | [20/02/2023 11:33:05] ehci-platform: | ||
| + | [20/02/2023 11:33:05] msm-usb-ssphy-qmp 78000.ssphy: | ||
| + | [20/02/2023 11:33:05] msm-usb-ssphy-qmp 78000.ssphy: | ||
| + | [20/02/2023 11:33:05] msm-usb-ssphy-qmp 78000.ssphy: | ||
| + | [20/02/2023 11:33:06] msm-usb-ssphy-qmp 58000.ssphy: | ||
| + | [20/02/2023 11:33:06] msm-usb-ssphy-qmp 58000.ssphy: | ||
| + | [20/02/2023 11:33:06] msm-usb-ssphy-qmp 58000.ssphy: | ||
| + | [20/02/2023 11:33:06] xhci-hcd xhci-hcd.0.auto: | ||
| + | [20/02/2023 11:33:06] xhci-hcd xhci-hcd.0.auto: | ||
| + | [20/02/2023 11:33:06] xhci-hcd xhci-hcd.0.auto: | ||
| + | [20/02/2023 11:33:06] xhci-hcd xhci-hcd.0.auto: | ||
| + | [20/02/2023 11:33:06] hub 1-0:1.0: USB hub found | ||
| + | [20/02/2023 11:33:06] hub 1-0:1.0: 1 port detected | ||
| + | [20/02/2023 11:33:06] xhci-hcd xhci-hcd.0.auto: | ||
| + | [20/02/2023 11:33:06] xhci-hcd xhci-hcd.0.auto: | ||
| + | [20/02/2023 11:33:06] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. | ||
| + | [20/02/2023 11:33:06] hub 2-0:1.0: USB hub found | ||
| + | [20/02/2023 11:33:06] hub 2-0:1.0: 1 port detected | ||
| + | [20/02/2023 11:33:06] xhci-hcd xhci-hcd.1.auto: | ||
| + | [20/02/2023 11:33:06] xhci-hcd xhci-hcd.1.auto: | ||
| + | [20/02/2023 11:33:06] xhci-hcd xhci-hcd.1.auto: | ||
| + | [20/02/2023 11:33:06] xhci-hcd xhci-hcd.1.auto: | ||
| + | [20/02/2023 11:33:06] hub 3-0:1.0: USB hub found | ||
| + | [20/02/2023 11:33:06] hub 3-0:1.0: 1 port detected | ||
| + | [20/02/2023 11:33:06] xhci-hcd xhci-hcd.1.auto: | ||
| + | [20/02/2023 11:33:06] xhci-hcd xhci-hcd.1.auto: | ||
| + | [20/02/2023 11:33:06] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. | ||
| + | [20/02/2023 11:33:06] hub 4-0:1.0: USB hub found | ||
| + | [20/02/2023 11:33:06] hub 4-0:1.0: 1 port detected | ||
| + | [20/02/2023 11:33:06] usbcore: registered new interface driver usb-storage | ||
| + | [20/02/2023 11:33:06] usbcore: registered new interface driver uas | ||
| + | [20/02/2023 11:33:06] usb 3-1: new high-speed USB device number 2 using xhci-hcd | ||
| + | [20/02/2023 11:33:06] hub 3-1:1.0: USB hub found | ||
| + | [20/02/2023 11:33:06] hub 3-1:1.0: 4 ports detected | ||
| + | [20/02/2023 11:33:06] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd | ||
| + | [20/02/2023 11:33:06] hub 4-1:1.0: USB hub found | ||
| + | [20/02/2023 11:33:06] hub 4-1:1.0: 4 ports detected | ||
| + | [20/02/2023 11:33:07] init: - preinit - | ||
| + | [20/02/2023 11:33:07] usb 3-1.4: new high-speed USB device number 3 using xhci-hcd | ||
| + | [20/02/2023 11:33:07] random: procd: uninitialized urandom read (4 bytes read, 8 bits of entropy available) | ||
| + | [20/02/2023 11:33:07] usb-storage 3-1.4:1.0: USB Mass Storage device detected | ||
| + | [20/02/2023 11:33:07] scsi host0: usb-storage 3-1.4:1.0 | ||
| + | [20/02/2023 11:33:07] usb 4-1.3: new SuperSpeed USB device number 3 using xhci-hcd | ||
| + | [20/02/2023 11:33:07] usb-storage 4-1.3:1.0: USB Mass Storage device detected | ||
| + | [20/02/2023 11:33:07] scsi host1: usb-storage 4-1.3:1.0 | ||
| + | [20/02/2023 11:33:08] scsi 0:0:0:0: Direct-Access | ||
| + | [20/02/2023 11:33:08] sd 0:0:0:0: [sda] 240328704 512-byte logical blocks: (123 GB/115 GiB) | ||
| + | [20/02/2023 11:33:08] sd 0:0:0:0: [sda] Write Protect is off | ||
| + | [20/02/2023 11:33:08] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00 | ||
| + | [20/02/2023 11:33:08] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn' | ||
| + | [20/02/2023 11:33:08] sda: sda1 sda2 | ||
| + | [20/02/2023 11:33:08] sd 0:0:0:0: [sda] Attached SCSI removable disk | ||
| + | [20/02/2023 11:33:08] scsi 1:0:0:0: Direct-Access | ||
| + | [20/02/2023 11:33:08] sd 1:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/112 GiB) | ||
| + | [20/02/2023 11:33:08] sd 1:0:0:0: [sdb] Write Protect is off | ||
| + | [20/02/2023 11:33:08] sd 1:0:0:0: [sdb] Mode Sense: 43 00 00 00 | ||
| + | [20/02/2023 11:33:08] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn' | ||
| + | [20/02/2023 11:33:08] sdb: sdb1 | ||
| + | [20/02/2023 11:33:08] sd 1:0:0:0: [sdb] Attached SCSI disk | ||
| + | [20/02/2023 11:33:09] EXT4-fs (mmcblk0p1): | ||
| + | [20/02/2023 11:33:09] mount_root: switching to jffs2 overlay | ||
| + | [20/02/2023 11:33:09] procd: - early - | ||
| + | [20/02/2023 11:33:09] procd: - watchdog - | ||
| + | [20/02/2023 11:33:10] procd: - ubus - | ||
| + | [20/02/2023 11:33:10] FAT-fs (sda): utf8 is not a recommended IO charset for FAT filesystems, | ||
| + | [20/02/2023 11:33:11] random: ubusd: uninitialized urandom read (4 bytes read, 61 bits of entropy available) | ||
| + | [20/02/2023 11:33:11] random: ubusd: uninitialized urandom read (4 bytes read, 61 bits of entropy available) | ||
| + | [20/02/2023 11:33:11] random: ubusd: uninitialized urandom read (4 bytes read, 61 bits of entropy available) | ||
| + | [20/02/2023 11:33:11] random: ubusd: uninitialized urandom read (4 bytes read, 61 bits of entropy available) | ||
| + | [20/02/2023 11:33:11] random: ubusd: uninitialized urandom read (4 bytes read, 61 bits of entropy available) | ||
| + | [20/02/2023 11:33:11] random: ubusd: uninitialized urandom read (4 bytes read, 61 bits of entropy available) | ||
| + | [20/02/2023 11:33:11] random: ubusd: uninitialized urandom read (4 bytes read, 61 bits of entropy available) | ||
| + | [20/02/2023 11:33:11] procd: - init - | ||
| + | [20/02/2023 11:33:12] FAT-fs (sdb): utf8 is not a recommended IO charset for FAT filesystems, | ||
| + | [20/02/2023 11:33:12] cfg80211: World regulatory domain updated: | ||
| + | [20/02/2023 11:33:12] cfg80211: | ||
| + | [20/02/2023 11:33:12] cfg80211: | ||
| + | [20/02/2023 11:33:12] cfg80211: | ||
| + | [20/02/2023 11:33:12] cfg80211: | ||
| + | [20/02/2023 11:33:12] ntfs: driver 2.1.32 [Flags: R/O MODULE]. | ||
| + | [20/02/2023 11:33:12] Initializing XFRM netlink socket | ||
| + | [20/02/2023 11:33:12] NET: Registered protocol family 15 | ||
| + | [20/02/2023 11:33:12] cfg80211: | ||
| + | [20/02/2023 11:33:12] cfg80211: | ||
| + | [20/02/2023 11:33:12] cfg80211: | ||
| + | [20/02/2023 11:33:12] cfg80211: | ||
| + | [20/02/2023 11:33:12] cfg80211: | ||
| + | [20/02/2023 11:33:12] cfg80211: | ||
| + | [20/02/2023 11:33:12] ssdk_switch_device_num_init[998]: | ||
| + | [20/02/2023 11:33:12] ssdk_dt_get_switch_node[836]: | ||
| + | [20/02/2023 11:33:12] ssdk_dt_parse_access_mode[737]: | ||
| + | [20/02/2023 11:33:12] ssdk_dt_parse_access_mode[750]: | ||
| + | [20/02/2023 11:33:12] ssdk_dt_parse_access_mode[751]: | ||
| + | [20/02/2023 11:33:12] ssdk_dt_parse_mac_mode[242]: | ||
| + | [20/02/2023 11:33:12] ssdk_dt_parse_mac_mode[251]: | ||
| + | [20/02/2023 11:33:12] ssdk_dt_parse_mac_mode[260]: | ||
| + | [20/02/2023 11:33:12] ssdk_dt_parse_phy_info[569]: | ||
| + | [20/02/2023 11:33:12] ssdk_dt_parse_uniphy[279]: | ||
| + | [20/02/2023 11:33:12] ssdk_dt_parse_intf_mac[683]: | ||
| + | [20/02/2023 11:33:12] ssdk_plat_init start | ||
| + | [20/02/2023 11:33:12] ssdk_ppe_clock_init[464]: | ||
| + | [20/02/2023 11:33:12] ssdk_probe[1878]: | ||
| + | [20/02/2023 11:33:12] HPPE initializing... | ||
| + | [20/02/2023 11:33:12] *************************hsl_phytype_get_by_phyid 193 phytype=7, phy_id=4dd0b1 | ||
| + | [20/02/2023 11:33:12] <DBG> MALIBU 8075 Found, phytype=2 | ||
| + | [20/02/2023 11:33:12] *************************hsl_phytype_get_by_phyid 193 phytype=7, phy_id=4dd0b1 | ||
| + | [20/02/2023 11:33:12] <DBG> MALIBU 8075 Found, phytype=2 | ||
| + | [20/02/2023 11:33:12] *************************hsl_phytype_get_by_phyid 193 phytype=7, phy_id=4dd0b1 | ||
| + | [20/02/2023 11:33:12] <DBG> MALIBU 8075 Found, phytype=2 | ||
| + | [20/02/2023 11:33:12] *************************hsl_phytype_get_by_phyid 193 phytype=7, phy_id=4dd0b1 | ||
| + | [20/02/2023 11:33:12] <DBG> MALIBU 8075 Found, phytype=2 | ||
| + | [20/02/2023 11:33:12] *************************hsl_phytype_get_by_phyid 193 phytype=7, phy_id=4dd101 | ||
| + | [20/02/2023 11:33:12] *************************hsl_phytype_get_by_phyid 193 phytype=7, phy_id=31c31c12 | ||
| + | [20/02/2023 11:33:12] <DBG> AQUANTIA PHY Found, phytype=3 | ||
| + | [20/02/2023 11:33:12] malibu_phy_api_ops_init[2851]: | ||
| + | [20/02/2023 11:33:12] aquantia_phy_api_ops_init[2180]: | ||
| + | [20/02/2023 11:33:12] qca808x_phy_api_ops_init[2125]: | ||
| + | [20/02/2023 11:33:12] qca808x_ptp_register[1377]: | ||
| + | [20/02/2023 11:33:12] regi_init[3405]: | ||
| + | [20/02/2023 11:33:13] ssdk_ppe_reset_init[738]: | ||
| + | [20/02/2023 11:33:13] qca_hppe_tdm_hw_init[737]: | ||
| + | [20/02/2023 11:33:13] qca_hppe_portctrl_hw_init[165]: | ||
| + | [20/02/2023 11:33:14] FAT-fs (sda2): utf8 is not a recommended IO charset for FAT filesystems, | ||
| + | [20/02/2023 11:33:16] ssdk_switch_register[1617]: | ||
| + | [20/02/2023 11:33:16] qca_link_polling_select[1279]: | ||
| + | [20/02/2023 11:33:16] ssdk_switch_register[1642]: | ||
| + | [20/02/2023 11:33:16] regi_init[3409]: | ||
| + | [20/02/2023 11:33:16] regi_init[3453]: | ||
| + | [20/02/2023 11:33:16] tun: Universal TUN/TAP device driver, 1.6 | ||
| + | [20/02/2023 11:33:16] tun: (C) 1999-2004 Max Krasnyansky < | ||
| + | [20/02/2023 11:33:16] EDMA ver 1 hw init | ||
| + | [20/02/2023 11:33:16] EDMA HW Reset completed succesfully | ||
| + | [20/02/2023 11:33:16] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7) | ||
| + | [20/02/2023 11:33:16] RxDesc:1 (15-15) RxFill:1 (7-7) | ||
| + | [20/02/2023 11:33:16] GMAC2(ffffffc03ab81880) Invalid MAC@ - using 82: | ||
| + | [20/02/2023 11:33:16] GMAC3(ffffffc03ab85880) Invalid MAC@ - using aa: | ||
| + | [20/02/2023 11:33:16] GMAC4(ffffffc03ab89880) Invalid MAC@ - using 8a: | ||
| + | [20/02/2023 11:33:16] GMAC5(ffffffc03ab8d880) Invalid MAC@ - using 2e: | ||
| + | [20/02/2023 11:33:16] GMAC6(ffffffc039879880) Invalid MAC@ - using 82: | ||
| + | [20/02/2023 11:33:16] ********************************************************** | ||
| + | [20/02/2023 11:33:16] * NSS Data Plane driver | ||
| + | [20/02/2023 11:33:16] ********************************************************** | ||
| + | [20/02/2023 11:33:16] l2tp_core: L2TP core driver, V2.0 | ||
| + | [20/02/2023 11:33:16] l2tp_netlink: | ||
| + | [20/02/2023 11:33:16] nss_driver - fw of size 668348 | ||
| + | [20/02/2023 11:33:16] Supported Frequencies - | ||
| + | [20/02/2023 11:33:16] 748.8 MHz 1.4976 GHz | ||
| + | [20/02/2023 11:33:16] 1.6896 GHz < | ||
| + | [20/02/2023 11:33:16] ffffffbffc651600: | ||
| + | [20/02/2023 11:33:16] node size 2 # items 4 | ||
| + | [20/02/2023 11:33:16] memory: 40000000 1073741824 (avl 940281856) items 4 active_cores 2 | ||
| + | [20/02/2023 11:33:16] ffffffbffc651600: | ||
| + | [20/02/2023 11:33:16] nss_driver - fw of size 265248 | ||
| + | [20/02/2023 11:33:16] Supported Frequencies - | ||
| + | [20/02/2023 11:33:16] 748.8 MHz 1.4976 GHz | ||
| + | [20/02/2023 11:33:16] 1.6896 GHz < | ||
| + | [20/02/2023 11:33:16] ffffffbffc658700: | ||
| + | [20/02/2023 11:33:16] sit: IPv6 over IPv4 tunneling driver | ||
| + | [20/02/2023 11:33:16] node size 2 # items 4 | ||
| + | [20/02/2023 11:33:16] memory: 40000000 1073741824 (avl 940281856) items 4 active_cores 2 | ||
| + | [20/02/2023 11:33:16] ffffffbffc658700: | ||
| + | [20/02/2023 11:33:16] nat46: module (version 8ff2ae59ec9840a7b8b45f976c51cae80abe0226) loaded. | ||
| + | [20/02/2023 11:33:16] gre: GRE over IPv4 demultiplexor driver | ||
| + | [20/02/2023 11:33:16] ip_gre: GRE over IPv4 tunneling driver | ||
| + | [20/02/2023 11:33:16] ip6_gre: GRE over IPv6 tunneling driver | ||
| + | [20/02/2023 11:33:16] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) | ||
| + | [20/02/2023 11:33:16] QCA multicast snooping installed successfully | ||
| + | [20/02/2023 11:33:16] ip6_tables: (C) 2000-2006 Netfilter Core Team | ||
| + | [20/02/2023 11:33:16] QCA Hy-Fi multicast installation successfully | ||
| + | [20/02/2023 11:33:16] PPP generic driver version 2.4.2 | ||
| + | [20/02/2023 11:33:16] nss_lag_init[354]: | ||
| + | [20/02/2023 11:33:16] NET: Registered protocol family 24 | ||
| + | [20/02/2023 11:33:16] tntfs: module license ' | ||
| + | [20/02/2023 11:33:16] Disabling lock debugging due to kernel taint | ||
| + | [20/02/2023 11:33:16] Tuxera NTFS driver 3021.4.23.8 [Flags: R/W MODULE]. | ||
| + | [20/02/2023 11:33:16] Built against headers 4.4.60 #26 SMP PREEMPT Wed Jul 17 13:35:43 CST 2019 arm64 | ||
| + | [20/02/2023 11:33:16] Running on kernel 4.4.60 #1 SMP PREEMPT Wed Sep 29 08:31:14 UTC 2021 aarch64 | ||
| + | [20/02/2023 11:33:16] < | ||
| + | [20/02/2023 11:33:16] cannot find nss-macsec0 node | ||
| + | [20/02/2023 11:33:16] cannot find nss-macsec1 node | ||
| + | [20/02/2023 11:33:16] cannot find nss-macsec2 node | ||
| + | [20/02/2023 11:33:16] nss_macsec init success | ||
| + | [20/02/2023 11:33:16] diag: IPC Logging disabled | ||
| + | [20/02/2023 11:33:16] hidraw: raw HID events driver (C) Jiri Kosina | ||
| + | [20/02/2023 11:33:16] u32 classifier | ||
| + | [20/02/2023 11:33:16] input device check on | ||
| + | [20/02/2023 11:33:16] Actions configured | ||
| + | [20/02/2023 11:33:16] Mirror/ | ||
| + | [20/02/2023 11:33:16] pktgen: Packet Generator for packet performance testing. Version: 2.75 | ||
| + | [20/02/2023 11:33:16] arp_tables: (C) 2002 David S. Miller | ||
| + | [20/02/2023 11:33:16] Bluetooth: Core ver 2.21 | ||
| + | [20/02/2023 11:33:16] NET: Registered protocol family 31 | ||
| + | [20/02/2023 11:33:16] Bluetooth: HCI device and connection manager initialized | ||
| + | [20/02/2023 11:33:16] Bluetooth: HCI socket layer initialized | ||
| + | [20/02/2023 11:33:16] Bluetooth: L2CAP socket layer initialized | ||
| + | [20/02/2023 11:33:16] Bluetooth: SCO socket layer initialized | ||
| + | [20/02/2023 11:33:16] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 | ||
| + | [20/02/2023 11:33:16] Bluetooth: BNEP filters: protocol multicast | ||
| + | [20/02/2023 11:33:16] Bluetooth: BNEP socket layer initialized | ||
| + | [20/02/2023 11:33:16] usbcore: registered new interface driver btusb | ||
| + | [20/02/2023 11:33:16] Ebtables v2.0 registered | ||
| + | [20/02/2023 11:33:16] Bluetooth: HCI UART driver ver 2.3 | ||
| + | [20/02/2023 11:33:16] Bluetooth: HCI UART protocol H4 registered | ||
| + | [20/02/2023 11:33:16] Bluetooth: HCI UART protocol BCSP registered | ||
| + | [20/02/2023 11:33:16] Bluetooth: HCI UART protocol ATH3K registered | ||
| + | [20/02/2023 11:33:16] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 | ||
| + | [20/02/2023 11:33:16] Bluetooth: HIDP socket layer initialized | ||
| + | [20/02/2023 11:33:16] ip_tables: (C) 2000-2006 Netfilter Core Team | ||
| + | [20/02/2023 11:33:16] l2tp_ppp: PPPoL2TP kernel driver, V2.0 | ||
| + | [20/02/2023 11:33:16] nf_conntrack_rtsp v0.6.21 loading | ||
| + | [20/02/2023 11:33:17] nf_nat_rtsp v0.6.21 loading | ||
| + | [20/02/2023 11:33:17] PPP MPPE Compression module registered | ||
| + | [20/02/2023 11:33:17] PPTP driver version 0.8.5 | ||
| + | [20/02/2023 11:33:17] Bluetooth: RFCOMM TTY layer initialized | ||
| + | [20/02/2023 11:33:17] Bluetooth: RFCOMM socket layer initialized | ||
| + | [20/02/2023 11:33:17] Bluetooth: RFCOMM ver 1.11 | ||
| + | [20/02/2023 11:33:17] usbcore: registered new interface driver usblp | ||
| + | [20/02/2023 11:33:17] xt_time: kernel timezone is -0000 | ||
| + | [20/02/2023 11:33:17] random: nonblocking pool is initialized | ||
| + | [20/02/2023 11:33:21] configuring additional NSS pbufs | ||
| + | [20/02/2023 11:33:21] additional pbufs of size 9003008 got added to NSS | ||
| + | [20/02/2023 11:33:21] __mm_init_module | ||
| + | [20/02/2023 11:33:21] qdf_dbg_mask value is invalid | ||
| + | [20/02/2023 11:33:21] Using the default module debug levels instead | ||
| + | [20/02/2023 11:33:21] qdf_print_ctrl_register: | ||
| + | [20/02/2023 11:33:21] | ||
| + | [20/02/2023 11:33:21] MINIDUMP VA .bss start=ffffffbffcc23700 module=qdf | ||
| + | [20/02/2023 11:33:21] wlan: [2161: | ||
| + | [20/02/2023 11:33:21] | ||
| + | [20/02/2023 11:33:21] MINIDUMP VA .bss start=ffffffbffcea4080 module=umac | ||
| + | [20/02/2023 11:33:21] | ||
| + | [20/02/2023 11:33:21] MINIDUMP VA .bss start=ffffffbffd047580 module=qca_ol=======ol_if_register_wifi3_0========== | ||
| + | [20/02/2023 11:33:21] wlan: [2186: | ||
| + | [20/02/2023 11:33:21] remoteproc remoteproc0: | ||
| + | [20/02/2023 11:33:21] remoteproc remoteproc0: | ||
| + | [20/02/2023 11:33:21] Sanity check passed for M3 image | ||
| + | [20/02/2023 11:33:21] remoteproc remoteproc0: | ||
| + | [20/02/2023 11:33:21] wlan: [2186: | ||
| + | [20/02/2023 11:33:21] < | ||
| + | [20/02/2023 11:33:21] remoteproc remoteproc1: | ||
| + | [20/02/2023 11:33:21] remoteproc remoteproc1: | ||
| + | [20/02/2023 11:33:21] Sanity check passed for the image | ||
| + | [20/02/2023 11:33:22] glink_core_link_up glink is up | ||
| + | [20/02/2023 11:33:22] glink_xprt_open_event | ||
| + | [20/02/2023 11:33:22] Subsystem error monitoring/ | ||
| + | [20/02/2023 11:33:22] remoteproc remoteproc1: | ||
| + | [20/02/2023 11:33:22] wlan: [2186: | ||
| + | [20/02/2023 11:33:22] IPC_RTR: ipc_router_create_log_ctx: | ||
| + | [20/02/2023 11:33:22] cnss: QMI WLFW service connected, state: 0x1 | ||
| + | [20/02/2023 11:33:22] diag: In diag_send_feature_mask_update, | ||
| + | [20/02/2023 11:33:22] cnss: device_id : 0xfffe mem mode : [0] | ||
| + | [20/02/2023 11:33:22] cnss: No board_id entry in device tree | ||
| + | [20/02/2023 11:33:22] cnss: BDF location : 0x000000004b0c0000 | ||
| + | [20/02/2023 11:33:22] cnss: BDF IPQ8074/ | ||
| + | [20/02/2023 11:33:22] cnss: BDF download response , result: 0, err: 0x0 | ||
| + | [20/02/2023 11:33:22] cnss: per device BDF location : 0x000000004b0e0000 | ||
| + | [20/02/2023 11:33:22] cnss: CALDATA IPQ8074/ | ||
| + | [20/02/2023 11:33:22] cnss: BDF download response , result: 0, err: 0x0 | ||
| + | [20/02/2023 11:33:22] wlan: [2186: | ||
| + | [20/02/2023 11:33:23] Coldboot calibration wait started | ||
| + | [20/02/2023 11:33:23] Coldboot calibration wait ended | ||
| + | [20/02/2023 11:33:23] wlan: [2186: | ||
| + | [20/02/2023 11:33:23] cnss: QMI WLFW service disconnected, | ||
| + | [20/02/2023 11:33:23] wlan: [2186: | ||
| + | [20/02/2023 11:33:23] | ||
| + | [20/02/2023 11:33:23] MINIDUMP VA .bss start=ffffffbffd11c180 module=wifi_3_0 | ||
| + | [20/02/2023 11:33:23] wlan: [2193: | ||
| + | [20/02/2023 11:33:23] remoteproc remoteproc1: | ||
| + | [20/02/2023 11:33:23] wlan: [2193: | ||
| + | [20/02/2023 11:33:23] glink_core_link_down glink is down | ||
| + | [20/02/2023 11:33:23] < | ||
| + | [20/02/2023 11:33:23] remoteproc remoteproc0: | ||
| + | [20/02/2023 11:33:23] glink_xprt_close_event | ||
| + | [20/02/2023 11:33:23] | ||
| + | [20/02/2023 11:33:23] MINIDUMP VA .bss start=ffffffbffd23a580 module=qca_ol | ||
| + | [20/02/2023 11:33:23] =======ol_if_register_wifi3_0========== | ||
| + | [20/02/2023 11:33:23] wlan: [2198: | ||
| + | [20/02/2023 11:33:23] remoteproc remoteproc0: | ||
| + | [20/02/2023 11:33:23] remoteproc remoteproc0: | ||
| + | [20/02/2023 11:33:23] Sanity check passed for M3 image | ||
| + | [20/02/2023 11:33:23] remoteproc remoteproc0: | ||
| + | [20/02/2023 11:33:23] wlan: [2198: | ||
| + | [20/02/2023 11:33:23] < | ||
| + | [20/02/2023 11:33:23] remoteproc remoteproc1: | ||
| + | [20/02/2023 11:33:23] remoteproc remoteproc1: | ||
| + | [20/02/2023 11:33:23] Sanity check passed for the image | ||
| + | [20/02/2023 11:33:24] glink_core_link_up glink is up | ||
| + | [20/02/2023 11:33:24] glink_xprt_open_event | ||
| + | [20/02/2023 11:33:24] Subsystem error monitoring/ | ||
| + | [20/02/2023 11:33:24] remoteproc remoteproc1: | ||
| + | [20/02/2023 11:33:24] IPC_RTR: ipc_router_create_log_ctx: | ||
| + | [20/02/2023 11:33:24] wlan: [2198: | ||
| + | [20/02/2023 11:33:24] cnss: QMI WLFW service connected, state: 0x1 | ||
| + | [20/02/2023 11:33:24] cnss: device_id : 0xfffe mem mode : [0] | ||
| + | [20/02/2023 11:33:24] cnss: No board_id entry in device tree | ||
| + | [20/02/2023 11:33:24] cnss: BDF location : 0x000000004b0c0000 | ||
| + | [20/02/2023 11:33:24] cnss: BDF IPQ8074/ | ||
| + | [20/02/2023 11:33:24] cnss: BDF download response , result: 0, err: 0x0 | ||
| + | [20/02/2023 11:33:24] cnss: per device BDF location : 0x000000004b0e0000 | ||
| + | [20/02/2023 11:33:24] cnss: CALDATA IPQ8074/ | ||
| + | [20/02/2023 11:33:24] cnss: BDF download response , result: 0, err: 0x0 | ||
| + | [20/02/2023 11:33:24] wlan: [2198: | ||
| + | [20/02/2023 11:33:24] wlan: [2198: | ||
| + | [20/02/2023 11:33:24] wlan: [2198: | ||
| + | [20/02/2023 11:33:24] btcoex_support 0 wlan_prio_gpio 0 | ||
| + | [20/02/2023 11:33:24] wlan: [2198: | ||
| + | [20/02/2023 11:33:24] wlan: [2198: | ||
| + | [20/02/2023 11:33:24] wlan: [2198: | ||
| + | [20/02/2023 11:33:24] wlan: [2198: | ||
| + | [20/02/2023 11:33:24] wlan: [2198: | ||
| + | [20/02/2023 11:33:24] wlan: [2198: | ||
| + | [20/02/2023 11:33:24] wlan: [2198: | ||
| + | [20/02/2023 11:33:24] wlan: [2198: | ||
| + | [20/02/2023 11:33:24] wlan: [2198: | ||
| + | [20/02/2023 11:33:24] wlan: [2198: | ||
| + | [20/02/2023 11:33:24] wlan: [2198: | ||
| + | [20/02/2023 11:33:24] wlan: [2198: | ||
| + | [20/02/2023 11:33:24] wlan: [167:I:TIF] init_deinit_atf_config_enable: | ||
| + | [20/02/2023 11:33:24] wlan: [167:I:TIF] HE_CAP Info = 1a08010d | ||
| + | [20/02/2023 11:33:24] wlan: [167:I:TIF] Num HW modes = 2 | ||
| + | [20/02/2023 11:33:24] wlan: [167:I:TIF] Num PHY = 3 | ||
| + | [20/02/2023 11:33:24] wlan: [167:I:TIF] Preferred HW Mode = 1 Num Radios = 2 | ||
| + | [20/02/2023 11:33:24] wlan: [167:I:TIF] init_deinit_add_11ax_modes: | ||
| + | [20/02/2023 11:33:24] wlan: [167:I:TIF] init_deinit_add_11ax_modes: | ||
| + | [20/02/2023 11:33:24] wlan: [167:I:TIF] init_deinit_add_11ax_modes: | ||
| + | [20/02/2023 11:33:24] wlan: [167:I:TIF] init_deinit_add_11ax_modes: | ||
| + | [20/02/2023 11:33:24] wlan: [167:I:TIF] init_deinit_add_11ax_modes: | ||
| + | [20/02/2023 11:33:24] wlan: [167:I:TIF] init_deinit_add_11ax_modes: | ||
| + | [20/02/2023 11:33:24] wlan: [167:I:dfs] WLAN_DEBUG_DFS_ALWAYS : wlan_dfs_pdev_obj_create_notification: | ||
| + | [20/02/2023 11:33:24] wlan: [167:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_agile_soc_obj_init: | ||
| + | [20/02/2023 11:33:24] wlan: [167:I:dfs] WLAN_DEBUG_DFS_ALWAYS : dfs_agile_soc_obj_init: | ||
| + | [20/02/2023 11:33:24] wlan: [167:I:dfs] WLAN_DEBUG_DFS_ALWAYS : wlan_dfs_pdev_obj_create_notification: | ||
| + | [20/02/2023 11:33:24] wlan: [167:I:TIF] init_deinit_update_pdev_tgt_info: | ||
| + | [20/02/2023 11:33:24] wlan: [167:I:TIF] init_deinit_update_pdev_tgt_info: | ||
| + | [20/02/2023 11:33:24] wlan: [167:I:ANY] copy_fw_abi_version_tlv: | ||
| + | [20/02/2023 11:33:25] wlan: [167:I:ANY] dp_peer_map_attach_wifi3: | ||
| + | [20/02/2023 11:33:25] | ||
| + | [20/02/2023 11:33:25] wlan: [167:I:ANY] ready_extract_init_status_tlv: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] ieee80211_cbs_init CBS Inited | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [0:I:ANY] ol_ath_pdev_attach: | ||
| + | [20/02/2023 11:33:25] wlan: [0:I:ANY] dp_lag_soc_enable: | ||
| + | [20/02/2023 11:33:25] wlan: [0:I:ANY] dp_lag_pdev_set_primary_radio: | ||
| + | [20/02/2023 11:33:25] wlan: [0:E:NSS] [nss-wifili]: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [0:I:ANY] ol_ath_twt_enable_complete_event_handler: | ||
| + | [20/02/2023 11:33:25] | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] ieee80211_cbs_init CBS Inited | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [0:I:ANY] ol_ath_pdev_attach: | ||
| + | [20/02/2023 11:33:25] wlan: [0:I:ANY] dp_lag_soc_enable: | ||
| + | [20/02/2023 11:33:25] wlan: [0:I:ANY] dp_lag_pdev_set_primary_radio: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] wlan: [2198: | ||
| + | [20/02/2023 11:33:25] | ||
| + | [20/02/2023 11:33:25] MINIDUMP VA .bss start=ffffffbffd30f180 module=wifi_3_0 | ||
| + | [20/02/2023 11:33:25] wlan: [0:E:NSS] [nss-wifili]: | ||
| + | [20/02/2023 11:33:25] wlan: [0:I:ANY] ol_ath_twt_enable_complete_event_handler: | ||
| + | [20/02/2023 11:33:25] | ||
| + | [20/02/2023 11:33:25] wlan: [2202: | ||
| + | [20/02/2023 11:33:25] wlan: [2202: | ||
| + | [20/02/2023 11:33:25] wlan: [2202: | ||
| + | [20/02/2023 11:33:26] FAT-fs (sdb1): utf8 is not a recommended IO charset for FAT filesystems, | ||
| + | [20/02/2023 11:33:26] ntfs: (device sdb1): parse_options(): | ||
| + | [20/02/2023 11:33:26] tntfs warning (device sdb1, pid 2519): parse_options(): | ||
| + | [20/02/2023 11:33:26] tntfs info (device sdb1, pid 2519): ntfs_fill_super(): | ||
| + | [20/02/2023 11:33:26] tntfs info (device sdb1, pid 2545): ntfs_fill_super(): | ||
| + | [20/02/2023 11:33:41] EXT4-fs (mmcblk0p11): | ||
| + | [20/02/2023 11:33:41] EXT4-fs (mmcblk0p10): | ||
| + | [20/02/2023 11:33:42] ECM init | ||
| + | [20/02/2023 11:33:42] ECM database jhash random seed: 0xa550eda5 | ||
| + | [20/02/2023 11:33:42] ECM init complete | ||
| + | [20/02/2023 11:33:42] device eth0 entered promiscuous mode | ||
| + | [20/02/2023 11:33:42] IPv6: ADDRCONF(NETDEV_UP): | ||
| + | [20/02/2023 11:33:42] device eth1 entered promiscuous mode | ||
| + | [20/02/2023 11:33:42] br-lan: port 2(eth1) entered forwarding state | ||
| + | [20/02/2023 11:33:42] br-lan: port 2(eth1) entered forwarding state | ||
| + | [20/02/2023 11:33:42] IPv6: ADDRCONF(NETDEV_CHANGE): | ||
| + | [20/02/2023 11:33:42] device eth2 entered promiscuous mode | ||
| + | [20/02/2023 11:33:42] br-lan: port 3(eth2) entered forwarding state | ||
| + | [20/02/2023 11:33:42] br-lan: port 3(eth2) entered forwarding state | ||
| + | [20/02/2023 11:33:43] device eth3 entered promiscuous mode | ||
| + | [20/02/2023 11:33:43] br-lan: port 4(eth3) entered forwarding state | ||
| + | [20/02/2023 11:33:43] br-lan: port 4(eth3) entered forwarding state | ||
| + | [20/02/2023 11:33:43] device eth5 entered promiscuous mode | ||
| + | [20/02/2023 11:33:43] br-lan: port 5(eth5) entered forwarding state | ||
| + | [20/02/2023 11:33:43] br-lan: port 5(eth5) entered forwarding state | ||
| + | [20/02/2023 11:33:43] eth0: PHY Link up speed: 1000 | ||
| + | [20/02/2023 11:33:43] eth3: PHY Link up speed: 1000 | ||
| + | [20/02/2023 11:33:43] br-lan: port 1(eth0) entered forwarding state | ||
| + | [20/02/2023 11:33:43] br-lan: port 1(eth0) entered forwarding state | ||
| + | [20/02/2023 11:33:43] br-lan: port 2(eth1) entered disabled state | ||
| + | [20/02/2023 11:33:43] br-lan: port 3(eth2) entered disabled state | ||
| + | [20/02/2023 11:33:43] __mc_netlink_receive: | ||
| + | [20/02/2023 11:33:43] br-lan: port 5(eth5) entered disabled state | ||
| + | [20/02/2023 11:33:43] __mc_netlink_receive: | ||
| + | [20/02/2023 11:33:44] wlan: [3822: | ||
| + | [20/02/2023 11:33:44] wlan: [3822: | ||
| + | [20/02/2023 11:33:44] wlan: [3837: | ||
| + | [20/02/2023 11:33:44] wlan: [3839: | ||
| + | [20/02/2023 11:33:44] wlan: [0:I:ANY] dp_lag_soc_enable: | ||
| + | [20/02/2023 11:33:44] wlan: [0:E:NSS] [nss-wifili]: | ||
| + | [20/02/2023 11:33:44] wlan: [0:E:NSS] [nss-wifili]: | ||
| + | [20/02/2023 11:33:44] wlan: [0:E:NSS] [nss-wifili]: | ||
| + | [20/02/2023 11:33:44] wlan: [0:I:ANY] ol_ath_set_config_param: | ||
| + | [20/02/2023 11:33:44] wlan: [0:I:ANY] ol_ath_set_config_param: | ||
| + | [20/02/2023 11:33:45] br-lan: port 4(eth3) entered forwarding state | ||
| + | [20/02/2023 11:33:45] br-lan: port 1(eth0) entered forwarding state | ||
| + | [20/02/2023 11:33:45] wlan: [4180: | ||
| + | [20/02/2023 11:33:45] wlan: [4180: | ||
| + | [20/02/2023 11:33:45] wlan: [4180: | ||
| + | [20/02/2023 11:33:45] wlan: [4180: | ||
| + | [20/02/2023 11:33:45] wlan: [4180: | ||
| + | [20/02/2023 11:33:45] wlan: [4180: | ||
| + | [20/02/2023 11:33:45] wlan: [4180: | ||
| + | [20/02/2023 11:33:45] wlan: [4180: | ||
| + | [20/02/2023 11:33:45] wlan: [4180: | ||
| + | [20/02/2023 11:33:45] wlan: [3522: | ||
| + | [20/02/2023 11:33:45] wlan: [4198: | ||
| + | [20/02/2023 11:33:45] wlan: [4200: | ||
| + | [20/02/2023 11:33:45] wlan: [0:I:ANY] dp_lag_soc_enable: | ||
| + | [20/02/2023 11:33:45] wlan: [0:E:NSS] [nss-wifili]: | ||
| + | [20/02/2023 11:33:45] wlan: [0:E:NSS] [nss-wifili]: | ||
| + | [20/02/2023 11:33:45] wlan: [0:E:NSS] [nss-wifili]: | ||
| + | [20/02/2023 11:33:45] wlan: [0:I:ANY] ol_ath_set_config_param: | ||
| + | [20/02/2023 11:33:45] wlan: [0:I:ANY] ol_ath_set_config_param: | ||
| + | [20/02/2023 11:33:48] eth0: PHY Link is down | ||
| + | [20/02/2023 11:33:48] eth3: PHY Link is down | ||
| + | [20/02/2023 11:33:48] br-lan: port 1(eth0) entered disabled state | ||
| + | [20/02/2023 11:33:48] br-lan: port 4(eth3) entered disabled state | ||
| + | [20/02/2023 11:33:50] eth0: PHY Link up speed: 1000 | ||
| + | [20/02/2023 11:33:50] br-lan: port 1(eth0) entered forwarding state | ||
| + | [20/02/2023 11:33:50] br-lan: port 1(eth0) entered forwarding state | ||
| + | [20/02/2023 11:33:50] eth3: PHY Link up speed: 1000 | ||
| + | [20/02/2023 11:33:50] br-lan: port 4(eth3) entered forwarding state | ||
| + | [20/02/2023 11:33:50] br-lan: port 4(eth3) entered forwarding state | ||
| + | [20/02/2023 11:33:52] br-lan: port 1(eth0) entered forwarding state | ||
| + | [20/02/2023 11:33:52] br-lan: port 4(eth3) entered forwarding state | ||
| + | [20/02/2023 11:33:53] __mc_netlink_receive: | ||
| + | [20/02/2023 11:33:59] Bluetooth: Out-of-order packet arrived, got 1 expected 0 | ||
| + | [20/02/2023 11:34:03] __mc_netlink_receive: | ||
| + | </ | ||
| - | ==== eMMC partition table ==== | + | <tabbox printenv>< |
| - | <WRAP bootlog> | + | baudrate=115200 |
| - | Disk / | + | bootargs=console=ttyMSM0, |
| - | Units: sectors of 1 * 512 = 512 bytes | + | bootcmd=bootipq |
| - | Sector size (logical/ | + | bootdelay=2 |
| - | I/O size (minimum/ | + | boxid=xxxxxxxxxxxxxxxx |
| - | Disklabel type: gpt | + | countrycode=E1 |
| - | Disk identifier: 98101B32-BBE2-4BF2-A06E-2BB33D000C20 | + | defenv=sf probe && sf erase 0x600000 0x10000 |
| + | ethact=eth0 | ||
| + | ethaddr=BC:CF: | ||
| + | fdt_high=0x4A400000 | ||
| + | fdtcontroladdr=4a9674b0 | ||
| + | flash_type=8 | ||
| + | fwimg=norplusemmc-ipq807x_64-single.100ABSK3C0.imgroot@NBG7815: | ||
| + | baudrate=115200 | ||
| + | bootargs=console=ttyMSM0,115200n8 | ||
| + | bootcmd=bootipq | ||
| + | bootdelay=2 | ||
| + | boxid=xxxxxxxxxxxxxxxx | ||
| + | countrycode=E1 | ||
| + | defenv=sf probe && sf erase 0x600000 0x10000 | ||
| + | ethact=eth0 | ||
| + | ethaddr=BC:CF: | ||
| + | fdt_high=0x4A400000 | ||
| + | fdtcontroladdr=4a9674b0 | ||
| + | flash_type=8 | ||
| + | fwimg=norplusemmc-ipq807x_64-single.100ABSK3C0.img | ||
| + | ipaddr=192.168.1.1 | ||
| + | ledB=run ledinit && i2c mw 0x40 0x18 0xff && i2c mw 0x40 0x1b 0xff && i2c mw 0x40 0x1e 0xff | ||
| + | ledG=run ledinit && i2c mw 0x40 0x17 0xff && i2c mw 0x40 0x1a 0xff && i2c mw 0x40 0x1d 0xff | ||
| + | ledR=run ledinit && i2c mw 0x40 0x16 0xff && i2c mw 0x40 0x19 0xff && i2c mw 0x40 0x1c 0xff | ||
| + | ledRblink=i2c mw 0x40 0x16 0xff && i2c mw 0x40 0x19 0xff && i2c mw 0x40 0x1c 0xff && sleep 1 && i2c mw 0x40 0x16 0x00 && i2c mw 0x40 0x19 0x00 && i2c mw 0x40 0x1c 0x00 && sleep 1 | ||
| + | ledallon=run ledinit && mw 0x44000000 ffffffff 3 && i2c write 0x44000000 0x32 0x16 9 && i2c write 0x44000000 0x35 0x16 9 | ||
| + | ledinit=i2c dev 0 && i2c probe && i2c mw 0x40 0x0 0x40 && mw 0x44000000 a0a0a0a0 3 && i2c write 0x44000000 0x40 0x7 9 && mw 0x44000000 00000000 3 && i2c write 0x44000000 0x40 0x16 9 | ||
| + | machid=80100f1 | ||
| + | netmask=255.255.255.0 | ||
| + | partno=NBG7815-EU0102F | ||
| + | preboot=dcache off | ||
| + | progimg=aq_load_fw 8 && tftpboot 0x44000000 $fwimg && imgaddr=0x44000000 && source $imgaddr:script && reset | ||
| + | progzyxelimg=setenv machid 80100f1 && setenv bootcmd bootipq && saveenv && aq_load_fw 8 && tftpboot 0x44000000 $fwimg && imgaddr=0x44000000 && source $imgaddr:script && reset | ||
| + | serialnum=xxxxxxxxxxxxxxxx | ||
| + | serverip=192.168.1.99 | ||
| + | soc_version_major=2 | ||
| + | soc_version_minor=0 | ||
| + | stderr=serial@78B3000 | ||
| + | stdin=serial@78B3000 | ||
| + | stdout=serial@78B3000 | ||
| + | readonly=ro | ||
| + | ipaddr=192.168.1.1 | ||
| + | ledB=run ledinit && i2c mw 0x40 0x18 0xff && i2c mw 0x40 0x1b 0xff && i2c mw 0x40 0x1e 0xff | ||
| + | ledG=run ledinit && i2c mw 0x40 0x17 0xff && i2c mw 0x40 0x1a 0xff && i2c mw 0x40 0x1d 0xff | ||
| + | ledR=run ledinit && i2c mw 0x40 0x16 0xff && i2c mw 0x40 0x19 0xff && i2c mw 0x40 0x1c 0xff | ||
| + | ledRblink=i2c mw 0x40 0x16 0xff && i2c mw 0x40 0x19 0xff && i2c mw 0x40 0x1c 0xff && sleep 1 && i2c mw 0x40 0x16 0x00 && i2c mw 0x40 0x19 0x00 && i2c mw 0x40 0x1c 0x00 && sleep 1 | ||
| + | ledallon=run ledinit && mw 0x44000000 ffffffff 3 && i2c write 0x44000000 0x32 0x16 9 && i2c write 0x44000000 0x35 0x16 9 | ||
| + | ledinit=i2c dev 0 && i2c probe && i2c mw 0x40 0x0 0x40 && mw 0x44000000 a0a0a0a0 3 && i2c write 0x44000000 0x40 0x7 9 && mw 0x44000000 00000000 3 && i2c write 0x44000000 0x40 0x16 9 | ||
| + | machid=80100f1 | ||
| + | netmask=255.255.255.0 | ||
| + | partno=NBG7815-EU0102F | ||
| + | preboot=dcache off | ||
| + | progimg=aq_load_fw 8 && tftpboot 0x44000000 $fwimg && imgaddr=0x44000000 && source $imgaddr:script && reset | ||
| + | progzyxelimg=setenv machid 80100f1 && setenv bootcmd bootipq && saveenv && aq_load_fw 8 && tftpboot 0x44000000 $fwimg && imgaddr=0x44000000 && source $imgaddr:script && reset | ||
| + | serialnum=xxxxxxxxxxxxxxxx | ||
| + | serverip=192.168.1.99 | ||
| + | soc_version_major=2 | ||
| + | soc_version_minor=0 | ||
| + | stderr=serial@78B3000 | ||
| + | stdin=serial@78B3000 | ||
| + | stdout=serial@78B3000 | ||
| + | readonly=ro | ||
| + | </ | ||
| - | Device | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | / | ||
| - | </ | ||
| - | |||
| - | ==== OpenWrt bootlog ==== | ||
| - | <WRAP bootlog> | ||
| - | < | ||
| - | </ | ||
| - | |||
| - | ===== Root Access ===== | ||
| - | |||
| - | Here is steps for root access: | ||
| - | - Disconnect WAN cable | ||
| - | - Reset Armor G5 to factory defaults by pushing reset button 15 sec, LEDs should lit orange color. | ||
| - | - After 5-10 minutes, when the LEDs turn constant dark blue, put your LAN cable and connect at address 192.168.123.1 by **telnet** on port 23 | ||
| - | - Prompt\\ < | ||
| - | NBG7815 login: root | ||
| - | password: nbg7815@2019 | ||
| - | </ | ||
| - | |||
| - | :!: The root password will change after you set up your router unless you follow the [[#SSH access]] steps. | ||
| - | |||
| - | ===== SSH access ===== | ||
| - | |||
| - | Firstly you need root access (see [[#Root Access]] section) | ||
| - | |||
| - | Enable dropbear daemon in configuration | ||
| - | |||
| - | < | ||
| - | root@NBG7815: | ||
| - | root@NBG7815: | ||
| - | </ | ||
| - | |||
| - | Save your network configuration: | ||
| - | |||
| - | < | ||
| - | root@NBG7815: | ||
| - | root@NBG7815: | ||
| - | </ | ||
| - | |||
| - | Comment lines in preboot file like below: | ||
| - | |||
| - | < | ||
| - | root@NBG7815: | ||
| - | |||
| - | #dropbear | ||
| - | # | ||
| - | #if [ " | ||
| - | # uci set dropbear.setting.enable=0 | ||
| - | # uci commit dropbear | ||
| - | #fi | ||
| - | |||
| - | # If user already installed it will lock login permission | ||
| - | # | ||
| - | #if [ " | ||
| - | # | ||
| - | #fi | ||
| - | </ | ||
| - | After these steps your root password will not change and it will starts dropbear daemon every time when you starts your Armor G5 | ||
| - | |||
| - | ===== Full U-Boot access ===== | ||
| - | |||
| - | Connect cable to Serial Port | ||
| - | |||
| - | 1. After reset, interrupt autoboot by pushing any key: | ||
| - | |||
| - | < | ||
| - | Zyxel zloader v1.0.0 (2020-01-06 - 08:24) | ||
| - | |||
| - | |||
| - | Multiboot clinent version: 2.0 | ||
| - | ipq807x_eth_halt: | ||
| - | eth0 PHY0 Down Speed :10 Half duplex | ||
| - | eth0 PHY1 Down Speed :10 Half duplex | ||
| - | eth0 PHY2 Down Speed :10 Half duplex | ||
| - | eth0 PHY3 Down Speed :10 Half duplex | ||
| - | eth0 PHY4 Down Speed :10 Half duplex | ||
| - | 10M speed not supported | ||
| - | ipq807x_eth_halt: | ||
| - | Ethernet interface failed to initialized! | ||
| - | |||
| - | Hit any key to stop autoboot: | ||
| - | NBG7815> | ||
| - | </ | ||
| - | |||
| - | 2. Get the seed for your password | ||
| - | |||
| - | < | ||
| - | NBG7815> ATSE NBG7815 | ||
| - | 013D72FF0710 | ||
| - | </ | ||
| - | |||
| - | :!: Seed is always different | ||
| - | |||
| - | 3. Generate password | ||
| - | |||
| - | Get bash script from https:// | ||
| - | |||
| - | < | ||
| - | # sh tool.sh 013D72FF0710 | ||
| - | ATEN 1,10F0A563 | ||
| - | </ | ||
| - | |||
| - | Put output in terminal | ||
| - | |||
| - | < | ||
| - | NBG7815> ATEN 1,10F0A563 | ||
| - | </ | ||
| - | |||
| - | 4. Login with full u-boot access | ||
| - | |||
| - | < | ||
| - | NBG7815> ATGU | ||
| - | ZYXEL# | ||
| - | </ | ||
| - | |||
| - | ===== Notes ===== | ||
| - | Code of flash_to_openwrt.sh Script: | ||
| - | < | ||
| - | # Author: Karol Przybylski < | ||
| - | |||
| - | if [ ! -f " | ||
| - | echo " | ||
| - | exit 1 | ||
| - | fi | ||
| - | |||
| - | tar xvf ./ | ||
| - | |||
| - | primaryboot_hlos=$(cat / | ||
| - | if [ $primaryboot_hlos -eq 0 ]; then | ||
| - | dd if=/ | ||
| - | dd if=/ | ||
| - | echo 1 > / | ||
| - | else | ||
| - | dd if=/ | ||
| - | dd if=/ | ||
| - | echo 0 > / | ||
| - | fi | ||
| - | |||
| - | primaryboot_rootfs=$(cat / | ||
| - | if [ $primaryboot_rootfs -eq 0 ]; then | ||
| - | dd if=/ | ||
| - | dd if=/ | ||
| - | echo 1 > / | ||
| - | else | ||
| - | dd if=/ | ||
| - | dd if=/ | ||
| - | echo 0 > / | ||
| - | fi | ||
| - | |||
| - | |||
| - | mkdir / | ||
| - | cat / | ||
| - | echo 1 > / | ||
| - | dd if=/ | ||
| - | dd if=/ | ||
| - | echo 0 > / | ||
| - | sync | ||
| - | reboot | ||
| - | </ | ||
| ===== Tags ===== | ===== Tags ===== | ||
| - | [[meta: | + | {{tag>IPQ807x |
| - | {{tag>ipq807x | + | |