我的电脑突然停止启动。打开机箱检查,接通电源后CPU风扇开始运转,但大约2-3秒后停止,大约2-3秒后重新启动,如此循环。没有发出蜂鸣声,屏幕上也没有任何显示。在网上搜索了一下,我发现造成这种情况的原因可能有几个。我尝试移除硬盘、CD 驱动器、拧紧连接等,但没有任何效果。我也尝试使用新的电源,但反应是一样的。
问题可能出在哪里以及如何解决?提前致谢。
更新:问题无法解决,我不得不更换CPU和主板。
我正在开发 Debian Stable,否则它运行得很好。我正在尝试使用此页面上的说明安装 Jitsi 桌面版本:https://desktop.jitsi.org/Main/DebianRepository.html
以下步骤工作正常:
# install the Jitsi repository key onto your system
wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add -
# create sources.list.d file with the repository
sudo sh -c "echo 'deb https://download.jitsi.org stable/' > /etc/apt/sources.list.d/jitsi-stable.list"
# update your package list
sudo apt-get -y update
Run Code Online (Sandbox Code Playgroud)
以上步骤运行没有任何错误。但是,通过以下步骤:
# install Jitsi
sudo apt-get -y install jitsi
Run Code Online (Sandbox Code Playgroud)
我收到以下错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package jitsi
Run Code Online (Sandbox Code Playgroud)
问题出在哪里以及如何解决?
编辑:我使用了 …