我知道有很多问题,wine
但我无法找到或解决这些问题的答案。有人可以帮我修复有关 Wine 的安装吗?
以下是尝试修复它时的命令输出:
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)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)升级到 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”。
问题是,如何让虚拟网络自动启动?它看起来像一个系统问题,因为我以前没有见过这样的事情。
帮助,我已经尝试了用于 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)
任何帮助表示赞赏