Re: Anyone have a Bluetooth mouse ?

2008-07-27 Thread Vincent MEURISSE
On Sun, Jul 27, 2008 at 14:11, Valerio Valerio <[EMAIL PROTECTED]> wrote:
>
>
> 2008/7/27 Vincent MEURISSE <[EMAIL PROTECTED]>
>>
>> >
>> Here is a dump with my mouse.
>> There is only one byte changing between the messages:
>> byte = '01' : 1 click scroll up
>> byte = '02' : 2 clicks scroll up
>> byte = '03' : 3 clicks scroll up
>> ...
>> byte = 'ff' : 1 click scroll down
>> byte = 'fe' : 2 clicks scroll down
>> ...
>>
>> I hope this is ok for you
>
> Thanks  Vincent :)  What is the brand and model of your mouse ?
>
> Cheers,
>
> --
> Valério Valério
>
> http://www.valeriovalerio.org
>
>>
>>
>> --
>>
>> Vincent MEURISSE
>>
>> ___
>> Openmoko community mailing list
>> community@lists.openmoko.org
>> http://lists.openmoko.org/mailman/listinfo/community
>>
>
>
>
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
>

It's a Microsoft : Laser mouse 8000
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Anyone have a Bluetooth mouse ?

2008-07-27 Thread Valerio Valerio
2008/7/27 Vincent MEURISSE <[EMAIL PROTECTED]>

>
> >
> Here is a dump with my mouse.
> There is only one byte changing between the messages:
> byte = '01' : 1 click scroll up
> byte = '02' : 2 clicks scroll up
> byte = '03' : 3 clicks scroll up
> ...
> byte = 'ff' : 1 click scroll down
> byte = 'fe' : 2 clicks scroll down
> ...
>
> I hope this is ok for you


Thanks  Vincent :)  What is the brand and model of your mouse ?

Cheers,

-- 
Valério Valério

http://www.valeriovalerio.org


>
> --
>
> Vincent MEURISSE
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
>
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Anyone have a Bluetooth mouse ?

2008-07-27 Thread Vincent MEURISSE
On Sun, Jul 27, 2008 at 08:55, Valerio Valerio <[EMAIL PROTECTED]> wrote:
> HI,
>
> 2008/7/27 Dylan Semler <[EMAIL PROTECTED]>
>>
>> On Sat, Jul 26, 2008 at 6:36 AM, Valerio Valerio <[EMAIL PROTECTED]> wrote:
>>>
>>> HI,
>>>
>>> 2008/7/26 Yogiz <[EMAIL PROTECTED]>

 > sudo /usr/sbin/hcidump -X > test_mouse
 > Can't open device: No such device
 You should probably use the device file there, such as /dev/input/mouse
 or whatever. I'd dump it myself, but my MoGo mouse doesn't have a
 scrolling wheel.
>>>
>>>
>>> It can't open the bluetooth device, probably your bluetooth device isn't
>>> hci0.
>>> Check with  "hciconfig" your device (hci0, hci1...) and then try with the
>>> command "sudo hcidump -i device_hcixx -X > test_mouse"
>>
>>
>> K, I don't know if I'm going to be able to help you out.  hciconfig -a
>> doesn't have any output.  I think the bluetooth devices are mapped to
>> /dev/input/mouse*:
>>
>> $ cd /dev/input/by-id
>> $ ll
>> $ lrwxrwxrwx 1 root root 9 2008-07-25 01:11 usb-15c2_0038-event-mouse ->
>> ../event1
>> $ lrwxrwxrwx 1 root root 9 2008-07-25 01:11 usb-15c2_0038-mouse ->
>> ../mouse1
>> $ lrwxrwxrwx 1 root root 9 2008-07-25 01:11
>> usb-Logitech_Logitech_BT_Mini-Receiver_000761A42B60-event-kbd -> ../event2
>> $ lrwxrwxrwx 1 root root 9 2008-07-25 01:11
>> usb-Logitech_Logitech_BT_Mini-Receiver_000761A42B60-event-mouse -> ../event3
>> $ lrwxrwxrwx 1 root root 9 2008-07-25 01:11
>> usb-Logitech_Logitech_BT_Mini-Receiver_000761A42B60-mouse -> ../mouse2
>>
>> and sudo /usr/sbin/hcidump -X -i /dev/input/mouse1 > 'test_mouse' has the
>> same "Can't open device: No such device" result.  I've tried with
>> mouse[0-3].  If you have any other suggestions let me know, otherwise maybe
>> someone else can help you out.
>
>
> Your mouse seems to be a Bluetooth mouse with some USB receiver, your
> computer probably don't have Bluetooth (or isn't configured).
>
> Thanks for the help anyway.
>
> Best regards,
>
> --
> Valério Valério
>
> http://www.valeriovalerio.org
>
>>
>>
>> --
>> Dylan
>>
>> Type faster. Use Dvorak:
>> http://dvzine.org
>>
>> ___
>> Openmoko community mailing list
>> community@lists.openmoko.org
>> http://lists.openmoko.org/mailman/listinfo/community
>>
>
>
>
>
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
>
Here is a dump with my mouse.
There is only one byte changing between the messages:
byte = '01' : 1 click scroll up
byte = '02' : 2 clicks scroll up
byte = '03' : 3 clicks scroll up
...
byte = 'ff' : 1 click scroll down
byte = 'fe' : 2 clicks scroll down
...

I hope this is ok for you

--

Vincent MEURISSE


test_mouse
Description: Binary data
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Anyone have a Bluetooth mouse ?

2008-07-27 Thread Valerio Valerio
HI,

2008/7/27 Dylan Semler <[EMAIL PROTECTED]>

> On Sat, Jul 26, 2008 at 6:36 AM, Valerio Valerio <[EMAIL PROTECTED]> wrote:
>
>> HI,
>>
>> 2008/7/26 Yogiz <[EMAIL PROTECTED]>
>>
>>> > sudo /usr/sbin/hcidump -X > test_mouse
>>> > Can't open device: No such device
>>> You should probably use the device file there, such as /dev/input/mouse
>>> or whatever. I'd dump it myself, but my MoGo mouse doesn't have a
>>> scrolling wheel.
>>
>>
>> It can't open the bluetooth device, probably your bluetooth device isn't
>> hci0.
>> Check with  "hciconfig" your device (hci0, hci1...) and then try with the
>> command "sudo hcidump -i device_hcixx -X > test_mouse"
>>
>
>
> K, I don't know if I'm going to be able to help you out.  hciconfig -a
> doesn't have any output.  I think the bluetooth devices are mapped to
> /dev/input/mouse*:
>
> $ cd /dev/input/by-id
> $ ll
> $ lrwxrwxrwx 1 root root 9 2008-07-25 01:11 usb-15c2_0038-event-mouse ->
> ../event1
> $ lrwxrwxrwx 1 root root 9 2008-07-25 01:11 usb-15c2_0038-mouse ->
> ../mouse1
> $ lrwxrwxrwx 1 root root 9 2008-07-25 01:11
> usb-Logitech_Logitech_BT_Mini-Receiver_000761A42B60-event-kbd -> ../event2
> $ lrwxrwxrwx 1 root root 9 2008-07-25 01:11
> usb-Logitech_Logitech_BT_Mini-Receiver_000761A42B60-event-mouse -> ../event3
> $ lrwxrwxrwx 1 root root 9 2008-07-25 01:11
> usb-Logitech_Logitech_BT_Mini-Receiver_000761A42B60-mouse -> ../mouse2
>
> and sudo /usr/sbin/hcidump -X -i /dev/input/mouse1 > 'test_mouse' has the
> same "Can't open device: No such device" result.  I've tried with
> mouse[0-3].  If you have any other suggestions let me know, otherwise maybe
> someone else can help you out.
>

Your mouse seems to be a Bluetooth mouse with some USB receiver, your
computer probably don't have Bluetooth (or isn't configured).

Thanks for the help anyway.

Best regards,

-- 
Valério Valério

http://www.valeriovalerio.org


>
> --
> Dylan
>
> Type faster. Use Dvorak:
> http://dvzine.org
>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
>
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Anyone have a Bluetooth mouse ?

2008-07-26 Thread Dylan Semler
On Sat, Jul 26, 2008 at 6:36 AM, Valerio Valerio <[EMAIL PROTECTED]> wrote:

> HI,
>
> 2008/7/26 Yogiz <[EMAIL PROTECTED]>
>
>> > sudo /usr/sbin/hcidump -X > test_mouse
>> > Can't open device: No such device
>> You should probably use the device file there, such as /dev/input/mouse
>> or whatever. I'd dump it myself, but my MoGo mouse doesn't have a
>> scrolling wheel.
>
>
> It can't open the bluetooth device, probably your bluetooth device isn't
> hci0.
> Check with  "hciconfig" your device (hci0, hci1...) and then try with the
> command "sudo hcidump -i device_hcixx -X > test_mouse"
>


K, I don't know if I'm going to be able to help you out.  hciconfig -a
doesn't have any output.  I think the bluetooth devices are mapped to
/dev/input/mouse*:

$ cd /dev/input/by-id
$ ll
$ lrwxrwxrwx 1 root root 9 2008-07-25 01:11 usb-15c2_0038-event-mouse ->
../event1
$ lrwxrwxrwx 1 root root 9 2008-07-25 01:11 usb-15c2_0038-mouse -> ../mouse1
$ lrwxrwxrwx 1 root root 9 2008-07-25 01:11
usb-Logitech_Logitech_BT_Mini-Receiver_000761A42B60-event-kbd -> ../event2
$ lrwxrwxrwx 1 root root 9 2008-07-25 01:11
usb-Logitech_Logitech_BT_Mini-Receiver_000761A42B60-event-mouse -> ../event3
$ lrwxrwxrwx 1 root root 9 2008-07-25 01:11
usb-Logitech_Logitech_BT_Mini-Receiver_000761A42B60-mouse -> ../mouse2

and sudo /usr/sbin/hcidump -X -i /dev/input/mouse1 > 'test_mouse' has the
same "Can't open device: No such device" result.  I've tried with
mouse[0-3].  If you have any other suggestions let me know, otherwise maybe
someone else can help you out.

--
Dylan

Type faster. Use Dvorak:
http://dvzine.org
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Anyone have a Bluetooth mouse ?

2008-07-26 Thread Valerio Valerio
HI,

2008/7/26 Yogiz <[EMAIL PROTECTED]>

> > sudo /usr/sbin/hcidump -X > test_mouse
> > Can't open device: No such device
> You should probably use the device file there, such as /dev/input/mouse
> or whatever. I'd dump it myself, but my MoGo mouse doesn't have a
> scrolling wheel.


It can't open the bluetooth device, probably your bluetooth device isn't
hci0.
Check with  "hciconfig" your device (hci0, hci1...) and then try with the
command "sudo hcidump -i device_hcixx -X > test_mouse"

Thanks in advance.

Best regards,

-- 
Valério Valério

http://www.valeriovalerio.org


>
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Anyone have a Bluetooth mouse ?

2008-07-25 Thread Yogiz
> sudo /usr/sbin/hcidump -X > test_mouse
> Can't open device: No such device
You should probably use the device file there, such as /dev/input/mouse
or whatever. I'd dump it myself, but my MoGo mouse doesn't have a
scrolling wheel.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Anyone have a Bluetooth mouse ?

2008-07-25 Thread Dylan Semler
On Fri, Jul 25, 2008 at 2:10 PM, Valerio Valerio <[EMAIL PROTECTED]> wrote:

> Hi,
>
> I need a dump from a bluetooth mouse in a Linux box , for figure out a
> pattern to do my project (GSoC Openmoko remote controller).
> So if some kindle person with a bluetooth mouse can do the instructions in
> the bottom and send me the result, I will appreciate a lot :)
>
> Instructions:
>
> 1-  Check if you have hcidump installed (exist in the rep of the major
> linux distros)
> 2- In a shell type "sudo hcidump -X  >  teste_mouse"
> 3 - Connect the mouse to the PC and hit the scroll up and down a few times
> 4- hit scrool down again and terminate the hcidump app
> 5- send me the "test_mouse" file
>


sudo /usr/sbin/hcidump -X > test_mouse
Can't open device: No such device


-- 
Dylan

Type faster. Use Dvorak:
http://dvzine.org
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Anyone have a Bluetooth mouse ?

2008-07-25 Thread Valerio Valerio
Hi,

I need a dump from a bluetooth mouse in a Linux box , for figure out a
pattern to do my project (GSoC Openmoko remote controller).
So if some kindle person with a bluetooth mouse can do the instructions in
the bottom and send me the result, I will appreciate a lot :)

Instructions:

1-  Check if you have hcidump installed (exist in the rep of the major linux
distros)
2- In a shell type "sudo hcidump -X  >  teste_mouse"
3 - Connect the mouse to the PC and hit the scroll up and down a few times
4- hit scrool down again and terminate the hcidump app
5- send me the "test_mouse" file

Best regards,


-- 
Valério Valério

http://www.valeriovalerio.org
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community