Page 1 of 1

Bluetooth speakers and Salix KDE 13.37

Posted: 26. Jun 2012, 16:49
by globetrotterdk
I purchased two Nokia - Play 360° MD-50W speakers for my N9 and was hoping that I could also use them with my netbook. I have an Asus Bluetooth v2.1 with ERT dongle, that works with my netbook and also appears to pair the speakers with my Salix KDE 13.37 system. Bluetooth manager registers a data stream between the speakers and the netbook, but there just isn't anything that comes out of the speakers. I imagine that this has something to do with ALSA, but I can't see any extra bluetooth speaker section where I can adjust the volume. Does anyone have any experience with this?

Re: Bluetooth speakers and Salix KDE 13.37

Posted: 26. Jun 2012, 22:13
by Shador

Re: Bluetooth speakers and Salix KDE 13.37

Posted: 8. Jul 2012, 15:28
by globetrotterdk
Thank you for the info. Sorry for the late reply. I went into a coma when I saw that this was going to turn into one of those complicated projects of mine that I don't have the experience to sort out myself :oops:

Re: Bluetooth speakers and Salix KDE 13.37

Posted: 9. Jul 2012, 21:42
by mimosa
It's called the Linux learning curve :lol:

Sometimes the game may not really be worth the candle, but who plays cards to make money?

Re: Bluetooth speakers and Salix KDE 13.37

Posted: 9. Jul 2012, 22:52
by Shador
In pseudo-code:

Code: Select all

myKnowledgeDegree := someArbitaryStartValue

FUNCTION LearnLinux()
  REPEAT FOREVER  // NP problem
    problem := FindANewProblem()
    REPEAT WHILE knowledgeRequired(problem) < myKnowledgeDegree AND NOT solved  // we never change solved, this is handled by some supernatural magic, good luck :P
      BangYourHead()
      knowledgeDegree += WeirdNotReallyRandomInteger()  // WeirdNotReallyRandomInteger() could be negative as well but more likely positive
    END
  END
END

Re: Bluetooth speakers and Salix KDE 13.37

Posted: 10. Jul 2012, 15:34
by globetrotterdk
:)