Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Strony: 1
Jak skonfigurować bluetooth pod fedorą nie działa mi?
Offline
2724
Ostatnio edytowany przez uzytkownikubunt (2016-12-01 01:34:43)
Offline
Zrób sobie na początek taką regułkę [b]udeva[/b], żeby Ci podnosił bluetootha automatycznie po podłączeniu do portu USB.
Z jakiegoś dziwnego powodu nowy [b]bluez[/b] tego automatycznie nie robi.
su root -c $EDITOR /etc/udev/rules.d/99-hciconfig.rules
I wklejasz tam:
ACTION=="add", KERNEL=="hci0", RUN+="/usr/bin/hciconfig hci0 up" ACTION=="add", KERNEL=="hci1", RUN+="/usr/bin/hciconfig hci1 up" ACTION=="add", KERNEL=="hci2", RUN+="/usr/bin/hciconfig hci2 up"
Potem z konta root:
udevadm control --reload
albo restart udeva lub komputera.
Ostatnio edytowany przez Jacekalex (2016-02-14 19:51:13)
Offline
[quote=Jacekalex]
ACTION=="add", KERNEL=="hci0", RUN+="/usr/bin/hciconfig hci0 up" ACTION=="add", KERNEL=="hci1", RUN+="/usr/bin/hciconfig hci1 up" ACTION=="add", KERNEL=="hci2", RUN+="/usr/bin/hciconfig hci2 up"
[/quote]
Weź sobie to ogarnij jakoś po ludzku: xD
ACTION=="add", KERNEL=="hci?", RUN+="/usr/bin/hciconfig %k up"
? to dowolny znak, a %k odpowiada za to co jest w zmiennej KERNEL w:
# udevadm info --attribute-walk -p /sys/class/bluetooth/hci0/ ... looking at device '/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/bluetooth/hci0': KERNEL=="hci0" SUBSYSTEM=="bluetooth" DRIVER=="" ATTR{address}=="00:15:83:4a:cd:c1" ATTR{name}=="morfikownia" ATTR{type}=="BR/EDR"
Ostatnio edytowany przez morfik (2016-02-14 20:23:55)
Offline
? to dowolny znak, a %k odpowiada za to co jest w zmiennej KERNEL w:[/quote]
Słuszna uwaga, dzięki.
Eudev coś inaczej działa, od twojego udeva:Kod:
udevadm info --attribute-walk -p /sys/class/bluetooth/hci0/ syspath not foundKod:
udevadm info --attribute-walk -p /sys/class/bluetooth/hci0 Udevadm info starts with the device specified by the devpath and then walks up the chain of parent devices. It prints for every device found, all possible attributes in the udev rules key format. A rule to match, can be composed by the attributes of the device and the attributes from one single parent device. looking at device '/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/bluetooth/hci0': KERNEL=="hci0" SUBSYSTEM=="bluetooth" DRIVER=="" ATTR{name}=="bajzel" ATTR{type}=="BR/EDR" ATTR{address}=="00:15:83:15:a3:10"Pozdro
Ostatnio edytowany przez Jacekalex (2016-02-14 20:54:04)
W demokracji każdy naród ma taką władzę, na jaką zasługuje ;)
Si vis pacem para bellum ;) | Pozdrawiam :)
Offline
Strony: 1
Time (s) | Query |
---|---|
0.00012 | SET CHARSET latin2 |
0.00006 | SET NAMES latin2 |
0.00100 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='3.145.39.176' WHERE u.id=1 |
0.00070 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '3.145.39.176', 1732441343) |
0.00039 | SELECT * FROM punbb_online WHERE logged<1732441043 |
0.00077 | DELETE FROM punbb_online WHERE ident='3.135.206.166' |
0.00057 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=28279 AND t.moved_to IS NULL |
0.00005 | SELECT search_for, replace_with FROM punbb_censoring |
0.00124 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=28279 ORDER BY p.id LIMIT 0,25 |
0.00085 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=28279 |
Total query time: 0.00575 s |