我让这个 TP-LINK TL-WN722N 在以前版本的 ubuntu 上工作。17.04 是全新安装,不保留 Wifi 连接。
我可以单击连接并尝试连接,但随后我收到一条消息,说无线已断开连接。
sudo modprobe ath9k_htc
什么都不返回
$ iwconfig
bnep0 no wireless extensions.
wlx10feed20305c IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
eno1 no wireless extensions.
lo no wireless extensions.
$ lsusb
Bus 002 Device 005: ID 0b05:179c ASUSTek Computer, Inc.
Bus 002 Device 004: ID 0781:5567 SanDisk Corp. Cruzer Blade
Bus 002 Device 003: ID 177f:0250 Sweex
Bus 002 Device 002: ID …
Run Code Online (Sandbox Code Playgroud) 我需要在我的 64 位 ubuntu 上运行 32 位 sun-jdk。我下载了JDK,运行时我得到
java.lang.UnsatisfiedLinkError: /opt/java/32/jdk1.6.0_31/jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)
at java.lang.Runtime.load0(Runtime.java:770)
at java.lang.System.load(System.java:1003)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1724)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
at java.awt.Component.<clinit>(Component.java:566)
at com.mucommander.Launcher.main(Launcher.java:466)
Exception in thread "main" java.lang.NullPointerException
at com.mucommander.text.Translator.get(Translator.java:258)
at com.mucommander.Launcher.main(Launcher.java:612)
Run Code Online (Sandbox Code Playgroud)
我安装了 libXtst6 和 libext6:i386 无济于事。
有任何想法吗?
我正在尝试运行瞻博网络将程序连接到 vpn,它只能在 32 位 sun jre 上运行。到目前为止,我在谷歌上发现的所有东西都失败了。我不能使用任何脚本,例如madscientists,作为身份验证的一部分,我需要从网格中提供一些随机字符。
因此,为了将这个 32 位应用程序安装隔离到一个角落,我下载了 firefox 和 jre 并将它们解压缩到 /opt。当瞻博网络要求输入 root 密码时,我使用 sudo 运行 firefox。
这是 Firefox 插件文件夹
/ot/firefox32/plugins# ls -la
total 8
drwxr-xr-x 2 root root 4096 Mar 11 00:57 .
drwxr-xr-x 11 root root 4096 Mar 10 23:48 ..
lrwxrwxrwx 1 root root 49 Mar 11 00:57 libnpjp2.so -> /opt/java/32/jdk1.6.0_31/jre/lib/i386/libnpjp2.so
Run Code Online (Sandbox Code Playgroud)
Firefox 列出了 sun jre,但是当使用“http://java.com/en/download/installed.jsp”检查它时,它要么无法检测到 Java,要么 Firefox 冻结
有任何想法吗?
谢谢