Linux Mint Türkiye
Linux Mint Destek => Donanım => Diğer Donanımlar => Konuyu başlatan: Bilgehan - 28 Temmuz 2016, 03:30:46
-
Anladığım kadarıyla tümleşik bluetooth aygıtım bağlı olarak gözükmüyor. Windows'ta sorunsuz çalışıyordu
Mint 17.3
~ $ dmesg | grep Blue
[ 23.351875] Bluetooth: Core ver 2.20
[ 23.351912] Bluetooth: HCI device and connection manager initialized
[ 23.351921] Bluetooth: HCI socket layer initialized
[ 23.351927] Bluetooth: L2CAP socket layer initialized
[ 23.351940] Bluetooth: SCO socket layer initialized
[ 23.357765] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 23.357773] Bluetooth: BNEP filters: protocol multicast
[ 23.357782] Bluetooth: BNEP socket layer initialized
[ 23.367848] Bluetooth: RFCOMM TTY layer initialized
[ 23.367865] Bluetooth: RFCOMM socket layer initialized
[ 23.367878] Bluetooth: RFCOMM ver 1.11
~ $ rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
~ $ lsusb
Bus 004 Device 002: ID 04f2:b40d Chicony Electronics Co., Ltd
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
~ $ hcitool dev
Devices:
~ $ hcitool scan
Device is not available: No such device
-
Aşağıdaki komutun çıktısına da bakalım.
inxi -Fxz
-
System: Host: 1 Kernel: 3.19.0-32-generic x86_64 (64 bit gcc: 4.8.2)
Desktop: MATE 1.12.0 (Gtk 3.10.8~8+qiana)
Distro: Linux Mint 17.3 Rosa
Machine: System: Hewlett-Packard product: HP Pavilion 15 Notebook PC v: 0977110000405E00000610180
Mobo: Hewlett-Packard model: 216C v: 30.25
Bios: Insyde v: F.15 date: 06/03/2014
CPU: Quad core AMD A8-4555M APU with Radeon HD Graphics (-MCP-) cache: 8192 KB
flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm) bmips: 12776
clock speeds: max: 1600 MHz 1: 1300 MHz 2: 1600 MHz 3: 1300 MHz
4: 1300 MHz
Graphics: Card-1: Advanced Micro Devices [AMD/ATI] Trinity [Radeon HD 7600G]
bus-ID: 00:01.0
Card-2: Advanced Micro Devices [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330]
bus-ID: 01:00.0
Display Server: X.Org 1.17.1 driver: fglrx
Resolution: 1366x768@60.1hz
GLX Renderer: AMD Radeon HD 8600M Series
GLX Version: 4.5.13399 - CPC 15.201.1151 Direct Rendering: Yes
Audio: Card-1 Advanced Micro Devices [AMD] FCH Azalia Controller
driver: snd_hda_intel bus-ID: 00:14.2
Card-2 Advanced Micro Devices [AMD/ATI] Trinity HDMI Audio Controller
driver: snd_hda_intel bus-ID: 00:01.1
Sound: Advanced Linux Sound Architecture v: k3.19.0-32-generic
Network: Card-1: Ralink RT3290 Wireless 802.11n 1T/1R PCIe
driver: rt2800pci v: 2.3.0 bus-ID: 02:00.0
IF: wlan0 state: up mac: <filter>
Card-2: Realtek RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
driver: r8169 v: 2.3LK-NAPI port: 2000 bus-ID: 03:00.0
IF: eth0 state: down mac: <filter>
Drives: HDD Total Size: 500.1GB (20.9% used)
ID-1: /dev/sda model: HGST_HTS545050A7 size: 500.1GB
Partition: ID-1: / size: 212G used: 95G (47%) fs: ext4 dev: /dev/sda5
ID-2: swap-1 size: 3.43GB used: 0.00GB (0%) fs: swap dev: /dev/sda3
RAID: No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors: System Temperatures: cpu: 59.6C mobo: N/A gpu: 57.00C 61.00C
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 202 Uptime: 1:36 Memory: 1400.1/3075.0MB
Init: Upstart runlevel: 2 Gcc sys: 4.8.4
Client: Shell (bash 4.3.111) inxi: 2.2.28
blueman üzerinden etkinleştir yapıyorum ama yine etkin olmuyor. Marka-modeli: Ralink RT3290
-
Bluetooth sürücüsünü burada (https://forum.linuxmint.net.tr/index.php?topic=4650.msg29852#msg29852) anlatıldığı biçimde kurmayı deneyebilirsiniz.
-
bilgehan[member=3516]1[/member] ~ $ sudo dkms install rtbth
Error! Invalid number of arguments passed.
Usage: add <module>/<module-version> or
add -m <module>/<module-version> or
add -m <module> -v <module-version>
böyle bir hata aldım
-
Aşağıdaki komutlarla kuruluma devam etmeyi deneyebilirsiniz.
git clone https://github.com/vhallac/rtbth.git
sudo mv ./rtbth /usr/src/rtbth-3.9.3-2
sudo dkms install rtbth/3.9.3-2
İleride sorun olursa kurduğunuz sürücüyü aşağıdaki komutla kaldırmak mümkün.
sudo dkms uninstall rtbth/3.9.3-2
-
Teşekkür ederim, çalışıyor