我使用一台USB耳机在两台计算机上工作。我想通过将非Linux计算机的输出管道连接到Linux计算机的线路(蓝色音频插孔)中,然后使用PulseAudio将信号混合到Linux计算机的耳机输出中来聆听这两种声音。 pavucontrol显示了一个“内置音频模拟立体声”输入设备,它使我可以选择“ Line In”(选中),“ Front Microphone”,“ Rear Microphone”等端口。我可以看到设备的音量计对非Linux机器上的音频播放有反应。 如何使PulseAudio将音频信号播放到我选择的输出设备中?
我已经克隆了一个软呢帽,现在尝试配置网络接口。每次添加新的NIC时,它都以编号eth3(而不是eth0)开头。我曾尝试删除和修改70-persistent-net.rules以及,network-scripts/eth0但似乎没有任何方法可以解决此问题。这是我机器的一些输出 [root@abc ~]# ls /sys/class/net eth3 eth4 lo pan0 [root@abc ~]# cat /etc/udev/rules.d/70-persistent-net.rules # This file was automatically generated by the /lib/udev/write_net_rules # program run by the persistent-net-generator.rules rules file. # # You can modify it, as long as you keep each rule on a single line. # PCI device …
我想禁用3个CPU内核,并在单个内核上运行我的处理器。我使用了命令:maxcpus=1。但是之后我执行了这个命令ls /sys/devices/system/cpu。它仍然显示cpu0,cpu1,cpu2,cpu3。 我也尝试过:echo 0 > /sys/devices/system/cpu3/online但出现以下错误:no such file or directory。