WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Where do I find alsa-base.conf on TCL?  (Read 3504 times)

Offline soundcheck

  • Newbie
  • *
  • Posts: 46
Where do I find alsa-base.conf on TCL?
« on: June 09, 2009, 07:18:39 AM »
Hi folks.

Is there an alsa-base or alsa-base.conf on the system?
Usually it resides in /etc/modprobe.d on debian systems.

THY for your support.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14741
Re: Where do I find alsa-base.conf on TCL?
« Reply #1 on: June 09, 2009, 07:35:26 AM »
Does this help (from alsa.tcel.info):
Code: [Select]
To initialize alsa without having to use alsaconf, there is a
script that will do that. 
It can be placed in /opt/bootlocal.sh so it alsa will be setup
on boot with no user interaction required.  The command to do this is:

/usr/local/etc/init.d/alsasound start

If you want your alsa settings to persist across reboots, use the
command 'alsactl store' after alsa has been set up.  This stores the
configuration in /etc/asound.state.  Place this file in your backup to
allow your alsa settings to persist across sessions.

Offline soundcheck

  • Newbie
  • *
  • Posts: 46
Re: Where do I find alsa-base.conf on TCL?
« Reply #2 on: June 09, 2009, 07:47:28 AM »

I usually configure multiple soundcards with different module options (index/mid/etc.)  in alsa-base.

I don't think that your solution would work.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: Where do I find alsa-base.conf on TCL?
« Reply #3 on: June 09, 2009, 12:08:07 PM »
Alsa-base is a Debian package, and some of it's files and procedures of setting things up are Debian specific.  I have run 2 different soundcards with alsa on TC, normally using alsaconf and selecting the card works.   /etc/modprobe.conf and /etc/asound.state are the files that alsa stores it's configs in on TC. 

For using the /usr/local/etc/alsasound script on boot, blacklisting the module of the card you do not want to use may allow automatic loading of the other card.

TC uses a modified alsaconf and alsasound scripts to work with our setup, but one should be able to set up alsa per the alsa docs on their site all the same if this doesn't work.


Offline soundcheck

  • Newbie
  • *
  • Posts: 46
Re: Where do I find alsa-base.conf on TCL?
« Reply #4 on: June 09, 2009, 04:20:36 PM »

I just started with TCL a couple of hours ago.  I am more than happy that I got a basic persistent TCL system running.  I even managed to get my internal soundcard to  work  ;)
All this for sure was not a Linux-newbie task. It needs quite some Linux in-depth knowledge to get the system going.

Anyhow Thx for the hints. It's always a bit tricky to switch Linuxes.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: Where do I find alsa-base.conf on TCL?
« Reply #5 on: June 09, 2009, 04:28:18 PM »
I haven't run ALSA in a while but I may revisit it.  There have been several folks having trouble with it, like with the creation of devices,  and I will see if there is anything that may could be improved. 

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Where do I find alsa-base.conf on TCL?
« Reply #6 on: June 10, 2009, 01:06:58 AM »
I haven't run ALSA in a while but I may revisit it.  There have been several folks having trouble with it, like with the creation of devices,  and I will see if there is anything that may could be improved.  


Current Alsa version is 1.0.20 except alsa-oss which is still 1.0.17 while in the repo 1.0.17 which is back to July 14, 2008.

Maybe it is whorth to update version also.
« Last Edit: June 10, 2009, 01:08:57 AM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline soundcheck

  • Newbie
  • *
  • Posts: 46
Re: Where do I find alsa-base.conf on TCL?
« Reply #7 on: June 10, 2009, 03:36:00 AM »
I haven't run ALSA in a while but I may revisit it.  There have been several folks having trouble with it, like with the creation of devices,  and I will see if there is anything that may could be improved.  


Current Alsa version is 1.0.20 except alsa-oss which is still 1.0.17 while in the repo 1.0.17 which is back to July 14, 2008.

Maybe it is whorth to update version also.

I was also  wondering about it.  The actual 2.6.29 kernel comes with 1.0,18a, It is not such a big gap as it might seems.
However. If TCL targets modern NetBooks it'll be mandatory to have the latest ALSA on board,

(BTW: I am maintaining an AlsaUpgrade Script for myself and the Ubuntu Community at ubuntu-forums)



 

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14741
Re: Where do I find alsa-base.conf on TCL?
« Reply #8 on: June 10, 2009, 03:46:54 AM »
After I changed my laptop from a dell d400 -> d430, I needed some manual intervention to get the sound working with the alsa extension using tc_1.x

Now with tc_2.x and "/usr/local/etc/init.d/alsasound start" things work automatically - maybe there is some confusion between this method and "/usr/local/sbin/alsaconf"?