

geodirk
-
Posts
8 -
Joined
-
Last visited
Reputation Activity
-
geodirk reacted to cruiser in USB Redirector
I have a problem with USB Redirector too...
Try to start the daemon with "sudo usbsrvd start". Can't see the daemon to be active but have below in /var/log/usbsrvd.log
Wed Dec 31 23:59:22 1969
Daemon startup
Wed Dec 31 23:59:22 1969
Daemon can not be started!
Module 0x0003 Line 30 Error 0
Wed Dec 31 23:59:22 1969
Daemon shutdown
Not sure why date is displayed as Dec 31st 1969 and why time is 23:59:22
Anything I overlooked ? Any action to be performed to enable the service (description indicates: (disabled by default /etc/init.d/rc.usbsrvd))...
Also not sure if the hint "USB redirector stops working on kernel 4.x .." is relevant to my problem. I use Kernel version: 3.14.14 as delivered in version 2.6
Thank you for support
NB: I wouldn't have a problem to re-install USB Redirector, however, I am not sure which one to download and install: armle, armbe, armv5b
-
geodirk reacted to Delivereath in Current status of hardware reencoding
Hi all,
I've been reading a lot about VPU acceleration for h264 decoding and encoding. However, it seems that there is not much regarding transcoding (decoding + encoding). I would be interested in decoding 1080p h264 and encoding it back to 720p h264 in realtime. Ideally having that operation on 2 streams in parallel would be great.
I've seen that quite some work has been done in cedrus : https://linux-sunxi.org/Cedrus
As I can, h264 decoding seems to be supported but encoding is unclear. And there is obviously no comment about running both operations at the same time.
Since I would like to run a few tests and maybe help a bit, what hardware should I order ? Allwinner H3/H5/else ?
Thanks
-
geodirk reacted to DreamDreams in Building OpenWRT images for Orange Pi Zero with the Armbian kernel
You don't need to build OpenWRT yourself. Just use sunxi img from here: https://downloads.openwrt.org/chaos_calmer/15.05.1/sunxi/generic/ + /boot/ and /lib/modules/ from Armbian.
-
geodirk reacted to hmartin in Orange Pi Zero wireless module status (XRADIO / ST CW1200)
Hi everyone,
I was doing speed tests on the XR819 and started looking at the driver code. My this looks very similar to the cw1200 driver already in mainline Linux.
I started modifying the cw1200 driver to try and get it to work with the XR819. Apart from someone renaming functions and adding a bunch of important junk for XR819, the drivers are quite similar.
I've modified the cw1200 driver up to the point that it's loading the boot_cw1x60.bin ( boot_xr819.bin ) file, but for some reason the bootloader is returning an error instead of success. I don't think it's possible to diagnose this without the datasheet from ST.
Clearly this exists, because people were able to write the cw1200 driver for mainline. Does anyone have a clue where I might find the datasheet for the CW1100?
I also haven't been able to find the firmware files from ST for this chip. They don't exist in the linux-firmware tree!
Here's my progress thus far:
Try to load cw1200_wlan_sdio first time. Timeout waiting for bootloader to respond (I think XR819 has the same bug, no?)
Unload the module and load it again:
Here's my diff to the mainline driver.