Title: IHC3308GW with WWAN MC7354 card [Print This Page] Author: ars102 Time: 5/23/2022 12:36 Title: IHC3308GW with WWAN MC7354 card Hello,
I tried to test WWAN mPCIe card MC7354 in IHC3308GW.
Running full Ubuntu image, it can recognize the card, but no serial AT tty device, I tried to rebuild kernel with firefly-rk3308b_docker_defconfig but with that new kernel the MC7354 is not recognized anymore (lsusb command).
So could you please help:
- Which kernel config is using in bundle Ubuntu image ?
- How to change kernel config options to enable MC7354 card ?
Thank you.Author: Javier Time: 5/23/2022 14:24
The current usb driver does not support MC7354, please contact the production MC7354 to provide usb driver.Author: ars102 Time: 5/24/2022 10:21
Could you please show the kernel config using in FW IHC3308GW-Ubuntu18-NoUi-20220106.img ?
- If I do flashing whole FW IHC3308GW-Ubuntu18-NoUi-20220106.img, MC7354 is recognized well
# lsusb
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 004: ID 0bda:8152 Realtek Semiconductor Corp.
Bus 002 Device 003: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
Bus 002 Device 005: ID 1199:68c0 Sierra Wireless, Inc.
Bus 002 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- If I rebuild kernel using firefly-rk3308b_docker_defconfig then lsusb does not show MC7354 card anymore.
cd rk3308-linux/kernel
make ARCH=arm64 firefly-rk3308b_docker_defconfig
make ARCH=arm64 rk3308b-roc-cc-plus-amic_emmc.img
Flash zboot.img to board
# lsusb
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 004: ID 0bda:8152 Realtek Semiconductor Corp.
Bus 002 Device 003: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
Bus 002 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
#
Author: Javier Time: 6/7/2022 09:35
show kernel config: zcat /proc/config.gz
Welcome Firefly Open Source Community (https://bbs.t-firefly.com/)