vchiq is there, just not updated to vchiq 5.svrsig wrote:But vchiq is essential for some software - particularly RISC OS. Please return it immediately!
vchiq is there, just not updated to vchiq 5.svrsig wrote:But vchiq is essential for some software - particularly RISC OS. Please return it immediately!
Older disk images cause this too, so you're probably right, not a firmware issue. Posting a topic to the raspbian sub-forum now.dom wrote:It looks like an X issue (possibly coupled with framebuffer driver) rather than a firmware issue.
Are you sure this is caused by newer firmware? I'm guessing it's always been there.
Just an observation that currently the owner of the hello_encode directory and files in the hello_pi directory is set to root:root rather than root:usersdom wrote: There is a new hello_pi example, that does video encode (thanks to kulve, who's code this was based on).
Code: Select all
vcgencmd version
Code: Select all
sudo rpi-update 0e358b3082a611975a7d467f457e8769b8d88663
I noticed we had some differences in kernel modules from 3.2.27, so I've added the missing ones. Any better?lingon wrote:I did upgrade (after making a backup) to
uname -a
Linux rpicam 3.6.6+ #270 PREEMPT Sat Nov 17 18:21:22 GMT 2012 armv6l GNU/Linux
I'm testing a webcam, but now the V4L interface seems to be missing
Code: Select all
sudo rpi-update 5fcbae1010c1ba99a77bab5198508bb9e6964d03
Code: Select all
sudo rpi-update 5fcbae1010c1ba99a77bab5198508bb9e6964d03
Code: Select all
coherent_pool=2M cma=2M smsc95xx.turbo_mode=N
Code: Select all
gpu_mem_256=160
gpu_mem_512=316
cma_lwm=16
cma_hwm=32
Code: Select all
vcgencmd cma_config lwm=33554432 hwm=33554432
Code: Select all
free -h
total used free shared buffers cached
Mem: 481M 433M 48M 0B 20K 249M
-/+ buffers/cache: 184M 297M
Swap: 0B 0B 0B
The "next" kernel tree is on 3.6.7. It's fully working in terms of me not knowing about any problems.hojnikb wrote:Also i see kernel 3.6.x is mentioned in this thread.. Does this mean its now "fully" working on Pi like the 3.2 or does it lack features ?
It was missing. I've added to source tree. Will rebuild later. I will need someone to test it still works.LordDiGio wrote:In the 3.6.7 kernel the lirc_rpi module is missing or it was replaced by gpio_ir_recv?
Code: Select all
sudo rpi-update ffe1ad3ccba34e55672a2d8813ddf0a1c81a4230
If your problem was in the upstream kernel driver code and it has been fixed upstream, then yes. It seems worth a try.arcanon wrote:Would this pick up any fixes to uvcvideo.ko in comparison to 3.2? That might fix an issue I am seeing.
Thanks, now I can access the webcam again with uvcvideo after upgrading to:dom wrote:Ah yes, some of the config group names have changed in newer kernel, and so large sections of modules we're disabled.
I've added back in various groups and we now have uvcvideo.ko amongst others. Can you try again:Code: Select all
sudo rpi-update ffe1ad3ccba34e55672a2d8813ddf0a1c81a4230
Hi,dom wrote:Ah yes, some of the config group names have changed in newer kernel, and so large sections of modules we're disabled.
I've added back in various groups and we now have uvcvideo.ko amongst others. Can you try again:Code: Select all
sudo rpi-update ffe1ad3ccba34e55672a2d8813ddf0a1c81a4230
Code: Select all
coherent_pool=2M cma=2M smsc95xx.turbo_mode=N dwc_otg.fiq_fix_enable=1 sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/sda2 rootfstype=ext4 elevator=deadline rootwait
Code: Select all
---snip---
#uncomment to overclock the arm. 700 MHz is the default.
current_limit_override=0x5A000020
force_turbo=1
boot_delay=1
over_voltage=4
arm_freq=1000
#avoid_pwm_pll=1
#core_freq=450
#gpu_freq=300
#max core_freq=504
#max gpu_freq=336
#over_voltage_sdram=2
sdram_freq=600
init_emmc_clock=100000000
sdhci-bcm2708.emmc_clock_freq=100000000
#gpu_mem=96
gpu_mem_256=160
gpu_mem_512=316
cma_lwm=16
cma_hwm=32
Seems your "rootwait" parameter is being ignored, as with that enabled it is supposed to wait an eternity for the device to appear, instead of 2 seconds.bleep42 wrote:Code: Select all
coherent_pool=2M cma=2M smsc95xx.turbo_mode=N dwc_otg.fiq_fix_enable=1 sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/sda2 rootfstype=ext4 elevator=deadline rootwait
Code: Select all
smsc95xx.turbo_mode=N consoleblank=0 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait
Can you try:Vulpes wrote:I have installed next firmware and kernle on Arch, but weird things happen in X.
If I enable dyanamic allocation with parameters Dom posted, when X starts all I see is colorful snow.
Without dyanmic allocation, XBMC is shrunk to few centimeters on the left side.
Code: Select all
sudo rpi-update d27ca5e5f1c3a94a0a1311e4c0dd86644f0acacc