2012-08-28
Slitaz -- raspi-kernel
1.
root@slitaz:~# uname -a
Linux slitaz 3.2.14-slitaz #1 PREEMPT Sun Aug 26 10:39:41 UTC 2012 armv6l GNU/Linux
2.
root@slitaz:~# modinfo snd_bcm2835
filename: kernel/sound/arm/snd-bcm2835.ko
description: Alsa driver for BCM2835 chip
author: Dom Cobley
license: GPL
vermagic: 3.2.14-slitaz preempt mod_unload modversions ARMv6
depends: snd-pcm,snd
3.
root@slitaz:~# modprobe snd-bcm2835
### snd_bcm2835_alsa_probe c05e0958 ############### PROBING FOR bcm2835 ALSA device (0):(1) ###############
Creating card...
Creating device/chip ..
Adding controls ..
Registering card ....
bcm2835 ALSA CARD CREATED!
### BCM2835 ALSA driver init OK ###
4.
root@slitaz:~# lsmod
Module Size Used by Tainted: G
snd_bcm2835 21709 0
snd_pcm 82450 1 snd_bcm2835
snd_page_alloc 5395 1 snd_pcm
snd_timer 21614 1 snd_pcm
snd 58035 3 snd_bcm2835,snd_pcm,snd_timer
ipv6 286290 10
5.
root@slitaz:~# ls -l /boot
total 31296
-rwxr-xr-x 1 root root 18693 Jul 25 08:40 COPYING.linux
-rwxr-xr-x 1 root root 1447 Jul 25 08:40 LICENCE.broadcom
-rwxr-xr-x 1 root root 2053968 Jul 25 08:40 arm128_start.elf
-rwxr-xr-x 1 root root 2053968 Jul 25 08:40 arm192_start.elf
-rwxr-xr-x 1 root root 2053968 Jul 25 08:40 arm224_start.elf
-rwxr-xr-x 1 root root 16536 Jul 25 08:40 bootcode.bin
-rwxr-xr-x 1 root root 97 Aug 28 10:38 cmdline.txt
-rwxr-xr-x 1 root root 1176 Aug 28 11:25 config.txt
-rwxr-xr-x 1 root root 3003160 Aug 26 14:05 kernel.img
-rwxr-xr-x 1 root root 4189540 Jul 25 08:40 kernel_cutdown.img
-rwxr-xr-x 1 root root 16321844 Jul 25 08:40kernel_emergency.img
-rwxr-xr-x 1 root root 275235 Jul 25 08:40 loader.bin
-rwxr-xr-x 1 root root 2053968 Jul 25 08:40 start.elf
root@slitaz:~#
.