09-27-2016, 06:12 AM
Did anyone tried usbip? Not sure if it needs extra modules for that. I'm gonna test it later tonight.
Kernel for A64 git
|
09-27-2016, 06:12 AM
Did anyone tried usbip? Not sure if it needs extra modules for that. I'm gonna test it later tonight.
10-12-2016, 09:56 AM
(02-14-2016, 03:00 AM)longsleep Wrote: **3.10.101-1-pine64-longsleep-41 (20160516)** First of all, big THANKS! for all your work on this. And now to my question -- is there a chance to get the XFS module back? Maybe if I disable user namespaces? Not sure where user namespaces are used, but if it's only containers stuff, I'd gladly sacrifice it for XFS support.
10-12-2016, 10:01 AM
Yes just rebuild with xfs if you do not need secure containers.
10-23-2016, 06:52 AM
I just pushed a new awesome Kernel release. It brings a security fix, ip multicast support and A64 camera driver changes. For details, see the first post of this thread.
Get 3.10.104-1-pine64-longsleep-103 from https://www.stdin.xyz/downloads/people/l...ges/linux/
10-23-2016, 08:07 AM
Thanks Simon, you rock !
marcushh777
please join us for a chat @ irc.pine64.xyz:6667 or ssl irc.pine64.xyz:6697 ( I regret that I am not able to respond to personal messages; let's meet on irc! )
10-23-2016, 08:19 AM
(10-12-2016, 10:01 AM)longsleep Wrote: Yes just rebuild with xfs if you do not need secure containers. Just for the record and for people with similar use case: I built the kernel with the XFS module and no namespaces and everything works great. Except for new(ish) XFS file system created which cause crash in the XFS module when being mounted. Older XFS file systems work just fine.
10-23-2016, 12:49 PM
@longsleep Simon... thanks for the great work! Don't know what the pine64 would be without your support
10-29-2016, 07:09 AM
I just released a new Kernel build line "pine64gmac" which has a possible fix for the Ethernet Gigabit issue which happens on some boards. The fix is based on a patch provided by tllim (thanks!).
For now consider this a test release and you can switch to the pine64gmac Kernel line easily with Code: bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh) latest gmac You can switch back to the normal Kernel line with Code: bash <(curl -s https://raw.githubusercontent.com/longsleep/build-pine64-image/master/simpleimage/platform-scripts/pine64_update_kernel.sh) latest default To see what changed: https://github.com/longsleep/linux-pine6...gmactxonly If feedback is good, this fix will go into the default Kernel. So let me know how it goes. To check if the fix is applied on boot: Code: root@pine64:~# dmesg|grep 'init ephy'
10-29-2016, 07:15 AM
10-31-2016, 04:20 PM
(10-29-2016, 07:09 AM)longsleep Wrote: I just released a new Kernel build line "pine64gmac" which has a possible fix for the Ethernet Gigabit issue which happens on some boards. The fix is based on a patch provided by tllim (thanks!). Thanks. |