#21617: yota 4G modem hotplug fails
--------------------------+------------------------------
  Reporter:  bolvan       |      Owner:  developers
      Type:  defect       |     Status:  new
  Priority:  normal       |  Milestone:
 Component:  base system  |    Version:  Trunk
Resolution:               |   Keywords:  usb hotplug yota
--------------------------+------------------------------

Comment (by bolvan):

 Seems like this behavior is by design. Solution is to put "rndis-host" to
 /etc/modules-boot.d on squashfs (not on overlayfs or extroot because
 hotplug events start before processing overlay or extroot).

 1) change package/kernel/linux/modules/usb.mk

 define KernelPackage/usb-net-rndis
   TITLE:=Support for RNDIS connections
   KCONFIG:=CONFIG_USB_NET_RNDIS_HOST
   FILES:= $(LINUX_DIR)/drivers/$(USBNET_DIR)/rndis_host.ko
 #  AUTOLOAD:=$(call AutoProbe,rndis_host)
   AUTOLOAD:=$(call AutoLoad,41,rndis_host,1)
   $(call AddDepends/usb-net,+kmod-usb-net-cdc-ether)
 endef

 2)
 make package/linux/clean
 make


 Wish : be able to select boot loaded packages in menuconfig or

--
Ticket URL: <https://dev.openwrt.org/ticket/21617#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to