All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: jungle@saphire.dk
Cc: BlueZ Mailing List <bluez-users@lists.sourceforge.net>
Subject: Re: [Bluez-users] Logitech MX900 mouse not working.
Date: Sun, 25 Jul 2004 17:42:03 +0200	[thread overview]
Message-ID: <1090770122.31693.2.camel@pegasus> (raw)
In-Reply-To: <1090769444.983.19.camel@aquarius>

Hi Kim,

> 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)

the error message is different, so I assume that you either don't
activated the hiddev support in your kernel or you use the dynamic USB
minor allocation. Check your kernel config for CONFIG_USB_DYNAMIC_MINORS
and CONFIG_USB_HIDDEV.

Regards

Marcel




-------------------------------------------------------
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

  reply	other threads:[~2004-07-25 15:42 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
2004-07-25 15:42     ` Marcel Holtmann [this message]
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=1090770122.31693.2.camel@pegasus \
    --to=marcel@holtmann.org \
    --cc=bluez-users@lists.sourceforge.net \
    --cc=jungle@saphire.dk \
    /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.