From: "Franck F" <celos94@gmail.com>
To: "BlueZ users" <bluez-users@lists.sourceforge.net>
Subject: Re: [Bluez-users] Dell D830 laptop BT card doesn't start
Date: Wed, 5 Dec 2007 13:34:21 +0100 [thread overview]
Message-ID: <bc2917430712050434y7c3eb69bm57fce2702c977f64@mail.gmail.com> (raw)
In-Reply-To: <1196839466.12292.154.camel@violet>
[-- Attachment #1.1: Type: text/plain, Size: 3166 bytes --]
Hi Marcel, thanks for the previous answer :)
> I've been trying to make my embedded bluetooth card work, but it seems
> > i have a big problem...
> > Before explaining it, here is my hardware specification:
> > Dell D830 laptop, and my bluetooth card (running lsusb):
> > Bus 001 Device 003: ID 413c:8140 Dell Computer Corp. Wireless 360
> > Bluetooth
>
> show me /proc/bus/usb/devices for your card.
T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 3 Spd=12 MxCh= 0
D: Ver= 2.00 Cls=e0(unk. ) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=413c ProdID=8140 Rev=43.15
C:* #Ifs= 3 Cfg#= 1 Atr=e0 MxPwr= 0mA
I:* If#= 0 Alt= 0 #EPs= 3 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=1ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
I:* If#= 1 Alt= 0 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
E: Ad=03(O) Atr=01(Isoc) MxPS= 0 Ivl=1ms
E: Ad=83(I) Atr=01(Isoc) MxPS= 0 Ivl=1ms
I: If#= 1 Alt= 1 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
E: Ad=03(O) Atr=01(Isoc) MxPS= 9 Ivl=1ms
E: Ad=83(I) Atr=01(Isoc) MxPS= 9 Ivl=1ms
I: If#= 1 Alt= 2 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
E: Ad=03(O) Atr=01(Isoc) MxPS= 17 Ivl=1ms
E: Ad=83(I) Atr=01(Isoc) MxPS= 17 Ivl=1ms
I: If#= 1 Alt= 3 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
E: Ad=03(O) Atr=01(Isoc) MxPS= 25 Ivl=1ms
E: Ad=83(I) Atr=01(Isoc) MxPS= 25 Ivl=1ms
I: If#= 1 Alt= 4 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
E: Ad=03(O) Atr=01(Isoc) MxPS= 33 Ivl=1ms
E: Ad=83(I) Atr=01(Isoc) MxPS= 33 Ivl=1ms
I: If#= 1 Alt= 5 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=(none)
E: Ad=03(O) Atr=01(Isoc) MxPS= 49 Ivl=1ms
E: Ad=83(I) Atr=01(Isoc) MxPS= 49 Ivl=1ms
I:* If#= 2 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=00 Driver=(none)
> I have installed bluez-utils, bluez-libs, bluetooth, everything that
> > is seem to be needed.
> >
> > Here is what hciconfig give me:
> > hci0: Type: USB
> > BD Address: 00:1A:6B:8A:xx:xx ACL MTU: 310:10 SCO MTU: 64:8
> > UP RUNNING PSCAN ISCAN
> > RX bytes:4134 acl:0 sco:0 events:136 errors:0
> > TX bytes:2047 acl:0 sco:0 commands:133 errors:0
> >
> > So my BT card seems to work ... but when I run a scan or an inq (with
> > hcitool), nothing is found. Also, the bluetooth led of my laptop is
> > off ...
> >
> > After doing many test, i was wondering if it was not a hardware
> > problem, so i have boot to windows to see if my card words. Everything
> > worked fine, the led was on, the scan showed my phone. Then i reboot
> > on linux, and here is the thing weird, my bluetooth card was still
> > working (the led was on).
> >
> > So i start bluetooth daemon (hcid, sdpd), i run a scan, and my phone
> > is found !!!
> >
> > The problem seems to be the bluetooth card doesn't "start"/"stop" on
> > linux (the led story confirms that). So, is there a way to solve this
> > thing ? Have I done something wrong ?
>
> The card might need a special init sequence to make it work. You can try
> to load hci_usb with reset=1 module option. That might be enough.
I tried and nothing change :(
--
Franck.
[-- Attachment #1.2: Type: text/html, Size: 4196 bytes --]
[-- Attachment #2: Type: text/plain, Size: 309 bytes --]
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
next prev parent reply other threads:[~2007-12-05 12:34 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-04 17:50 [Bluez-users] Dell D830 laptop BT card doesn't start Franck F
2007-12-05 7:24 ` Marcel Holtmann
2007-12-05 12:34 ` Franck F [this message]
2007-12-05 13:05 ` Marcel Holtmann
2007-12-05 13:22 ` Franck F
2007-12-05 13:35 ` Marcel Holtmann
2007-12-05 17:03 ` Franck F
2007-12-05 22:54 ` Michael Mauch
2007-12-05 23:15 ` Franck F
[not found] ` <005c01c83805$0d18f330$6f00000a@SinusGroup.dk>
2007-12-06 12:39 ` Morten Kromann
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=bc2917430712050434y7c3eb69bm57fce2702c977f64@mail.gmail.com \
--to=celos94@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox