Created
July 4, 2014 20:42
-
-
Save diclophis/fa04ccdec40d346b9f7e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@ubuntu-phablet:/# uname -a | |
Linux ubuntu-phablet 3.4.0-perf #3 SMP PREEMPT Wed Jul 2 01:08:13 PDT 2014 armv7l armv7l armv7l GNU/Linux | |
root@ubuntu-phablet:/# modinfo /tmp/wlan.ko | |
filename: /tmp/wlan.ko | |
description: WLAN HOST DEVICE DRIVER | |
author: Qualcomm Atheros, Inc. | |
license: Dual BSD/GPL | |
depends: | |
staging: Y | |
intree: Y | |
vermagic: 3.4.0-perf-ga0afc32-dirty SMP preempt mod_unload modversions ARMv7 | |
parm: ioctl_debug:int | |
root@ubuntu-phablet:/# modprobe /tmp/wlan.ko | |
modprobe: ERROR: ../libkmod/libkmod.c:557 kmod_search_moddep() could not open moddep file '/lib/modules/3.4.0-perf/modules.dep.bin' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment