i am not using any h/w ..i am simulating the bluetooth controller part..is =
ther any such stacks available for free...
----- Original Message -----
From: "Marcel Holtmann" <[email protected]>
To: "BlueZ Mailing List" <[email protected]>
Subject: Re: [Bluez-users] LMP format
Date: Sat, 08 Jan 2005 19:48:02 +0100
>=20
> Hi Simi,
>=20
> > i am trying to implement a link manager in C...
> > i want to know whether LMP PDUs are generated and sent by the=20
> > link manager itself or is it a part of the message sent by the=20
> > Host.
> >
> >
> > what i know about the LMP format is that it has fields like=20
> > opcode,tranaction id and a message.
> > plz correct me if i am wrong...
> >
> >
> > will the link manger respond to the layers above, if it gets any=20
> > message, inorder to take some actions???
>=20
> the host part of the protocol stack don't deal with LMP. It uses HCI and
> everything down HCI is part of the Bluetooth chip/module/dongle.
>=20
> Regards
>=20
> Marcel
>=20
>=20
>=20
>=20
> -------------------------------------------------------
> The SF.Net email is sponsored by: Beat the post-holiday blues
> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> _______________________________________________
> Bluez-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-users
--=20
_____________________________________________________________
Web-based SMS services available at http://www.operamail.com.
=46rom your mailbox to local or overseas cell phones.
Powered by Outblaze
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users
Christopher,
Build the kernel first. Make sure you select at least one alsa driver
inside the kernel so you'll have all the necessary support for the btsco
driver.
Brad
Christopher Bergström wrote:
> After ./bootstrap && ./configure
>
> I cd into the /kernel directory..
>
> and running make gives this error..
>
>
> username@linux:~/btsco> cd kernel/
> username@linux:~/btsco/kernel> make
> make[1]: Entering directory `/usr/src/linux-2.6.8-24.10'
> Makefile:465: .config: No such file or directory
>
> WARNING: Symbol version dump /usr/src/linux-2.6.8-24.10/Module.symvers
> is missing, modules will have CONFIG_MODVERSIONS disabled.
>
> CC [M] /home/username/btsco/kernel/btsco.o
> /bin/sh: scripts/basic/fixdep: No such file or directory
> make[2]: *** [/home/username/btsco/kernel/btsco.o] Error 1
> make[1]: *** [_module_/home/cusernamem/btsco/kernel] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.6.8-24.10'
> make: *** [default] Error 2
>
>
> (I've read the README, all links referring to the README and a quick
> tutorial on rebuilding kernel and kernel modules.) Nothing really jumps
> out as the answer unless I should have this stuff in a different
> directory? (There are a couple fixdep on my computer, but I'm not sure
> if I should ln -s it somewhere..) Sorry for the newbie question..
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users
After ./bootstrap && ./configure
I cd into the /kernel directory..
and running make gives this error..
username@linux:~/btsco> cd kernel/
username@linux:~/btsco/kernel> make
make[1]: Entering directory `/usr/src/linux-2.6.8-24.10'
Makefile:465: .config: No such file or directory
WARNING: Symbol version dump /usr/src/linux-2.6.8-24.10/Module.symvers
is missing, modules will have CONFIG_MODVERSIONS disabled.
CC [M] /home/username/btsco/kernel/btsco.o
/bin/sh: scripts/basic/fixdep: No such file or directory
make[2]: *** [/home/username/btsco/kernel/btsco.o] Error 1
make[1]: *** [_module_/home/cusernamem/btsco/kernel] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.8-24.10'
make: *** [default] Error 2
(I've read the README, all links referring to the README and a quick
tutorial on rebuilding kernel and kernel modules.) Nothing really jumps
out as the answer unless I should have this stuff in a different
directory? (There are a couple fixdep on my computer, but I'm not sure
if I should ln -s it somewhere..) Sorry for the newbie question..
Christopher,
We are now working with v2.6.10 and a kernel module you can get from
cvs. We don't patch the kernel under the current scheme. see
bluetooth-alsa.sf.net
Unfortunately, using a vendor kernel is difficult with btsco. We're
having to track fairly recent kernels because things keep changing in
the (stable!) kernel releases and we don't have the resources to
maintain for multiple kernels :(
Brad
Christopher Bergström wrote:
> Trying to get my bluetooth headset to work and so I'm going through the
> steps..
>
> I applied the kernel-2.6.7-8.24-08-04.patch for the btsco driver, but I
> realized I'm missing sndmagic.h file. I'm running Suse 9.2 with the
> alsa-devel installed.. I think I noticed that RH/Fedora had a rpm
> alsa-lib-devel that included this file, but wasn't sure if I could just
> ignore this missing file, most likely not, or if I should give rpm in
> the RH/Fedora a shot. Or is this something simple like copying the
> missing file? First post and help is appreciated.
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users
Hi Simi,
> i am not using any h/w ..i am simulating the bluetooth controller part..is ther any such stacks available for free...
not that I know of and actually this mailing list is about BlueZ.
Regards
Marcel
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users
Trying to get my bluetooth headset to work and so I'm going through the
steps..
I applied the kernel-2.6.7-8.24-08-04.patch for the btsco driver, but I
realized I'm missing sndmagic.h file. I'm running Suse 9.2 with the
alsa-devel installed.. I think I noticed that RH/Fedora had a rpm
alsa-lib-devel that included this file, but wasn't sure if I could just
ignore this missing file, most likely not, or if I should give rpm in
the RH/Fedora a shot. Or is this something simple like copying the
missing file? First post and help is appreciated.