New kernels

AmigaOne X1000 platform specific issues related to Linux only.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: New kernels

Post by xeno74 »

http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
musa
Posts: 709
Joined: Tue Aug 23, 2011 7:58 pm

Re: New kernels

Post by musa »

Hi
I have tried several times with kernel 5.19-rc1 but each time end up with something look like a hardware error with the sata drives.
I am using a new fat16 formatted uskb disk to the kernel.
i do not have this error on any of my other linux installations or kernels that I am using right now.
here is one of the error messages: sata3.00: failed to identify (I/O error, err_mask=0x4)
sata3: sata link up 1.5 gbps (sstatus113 scontrol 310)
Have a nice day
AmigaX1000
Follow me on twitter @basjoo_dk
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: New kernels

Post by xeno74 »

musa wrote: Wed Jun 08, 2022 12:00 pm Hi
I have tried several times with kernel 5.19-rc1 but each time end up with something look like a hardware error with the sata drives.
I am using a new fat16 formatted uskb disk to the kernel.
i do not have this error on any of my other linux installations or kernels that I am using right now.
here is one of the error messages: sata3.00: failed to identify (I/O error, err_mask=0x4)
sata3: sata link up 1.5 gbps (sstatus113 scontrol 310)
Have a nice day
Hi Musa,

I haven't found "sata3" in my dmesg. I only found "ata3" entries. Do you use a sata pci card?

ata3 works:

Code: Select all

──(root💀mintppc)-[~]
└─# dmesg | grep ata3                                                                                                                                     
[    3.110578] ata3: SATA max UDMA/133 abar m1024@0xa0209000 port 0xa0209200 irq 9
[    3.427295] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.430304] ata3.00: ATAPI: HL-DT-ST DVDRAM GH22NS50, TN01, max UDMA/100
[    3.430316] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
[    3.434126] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
[    3.434132] ata3.00: configured for UDMA/100
There aren't any sata1.00, sata2.00, or sata3.00 entries.

Code: Select all

┌──(root💀mintppc)-[~]
└─# dmesg | grep ata 
[    0.000000] Memory: 8065112K/8388608K available (21216K kernel code, 3136K rwdata, 7988K rodata, 8116K init, 637K bss, 323496K reserved, 0K cma-reserved)
[    0.298623] libata version 3.00 loaded.
[    3.110567] ata1: SATA max UDMA/133 abar m1024@0xa0209000 port 0xa0209100 irq 9
[    3.110573] ata2: SATA max UDMA/133 abar m1024@0xa0209000 port 0xa0209180 irq 9
[    3.110578] ata3: SATA max UDMA/133 abar m1024@0xa0209000 port 0xa0209200 irq 9
[    3.110583] ata4: SATA max UDMA/133 abar m1024@0xa0209000 port 0xa0209280 irq 9
[    3.111641] scsi host4: pata_atiixp
[    3.111941] scsi host5: pata_atiixp
[    3.112015] ata5: PATA max UDMA/100 cmd 0x11030 ctl 0x11054 bmdma 0x11000 irq 9
[    3.112020] ata6: DUMMY
[    3.427220] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.427262] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.427295] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.427326] ata2: SATA link down (SStatus 0 SControl 300)
[    3.427763] ata1.00: ATA-8: ST2000DM001-9YN164, CC4B, max UDMA/133
[    3.430304] ata3.00: ATAPI: HL-DT-ST DVDRAM GH22NS50, TN01, max UDMA/100
[    3.430316] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
[    3.434126] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
[    3.434132] ata3.00: configured for UDMA/100
[    3.512562] ata4.00: ATA-8: ESA3SF1240GB, 4.C.V, max UDMA/133
[    3.515132] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.540081] ata4.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    3.540093] ata4.00: SB600 AHCI: limiting to 255 sectors per cmd
[    3.620121] ata4.00: SB600 AHCI: limiting to 255 sectors per cmd
[    3.620126] ata4.00: configured for UDMA/133
[    3.668274] ata1.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    3.668287] ata1.00: SB600 AHCI: limiting to 255 sectors per cmd
[    3.668945] ata1.00: SB600 AHCI: limiting to 255 sectors per cmd
[    3.668949] ata1.00: configured for UDMA/133
[    4.099944] scsi host6: pata_pcmcia
[    4.100036] ata7: PATA max PIO0 cmd 0x811000 ctl 0x81100e irq 18
[    4.112895] EXT4-fs (sda4): mounted filesystem with ordered data mode. Quota mode: none.
[    4.269460] ata7.00: CFA: SanDisk SDCFB-256, HDX 2.33, max PIO4
[    4.269468] ata7.00: 501760 sectors, multi 0: LBA
Maybe an issue with a pci card. Please post the output of dmesg | grep ata. Is it possible to boot Linux from another drive?

Cheers,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
musa
Posts: 709
Joined: Tue Aug 23, 2011 7:58 pm

Re: New kernels

Post by musa »

Hi
Sorry I wrote wrong. There should not be SATA3, but ATA3. This message affects all ata drives.
Have now tried to boot from CF0 instead and again got the same result. Discovered that my USB disk was still in the front gate.
Tried again from CF0: But this time without a USB disk in the machine. Now Fienix booted without any problems or error.
Suddenly remember that Amiga us sometimes will not boot if there is a USB disk in the machine.
Therefore, I think the problems are due to my USB disk. which is Fat 16 and newly formatted.
Have a nice day
linux-5.19-rc1.png
AmigaX1000
Follow me on twitter @basjoo_dk
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: New kernels

Post by xeno74 »

Hi Musa,

Many thanks for testing! :-)

Are all error messages gone?

A similar issue: bugzilla.redhat.com

Thanks,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
musa
Posts: 709
Joined: Tue Aug 23, 2011 7:58 pm

Re: New kernels

Post by musa »

xeno74 wrote: Thu Jun 09, 2022 4:39 pm

Are all error messages gone?

A similar issue: bugzilla.redhat.com

yes no error when i do not have usbdisk in under boot. However, this does not apply as a complete rule. This only happens a few times and not with all kernels. Yes the link you show is very similar to what happens to me.
Regards Peter
AmigaX1000
Follow me on twitter @basjoo_dk
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: New kernels

Post by xeno74 »

http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
musa
Posts: 709
Joined: Tue Aug 23, 2011 7:58 pm

Re: New kernels

Post by musa »

Hi
Linux mint running with kernel_5.19-rc2 startet from cf0:
No picture
Sorry, the board attachment quota has been reached.
Have a nice day
AmigaX1000
Follow me on twitter @basjoo_dk
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: New kernels

Post by xeno74 »

musa wrote: Thu Jun 16, 2022 10:06 pm Hi
Linux mint running with kernel_5.19-rc2 startet from cf0:
No picture
Sorry, the board attachment quota has been reached.
Have a nice day
Thanks a lot for testing! :-)

You can also upload your screenshots on a site of a free image hosting service.

For example: https://imgbb.com/

Have a nice weekend! :-)
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: New kernels

Post by xeno74 »

Hi All,

I released the RC3 of kernel 5.19 for the X1000 and X5000 today.

New:
Download: linux-image-5.19-rc3-X1000_X5000.tar.gz

Image

@Darren
Could you please submit your patch to the kernel developers?

@All
Please test the kernels.

Thanks,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply