WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Live TC 7.2. on usb stick and macbook: no sound  (Read 13812 times)

Offline Fakir

  • Newbie
  • *
  • Posts: 12
Live TC 7.2. on usb stick and macbook: no sound
« on: December 18, 2016, 11:40:38 AM »
Hi folks,

after having managed to get live TC up und running on a macbook (http://forum.tinycorelinux.net/index.php/topic,20605.0.html), the only thing which isn't working yet is the sound:

I don't manage to get OSS working (app manager says that installing the actual version fails after downloading, that both for oss.tcz and ossxmix.tcz; when I want to use my old version from mid 2013 the app manager tells me to install oss-modules-4.2.9-tinycore.tcz but I doubt that these exist).

OSS always worked fine without any problem.

Alsa modules and mixer can be installed but don't play any sound.

Are there any other (good :) ) alternatives to OSS?

Do you have any idea what I could do to solve this?

Julian

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Live TC 7.2. on usb stick and macbook: no sound
« Reply #1 on: December 18, 2016, 11:47:07 AM »
Hi,

You could try  alsa-config.tcz  .
Download a copy and keep it handy: Core book ;)

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: Live TC 7.2. on usb stick and macbook: no sound
« Reply #2 on: December 18, 2016, 01:16:07 PM »
there's only one alternative to oss: alsa. a bad one if you ask me.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14553
Re: Live TC 7.2. on usb stick and macbook: no sound
« Reply #3 on: December 18, 2016, 08:42:31 PM »
What sound hardware do you have (aplay -l)?

When you load the alsa extension, do you see any error messages?

Do you get any error messages with the alsamixer command? Is the master volume un-muted?

Offline beerstein

  • Hero Member
  • *****
  • Posts: 530
Re: Live TC 7.2. on usb stick and macbook: no sound
« Reply #4 on: December 19, 2016, 04:13:30 AM »
Hi: OSS is discontinued. I do not use it any more. I suggest: Get rid of it. Stay with Alsa only. I learned from this forum, that Alsa and OSS installed at the same time presents a conflict.
Plse try the following:
1. check sound level and mute on/off using: $ alsamixer
2. Then: $ speaker-test
(when you  hear a noise, alsa is working)
t(w)o be(ers) or not t(w)o be(ers) that is the question

Offline Fakir

  • Newbie
  • *
  • Posts: 12
Re: Live TC 7.2. on usb stick and macbook: no sound
« Reply #5 on: December 19, 2016, 12:08:30 PM »
Some issues can get solved really easily. :) Obviously I just had to install alsa.conf (before the other alsa components) and then it worked.

Thank you!

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: Live TC 7.2. on usb stick and macbook: no sound
« Reply #6 on: December 19, 2016, 12:45:50 PM »
Hi: OSS is discontinued. I do not use it any more. I suggest: Get rid of it.

Please provide a source for this claim.

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Live TC 7.2. on usb stick and macbook: no sound
« Reply #7 on: December 19, 2016, 07:33:07 PM »
@hiro,
could you elaborate why ALSA is a bad alternative to OSS?
Do you think it would make sense to provide OSS support?
Download a copy and keep it handy: Core book ;)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: Live TC 7.2. on usb stick and macbook: no sound
« Reply #8 on: December 20, 2016, 02:15:42 AM »
The git log shows OSS hasn't much activity:
https://sourceforge.net/p/opensound/git/ci/ac48ed061efb79b231e8b998b05264f8b33c4376/log/?path=

Last commit 2015 Feb.
The only barriers that can stop you are the ones you create yourself.

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: Live TC 7.2. on usb stick and macbook: no sound
« Reply #9 on: December 20, 2016, 02:44:54 AM »
well, ok, the last real feature change was in 2013-10-28 06:45:04 if i read the commit log correctly. after that he only tried to maintain compatibility so it builds on various OS.
but does that mean it doesn't build on recent linux any more?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: Live TC 7.2. on usb stick and macbook: no sound
« Reply #10 on: December 20, 2016, 06:27:27 AM »
I don't know, I haven't tried.
The only barriers that can stop you are the ones you create yourself.

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: Live TC 7.2. on usb stick and macbook: no sound
« Reply #11 on: December 20, 2016, 02:09:08 PM »
@hiro,
could you elaborate why ALSA is a bad alternative to OSS?
Do you think it would make sense to provide OSS support?

Yes indeed, I think OSS works much better out of the box with no special configuration. Configuration, if needed, is a lot more consistent. Quality of the code is higher. Alsa hurts in the ears unless you manage to compile the better resampler or disable resampling altogether. Oss uses the good old standard audio interface and is still compatible with older programs that got written before the incompatible alsa got introduced.
Also, alsa is why pulseaudio exists (pulseaudio is even more sad than alsa, but it only exists because alsa is so useless out of the box).

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Live TC 7.2. on usb stick and macbook: no sound
« Reply #12 on: December 20, 2016, 04:43:25 PM »
Since I still had a build script for the last OSS modules built for tc-5.x  I thought I'd give this an attempt.  Unfortunately the git v4.2 has changed significantly resulting in a failed build.   I'll try figure this out since there's requests for it..


Sent from my iPhone using Tapatalk
« Last Edit: December 20, 2016, 04:48:36 PM by coreplayer2 »

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: Live TC 7.2. on usb stick and macbook: no sound
« Reply #13 on: December 20, 2016, 06:51:34 PM »
Ok patched for Kernel 4.x the modules built successfully.  these were the x86 modules which I'll try to test with the previous ossxmix etc etc from tc-4.x. and submit to repo.   The thing is did the OP want x86_64 modules & app's for corpure64 for a macbook?

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: Live TC 7.2. on usb stick and macbook: no sound
« Reply #14 on: December 21, 2016, 06:56:05 AM »
which patches exactly are you talking about? link/revision?