From: Kim Pedersen <jungle@saphire.dk>
To: bluez-users@lists.sourceforge.net
Subject: Re: [Bluez-users] Logitech MX900 mouse not working.
Date: Sun, 25 Jul 2004 17:30:44 +0200 [thread overview]
Message-ID: <1090769444.983.19.camel@aquarius> (raw)
In-Reply-To: <200407251632.32162.cijoml@volny.cz>
Hi Michal,
On Sun, 2004-07-25 at 16:32, Bc. Michal Semler wrote:
> And you should better run hotplug
> apt-get install hotplug
I did this, and installed hotplug.
I also installed the usbutils package. lsusb gives me:
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 003: ID 046d:c703 Logitech, Inc.
Bus 003 Device 002: ID 0451:2036 Texas Instruments, Inc. TUSB2036 Hub
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 046d:c00c Logitech, Inc. Optical Wheel Mouse
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
The Optical wheel mouse is my standard USB mouse, not the new Bluetooth
one.
After reading Marcel Holtmann's post I also manually created some device
nodes with this shell script:
#!/bin/sh
mkdir -p /dev/usb/hid
mknod /dev/usb/hid/hiddev0 c 180 96
mknod /dev/usb/hid/hiddev1 c 180 97
mknod /dev/usb/hid/hiddev2 c 180 98
mknod /dev/usb/hid/hiddev3 c 180 99
mknod /dev/usb/hid/hiddev4 c 180 100
mknod /dev/usb/hid/hiddev5 c 180 101
mknod /dev/usb/hid/hiddev6 c 180 102
mknod /dev/usb/hid/hiddev7 c 180 103
mknod /dev/usb/hid/hiddev8 c 180 104
mknod /dev/usb/hid/hiddev9 c 180 105
mknod /dev/usb/hid/hiddev10 c 180 106
mknod /dev/usb/hid/hiddev11 c 180 107
mknod /dev/usb/hid/hiddev12 c 180 108
mknod /dev/usb/hid/hiddev13 c 180 109
mknod /dev/usb/hid/hiddev14 c 180 110
mknod /dev/usb/hid/hiddev15 c 180 111
I found the above by Googling around. Please correct me if I am doing
something wrong with this.
Still after this, it doesnt quite seem to work.
hcitool scan still reports:
Device is not available: Success
and hid2hci also still reports:
Switching device 046d:c703 to HCI mode failed (No such device)
I must be missing a step somewhere since you guys are able to get it
working properly.
Thanks,
Sincerely,
// Kim Pedersen
-- Freedom Matters!
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
next prev parent reply other threads:[~2004-07-25 15:30 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-25 14:20 [Bluez-users] Logitech MX900 mouse not working Kim Pedersen
2004-07-25 14:30 ` Bc. Michal Semler
2004-07-25 14:32 ` Bc. Michal Semler
2004-07-25 15:30 ` Kim Pedersen [this message]
2004-07-25 15:42 ` Marcel Holtmann
2004-07-25 15:55 ` Kim Pedersen
2004-07-25 16:11 ` Marcel Holtmann
2004-07-25 16:33 ` Kim Pedersen
2004-07-25 14:53 ` Marcel Holtmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1090769444.983.19.camel@aquarius \
--to=jungle@saphire.dk \
--cc=bluez-users@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.