我有 Ubuntu 12.10
有华为 k4203 USB 宽带加密狗,虽然有 Linux 说明,但它们不起作用。
以下是说明:
(1) Insert stick
(2) Dismiss all popups about running the auto install scripts(they can't work)
(3) Open terminal
(4) cd $HOME
(5) mkdir vmb
(6) cd vmb
(7) (cd "/media/QuickStart ”?.0 && tar -cf - .) | tar -xf -
(8) chmod +x autorun.sh install_linux
(9) sudo ./autorun.sh
(10) Type user password
(11) Wait for last command to finish, then close terminal
直到步骤 6 的所有步骤都好像发生了什么事情,但是输入第 7 行后终端变为,">"
然后我复制/粘贴步骤 8、9 并输入 10,但什么也没有发生。
如何解决这个问题?
答案1
我认为您有不匹配的引文,Ubuntu 正在等待结束。我看到结束引文不同。如果您只是复制粘贴,这可能会解释原因。