ubuntu остановить загрузку после модернизации apt - Bluetooth hci0, тайм-аут команды Не удалось отправить данные firmaware

Dell Latitude 7400 Ubuntu 20.04.2 (с двойной загрузкой)

После обновления apt мой labtop замерз. Затем я вручную остановил его и перезагрузил.

Теперь, когда я загружаюсь, я нахожу черный экран со следующими ошибками:

[   4.....] Bluetooth: hci0: command 0xfc09 tx tiemout
[  12.....] Bluetooth: hci0: Failed to send firmware data (-110)
[  12.....] Bluetooth: hci0: sending frame failde (-19)

Я могу войти в систему с помощью ctrl + alt + f2 , но не знаю, что тогда делать?

-121--890762- Bash filepath на Windows 10 неверно Я пытаюсь настроить среду разработки на Windows 10. Я установил Ubuntu и использую Hyper в качестве интерфейса командной строки. Моя главная цель состоит в том, чтобы получить мой CLI указывать на мой каталог разработки по умолчанию, когда я открываю...

Я пытаюсь настроить среду разработки на Windows 10. Я установил Ubuntu и использую Hyper в качестве интерфейса командной строки. Моя основная цель состоит в том, чтобы получить интерфейс командной строки для указания на мой каталог разработки по умолчанию, когда я открываю окно, которое является C:/ Users/linds/Development

.hyper.js Setting

shell: 'C:\\Windows\\System32\\bash.exe',
shellArgs: ['~', '--login'],

Параметры shellArgs по умолчанию в Hyper:

shellArgs: ['--login'],

.profile

# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.

# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022

# if running bash
if [ -n "$BASH_VERSION" ]; then
    # include .bashrc if it exists
    if [ -f "$HOME/.bashrc" ]; then
        . "$HOME/.bashrc"
    fi
fi

# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
    PATH="$HOME/bin:$PATH"
fi

# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/.local/bin" ] ; then
    PATH="$HOME/.local/bin:$PATH"
fi

.bash _ profile

cd ~/C:/Users/linds/Development

.bashrc

# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples

# If not running interactively, don't do anything
case $- in
    *i*) ;;
      *) return;;
esac

# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth

# append to the history file, don't overwrite it
shopt -s histappend

# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=2000

# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize

# If set, the pattern "**" used in a pathname expansion context will
# match all files and zero or more directories and subdirectories.
#shopt -s globstar

# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"

# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
    debian_chroot=$(cat /etc/debian_chroot)
fi

# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
    xterm-color|*-256color) color_prompt=yes;;
esac

# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window
# should be on the output of commands, not on the prompt
#force_color_prompt=yes

При запуске терминала появляется следующее сообщение:

bash: cd: /home/scribbles/C:/Users/linds/Development: No such file or directory
scribbles@DESKTOP-IQ51GOV:~$

Я не уверен, откуда идет /home/scribbles/, но я думаю, что это может иметь какое-то отношение к .profile - я не совсем уверен, хотя.

Любая помощь была бы очень признательна!

Изменить: Чтобы уточнить, scribbles является моим именем пользователя Ubuntu.

1
задан 12 February 2021 в 12:10

1 ответ

Просто введите поиск непосредственно без Ctrl + F

Ermmm, вы просто уделите внимание контуру, например, выбрав любой случайный заголовок, и начните вводить свой поисковый термин напрямую, без Ctrl + F, затем в нижней части появится небольшое поле поиска.

Однако по состоянию на 3.38, в отличие от поиска Окулара, он:

  • только совпадений с самого первого заглавного символа
  • не фильтрует совпадающие заголовки только, вы должны несколько раз нажимать клавиши со стрелками вверх/вниз, чтобы перейти/найти их
  • не найти во вложенных заголовках, которые в настоящее время закрыты

Эти ограничения делают функцию в основном непригодной для сложных документов для меня, как упомянуто: https://gitlab.gnome.org/GNOME/evince/-/issues/1555#note_1032850 Вот хороший тестовый документ: https://ia800404.us.archive.org/27/items/linux-insides/linux-insides.pdf

-121--910363-

Ubuntu не имеет драйверов для каждой карты WIFI или иногда драйверы, поставляемые манфакторами, не работают.

В этом случае есть доступный драйвер, но вам нужно будет его построить..

https://github.com/tomaspinho/rtl8821ce

Инструкции по созданию

sudo apt install bc module-assistant build-essential dkms
sudo m-a prepare

sudo git clone git@github.com:tomaspinho/rtl8821ce.git

cd  rtl882lce.git
sudo ./dkms-install.sh
-121--910252-

Поэтому я обнаружил, что bash хранит файлы по-разному. Чтобы изменить путь к файлу по умолчанию, вместо попытки cd ~/C :/Users/linds/Development Вместо этого мне пришлось изменить профиль .bash _ на cd/mnt/c/Users/linds/Development - это каждый раз открывает интерфейс командной строки в правильном каталоге.

Протестировал его с помощью mkdir test и он сработал идеально! =) Надеюсь, это поможет кому-то другому!

0
ответ дан 18 March 2021 в 23:35

Другие вопросы по тегам:

Похожие вопросы: