Advertisement
WillyLosverPL

Problems with Broadcom's wireless driver

Sep 10th, 2012
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. root@acer-willy ~ # uname -r
  2. 3.5.3-willy
  3. root@acer-willy ~ # dmesg | grep wl:
  4. [ 129.007745] wl: module license 'unspecified' taints kernel.
  5. [ 129.011001] wl: Unknown symbol lib80211_get_crypto_ops (err 0)
  6.  
  7. root@acer-willy ~ # insmod /lib/modules/`uname -r`/kernel/drivers/net/wireless/wl.ko
  8. Error: could not insert module /lib/modules/3.5.3/kernel/drivers/net/wireless/wl.ko: Unknown symbol in module
  9.  
  10. root@acer-willy ~ # modprobe wl
  11. libkmod: ERROR ../libkmod/libkmod-module.c:791 kmod_module_insert_module: could not find module by name='wl'
  12. ERROR: could not insert 'wl': Function not implemented
  13. libkmod: ERROR ../libkmod/libkmod-module.c:925 command_do: Error running install command for wl
  14. ERROR: could not insert 'wl': Operation not permitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement