Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] Installazione del dispositivo bluetooth integrato
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
fbcyborg
Advocate
Advocate


Joined: 16 Oct 2005
Posts: 3056
Location: ROMA

PostPosted: Wed Dec 13, 2006 6:35 pm    Post subject: [RISOLTO] Installazione del dispositivo bluetooth integrato Reply with quote

Salve a tutti,

Ho cercato nel forum, su google... ma non sono riuscito a trovare una guida che mi aiuti a rilevare il mio dispositivo bluetooth integrato nel portatile e ad installarlo.

Facendo lspci, non riesco ad identificarlo; con lsusb nemmeno...

Come posso procedere?

Grazie.
_________________
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered


Last edited by fbcyborg on Thu Dec 14, 2006 1:03 pm; edited 1 time in total
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Thu Dec 14, 2006 8:57 am    Post subject: Re: Installazione del dispositivo bluetooth integrato Reply with quote

fbcyborg wrote:
Ho cercato nel forum, su google... ma non sono riuscito a trovare una guida che mi aiuti a rilevare il mio dispositivo bluetooth integrato nel portatile e ad installarlo.

Facendo lspci, non riesco ad identificarlo; con lsusb nemmeno...


Posta marca e modello del portatile, e il risultato di lspci.
_________________
Ciao da me!
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Thu Dec 14, 2006 10:01 am    Post subject: Re: Installazione del dispositivo bluetooth integrato Reply with quote

Quoto randomaze e nel frattempo chiedo: hai seguito questa guida???
Io l'ho sempre seguita passo-passo e non ho mai avuto problemi

Ciriciao
mouser :wink:
Back to top
View user's profile Send private message
fbcyborg
Advocate
Advocate


Joined: 16 Oct 2005
Posts: 3056
Location: ROMA

PostPosted: Thu Dec 14, 2006 10:15 am    Post subject: Reply with quote

Il mio portatile è un Sony Vaio VGN-SZ330P.
Il risultato di un lspci è il seguente:
Code:
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express PCI Express Root Port (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller IDE (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation GeForce Go 7400 (rev a1)
06:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
07:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8036 PCI-E Fast Ethernet Controller (rev 15)
09:04.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
09:04.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller
09:04.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)


@mouser: sì l'ho seguita. Il problema è che non traggo aiuto da quella guida per quanto riguarda il mio dispositivo bluetooth integrato. In realtà è la guida che ho sempre seguito in altri casi in cui utilizzavo un dispositivo bluetooth usb, ed ho sempre avuto buoni risultati.
_________________
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Thu Dec 14, 2006 11:53 am    Post subject: Reply with quote

Altra domandina (almeno dall'esperienza che ho con il mio portatile)

Se per caso hai un'interruttore per attivare/disattivare il bluetooth, sappi che questo interruttore collega/scollega un usb-dongle bluetooth. In questi casi puo' essere d'aiuto

Code:
# while [ 1 ]; do clear && lsusb && sleep 1 ; done


e premi l'interruttore per vedere se qualcosa cambia.

In ogni caso puoi provare a postare (sempre che ne esca) l'output di
Code:
# dmesg | grep -i bluetooth

e, se hai l'interruttore, l'output di
Code:
# tail -f /var/log/messages


Quando premi e ripremi l'interruttore???

Questo perchè capisco che magari i driver bluetooth abbiano dei problemi, ma che il device proprio non funzioni mi sembra eccessivo.

Ciriciao
mouser :wink:
Back to top
View user's profile Send private message
fbcyborg
Advocate
Advocate


Joined: 16 Oct 2005
Posts: 3056
Location: ROMA

PostPosted: Thu Dec 14, 2006 12:40 pm    Post subject: Reply with quote

Dunque...
L'interruttore abilita/disabilita sia il bluetooth che la rete Wi-Fi.

Grazie a questo trucchetto che mi hai detto quando l'interruttore è ON appare la seguente riga:
Code:
Bus 005 Device 005: ID 044e:300c Alps Electric Co., Ltd

quando è off, scompare ;)


il dmesg | grep -i bluetooth non restituisce nulla.

Con il tail -f /var/log/messages quando metto su OFF l'interruttore compaiono questi messaggi:
Code:
Dec 14 13:35:15 SZ330P wpa_cli: interface eth1 CONNECTED
Dec 14 13:37:36 SZ330P kernel: Kill switch must be turned off for wireless networking to work.
Dec 14 13:37:36 SZ330P logger: ACPI event unhandled: sony/hotkey SPIC 00000001 0000003d
Dec 14 13:37:40 SZ330P kernel: usb 5-2: USB disconnect, address 5

quando lo rimetto su ON:
Code:
Dec 14 13:39:09 SZ330P kernel: ipw3945: Detected geography ABG (11 802.11bg channels, 13 802.11a channels)
Dec 14 13:39:09 SZ330P kernel: usb 5-2: new full speed USB device using uhci_hcd and address 6
Dec 14 13:39:09 SZ330P kernel: usb 5-2: configuration #1 chosen from 1 choice
Dec 14 13:39:13 SZ330P wpa_cli: interface eth1 DISCONNECTED
Dec 14 13:39:18 SZ330P wpa_cli: interface eth1 CONNECTED

ignora i messaggi su eth1, adesso sto utilizzando il cavo di rete per fare questi esperimenti.

A parte il primo test, che almeno ci ha fatto identificare qualcosa (mi sembra) non vedo questo benedetto bluetooth.
_________________
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered
Back to top
View user's profile Send private message
riverdragon
Veteran
Veteran


Joined: 14 Sep 2006
Posts: 1269
Location: Verona

PostPosted: Thu Dec 14, 2006 12:47 pm    Post subject: Reply with quote

Anche io ho un dispositivo bluetooth integrato, e il sistema lo vede come usb. Hai compilato il supporto nel kernel per i dispositivi bluetooth-usb?
Back to top
View user's profile Send private message
fbcyborg
Advocate
Advocate


Joined: 16 Oct 2005
Posts: 3056
Location: ROMA

PostPosted: Thu Dec 14, 2006 12:48 pm    Post subject: Reply with quote

Vado a farlo di corsa....

Forse il problema di fondo è che io non sapevo affatto che i dispositivi bluetooth integrati fossero visti come usb.
Ricompilo il kernel e vediamo cosa succede.
_________________
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Thu Dec 14, 2006 12:56 pm    Post subject: Reply with quote

In un qualsiasi momento, il comando
Code:
# hcitool dev

Ti visualizza le device bluetooth rilevate

Ciriciao
mouser :wink:
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Thu Dec 14, 2006 12:59 pm    Post subject: Reply with quote

mouser wrote:
In un qualsiasi momento, il comando
Code:
# hcitool dev

Ti visualizza le device bluetooth rilevate

I device :wink:
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
fbcyborg
Advocate
Advocate


Joined: 16 Oct 2005
Posts: 3056
Location: ROMA

PostPosted: Thu Dec 14, 2006 1:03 pm    Post subject: Reply with quote

Woow! ecco risolto il problema. Fortunatamente si è rivelato come più semplice di quello che immaginavo.

Sta di fatto che ora si può dare per certo che i dispositivi bluetooth integrati vengano rilevati come se fossero USB.

Grazie.

Code:
# dmesg |grep -i bluetooth
Bluetooth: Core ver 2.10
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: HCI USB driver ver 2.9

_________________
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Thu Dec 14, 2006 1:05 pm    Post subject: Reply with quote

fbcyborg wrote:
Sta di fatto che ora si può dare per certo che i dispositivi bluetooth integrati vengano rilevati come se fossero USB.

Si poteva dare per certo anche prima, solo che tu non lo sapevi :wink:
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
fbcyborg
Advocate
Advocate


Joined: 16 Oct 2005
Posts: 3056
Location: ROMA

PostPosted: Thu Dec 14, 2006 9:44 pm    Post subject: Reply with quote

Un'ultima domanda: quì si richiede l'installazione di coldplug. Mi sembra di aver sentito che con le ultime versioni di udev, adesso non serve più né hotplug né coldplug.
Sebbene io abbia sulla mia gentoo hotplug installato... posso/devo evitare di installare coldplug? Non sono stato io a installare hotplug manualmente, forse si è installato quando ho dato emerge -e system dopo il bootstrap.
(Fra l'altro se volessi installare coldplug non sarebbe nemmeno possibile, perché appunto udev lo blocca)
_________________
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered
Back to top
View user's profile Send private message
mouser
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1419
Location: Milano

PostPosted: Fri Dec 15, 2006 7:39 am    Post subject: Reply with quote

Non ho mai installato coldplug e tutto ha sempre funzionato a dovere.

Ciriciao
mouser :wink:
Back to top
View user's profile Send private message
fabiolino
Tux's lil' helper
Tux's lil' helper


Joined: 27 May 2006
Posts: 103
Location: bologna

PostPosted: Tue Jul 03, 2007 10:18 am    Post subject: Reply with quote

Salve a tutti.
Ho il problema che non riesco a vedere il bluetooth integrato. Ho controllato il kernel, non credo di avere trovato nessun riferimento bluetooth-usb.
Potreste postarmi la parte del .config interessata? Grazie.

Scusate se non posso darvi maggiori dettagli ma sto rispondendo da una postazione pubblica.
Saluti.
Back to top
View user's profile Send private message
darkmanPPT
Veteran
Veteran


Joined: 13 Apr 2006
Posts: 1069
Location: vi/bo

PostPosted: Tue Jul 03, 2007 11:12 am    Post subject: Reply with quote

anche io ho lo stesso problema...
:(
_________________
Darkman
Back to top
View user's profile Send private message
Tigerwalk
Guru
Guru


Joined: 15 May 2007
Posts: 475
Location: Napoli

PostPosted: Tue Jul 03, 2007 12:11 pm    Post subject: Reply with quote

fabiolino wrote:
Salve a tutti.
Ho il problema che non riesco a vedere il bluetooth integrato. Ho controllato il kernel, non credo di avere trovato nessun riferimento bluetooth-usb.
Potreste postarmi la parte del .config interessata? Grazie.

Scusate se non posso darvi maggiori dettagli ma sto rispondendo da una postazione pubblica.
Saluti.



http://www.gentoo.org/doc/it/bluetooth-guide.xml
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Tue Jul 03, 2007 2:10 pm    Post subject: Reply with quote

Scusate il piccolo OT ma mi sono accorto adesso di una cosina ...
mouser wrote:

Code:
# while [ 1 ]; do clear && lsusb && sleep 1 ; done


che è equivalente a un
Code:
watch -n 1 lsusb
ma quest'ultimo è più leggibile.
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
darkmanPPT
Veteran
Veteran


Joined: 13 Apr 2006
Posts: 1069
Location: vi/bo

PostPosted: Tue Jul 03, 2007 2:24 pm    Post subject: Reply with quote

ho seguito alla lettera la guida sul bluethoot
allora...
io ho il bluethoot.. sono sicuro al 100% c'ho il mio bellissimo tastino sotto mano.
però non succede nulla
ho provato a fare il "while" e a vedere cosa cambia se schiaccio o non schiaccio.. ma il risultato è sempre che mi vede il mouse e basta.
poi,
Code:
hcitool dev

vuoto, niente di niente
e
Code:
dmesg |grep -i bluetooth Bluetooth: L2CAP ver 2.8
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.8
Bluetooth: BNEP (Ethernet Emulation) ver 1.2
Bluetooth: BNEP filters: protocol multicast
Bluetooth: HIDP (Human Interface Emulation) ver 1.1
Bluetooth: HCI USB driver ver 2.9
Bluetooth: HCI UART driver ver 2.2

che poi sono i moduli che ho caricato.. quindi non mi pare un granchè di informazione...
allora mi chiedo.. ma cosa posso mettere in più?
DEVE esserci qualcosa che mi manca nel kernel.. ma io ho aggiuto TUTTO quello che nella guida sopracitata c'era da aggiungere...
però non me la vede.
non capisco..... :?
_________________
Darkman
Back to top
View user's profile Send private message
fabiolino
Tux's lil' helper
Tux's lil' helper


Joined: 27 May 2006
Posts: 103
Location: bologna

PostPosted: Wed Jul 04, 2007 7:19 am    Post subject: Reply with quote

Salve.
Ecco le informazioni complete.
Laptop: Acere Aspire 5601AWLMI
kernel: 2.6.16-suspend2-r8

#lspci
00:00.0 Host bridge: Intel Corporation Mobile Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile PCI Express Graphics Port (rev 03)
00:1b.0 Class 0403: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc Unknown device 7149
02:00.0 Network controller: Intel Corporation Unknown device 4222 (rev 02)
0a:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
0a:09.0 CardBus bridge: Texas Instruments Unknown device 8039
0a:09.2 Mass storage controller: Texas Instruments Unknown device 803b
0a:09.3 Class 0805: Texas Instruments Unknown device 803c

Ho sehuito alla lettera la documentazione bluetooth-guide e ho ricompilato il kernel.

# dmesg|grep -i bluetooth
[4294667.753000] Bluetooth: Core ver 2.8
[4294667.753000] Bluetooth: HCI device and connection manager initialized
[4294667.753000] Bluetooth: HCI socket layer initialized
[4294682.010000] Bluetooth: HCI USB driver ver 2.9

Se eseguo # hcitool dev
Devices:
Non mi viene rilevato nulla.

# lsusb
Bus 003 Device 002: ID 046d:0892 Logitech, Inc.
Bus 003 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000

Io ho 2 interruttori:uno per il bluetooth e l'altro per il wireless.

Se switcho a ON il WIFI funziona perfettamente:
[4297303.889000] ipw3945: Detected geography ABG (13 802.11bg channels, 23 802.11a channels)
[4297303.909000] atkbd.c: Unknown key released (translated set 2, code 0xd5 on isa0060/serio0).
[4297303.909000] atkbd.c: Use 'setkeycodes e055 <keycode>' to make it known.
Il led del wifi si accende e si spegne

Se switcho a ON il bluetooth:
[4297388.288000] atkbd.c: Unknown key pressed (translated set 2, code 0xd8 on isa0060/serio0).
[4297388.288000] atkbd.c: Use 'setkeycodes e058 <keycode>' to make it known.
[4297388.682000] atkbd.c: Unknown key released (translated set 2, code 0xd8 on isa0060/serio0).
[4297388.682000] atkbd.c: Use 'setkeycodes e058 <keycode>' to make it known.
Il led del BT rimane spento.

:?: Non mi torna.
Back to top
View user's profile Send private message
darkmanPPT
Veteran
Veteran


Joined: 13 Apr 2006
Posts: 1069
Location: vi/bo

PostPosted: Sat Jul 07, 2007 4:45 pm    Post subject: Reply with quote

è ESATTAMENTE cioè che viene fuori anche a me.. :(
nessuna ha una idea per noi due?
_________________
Darkman
Back to top
View user's profile Send private message
fabiolino
Tux's lil' helper
Tux's lil' helper


Joined: 27 May 2006
Posts: 103
Location: bologna

PostPosted: Thu Jul 12, 2007 8:09 am    Post subject: Reply with quote

Ho appena scoperto che il mio Acer Aspire 5601AWLMI ha SOLO! la predisponizione per il bluetooth (il pulsantino per intenderci) ma non ha il bluetooth integrato. Quindi mio malgrado ho dovuto comprare un nuovo adattatore BT. Pare che la Acer o chi per lei abbia pensato di fare questo scherzetto su una vasta serie di portatili. E' chiaro che c'è poca serietà in questo.
Caro DarkmanPPT. Potrebbe essere la stessa cosa per te.
Back to top
View user's profile Send private message
darkmanPPT
Veteran
Veteran


Joined: 13 Apr 2006
Posts: 1069
Location: vi/bo

PostPosted: Thu Jul 12, 2007 9:02 am    Post subject: Reply with quote

dici?
ho gardato sul sito dell'acer .. pare che debba esserci, no?
dopotutto sotto windows se schiaccio il tastino mi dice "buetooth on"... anche se poi non vede alcuna rete (e né si fa vedere).
dopotutto c'è scritto:
Quote:
Integrated Bluetooth® option eases the exchange of personal information


detto così mi aspetto di averlo, no? :(


----------------------------------------------

uhm... ma sai che in effetti cercando PRECISAMENTE il mio modello .....
probabilmente hai ragione tu? 8O
ma che str**zoni 8O quelli dell'acer......... adesso voglio leggermi il libretto di istruzioni.. il tipo che me lo ha venduto mi ha detto che c'era il bluetooth...
ma allora....
perchè sotto winzoz mi dice: "bluetooth attivato? 8O 8O "
_________________
Darkman
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Thu Jul 12, 2007 9:49 am    Post subject: Reply with quote

darkmanPPT wrote:
perchè sotto winzoz mi dice: "bluetooth attivato? 8O 8O "


Potresti chiedere a un tuo amico con il cellulare superfigo di fare lo scanning delle reti bluetooth dopo che windows ti ha detto "bluetooth attivato" ;-)
_________________
Ciao da me!
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Thu Jul 12, 2007 9:53 am    Post subject: Reply with quote

fabiolino wrote:
Se switcho a ON il bluetooth:
Code:

[4297388.288000] atkbd.c: Unknown key pressed (translated set 2, code 0xd8 on isa0060/serio0).
[4297388.288000] atkbd.c: Use 'setkeycodes e058 <keycode>' to make it known.
[4297388.682000] atkbd.c: Unknown key released (translated set 2, code 0xd8 on isa0060/serio0).
[4297388.682000] atkbd.c: Use 'setkeycodes e058 <keycode>' to make it known.

Il led del BT rimane spento.

Direi che il problema è qui. Bisognerebbe "mappare" in qualche modo il tastino Bluetooth per fargli attivare l'USB Dongle. Siccome al momento non ho la più pallida idea di come si possa fare, lascio la parola agli esperti :roll: 8)
_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum