From: Michal Krenek <mikos@sg1.cz>
To: bluez-devel@lists.sourceforge.net
Subject: [Bluez-devel] Bluetooth HID device doesn't work (HID create error)
Date: Thu, 20 Apr 2006 16:18:08 +0200 [thread overview]
Message-ID: <20060420141808.1D1892FB5@osiris.flexible.cz> (raw)
Hello,
I have Sony Ericsson K700 mobile phone, which supports standard HID profile=
(you
can use it as remote control for your computer). I have tried this function=
in
november (or december) last year and it had worked without problems. But wh=
en I
tried it today, it doesn't work. My mobile phone freezes on "Connecting" an=
d I
must restart it.
I have kernel 2.6.16.4, udev 089, bluez-libs & bluez-utils 2.25. My phone i=
s
paired with my PC and every other bluetooth functions work without problems
(file transfer, addressbook synchronization, internet connection via GPRS,
etc.). hidp kernel module is loaded and hidd --server is running (as root).=
This
is what hcid and hidd gives me when I try it:
hcid[2620]: link_key_request (sba=3D00:13:85:00:0E:62, dba=3D00:12:EE:7D:03=
:CF)
hidd[2634]: HID create error 2 (No such file or directory)
I have tried also strace on hidd:
open("/usr/var/lib/bluetooth/00:13:85:00:0E:62/hidd", O_RDONLY) =3D -1 ENOE=
NT (No
such file or directory)
Well, this file really doesn't exist, so I have tried to create it manually
(touch /usr/var/lib/bluetooth/00:13:85:00:0E:62/hidd) and then repeat it. I=
have
also checked write permissions and it looks good. Now hidd gives me this er=
ror:
hidd[3846]: HID create error 22 (Invalid argument)
And if I try strace it:
open("/usr/var/lib/bluetooth/00:13:85:00:0E:62/hidd", O_RDONLY) =3D 9
flock(9, LOCK_SH) =3D 0
fstat64(9, {st_mode=3DS_IFREG|0644, st_size=3D0, ...}) =3D 0
mmap2(NULL, 0, PROT_READ, MAP_SHARED, 9, 0) =3D -1 EINVAL (Invalid argument=
)
I am really lost now, I don't know where is the problem. Can you please hel=
p me?
Thanks,
Michal Krenek (Mikos)
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
next reply other threads:[~2006-04-20 14:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-20 14:18 Michal Krenek [this message]
2006-04-20 14:30 ` [Bluez-devel] Bluetooth HID device doesn't work (HID create error) Marcel Holtmann
2006-04-20 14:49 ` Michal Krenek
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=20060420141808.1D1892FB5@osiris.flexible.cz \
--to=mikos@sg1.cz \
--cc=bluez-devel@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.