Advertisement
matteoscordino

brcmfmac does not load when using compat.ko from package/mac80211

Sep 2nd, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. [ 7.699114] mount_root: mounting /dev/root
  2. [ 7.711606] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  3. [ 7.820886] urandom-seed: Seed file not found (/etc/urandom.seed)
  4. [ 7.861528] procd: - early -
  5. [ 7.864562] procd: - watchdog -
  6. [ 8.849369] procd: - watchdog -
  7. [ 8.852786] procd: - ubus -
  8. [ 8.908904] random: ubusd: uninitialized urandom read (4 bytes read, 30 bits of entropy available)
  9. [ 8.918358] random: ubusd: uninitialized urandom read (4 bytes read, 30 bits of entropy available)
  10. [ 8.927438] random: ubusd: uninitialized urandom read (4 bytes read, 30 bits of entropy available)
  11. [ 8.936703] random: ubusd: uninitialized urandom read (4 bytes read, 30 bits of entropy available)
  12. [ 8.945676] random: ubusd: uninitialized urandom read (4 bytes read, 30 bits of entropy available)
  13. [ 8.954834] random: ubusd: uninitialized urandom read (4 bytes read, 31 bits of entropy available)
  14. [ 8.963935] random: ubusd: uninitialized urandom read (4 bytes read, 31 bits of entropy available)
  15. [ 8.973255] procd: - init -
  16. Please press Enter to activate this console.
  17. [ 9.217471] kmodloader: loading kernel modules from /etc/modules.d/*
  18. [ 9.242018] tun: Universal TUN/TAP device driver, 1.6
  19. [ 9.247493] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  20. [ 9.264533] ip6_tables: (C) 2000-2006 Netfilter Core Team
  21. [ 9.288083] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
  22. [ 9.324844] Loading modules backported from Linux version wt-2017-01-31-0-ge882dff19e7f
  23. [ 9.333088] Backport generated by backports.git backports-20160324-13-g24da7d3c
  24. [ 9.342687] ip_tables: (C) 2000-2006 Netfilter Core Team
  25. [ 9.353858] nf_conntrack version 0.5.0 (3951 buckets, 15804 max)
  26. [ 9.402506] xt_time: kernel timezone is -0000
  27. [ 9.653300] PPP generic driver version 2.4.2
  28. [ 9.659888] NET: Registered protocol family 24
  29. [ 9.668490] usbcore: registered new interface driver rtl8xxxu
  30. [ 9.678965] kmodloader: done loading kernel modules from /etc/modules.d/*
  31.  
  32.  
  33.  
  34. BusyBox v1.25.1 () built-in shell (ash)
  35.  
  36. _________
  37. / /\ _ ___ ___ ___
  38. / LE / \ | | | __| \| __|
  39. / DE / \ | |__| _|| |) | _|
  40. /________/ LE \ |____|___|___/|___| lede-project.org
  41. \ \ DE /
  42. \ LE \ / -----------------------------------------------------------
  43. \ DE \ / Reboot (0.9, r4182-9a8d723073)
  44. \________\/ -----------------------------------------------------------
  45.  
  46. === WARNING! =====================================
  47. There is no root password defined on this device!
  48. Use the "passwd" command to set up a new password
  49. in order to prevent unauthorized SSH logins.
  50. --------------------------------------------------
  51. root@LEDE:/# lsmod |grep brc
  52. root@LEDE:/# insmod /lib/modules/4.4.120/brcm
  53. brcmfmac.ko brcmutil.ko
  54. root@LEDE:/# insmod /lib/modules/4.4.120/brcm[ 49.142757] random: nonblocking pool is initialized
  55. root@LEDE:/# insmod /lib/modules/4.4.120/brcmutil.ko
  56. root@LEDE:/# insmod /lib/modules/4.4.120/brcmfmac.ko
  57. [ 54.244027] brcmfmac: Unknown symbol cfg80211_connect_done (err 0)
  58. failed to insert /lib/modules/4.4.120/brcmfmac.ko
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement