Hi bmarcus
Thanks for allowing me to try the new kernel.
Here are my observations.
1. when using tce-setdrive, an error about being unable to mount:
Mount: mounting /dev/mmcblk0p2 on /mnt/mmcblk0p2 failed: Invalid argument
BUT next line shows:
Your TCE Drive, /mnt/mmcblk0p2/tce, is now enabled
2. When installing packages using TCE from Cli works fine. However there is an error during ALSA installation:
depmod: /.build: No such file or directory
depmod: /.source: No such file or directory
BUT the last line is:
alsa.tcz: OK
3. When I try to use the squeezelite player which is using ALSA. I can get a fine list of the available ALSA devices - so this is working fine:
Like:
Output devices:
null - Discard all samples (playback) or generate zero samples (capture)
default: - CARD=ALSA - bcm2835 ALSA, brcm2835 ALSA - Default Audio device
sysdefault: - CARD=ALSA - bcm2835 ALSA, brcm2835 ALSA - Default Audio device
AND this is just like it should be.
BUT if I then try to play something using the player - this error pops up, and no sound is coming:
test_open:152 playback open error: Operation not permitted
output_init:1350 unable to open output device
4. Wifi package installs fine, and WiFi is working fine - it detects and connects to the chosen WiFi. There are still a lot of dropped RX packets like this:
RX packets:22954 errors:0 dropped:23257 overruns:0 frame:0 - I think this is unchanged from previous picore kernel and similar to a rasbian kernel.
5. Dropbear installs fine, but when trying to connect from another computer this output comes from the Pi (on the screen which is connected to the Pi).
On the computer which tries to connect I'm asked for a login name - and then asked for a password - and then putty hangs, and there is no connection:
This is displayed on the screen which is connected to the Pi:
Unable to handle kernel paging request at virtuaæ adresss ffffffff
pgd = c8f3c000
[ffffffff] *pgd=0bffe821 *pte=00000000 *ppte=00000000
Internal error: Oops 817 [#1] PREEMPT ARM
Entering kdb (current=0xc0fe0e60), pid 1835) Oops: (null)
Pid: 1835, comm: dropbear
CPU:0 Not tainted (3.6.11piCore #1)
PC is at alloc_fair_sched_group+0xa4/0x10c
LR is at 0x0
and a lot more.......
Steen