linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Brad Midgley <bmidgley@xmission.com>
To: bluez-users@lists.sourceforge.net
Subject: Re: [Bluez-users] modprobe snd_bt_sco fails with: FATAL: Error inserting snd_bt_sco
Date: Fri, 10 Feb 2006 10:18:01 -0700	[thread overview]
Message-ID: <43ECCAC9.9050402@xmission.com> (raw)
In-Reply-To: <200602100311.35870.christophbaechtle@web.de>

Christoph

> snd_bt_sco: Unknown symbol there_is_no_init_MUTEX_LOCKED_for_RT_semaphores
> 
> 
> does anybody know how to solve this?
> I am using suse 10.0 with kde3.5 and kernel 2.6.15-jad2

 init_MUTEX_LOCKED(&bt_sco->thread_sem);

needed to be changed to:

 init_MUTEX(&bt_sco->thread_sem);
 down(&bt_sco->thread_sem);

This builds ok for me but my headset is having other problems. can you
get it from cvs and check it out?

Brad


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

  reply	other threads:[~2006-02-10 17:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-10  2:11 [Bluez-users] modprobe snd_bt_sco fails with: FATAL: Error inserting snd_bt_sco Christoph Bächtle
2006-02-10 17:18 ` Brad Midgley [this message]
2006-02-10 19:17   ` Christoph Bächtle
2006-02-10 20:23     ` Brad Midgley
2006-02-11 21:47       ` Christoph Bächtle

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=43ECCAC9.9050402@xmission.com \
    --to=bmidgley@xmission.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;
as well as URLs for NNTP newsgroup(s).