Notices


Reply
Thread Tools
shanttu's Avatar
Posts: 234 | Thanked: 281 times | Joined on Nov 2010 @ Helsinki
#111
Greetings. I have a problem connecting my USB travel mouse (slow speed).
h-e-n recognises it correctly, but nothing happens.
Device is A-Tech Glaser, Model X6-60MD
Code:
usb 1-1: New USB Device found, idVendor=09da, idProduct=000a
usb 1-1: New USB Device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1: Product: USB Mouse
usb 1-1: Manufacturer: A4Tech
hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0002
hub 1-0:1.0: port 1 enable change, status 00000303
Works well with wireless Logitech mouse.
Thanks for for your help and the app.
 
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#112
If you have another mouse working in the same configuration it seems to me that either non-working one is unsupported by kernel for some reason, or it consumes too much current. Will you please post dmesg from the moment you connect the mouse to the end.
 
Posts: 102 | Thanked: 23 times | Joined on Apr 2010
#113
season's greetings freemangordon,

Would it be possible for you to incorporate the following items as well into extmou:
Qoles version of mouse driver fixes the kinetic scrolling bug.. can this be incorporated here as well..
Asmall mouse or arrow symbol in the status bar would be nice when the mouse is connected ;-)
Facility to map the mouse right button to Ctrl-Backspace would be a nice option as well.
 
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#114
Thanks for the greetings...

Which version of mouse driver? This one?

http://maemo.org/packages/view/xserv...t-evdev-mouse/

Qole's version, WTF? Took me 3 weeks of sleepless nights to fix the damn driver. If you have problem with kinetic scrolling make sure you are using extmou and not some mixture of azerty1's scripts/driver and old qole's bt-hid-scripts?

Will you explain in detail the idea of using precious space in status bar to tell someone that he/she is holding mouse in his hand. Isn't visible cursor enough?

And re mapping rightclick to ctrl-backspace - as I already explained I do not feel skilled enough to emulate keyboard using mouse, have feeling that this will require massive code changes not only in evdev driver, but in X server and kernel too. And will break mouse usability in lots of applications. Won't do that.

...and have a happy new year

Last edited by freemangordon; 2010-12-27 at 07:17.
 

The Following User Says Thank You to freemangordon For This Useful Post:
Posts: 102 | Thanked: 23 times | Joined on Apr 2010
#115
Ok.. points noted..
after advanced-clock update to status bar and your valid points, I drop my requirements in a jerk

Ctrl_backspace is a good feature but did not know this involves loads of changes. For now, I am really happy with extmou

Happy new year to you as well .. I do hope to hear more new apps from a talented person like yourself
It is because of you guys I am still holding on to my N900
 
shanttu's Avatar
Posts: 234 | Thanked: 281 times | Joined on Nov 2010 @ Helsinki
#116
Thank you for your reply freemangordon. Here dmesg
Code:
5609.667297] twl4030_usb twl4030_usb: HW_CONDITIONS 0xd0/208; link 2
[ 5610.429138] usb usb1: usb resume
[ 5610.447143] hub 1-0:1.0: hub_resume
[ 5610.447265] hub 1-0:1.0: port 1: status 0301 change 0001
[ 5610.555999] hub 1-0:1.0: state 7 ports 1 chg 0002 evt 0000
[ 5610.556030] hub 1-0:1.0: port 1, status 0301, change 0000, 1.5 Mb/s
[ 5610.681091] usb 1-1: new low speed USB device using musb_hdrc and address 2
[ 5610.833251] usb 1-1: skipped 1 descriptor after interface
[ 5610.833770] usb 1-1: default language 0x0409
[ 5610.836151] usb 1-1: uevent
[ 5610.836364] usb 1-1: usb_probe_device
[ 5610.836395] usb 1-1: configuration #1 chosen from 1 choice
[ 5610.846191] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
[ 5610.846557] usb 1-1:1.0: uevent
[ 5610.847381] /home/builder2/maemo-fremantle-armel-extras-devel/work/kernel-power-2.6.28/drivers/usb/core/inode.c: creating file '002'
[ 5610.848052] usb 1-1: New USB device found, idVendor=09da, idProduct=000a
[ 5610.848083] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5610.848144] usb 1-1: Product: USB Mouse
[ 5610.848144] usb 1-1: Manufacturer: A4Tech
[ 5610.848205] hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0002
[ 5610.848266] hub 1-0:1.0: port 1 enable change, status 00000303
[ 5611.217803] usbhid 1-1:1.0: usb_probe_interface
[ 5611.217834] usbhid 1-1:1.0: usb_probe_interface - got id
[ 5611.225555] usbcore: registered new interface driver usbhid
[ 5611.225616] usbhid: v2.6:USB HID core driver
 
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#117
What I don't see here is new input device created. As I don't have USB mouse around me to test, will you connect your another mouse and check in dmesg log if there is line similar to

[ xxxx.xxxxxx] input: Logitech mouse as /class/input/inputN

If there is such line for Logitech wireless there I would propose to ask on h-e-n thread, maybe usbhid does not support your A4Tech mouse

also may I have your /tmp/Xorg.0.log
 
Posts: 7 | Thanked: 0 times | Joined on Dec 2010
#118
Originally Posted by shanttu View Post
Greetings. I have a problem connecting my USB travel mouse (slow speed).
h-e-n recognises it correctly, but nothing happens.
Device is A-Tech Glaser, Model X6-60MD
Code:
usb 1-1: New USB Device found, idVendor=09da, idProduct=000a
usb 1-1: New USB Device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1: Product: USB Mouse
usb 1-1: Manufacturer: A4Tech
hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0002
hub 1-0:1.0: port 1 enable change, status 00000303
Works well with wireless Logitech mouse.
Thanks for for your help and the app.
Hi! I have a wireless USB mouse as well, I thought it was bluetooth but I guess not. It's the Logitech Wireless M195 Laser mouse with 2.4GHz Unifying USB nano-receiver.

Is there anyway at all that I might be able to get this to work on my N900? Or am I looking at buying a new bluetooth mouse?

Last edited by ebivr; 2011-01-06 at 04:26.
 
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#119
I don't understand what you are asking, but did you try to connect receiver to n900 at all? On the other hand extmou has nothing to do with hen or USB, so if you have problems connecting USB devices please use some relevant thread, you may receive more help there.

To be honest I would recommend you to buy bluetooth mouse as for now USB hostmode charging does not work, so connecting USB mouse will give you large battery drainage. Not to mention the pile of cables and hub if you need keyboard attached too.

Last edited by freemangordon; 2011-01-06 at 08:43. Reason: typo
 
Posts: 310 | Thanked: 202 times | Joined on Jun 2010 @ Ireland
#120
I was just wondering if you managed to find help developing qtmweb. If I want to try it, do I simply click on the link and appman will open automatically or do I have to download and install via exterm. As you can probably tell I know very little about this device.I was wondering what needs to be developed? ie what isn't working. Really enjoying angry birds with a mouse on a 46" lcd.

Thanks.
 
Reply


 
Forum Jump


All times are GMT. The time now is 02:31.