WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: picore 5.3.1 and alsa  (Read 4688 times)

Offline Mucke

  • Newbie
  • *
  • Posts: 31
picore 5.3.1 and alsa
« on: September 27, 2014, 02:48:19 PM »
Hello,

I need some help to get ALSA started.
With picore 5.3.1 I have found the statement
Quote
Please note, alsa-modules-3.14.4-piCore+.tcz has no startup script to avoid conflicts with DACS, necessary modules must be loaded by user, including on-chip sound device.
As I do not need pulseaudio, jack and other stuff I have not installed alsa.tcz but just alsa-modules -3.14.4-piCore+.tcz and alsa-utils.tcz.

amixer does not run, it misses /usr/local/share/alsa/alsa.conf
alsaconf reports : not found. But alsaconf is listed as command.
alsactl init reports: no soundcard found

So obviously just installing the tcz is not sufficient.
Is there a guide on how to get e.g. the PI onboard sound device or a Wolfson audio card running?

Thanks for any assistance.


Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: picore 5.3.1 and alsa
« Reply #1 on: September 27, 2014, 04:41:35 PM »
Activate onboard sound device with

Code: [Select]
sudo modprobe snd-bcm2835
in a terminal window. For Wolfson wait a bit for piCore 6.0 with 3.16.3 kernel with Wolfson support.
Béla
Ham Radio callsign: HA5DI

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

Offline Mucke

  • Newbie
  • *
  • Posts: 31
Re: picore 5.3.1 and alsa
« Reply #2 on: September 27, 2014, 04:52:26 PM »
A next step:

With installed extensions alsa-modules -3.14.4-piCore+.tcz and alsa-utils.tcz the command lsmod did not show up the onboard sound device.
So according to http://forum.tinycorelinux.net/index.php/topic,16907.msg101304.html#msg101304 I have run
Quote
# sudo modprobe snd-bcm2835.ko.gz
# lsmod
Module                  Size  Used by    Not tainted
snd_bcm2835            18203  0
snd_soc_pcm512x         8972  0
...
Now lsmod properly displays snd_bcm2835.
Also I get
Quote
# cat /proc/asound/cards
 0 [ALSA           ]: bcm2835 - bcm2835 ALSA
                      bcm2835 ALSA

So this looks ok.

But I still get
Quote
# amixer
ALSA lib conf.c:3718:(snd_config_update_r) Cannot access file /usr/local/share/alsa/alsa.conf
ALSA lib control.c:953:(snd_ctl_open_noupdate) Invalid CTL default
amixer: Mixer attach default error: No such file or directory

So there is still something wrong. Any idea?

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: picore 5.3.1 and alsa
« Reply #3 on: September 27, 2014, 05:55:19 PM »
Is libasound.tcz installed?
« Last Edit: September 27, 2014, 06:19:36 PM by bmarkus »
Béla
Ham Radio callsign: HA5DI

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

Offline Mucke

  • Newbie
  • *
  • Posts: 31
Re: picore 5.3.1 and alsa
« Reply #4 on: September 27, 2014, 07:10:25 PM »
Is libasound.tcz installed?
yes, it is installed together with alsa-utils.tcz

Offline Mucke

  • Newbie
  • *
  • Posts: 31
Re: picore 5.3.1 and alsa start [Solved]
« Reply #5 on: September 28, 2014, 04:09:05 AM »
ALSA is working now.  :)

There are two points to be considered:
1. it is necessary to load a soundcard driver by [sudo] modprobe snd-xxx
2. it is necessary to load alsa.tcz by tce

1. without modprobe there is no soundcard active. With loaded soundcard driver cat /proc/asound/cards reports it correctly. It makes sense to add modprobe snd-xxx to /opt/bootlocal.sh of course. Next step is 2.
2. I have tried to run without alsa.tcz because I do not need pulseaudio. But right now alsa.tcz is mandatory. So I have installed it. Then I have deleted the line alsa-plugins.tcz in alsa.tcz.dep and deleted all unnecessary or undesired depending tcz files in /mnt/mmcblk0p2/tce/optional/ which are installed by alsa-plugins.
This keeps the system small.


Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: picore 5.3.1 and alsa
« Reply #6 on: September 28, 2014, 04:43:20 AM »
Thanks for the feedback.

1) Will add how to activate onboard sound mor detailed in .info file

2) You are right, current alsa.tcz is a bit heavy, it will be different in piCore 6.x What is imprtant is the /usr/local/tce.installed/alsa startup script which creates the working environment for alsa. You may study it
Béla
Ham Radio callsign: HA5DI

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

Offline jgrulich

  • Sr. Member
  • ****
  • Posts: 341
    • GRULICH DESIGN - R&D Lab.
Re: picore 5.3.1 and alsa
« Reply #7 on: October 12, 2014, 06:24:15 AM »
To make ALSA working it's needed the following installation:

tce-load -wi alsa-modules-3.14.4-piCore+ alsa-utils libasound-bin
echo "/sbin/modprobe snd_bcm2835" >> /opt/bootlocal.sh
sudo filetool.sh -b
sudo reboot