Pagina 1 di 1
[Risolto] [risolto]bluetooth
Inviato: venerdì 27 marzo 2009, 19:20
da DurinVIII
adesso monto linux 8.10, intepid...
ho il kit microsoft desktop elite for bluetooth, prima l'ho sempre usato con enorme soddisfazione anche sotto ambiente linux, ora non risco a farne un uso normale:
1-ad ogni avvio devo ricercare la periferica (le periferiche, per la precisione)
2-dopo un tot di inutilizzo (cosa frequente per la tastiera) si disattiva
insomma un disastro.
qualcuno sa darmi qualche dritta, io ho fatto (come sempre dalla 7.10) questo:
http://wiki.ubuntu-it.org/Hardware/DispositiviSenzaFili/Bluetooth?highlight=(bluetooth)
e questo:
http://wiki.ubuntu-it.org/Hardware/Periferiche/MouseBluetooth?highlight=(bluetooth)
senza risultato, e ripeto prima tutto benissimo!
Re: bluetooth
Inviato: domenica 29 marzo 2009, 15:59
da DurinVIII
up
Re: bluetooth
Inviato: lunedì 30 marzo 2009, 9:17
da DurinVIII
up

Re: bluetooth
Inviato: lunedì 30 marzo 2009, 9:21
da Tanino Rulez
non so se può esserti utile ma i miei problemi con il bluetooth li ho risolti così:
http://taninorulez.wordpress.com/2008/1 ... i-toshiba/
Re: bluetooth
Inviato: lunedì 30 marzo 2009, 9:38
da DurinVIII
::)
ho un pc fisso con chiavetta usb microsoft dedicata alla tastiera (è poi una chiavetta bluetooth normalissima)
Re: bluetooth
Inviato: martedì 31 marzo 2009, 0:03
da DurinVIII
up

Re: bluetooth
Inviato: martedì 31 marzo 2009, 9:19
da DurinVIII
up

Re: bluetooth
Inviato: mercoledì 1 aprile 2009, 9:24
da DurinVIII
up

Re: bluetooth
Inviato: giovedì 2 aprile 2009, 9:29
da DurinVIII
up >:(
Re: bluetooth
Inviato: lunedì 13 aprile 2009, 11:13
da DurinVIII
up

Re: bluetooth
Inviato: martedì 14 aprile 2009, 21:10
da DurinVIII
allora ho risolto, vi posto cosa ho fatto:
sudo gedit /etc/rc.local
Codice: Seleziona tutto
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
hidd --server --master
exit 0
sudo gedit /etc/modules
Codice: Seleziona tutto
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
loop
lp
sbp2
fuse
hidp
bluez
sudo gedit /etc/default/bluetooth
Codice: Seleziona tutto
# Defaults for bluez
# start bluetooth on boot?
# compatibility note: If this variable is not found bluetooth will
# start
BLUETOOTH_ENABLED=1
# This setting will switch HID devices (e.g mouse/keyboad) to HCI mode, that is
# you will have bluetooth functionality from your dongle instead of only HID.
# Note that not every bluetooth dongle is capable of switching back to HID
# mode, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=355497
HID2HCI_ENABLED=1
HID2HCI_UNDO=1
HIDD_ENABLED=1
HIDD_UNDO=1
poi questo installato:
Re: [Risolto] [risolto]bluetooth
Inviato: mercoledì 15 aprile 2009, 0:57
da Tanino Rulez
domani testo sul mio laptop