Tiny Core Base > piCore Test Releases

piCore 5.0.alpha1

<< < (4/7) > >>

sbp:
This is really strange.

I started from scratch.
1. Formatted the SD-card.
2. downloaded piCore-5.0.alpha1.img.gz extracted it and burned it to the card
3. It booted fine
4. tce-setdrive   to mmcblk0p1
5. tce    -   installed alsa


aplay -l
aplay: device_list:268: no soundcards found...

So same error

Steen

Could you have some left-overs from your development that might make the alsa package work?

bmarkus:

--- Quote ---4. tce-setdrive   to mmcblk0p1
--- End quote ---

As it was discussed earlier, never use mmcblk0p1 !!!

Proper solution:

4. tce-setdrive   to mmcblk0p2

sbp:
Hi bmarkus

I changed my setup as per your instructions - still no soundcard. 
(I made a new linux partition and use this as my TCE directory. Installed alsa and bash and dropbear.)


--- Code: ---tc@box:~$ aplay -l
aplay: device_list:268: no soundcards found...
tc@box:~$

--- End code ---

So there is no change, even after starting all over again.

Steen



sbp:
Using the alsa-info.sh script results in this:

--- Code: ---tc@box:~$ ./alsa-info.sh
modprobe: invalid option -- 'c'
BusyBox v1.21.1 (2013-08-23 18:13:50 UTC) multi-call binary.

Usage: modprobe [-alrqvsDb] MODULE [symbol=value]...

        -a      Load multiple MODULEs
        -l      List (MODULE is a pattern)
        -r      Remove MODULE (stacks) or do autoclean
        -q      Quiet
        -v      Verbose
        -s      Log to syslog
        -D      Show dependencies
        -b      Apply blacklist to module names too

ALSA Information Script v 0.4.62
--------------------------------

This script visits the following commands/files to collect diagnostic
information about your ALSA installation and sound related hardware.

  dmesg
  lspci
  lsmod
  aplay
  amixer
  alsactl
  /proc/asound/
  /sys/class/sound/
  ~/.asoundrc (etc.)

See './alsa-info.sh --help' for command line options.

/usr/local/sbin/alsactl: save_state:1590: No soundcards found...
cat: can't open '/tmp/alsa-info.XXXXXtkVNI/alsactl.tmp': No such file or directory

--- End code ---

Steen

sbp:
Hi I just noticed that from your copy of the output from aplay -l  your promt is #  whereas mine is $

Therefore I tried to use sudo aplay -l and now it finds the soundcard

--- Code: ---tc@box:/$ sudo aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
  Subdevices: 8/8
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1
  Subdevice #2: subdevice #2
  Subdevice #3: subdevice #3
  Subdevice #4: subdevice #4
  Subdevice #5: subdevice #5
  Subdevice #6: subdevice #6
  Subdevice #7: subdevice #7
tc@box:/$

--- End code ---

But why is this different from previous piCore versions?
And what do I need to do in order to go back to how it used to be?

Steen

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version