View Single Post
Old 06-10-2018, 07:53 AM   #323
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
It of course would be so much simpler if they shipped a depmod and we could simply modprobe it, but, oh, well .

And now that I'm writing that, I get the urge to double-check... I think I remember modprobe being fubar, but depmod? Hmm...

EDIT: Yep, also insmod or whatever in disguise... Will try building one, FOR SCIENCE!

EDITē: Yup, definitely better:


Code:
env PLATFORM="mx50-ntx" ./busybox depmod -n | ./depmod_process.sh | sort
alias sdio:c*v02D0d0000* dhd
alias sdio:c*v02D0d0492* dhd
alias sdio:c*v02D0d0493* dhd
alias sdio:c*v02D0d4319* dhd
alias sdio:c*v02D0d4329* dhd
alias sdio:c00v*d* dhd
alias symbol:usb_gadget_register_driver arcotg_udc
alias symbol:usb_gadget_unregister_driver arcotg_udc
misc/lowmem.ko: 
usb/gadget/arcotg_udc.ko: 
usb/gadget/g_ether.ko: usb/gadget/arcotg_udc.ko
usb/gadget/g_file_storage.ko: usb/gadget/arcotg_udc.ko
wifi/dhd.ko: 
wifi/sdio_wifi_pwr.ko:
EDIT^3: Binary & patch attached.

EDIT^4: This is purely to compute the depgraph (hence the -n flag, meaning dry-run), don't let this actually generate modsym/modver/modalias stuff!
Because yeah, I enabled *all* modutils. One safe thing to try is the prettier lsmod, though.
Attached Files
File Type: gz busybox-1.28.4-kobo-depmod.tar.gz (118.8 KB, 303 views)

Last edited by NiLuJe; 06-10-2018 at 09:34 AM.
NiLuJe is offline   Reply With Quote