LINUX.ORG.RU

Bluetooth и Fedora 14


0

1

Не могу подсоединить мобильник к ноутбуку ASUS X59SL по Bluetooth

Стартую bluetooth-properties и там читаю «К вашему компьютеру не подключен ни один адаптер Bluetooth»

[soz@localhost ~]$ dmesg | grep -i bluetooth
[18013.752445] Bluetooth: Core ver 2.15
[18013.752874] Bluetooth: HCI device and connection manager initialized
[18013.752878] Bluetooth: HCI socket layer initialized
[soz@localhost ~]$

blueman-manager выдает

«Демон Bluez не запущен, менеджер Blueman не может продолжать работу.»

★★

Ответ на: комментарий от anonymous

[soz@localhost ~]$ sudo /etc/init.d/bluetooth start Активация устройств Bluetooth: [soz@localhost ~]$

Похоже он у меня почему-то не стартует.

Gooddy ★★
() автор топика
Ответ на: комментарий от Gooddy

Добавь его в инит скрипты. Как в федоре не знаю, но у меня в генте так

rc-update add bluetooth default 

Zhbert ★★★★★
()

У меня вот такое выдается

dmesg | grep -i bluetooth [ 10.404852] Bluetooth: Core ver 2.15 [ 10.404925] Bluetooth: HCI device and connection manager initialized [ 10.404928] Bluetooth: HCI socket layer initialized [ 10.407346] Bluetooth: Generic Bluetooth USB driver ver 0.6 [ 12.928041] Bluetooth: L2CAP ver 2.14 [ 12.928045] Bluetooth: L2CAP socket layer initialized [ 12.985112] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 12.985115] Bluetooth: BNEP filters: protocol multicast [ 13.385860] Bluetooth: SCO (Voice Link) ver 0.6 [ 13.385863] Bluetooth: SCO socket layer initialized [ 13.668097] Bluetooth: RFCOMM TTY layer initialized [ 13.668105] Bluetooth: RFCOMM socket layer initialized [ 13.668109] Bluetooth: RFCOMM ver 1.11

anonymous
()
Ответ на: комментарий от Gooddy

чертово форматирование!

dmesg | grep -i bluetooth
[ 10.404852] Bluetooth: Core ver 2.15
[ 10.404925] Bluetooth: HCI device and connection manager initialized
[ 10.404928] Bluetooth: HCI socket layer initialized
[ 10.407346] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 12.928041] Bluetooth: L2CAP ver 2.14
[ 12.928045] Bluetooth: L2CAP socket layer initialized
[ 12.985112] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.985115] Bluetooth: BNEP filters: protocol multicast
[ 13.385860] Bluetooth: SCO (Voice Link) ver 0.6
[ 13.385863] Bluetooth: SCO socket layer initialized
[ 13.668097] Bluetooth: RFCOMM TTY layer initialized
[ 13.668105] Bluetooth: RFCOMM socket layer initialized
[ 13.668109] Bluetooth: RFCOMM ver 1.11

anonymous
()

вывод

chkconfig --list bluetooth

дай пожалуйста, ну и слушай меньше всяких гентушников/дебианщиков, man service

novitchok ★★★★★
()
Ответ на: комментарий от novitchok

[soz@localhost ~]$ chkconfig --list bluetooth
bluetooth    0:выкл   1:выкл   2:вкл   3:вкл   4:вкл   5:вкл   6:выкл
[soz@localhost ~]$

Gooddy ★★
() автор топика
Ответ на: комментарий от DukE-M


..............................
Nov 25 07:51:03 localhost NetworkManager[1301]: <info> modem-manager is now available
Nov 25 07:51:03 localhost NetworkManager[1301]: <warn> bluez error getting default adapter: Launch helper exited with unknown return code 1
Nov 25 07:51:03 localhost NetworkManager[1301]: <info> Trying to start the supplicant...
Nov 25 07:51:03 localhost NetworkManager[1301]: <info> Activation (eth0) starting connection 'System eth0'
Nov 25 07:51:03 localhost NetworkManager[1301]: <info> (eth0): device state change: 3 -> 4 (reason 0)

........................................
...........................................

Nov 25 07:51:12 localhost rtkit-daemon[1799]: Successfully made thread 1797 of process 1797 (/usr/bin/pulseaudio) owned by '500' high priority at nice level -11.
Nov 25 07:51:13 localhost rtkit-daemon[1799]: Successfully made thread 1804 of process 1797 (/usr/bin/pulseaudio) owned by '500' RT at priority 5.
Nov 25 07:51:13 localhost rtkit-daemon[1799]: Successfully made thread 1805 of process 1797 (/usr/bin/pulseaudio) owned by '500' RT at priority 5.
Nov 25 07:51:13 localhost pulseaudio[1797]: bluetooth-util.c: Error from ListAdapters reply: org.freedesktop.DBus.Error.Spawn.ChildExited
Nov 25 07:51:14 localhost kernel: [ 37.522059] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
Nov 25 07:51:15 localhost ntpd[1385]: 0.0.0.0 c61c 0c clock_step -1.187407 s
Nov 25 07:51:15 localhost ntpd[1385]: 0.0.0.0 c614 04 freq_mode
Nov 25 07:51:16 localhost rtkit-daemon[1799]: Successfully made thread 1899 of process 1899 (/usr/bin/pulseaudio) owned by '500' high priority at nice level -11.
Nov 25 07:51:17 localhost pulseaudio[1899]: pid.c: Daemon already running.
Nov 25 07:51:17 localhost ntpd[1385]: 0.0.0.0 c618 08 no_sys_peer
Nov 25 07:51:35 localhost dbus: [system] Rejected send message, 2 matched rules; type=«method_call», sender=":1.54" (uid=500 pid=1809 comm=«nautilus) interface=„org.freedesktop.DBus.Properties“ member=„GetAll“ error name=»(unset)" requested_reply=0 destination=":1.20" (uid=0 pid=1528 comm=«/usr/sbin/console-kit-daemon))
Nov 25 07:51:38 localhost blueman-mechanism: Starting blueman-mechanism
Nov 25 07:51:39 localhost blueman-mechanism: reload 0 0
Nov 25 07:52:08 localhost blueman-mechanism: Exiting

Gooddy ★★
() автор топика
Ответ на: комментарий от Gooddy

Ну сам демон у тебя включён и стартует, понятно, а вообще он по дефолту включён в федоре при стандартной установке.
Так, какой ДЕ используешь?

novitchok ★★★★★
()
Ответ на: комментарий от novitchok

Не понял!

Вообше меня смущает вот это:

[soz@localhost ~]$ hcitool dev
Devices:
[soz@localhost ~]$

и

[soz@localhost ~]$ hcitool scan
Device is not available: No such device
[soz@localhost ~]$

Gooddy ★★
() автор топика
Ответ на: комментарий от Gooddy

если я правильно помню гном, глянь в «запускаемых приложениях», чтобы гномосервис блютуза стартовал при запуске, и глянь, пакеты такие установлены, или нет:

[sanja@diego ~]$gnome-bluetooth.i686 : Bluetooth graphical utilities
gnome-bluetooth-libs.i686 : GTK+ Bluetooth device selection widgets
bluetooth-libs
gnome-phone-manager.i686 : Gnome Phone Manager
gnome-phone-manager-telepathy.i686 : Telepathy connection manager to send and
gnome-user-share.i686 : Gnome user file sharing
bluez.i686 : Bluetooth utilities
obexd.i686 : D-Bus service for Obex Client access
если нет, доставь, и потом система-параметры-блютуз и вперёд.

Заодно проверь, аппаратно адаптер включён или нет.

novitchok ★★★★★
()
Ответ на: комментарий от novitchok

В «запускаемых приложениях» запускается только bluetooth-applet.
До установил gnome-phone-manager-telepathy.

bluetooth-properties «К вашему компьютеру не подключен ни один адаптер Bluetooth»

Зашел в SETUP но что-то по поводу bluetooth ничего не нашел, Где конкретно там смотреть?

Gooddy ★★
() автор топика
Ответ на: комментарий от Gooddy

hardinfo dslftn выдает

.........
.........

PCI Devices
-----------

-PCI Devices-
Host bridge : Silicon Integrated Systems [SiS] 671MX
PCI bridge : Silicon Integrated Systems [SiS] PCI-to-PCI bridge
ISA bridge : Silicon Integrated Systems [SiS] SiS968 [MuTIOL Media IO]
IDE interface : Silicon Integrated Systems [SiS] 5513 [IDE]
USB Controller : Silicon Integrated Systems [SiS] USB 1.1 Controller
USB Controller : Silicon Integrated Systems [SiS] USB 1.1 Controller
USB Controller : Silicon Integrated Systems [SiS] USB 2.0 Controller
Ethernet controller : Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter
IDE interface : Silicon Integrated Systems [SiS] SATA Controller / IDE mode
PCI bridge : Silicon Integrated Systems [SiS] PCI-to-PCI bridge
PCI bridge : Silicon Integrated Systems [SiS] PCI-to-PCI bridge
Audio device : Silicon Integrated Systems [SiS] Azalia Audio Controller
VGA compatible controller : ATI Technologies Inc Mobility Radeon HD 3400 Series
Ethernet controller : Atheros Communications Inc. AR5001 Wireless Network Adapter

USB Devices
-----------

-USB Devices-
OHCI Host Controller
NetScroll+ Traveler
OHCI Host Controller
EHCI Host Controller
USB2.0 UVC 1.3M WebCam
USB2.0-CRW

.........
.........

Gooddy ★★
() автор топика
Ответ на: комментарий от DukE-M

Посмотрел нижнюю часть ноутбука, там приклеен ярлык «Bluetooth Modul ASUS BT-183» и ID номер. Получается что в ноутбуке есть модуль Bluetooth.

Gooddy ★★
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.