Anak
(usa Debian)
Enviado em 23/12/2020 - 19:33h
Olá, como estão!?
Estou com um problema ao tentar fazer com que meu computador aceite o adaptador Bluetooth que comprei (Wireless 2.1+EDR).
Meu computador tem essas especificações:
Manufacturer: ASUSTeK Computer INC.
Product Name: P5G41T-M LX2/BR
Version: Rev X.0x
Arquitetura:64-bit
Processador -Intel® Core™2 Duo CPU E7500 @ 2.93GHz × 2
GNOME : 3.30.2
E já tentei de todos os tutorias sobre como instalar Bluetooth no Linux, debian e nada de conseguir ativar e utilizar.
lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Os da Logitech são meu mouse e teclado.
lscpi
00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01)
00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01)
sudo rfkill list (Não aparece nada)
sudo rfkill unblock bluetooth (Não aparece nada)
sudo service bluetooth start (Não aparece nada)
sudo apt-get install blueman -y && blueman-manager (Abre o programa, mas não encontra o dispositivo, não tem nem opção de modificação)
lsusb -v | grep -E 'Bluetooth'
Couldn't open device, some information will be missing
sudo adduser $USER bluetooth
O usuário 'ana' já é um membro de 'bluetooth'.
apt-get install bluetooth bluez bluez-tools rfkill
E: Não foi possível abrir arquivo de trava /var/lib/dpkg/lock-frontend - open (13: Permissão negada)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root? - (Não sei como entrar com root e acho que é bem avançado para mim)
rfkill list
bash: rfkill: comando não encontrado
/etc/init.d/bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:bluetoothd(8)
sudo systemctl restart bluetooth (apenas pediu senha)
systemctl start bluetooth (apenas Senha)
sudo systemctl status bluetooth.service
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2020-12-23 19:10:35 -03; 2min 39s ago
Docs: man:bluetoothd(8)
Main PID: 2067 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4647)
Memory: 2.5M
CGroup: /system.slice/bluetooth.service
└─2067 /usr/lib/bluetooth/bluetoothd
dez 23 19:10:35 Ana systemd[1]: Starting Bluetooth service...
dez 23 19:10:35 Ana bluetoothd[2067]: Bluetooth daemon 5.50
dez 23 19:10:35 Ana systemd[1]: Started Bluetooth service.
dez 23 19:10:35 Ana bluetoothd[2067]: Starting SDP server
dez 23 19:10:35 Ana bluetoothd[2067]: Bluetooth management interface 1.14 initialized
sudo systemctl enable bluetooth.service
Synchronizing state of bluetooth.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable bluetooth
Espero que possa estar claro, como só uso para o dia a dia, não estudo programação. Mas tento me virar um pouco, caso tenha alguém para me auxiliar eu agradeço
Testei no notebook com windows e está funcionando normal.
O que pode ser?