小编BeG*_*ood的帖子

如何在 ubuntu 14.04.3LTS 64 位上修复安装 wine

我知道有很多问题,wine但我无法找到或解决这些问题的答案。有人可以帮我修复有关 Wine 的安装吗?

以下是尝试修复它时的命令输出:

  1. sudo dpkg --add-architecture i386

    sudo apt-get dist-upgrade

    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Calculating upgrade... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    
    Run Code Online (Sandbox Code Playgroud)
  2. sudo apt-get update

  3. sudo apt-get install wine

    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable …
    Run Code Online (Sandbox Code Playgroud)

package-management apt wine software-installation 14.04

9
推荐指数
1
解决办法
2万
查看次数

Ubuntu 15.04 唤醒后与虚拟网络断开连接

升级到 Ubuntu 15.04 后,我看到 VirtualBox 和 VMWare Workstation 的行为相同。系统从挂起状态唤醒后, 的输出中既没有vboxnet0也没有vmnet8设备ifconfig。在网络菜单中,两个虚拟设备都标记为未管理。

为了启动 VMWare Workstation 网络,我必须sudo service vmware restart. 然后我看到:“连接已建立。您现在已连接到 vmnet8”

为了启动 VirtualBox 网络,我转到File -> Preferences -> Network -> Host-Only Networks -> vboxnet0.
然后按确定。我看到“连接已建立。您现在已连接到 vboxnet0”

问题是,如何让虚拟网络自动启动?它看起来像一个系统问题,因为我以前没有见过这样的事情。

virtualbox vmware suspend networking systemd

6
推荐指数
2
解决办法
2642
查看次数

Qualcomm Atheros QCA9377 无线不适用于 14.04.3 的联想

帮助,我已经尝试了用于 ubuntu 15.10 和 Qualcomm 适配器的其他修复程序,但对于运行 14.04.3 的 Qualcomm Atheros QCA9377 无线适配器的 lenovo ideapad 500 没有任何效果。我可能使用了错误的终端命令吗?我正在使用在另一篇文章中找到的这组命令:

sudo apt-get install build-essential linux-headers-$(uname -r) git
echo "options ath10k_core skip_otp=y" | sudo tee /etc/modprobe.d/ath10k_core.conf
wget http://filebin.ca/2LVgpjSgiT56/backp...-11-05.tar.bz2
unzip backp...-11-05.tar.bz2
cd backports-ath10k-2015-11-05
make defconfig-ath10k
make
sudo make install
git clone https://github.com/kvalo/ath10k-firmware.git
sudo cp -r ath10k-firmware/ath10k/ /lib/firmware/
sudo cp -r ath10k-firmware/QCA9377 /lib/firmware/ath10k/
cp firmware-5.bin_WLAN.TF.1.0-00267-1 firmware-5.bin
Reboot
Run Code Online (Sandbox Code Playgroud)

任何帮助表示赞赏

lenovo networking atheros drivers

5
推荐指数
1
解决办法
3万
查看次数