public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] alsa module rebuild
@ 2007-06-03 14:32 walt shekrota
  2007-06-03 15:14 ` Brad Midgley
  0 siblings, 1 reply; 10+ messages in thread
From: walt shekrota @ 2007-06-03 14:32 UTC (permalink / raw)
  To: BlueZ users


[-- Attachment #1.1: Type: text/plain, Size: 726 bytes --]

Hi,
 
 On one of my systems I'm having difficulty jumping to the 2.6.20 kernel from 18.
 The kernel builds fine but my headset fails to work. I noted the alsa snd-bt-sco module is not rebuilt.
 Does anyone remember exactly what process it is that builds this component? The btsco code was separate I know..... I am using 0.5 there. 
 snd-bt-sco is in the kernel? If so what question in menuconfig toggles it's creation? In 2.6.18 it was added to the extra directory in /lib/modules/kernelversion for me but in my 2.6.20 build there is no such module.
 
 Thanks for any help.
 -Walt
 
       
---------------------------------
Building a website is a piece of cake. 
Yahoo! Small Business gives you all the tools to get online.

[-- Attachment #1.2: Type: text/html, Size: 845 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Bluez-users] alsa module rebuild
  2007-06-03 14:32 [Bluez-users] alsa module rebuild walt shekrota
@ 2007-06-03 15:14 ` Brad Midgley
  2007-06-03 16:34   ` walt shekrota
  0 siblings, 1 reply; 10+ messages in thread
From: Brad Midgley @ 2007-06-03 15:14 UTC (permalink / raw)
  To: BlueZ users


[-- Attachment #1.1: Type: text/plain, Size: 1419 bytes --]

cd btsco/kernel; sudo make clean default install

On 6/3/07, walt shekrota <penguinacity@yahoo.com> wrote:
>
> Hi,
>
> On one of my systems I'm having difficulty jumping to the 2.6.20 kernel
> from 18.
> The kernel builds fine but my headset fails to work. I noted the alsa
> snd-bt-sco module is not rebuilt.
> Does anyone remember exactly what process it is that builds this
> component? The btsco code was separate I know..... I am using 0.5 there.
> snd-bt-sco is in the kernel? If so what question in menuconfig toggles
> it's creation? In 2.6.18 it was added to the extra directory in
> /lib/modules/kernelversion for me but in my 2.6.20 build there is no such
> module.
>
> Thanks for any help.
> -Walt
>
> ------------------------------
> Building a website is a piece of cake.
> Yahoo! Small Business gives you all the tools to get online.<http://us.rd.yahoo.com/evt=48251/*http://smallbusiness.yahoo.com/webhosting/?p=PASSPORTPLUS>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>

[-- Attachment #1.2: Type: text/html, Size: 2235 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Bluez-users] alsa module rebuild
  2007-06-03 15:14 ` Brad Midgley
@ 2007-06-03 16:34   ` walt shekrota
  2007-06-03 22:48     ` Brad Midgley
  0 siblings, 1 reply; 10+ messages in thread
From: walt shekrota @ 2007-06-03 16:34 UTC (permalink / raw)
  To: BlueZ users


[-- Attachment #1.1: Type: text/plain, Size: 2576 bytes --]

Ahhhh I knew a step was missing but couldn't see it in any infos.
 Now it has load problems :(
 warning on make
 
     INSTALL /home/wshek/btsco-0.5/kernel/snd-bt-sco.ko
     DEPMOD  2.6.20-gentoo-r7
     WARNING: /lib/modules/2.6.20-gentoo-r7/extra/snd-bt-sco.ko needs unknown symbol try_to_freeze
 
 probably a kernel dependency I have not enabled? Something new?
 ====
 appears to be show stopper on load
 modprobe snd-bt-sco
 
 : from dmesg tail after trying to load module
 Bluetooth: SCO (Voice Link) ver 0.5
 Bluetooth: SCO socket layer initialized
 snd_bt_sco: Unknown symbol try_to_freeze

 ===
 
 and lsmod does not show module loaded
 Thanks.
 -Walt
 
Brad Midgley <bmidgley@gmail.com> wrote: cd btsco/kernel; sudo make clean default install

On 6/3/07, walt shekrota <penguinacity@yahoo.com> wrote: Hi,
 
 On one of my systems I'm having difficulty jumping to the 2.6.20 kernel from 18. 
 The kernel builds fine but my headset fails to work. I noted the alsa snd-bt-sco module is not rebuilt.
 Does anyone remember exactly what process it is that builds this component? The btsco code was separate I know..... I am using  0.5 there. 
 snd-bt-sco is in the kernel? If so what question in menuconfig toggles it's creation? In 2.6.18 it was added to the extra directory in /lib/modules/kernelversion for me but in my 2.6.20 build there is no such module. 
 
 Thanks for any help.
 -Walt
         

---------------------------------
Building a website is a piece of cake. 
Yahoo! Small Business gives you  all the tools to get online.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take 
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/ 
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/bluez-users

 

 -------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users


 
---------------------------------
Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.

[-- Attachment #1.2: Type: text/html, Size: 4021 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Bluez-users] alsa module rebuild
  2007-06-03 16:34   ` walt shekrota
@ 2007-06-03 22:48     ` Brad Midgley
  2007-06-03 23:02       ` walt shekrota
  0 siblings, 1 reply; 10+ messages in thread
From: Brad Midgley @ 2007-06-03 22:48 UTC (permalink / raw)
  To: BlueZ users


[-- Attachment #1.1: Type: text/plain, Size: 655 bytes --]

Walt

try_to_freeze seems to do something real if config_pm is defined and
otherwise it is a trivial function. either way it should be there, at least
in 2.6.17 in sched.h.

things may have changed more recently.

Brad

On 6/3/07, walt shekrota <penguinacity@yahoo.com> wrote:
>
> Ahhhh I knew a step was missing but couldn't see it in any infos.
> Now it has load problems :(
> warning on make
>
>     INSTALL /home/wshek/btsco-0.5/kernel/snd-bt-sco.ko
>     DEPMOD  2.6.20-gentoo-r7
>     WARNING: /lib/modules/2.6.20-gentoo-r7/extra/snd-bt-sco.ko needs
> unknown symbol try_to_freeze
>
> probably a kernel dependency I have not enabled? Something new?

[-- Attachment #1.2: Type: text/html, Size: 1019 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Bluez-users] alsa module rebuild
  2007-06-03 22:48     ` Brad Midgley
@ 2007-06-03 23:02       ` walt shekrota
  2007-06-04  3:41         ` Brad Midgley
  0 siblings, 1 reply; 10+ messages in thread
From: walt shekrota @ 2007-06-03 23:02 UTC (permalink / raw)
  To: BlueZ users


[-- Attachment #1.1: Type: text/plain, Size: 928 bytes --]

yes this is in all the kernels under include/linux/freezer.h.
 I don't see an include for it in the bt code.
 Without digging into it deeper I can't explain the 3 different behaviors...
 
 2.6.18 compiles fine
 2.6.20 warning (apparently deadly)
 2.6.21 where I am not gets pages of errors. My post of these held for admin approval due to length.
 
 Is it me or does the code not scale to later kernels?
 I'm lost.
 Thanks.
 -Walt

Brad Midgley <bmidgley@gmail.com> wrote: Walt

try_to_freeze seems to do something real if config_pm is defined and otherwise it is a trivial function. either way it should be there, at least in 2.6.17 in sched.h.

things may have changed more recently. 

Brad

 

       
---------------------------------
Pinpoint customers who are looking for what you sell. 
       
---------------------------------
Get the free Yahoo! toolbar and rest assured with the added security of spyware protection. 

[-- Attachment #1.2: Type: text/html, Size: 1366 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Bluez-users] alsa module rebuild
  2007-06-03 23:02       ` walt shekrota
@ 2007-06-04  3:41         ` Brad Midgley
  2007-06-04 14:43           ` walt shekrota
  2007-06-04 15:17           ` walt shekrota
  0 siblings, 2 replies; 10+ messages in thread
From: Brad Midgley @ 2007-06-04  3:41 UTC (permalink / raw)
  To: BlueZ users


[-- Attachment #1.1: Type: text/plain, Size: 2007 bytes --]

there is no "stable branch" of the kernel in the same way we had before. the
module api changes enough from release to release to make it painful to
maintain a module outside the kernel. (and don't ask... it will never be
merged upstream because it doesn't belong in the kernel)

On 6/3/07, walt shekrota <penguinacity@yahoo.com> wrote:
>
> yes this is in all the kernels under include/linux/freezer.h.
> I don't see an include for it in the bt code.
> Without digging into it deeper I can't explain the 3 different
> behaviors...
>
> 2.6.18 compiles fine
> 2.6.20 warning (apparently deadly)
> 2.6.21 where I am not gets pages of errors. My post of these held for
> admin approval due to length.
>
> Is it me or does the code not scale to later kernels?
> I'm lost.
> Thanks.
> -Walt
>
> *Brad Midgley <bmidgley@gmail.com>* wrote:
>
> Walt
>
> try_to_freeze seems to do something real if config_pm is defined and
> otherwise it is a trivial function. either way it should be there, at least
> in 2.6.17 in sched.h.
>
> things may have changed more recently.
>
> Brad
>
>
> ------------------------------
> Pinpoint customers
> <http://us.rd.yahoo.com/evt=48250/*http://searchmarketing.yahoo.com/arp/sponsoredsearch_v9.php?o=US2226&cmp=Yahoo&ctv=AprNI&s=Y&s2=EM&b=50>who
> are looking for what you sell.
>
> ------------------------------
> Get the free Yahoo! toolbar<http://us.rd.yahoo.com/evt=48226/*http://new.toolbar.yahoo.com/toolbar/features/norton/index.php>and rest assured with the added security of spyware protection.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>

[-- Attachment #1.2: Type: text/html, Size: 3225 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Bluez-users] alsa module rebuild
  2007-06-04  3:41         ` Brad Midgley
@ 2007-06-04 14:43           ` walt shekrota
  2007-06-04 15:17           ` walt shekrota
  1 sibling, 0 replies; 10+ messages in thread
From: walt shekrota @ 2007-06-04 14:43 UTC (permalink / raw)
  To: BlueZ users


[-- Attachment #1.1: Type: text/plain, Size: 796 bytes --]

I hope that you are not upset that was not my intention. I am just trying to understand clearly what is possible.
 Does this mean I should not have migrated from 2.6.18 if I still wanted to use bluez? 
 Can anyone confirm they use later?
 Thanks for helping.
 -Walt
 My wording is because I was not convinced I had not done something wrong. :)
 

Brad Midgley <bmidgley@gmail.com> wrote:there is no "stable branch" of the kernel in the same way we had before. the module api changes enough from release to release to make it painful to maintain a module outside the kernel. (and don't ask... it will never be merged upstream because it doesn't belong in the kernel) 

 

 
---------------------------------
No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.

[-- Attachment #1.2: Type: text/html, Size: 1118 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Bluez-users] alsa module rebuild
  2007-06-04  3:41         ` Brad Midgley
  2007-06-04 14:43           ` walt shekrota
@ 2007-06-04 15:17           ` walt shekrota
  2007-06-04 22:44             ` Brad Midgley
  1 sibling, 1 reply; 10+ messages in thread
From: walt shekrota @ 2007-06-04 15:17 UTC (permalink / raw)
  To: BlueZ users


[-- Attachment #1.1: Type: text/plain, Size: 824 bytes --]

Ok due to the fact alsa can be configured in or out of the kernel I would assume that the piece of bt that interfaces to it should eventually be in the kernel?
 Or is the advisement that if you use bt you should seriously consider configuring your alsa modular as opposed to kernel?
 
 Will that work better for most people?
 
 Thanks.
 -Walt

Brad Midgley <bmidgley@gmail.com> wrote:there is no "stable branch" of the kernel in the same way we had before. the module api changes enough from release to release to make it painful to maintain a module outside the kernel. (and don't ask... it will never be merged upstream because it doesn't belong in the kernel) 

 

 
---------------------------------
Finding fabulous fares is fun.
Let Yahoo! FareChase search your favorite travel sites to find flight and hotel bargains.

[-- Attachment #1.2: Type: text/html, Size: 1153 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Bluez-users] alsa module rebuild
  2007-06-04 15:17           ` walt shekrota
@ 2007-06-04 22:44             ` Brad Midgley
  2007-06-05  0:28               ` walt shekrota
  0 siblings, 1 reply; 10+ messages in thread
From: Brad Midgley @ 2007-06-04 22:44 UTC (permalink / raw)
  To: BlueZ users


[-- Attachment #1.1: Type: text/plain, Size: 374 bytes --]

Walt

bt headset audio on linux has evolved over time

bluetooth-alsa's btsco uses a kernel module for the audio interface which is
a poor choice
bluetooth-alsa's plugz does the audio handling in userspace where it belongs
but lost some functionality
bluez will have an audio system that handles audio in userspace but gains a
lot more flexibility than btsco ever had

Brad

[-- Attachment #1.2: Type: text/html, Size: 415 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Bluez-users] alsa module rebuild
  2007-06-04 22:44             ` Brad Midgley
@ 2007-06-05  0:28               ` walt shekrota
  0 siblings, 0 replies; 10+ messages in thread
From: walt shekrota @ 2007-06-05  0:28 UTC (permalink / raw)
  To: BlueZ users


[-- Attachment #1.1: Type: text/plain, Size: 1198 bytes --]

Hi Brad,
 
 Forgive me for seeming dense. So instead of btsco I should look for this alsa plugz?
 I take it I can find this up on sourceforge?
 
 Or is this a work in progress?
 
 Thanks for any info.
 -Walt

Brad Midgley <bmidgley@gmail.com> wrote: Walt

bt headset audio on linux has evolved over time

bluetooth-alsa's btsco uses a kernel module for the audio interface which is a poor choice
bluetooth-alsa's plugz does the audio handling in userspace where it belongs but lost some functionality 
bluez will have an audio system that handles audio in userspace but gains a lot more flexibility than btsco ever had

Brad

 -------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users


       
---------------------------------
Yahoo! oneSearch: Finally,  mobile search that gives answers, not web links. 

[-- Attachment #1.2: Type: text/html, Size: 1523 bytes --]

[-- Attachment #2: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-06-05  0:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-03 14:32 [Bluez-users] alsa module rebuild walt shekrota
2007-06-03 15:14 ` Brad Midgley
2007-06-03 16:34   ` walt shekrota
2007-06-03 22:48     ` Brad Midgley
2007-06-03 23:02       ` walt shekrota
2007-06-04  3:41         ` Brad Midgley
2007-06-04 14:43           ` walt shekrota
2007-06-04 15:17           ` walt shekrota
2007-06-04 22:44             ` Brad Midgley
2007-06-05  0:28               ` walt shekrota

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox