View Single Post
Old 11-08-2024, 12:05 PM   #12
lordeagle
Enthusiast
lordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankindlordeagle has exceeded all limitations known to mankind
 
Posts: 49
Karma: 17448
Join Date: Jun 2020
Device: Kobo Elipsa2E & Libra H20, Kindle PW3 & PW2
thanks for sharing ... quickly run your commands on my kobo elipsa 2e
Code:
[root@kobo net]# cat /proc/config.gz | gunzip | grep RNDIS
# CONFIG_USB_NET_RNDIS_HOST is not set
# CONFIG_USB_NET_RNDIS_WLAN is not set
CONFIG_USB_F_RNDIS=y
CONFIG_USB_CONFIGFS_RNDIS=y

[root@kobo net]# cat /proc/config.gz | gunzip | grep ETH
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_VETH is not set
# CONFIG_ETHERNET is not set
# CONFIG_USB_KAWETH is not set
CONFIG_USB_NET_CDCETHER=y
# CONFIG_USB_NET_CX82310_ETH is not set
# CONFIG_USB_IPHETH is not set
CONFIG_USB_U_ETHER=y
# CONFIG_COMMON_CLK_MT2701_ETHSYS is not set

[root@kobo net]# cat /proc/config.gz | gunzip | grep HCI
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_XHCI_HCD=y
# CONFIG_USB_XHCI_PLATFORM is not set
CONFIG_USB_XHCI_MTK=y
# CONFIG_USB_EHCI_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
# CONFIG_MMC_SDHCI is not set

[root@kobo net]# ip link
1: lo: <LOOPBACK> mtu 65536 qdisc noop qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: ifb0: <BROADCAST,NOARP> mtu 1500 qdisc noop qlen 32
    link/ether 12:36:bd:52:b5:d6 brd ff:ff:ff:ff:ff:ff
3: ifb1: <BROADCAST,NOARP> mtu 1500 qdisc noop qlen 32
    link/ether 52:7a:a3:4a:3f:51 brd ff:ff:ff:ff:ff:ff
4: tunl0@NONE: <NOARP> mtu 1480 qdisc noop qlen 1
    link/ipip 0.0.0.0 brd 0.0.0.0
5: sit0@NONE: <NOARP> mtu 1480 qdisc noop qlen 1
    link/sit 0.0.0.0 brd 0.0.0.0
11: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 3000
    link/ether a4:3c:d7:03:1f:b6 brd ff:ff:ff:ff:ff:ff
[root@kobo net]#
interesting other network devices ifb0/ifb1 which I can't explain.

on my host I see nothing related to the kobo being plugged in.
lordeagle is offline   Reply With Quote