Author Topic: Linux Kernel 4.4.0  (Read 22740 times)

greguu

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 455
    • View Profile
    • http://github.com/greguu
Linux Kernel 4.4.0
« Reply #15 on: October 15, 2016, 02:18:12 am »
Hi Mark,

Linux kernel 4.8 was released on kernel.org on 3rd of October 2016.

I am working on a new kernel veriosn 4.8.1 for Sharp Zaurus C3x00 series at the moment.

There have been quite a few changes since 4.4.0 and as expected there are some issues.

Show stoppers at the moment are :

- fbdev legacy support not working (kernel boots, but blanks white on LCD screen)

Once I got a working release, a new thread will be opened and the release posted on github.

Cheers !

Quote from: ArchiMark
Hi again,

Where is your new Kernel 4.8 located?

Thanks.
« Last Edit: October 15, 2016, 03:25:41 am by daalnroti »
Gemini-PDA (Sailfish X and Android) / LG Nexus 5 (Android 11) / Nokia N9 (MeeGo/Harmattan)
Sharp Zaurus C3100 (Borzoi) - Void Linux (voidz) Kernel 5.0.0 - Hardware (Buffalo CF LAN, DLink 660 CF WiFi, ASIX AX88772 USB Ethernet)

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Linux Kernel 4.4.0
« Reply #16 on: October 15, 2016, 12:40:26 pm »
OK, I get it now, Greg.....

Thanks for clarifying.....
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Linux Kernel 4.4.0
« Reply #17 on: October 17, 2016, 11:36:27 am »
Is it safe to do:

Code: [Select]
# pacman -Syu

and upgrade system?


I didn't actually do an upgrade, but when I started process, I got message:

Code: [Select]
Replace libdbus with core/dbus?

Don't want to do anything until I have an idea of whether it's safe to do so.


Thanks.

Mark
« Last Edit: October 17, 2016, 06:57:52 pm by ArchiMark »
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

greguu

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 455
    • View Profile
    • http://github.com/greguu
Linux Kernel 4.4.0
« Reply #18 on: October 18, 2016, 04:13:32 pm »
Quote from: ArchiMark
Is it safe to do:

Code: [Select]
# pacman -Syu

and upgrade system?


I didn't actually do an upgrade, but when I started process, I got message:

Code: [Select]
Replace libdbus with core/dbus?

Don't want to do anything until I have an idea of whether it's safe to do so.


Thanks.

Mark

Hi Mark,

I have not done a recent  pacman -Syu but will check later.

I doubt there are any issues. Keep in mind Arch is a rolling distribution and you will need to stay up to date.

If you are not sure, backup (tar) your rootfs to an SD card first.

Cheers!
Gemini-PDA (Sailfish X and Android) / LG Nexus 5 (Android 11) / Nokia N9 (MeeGo/Harmattan)
Sharp Zaurus C3100 (Borzoi) - Void Linux (voidz) Kernel 5.0.0 - Hardware (Buffalo CF LAN, DLink 660 CF WiFi, ASIX AX88772 USB Ethernet)

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Linux Kernel 4.4.0
« Reply #19 on: October 18, 2016, 10:18:33 pm »
Quote from: greguu
Quote from: ArchiMark
Is it safe to do:

Code: [Select]
# pacman -Syu

and upgrade system?


I didn't actually do an upgrade, but when I started process, I got message:

Code: [Select]
Replace libdbus with core/dbus?

Don't want to do anything until I have an idea of whether it's safe to do so.


Thanks.

Mark

Hi Mark,

I have not done a recent  pacman -Syu but will check later.

I doubt there are any issues. Keep in mind Arch is a rolling distribution and you will need to stay up to date.

If you are not sure, backup (tar) your rootfs to an SD card first.

Cheers!

Hi Greg,

To backup rootfs, should I do:

Code: [Select]
# tar cpjf /rootfs.tar.bz2 -C /mnt/card .
Thanks.
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

greguu

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 455
    • View Profile
    • http://github.com/greguu
Linux Kernel 4.4.0
« Reply #20 on: October 20, 2016, 03:21:19 pm »
Quote from: ArchiMark
Quote from: greguu
Quote from: ArchiMark
Is it safe to do:

Code: [Select]
# pacman -Syu

and upgrade system?


I didn't actually do an upgrade, but when I started process, I got message:

Code: [Select]
Replace libdbus with core/dbus?

Don't want to do anything until I have an idea of whether it's safe to do so.


Thanks.

Mark

Hi Mark,

I have not done a recent  pacman -Syu but will check later.

I doubt there are any issues. Keep in mind Arch is a rolling distribution and you will need to stay up to date.

If you are not sure, backup (tar) your rootfs to an SD card first.

Cheers!

Hi Greg,

To backup rootfs, should I do:

Code: [Select]
# tar cpjf /rootfs.tar.bz2 -C /mnt/card .
Thanks.

Looks about right. I would just tar it and not compress with bz2 as this will take ages.
Gemini-PDA (Sailfish X and Android) / LG Nexus 5 (Android 11) / Nokia N9 (MeeGo/Harmattan)
Sharp Zaurus C3100 (Borzoi) - Void Linux (voidz) Kernel 5.0.0 - Hardware (Buffalo CF LAN, DLink 660 CF WiFi, ASIX AX88772 USB Ethernet)

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Linux Kernel 4.4.0
« Reply #21 on: October 20, 2016, 04:15:42 pm »
Quote from: greguu
Quote from: ArchiMark
Quote from: greguu
Quote from: ArchiMark
Is it safe to do:

Code: [Select]
# pacman -Syu

and upgrade system?


I didn't actually do an upgrade, but when I started process, I got message:

Code: [Select]
Replace libdbus with core/dbus?

Don't want to do anything until I have an idea of whether it's safe to do so.


Thanks.

Mark

Hi Mark,

I have not done a recent  pacman -Syu but will check later.

I doubt there are any issues. Keep in mind Arch is a rolling distribution and you will need to stay up to date.

If you are not sure, backup (tar) your rootfs to an SD card first.

Cheers!

Hi Greg,

To backup rootfs, should I do:

Code: [Select]
# tar cpjf /rootfs.tar.bz2 -C /mnt/card .
Thanks.

Looks about right. I would just tar it and not compress with bz2 as this will take ages.

Thanks for the suggestion..........
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

greguu

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 455
    • View Profile
    • http://github.com/greguu
Linux Kernel 4.4.0
« Reply #22 on: October 25, 2016, 05:22:50 am »
Just as to give some feedback, my ALARM installation upgraded fine doing a pacman -Syu a few days ago and rebooted fine and all things run as they should using kernel 4.4.0.

After a successful pacman -Syu and confirming everything works after a reboot, just tar your root partition, to do a backup. This at least can give you back a working system if a pacman -Syu goes wrong.

I always have a backup system on a SD card and boot to that if needed. Currently 4.4.0 is working still fine under ArchLinuxARM, a new release will take some time as there are several changes in 4.8 that require some work.
Gemini-PDA (Sailfish X and Android) / LG Nexus 5 (Android 11) / Nokia N9 (MeeGo/Harmattan)
Sharp Zaurus C3100 (Borzoi) - Void Linux (voidz) Kernel 5.0.0 - Hardware (Buffalo CF LAN, DLink 660 CF WiFi, ASIX AX88772 USB Ethernet)

greguu

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 455
    • View Profile
    • http://github.com/greguu
Linux Kernel 4.4.0
« Reply #23 on: October 27, 2016, 02:33:49 am »
Hi all,

just to let you know there has been an update for the 4.4.0 kernel release today.

See the opening post or go directly here:  https://github.com/greguu/linux-4.4-cxx00/releases/tag/v0.7

This release fixed systemd startup errors because of missing seccomp support in the previous 4.4.0 release.

INSTRUCTIONS :

1. download https://github.com/greguu/linux-4.4-cxx00/r...x00-v0.7.tar.xz

2. extract and replace your current 4.4.0 kernel under /boot and replace all 4.4.0 modules under /lib/modules/

3. reboot

NOTE : the current roofs is outdated and does not contain this update. A new roofs tar ball will be released alongside a new kernel version later this year, hopefully.

If not sure how to upgrade just ask.

Cheers!
« Last Edit: October 29, 2016, 07:38:27 am by greguu »
Gemini-PDA (Sailfish X and Android) / LG Nexus 5 (Android 11) / Nokia N9 (MeeGo/Harmattan)
Sharp Zaurus C3100 (Borzoi) - Void Linux (voidz) Kernel 5.0.0 - Hardware (Buffalo CF LAN, DLink 660 CF WiFi, ASIX AX88772 USB Ethernet)

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Linux Kernel 4.4.0
« Reply #24 on: October 28, 2016, 12:47:57 am »
Thanks, Greg.....

Downloaded new kernel and copied over to my SD card.

Copied the .tar.xz file over to home/marks/Documents/kernel directory on Zaurus.

Extracted files into this directory and see:

Code: [Select]
$ ls -al
.config
4.4.0-cxx00
boot.cfg
firmware
zImage-4.4.0-cxx00


So, which files do I copy to where?

Thanks.
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

greguu

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 455
    • View Profile
    • http://github.com/greguu
Linux Kernel 4.4.0
« Reply #25 on: October 28, 2016, 05:12:04 pm »
Quote from: ArchiMark
Thanks, Greg.....

Downloaded new kernel and copied over to my SD card.

Copied the .tar.xz file over to home/marks/Documents/kernel directory on Zaurus.

Extracted files into this directory and see:

Code: [Select]
$ ls -al
.config
4.4.0-cxx00
boot.cfg
firmware
zImage-4.4.0-cxx00


So, which files do I copy to where?

Thanks.

file zImage-4.4.0-cxx00 replaces file /boot/zImage-4.4.0-cxx00

folder 4.4.0-cxx00 replaces folder /lib/modules/4.4.0-cxx00
Gemini-PDA (Sailfish X and Android) / LG Nexus 5 (Android 11) / Nokia N9 (MeeGo/Harmattan)
Sharp Zaurus C3100 (Borzoi) - Void Linux (voidz) Kernel 5.0.0 - Hardware (Buffalo CF LAN, DLink 660 CF WiFi, ASIX AX88772 USB Ethernet)

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Linux Kernel 4.4.0
« Reply #26 on: October 29, 2016, 01:26:19 am »
Thanks....

Copied files over as instructed....

Now Zaurus freezes at the kexecboot screen.......

Does not matter which option I select....nothing happens.....

Oh well.................

 
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

greguu

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 455
    • View Profile
    • http://github.com/greguu
Linux Kernel 4.4.0
« Reply #27 on: October 29, 2016, 02:06:04 am »
Quote from: ArchiMark
Thanks....

Copied files over as instructed....

Now Zaurus freezes at the kexecboot screen.......

Does not matter which option I select....nothing happens.....

Oh well.................

 

Hm, something must went wrong.

You still have the SD card you installed ArchLinuxARM from ?

Enter the SD card, turn on the Z, choose the kernel from the SD card in Kexecboot (mmcblk0p1)

Boot up. Mount your CF drive and double check your /boot folder contains the right files.

You can join #alarmz on freenode. Happy to help.

Cheers!
« Last Edit: October 29, 2016, 02:08:44 am by greguu »
Gemini-PDA (Sailfish X and Android) / LG Nexus 5 (Android 11) / Nokia N9 (MeeGo/Harmattan)
Sharp Zaurus C3100 (Borzoi) - Void Linux (voidz) Kernel 5.0.0 - Hardware (Buffalo CF LAN, DLink 660 CF WiFi, ASIX AX88772 USB Ethernet)

greguu

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 455
    • View Profile
    • http://github.com/greguu
Linux Kernel 4.4.0
« Reply #28 on: October 29, 2016, 02:54:16 am »
Did you alter the boot.cfg file under /boot in any way ?

Do you have any other cards inserted ? SD card or CF card while booting to kexecboot ? Remove all and clean boot.
« Last Edit: October 29, 2016, 02:55:13 am by greguu »
Gemini-PDA (Sailfish X and Android) / LG Nexus 5 (Android 11) / Nokia N9 (MeeGo/Harmattan)
Sharp Zaurus C3100 (Borzoi) - Void Linux (voidz) Kernel 5.0.0 - Hardware (Buffalo CF LAN, DLink 660 CF WiFi, ASIX AX88772 USB Ethernet)

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Linux Kernel 4.4.0
« Reply #29 on: October 29, 2016, 01:59:51 pm »
Quote from: greguu
Quote from: ArchiMark
Thanks....

Copied files over as instructed....

Now Zaurus freezes at the kexecboot screen.......

Does not matter which option I select....nothing happens.....

Oh well.................

 

Hm, something must went wrong.

You still have the SD card you installed ArchLinuxARM from ?

Enter the SD card, turn on the Z, choose the kernel from the SD card in Kexecboot (mmcblk0p1)

Boot up. Mount your CF drive and double check your /boot folder contains the right files.

You can join #alarmz on freenode. Happy to help.

Cheers!

OK, will try.....thanks for the help...


Quote from: greguu
Did you alter the boot.cfg file under /boot in any way ?

Do you have any other cards inserted ? SD card or CF card while booting to kexecboot ? Remove all and clean boot.

No, did not alter boot.cfg file, just copied it over....

Yes, have another SD card in slot....plus ethernet CF card....

Will try without....
« Last Edit: October 29, 2016, 02:12:49 pm by ArchiMark »
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/