From: pramod gurav <pramod_gurav_etc@yahoo.co.in>
To: BlueZ users <bluez-users@lists.sourceforge.net>
Subject: Re: [Bluez-users] Headset not playing audio HELP PLEASE
Date: Tue, 19 Feb 2008 09:51:55 +0530 (IST) [thread overview]
Message-ID: <946355.48557.qm@web8415.mail.in.yahoo.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 3191 bytes --]
hi All
I got my headset working ...
I bought one new BT dongle which clamed it supports HS audio Gtaeway.
It is a product of ENTER multimedia.
this is it.
[root@localhost Pramod]# /usr/local/sbin/hciconfig -a
hci0: Type: USB
BD Address: 11:11:11:11:11:11 ACL MTU: 678:8 SCO MTU: 48:10
UP RUNNING PSCAN ISCAN
RX bytes:10283222 acl:386 sco:201151 events:719 errors:0
TX bytes:10319322 acl:347 sco:202172 commands:192 errors:0
Features: 0xbf 0xfe 0x8d 0x78 0x08 0x18 0x00 0x00
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
Name: 'BlueZ (0)'
Class: 0x080100
Service Classes: Capturing
Device Class: Computer, Uncategorized
HCI Ver: 1.2 (0x2) HCI Rev: 0x1fe LMP Ver: 1.2 (0x2) LMP Subver: 0x1fe
Manufacturer: Integrated System Solution Corp. (57)
Thanks to all who have given me their valuable time for this.
Especially thanks to Jayjwa who helped me a lot.
Hope to have the same co-operation in coming time.
Thanks and Best regards
Pramod
----- Original Message ----
From: Guillaume Bedot <littletux@zarb.org>
To: bluez-users@lists.sourceforge.net
Sent: Monday, 18 February, 2008 8:11:19 PM
Subject: Re: [Bluez-users] Headset not playing audio HELP PLEASE
Quoting
Guillaume
Bedot
<littletux@zarb.org>:
>
>
This
patch
makes
the
kernel
search
for
both
types
when
receiving
>
"Synchronous
Connection
Complete"
event.
>
Sorry,
the
patch
in
the
previous
paost
was
incomplete
/
buggy,
you'd
rather
try
the
included
one.
-----Inline Attachment Follows-----
---
net/bluetooth/hci_event.c.orig
2008-02-18
14:02:20.000000000
+0100
+++
net/bluetooth/hci_event.c
2008-02-18
15:19:04.000000000
+0100
@@
-1313,8
+1313,15
@@
hci_dev_lock(hdev);
conn
=
hci_conn_hash_lookup_ba(hdev,
ev->link_type,
&ev->bdaddr);
-
if
(!conn)
-
goto
unlock;
+
if
(!conn)
{
+
if
(ev->link_type==SCO_LINK)
{
+
conn
=
hci_conn_hash_lookup_ba(hdev,
ESCO_LINK,
&ev->bdaddr);
+
if
(!conn)
+
goto
unlock;
+
else
+
conn->type=SCO_LINK;
+
}
+
}
if
(!ev->status)
{
conn->handle
=
__le16_to_cpu(ev->handle);
-----Inline Attachment Follows-----
-------------------------------------------------------------------------
This
SF.net
email
is
sponsored
by:
Microsoft
Defy
all
challenges.
Microsoft(R)
Visual
Studio
2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
-----Inline Attachment Follows-----
_______________________________________________
Bluez-users
mailing
list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
Now you can chat without downloading messenger. Go to http://in.messenger.yahoo.com/webmessengerpromo.php
[-- Attachment #1.2: Type: text/html, Size: 5446 bytes --]
[-- Attachment #2: Type: text/plain, Size: 228 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
[-- 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 reply other threads:[~2008-02-19 4:21 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-19 4:21 pramod gurav [this message]
2008-02-19 6:03 ` [Bluez-users] Headset not playing audio HELP PLEASE jayjwa
-- strict thread matches above, loose matches on Subject: below --
2008-02-18 14:41 Guillaume Bedot
2008-02-18 13:16 pramod gurav
2008-02-18 13:38 ` Guillaume Bedot
2008-02-15 14:21 pramod gurav
2008-02-17 10:20 ` jayjwa
2008-02-15 5:21 pramod gurav
2008-02-15 13:29 ` jayjwa
2008-02-15 4:49 pramod gurav
2008-02-15 8:52 ` jayjwa
2008-02-13 5:27 pramod gurav
2008-02-14 14:22 ` jayjwa
2008-02-11 10:07 pramod gurav
2008-02-12 12:47 ` jayjwa
2008-02-08 4:40 pramod gurav
2008-02-08 16:19 ` Guillaume Bedot
2008-02-08 23:08 ` jayjwa
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=946355.48557.qm@web8415.mail.in.yahoo.com \
--to=pramod_gurav_etc@yahoo.co.in \
--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