4.4.97-1-ARCH wrong NAND chip timing in the DTS? NSA310 NAS

Problems with packages? Post here, using [tags] of the package name.

Re: 4.4.97-1-ARCH wrong NAND chip timing in the DTS? NSA310

Postby arti74 » Fri May 11, 2018 11:28 am

$this->bbcode_second_pass_quote('', 'S')o those are bit bits we want to switch off

So should I switch them all? No journaling, etc?
$this->bbcode_second_pass_quote('', 'd')id you do a "saveenv"?

I'm not sure now - I'll try this again.
Regarding the sensors - sensor-detect didn't found any i2c sensor:
$this->bbcode_second_pass_code('', 'Lastly, we can probe the I2C/SMBus adapters for connected hardware
monitoring devices. This is the most risky part, and while it works
reasonably well on most systems, it has been reported to cause trouble
on some systems.
Do you want to probe the I2C/SMBus adapters now? (YES/no):
Sorry, no supported PCI bus adapters found.')
$this->bbcode_second_pass_quote('', 'i')ts one thing I'm changing - the fan to ones thats quieter and spins slower

So you bought a different fan with some slower spinning rate? I must check that and buy one...
EDIT:
after doing setenv, saveenv ethaddr - the device stops at egiga and tries to ping an ip address which not belongs to the 192.168.1.x/24 which I'm using - of course no connection to that address:
$this->bbcode_second_pass_code('', 'Using egiga0 device

ARP Retry count exceeded; starting again
ping failed; host 10.10.10.5 is not alive
')
arti74
 
Posts: 75
Joined: Tue Apr 17, 2018 10:33 am
Top

Re: 4.4.97-1-ARCH wrong NAND chip timing in the DTS? NSA310

Postby summers » Fri May 11, 2018 12:01 pm

Don't worry - the ping will time out - thats usual. Its looking for that host to send the output to. if you are sure you don't want it change the value of "netconsole" to anything other than "on".

nsa325v2 uses an 80x80x20 fan, which is thinner than usual. But there is a replacement Coolink SWIF2 80L, and that came with a resistor to lower the speed, as well as rubber mounting. I probably don't have room to use the rubber mounting - but will be able to fit in the resistor to lower the speed.

on ext4 the only options we need to remove had [ b ] [ / b ] around them - usually that shows in bold, but not apparently in code ...
summers
 
Posts: 984
Joined: Sat Sep 06, 2014 12:56 pm

Re: 4.4.97-1-ARCH wrong NAND chip timing in the DTS? NSA310

Postby arti74 » Fri May 11, 2018 12:23 pm

There's no way to change this 10.10.10.5 for an different address?
I have only 40x40x10 fan - so very limited choice here - I must check if the 40x40x20 would fit too.. EDIT: checked - must be the thinner :/
I successfully removed the mentioned features with -O option, now I have:
$this->bbcode_second_pass_code('', 'sudo tune2fs -l /dev/sda2
tune2fs 1.44.1 (24-Mar-2018)
Filesystem volume name: rootfs
Last mounted on: /
Filesystem UUID: 88f49752-68db-4f08-908e-75c688363624
Filesystem magic number: 0xEF53
Filesystem revision #: 1 (dynamic)
Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize metadata_csum
Filesystem flags: signed_directory_hash')
EDIT:
$this->bbcode_second_pass_quote('', 'r')eplacement Coolink SWIF2 80L, and that came with a resistor to lower the speed

That's interesting. How to control the speed of such fan (this resistor) - there's a tool for it? I see a fan to buy with an speed adapter (quite expensive - Noctua NF-A4X10 FLX), and wonder if it will be possible to control that.
arti74
 
Posts: 75
Joined: Tue Apr 17, 2018 10:33 am
Top

Re: 4.4.97-1-ARCH wrong NAND chip timing in the DTS? NSA310

Postby summers » Fri May 11, 2018 12:44 pm

On the environment you can change:
$this->bbcode_second_pass_code('', 'ncip=10.10.10.5
ncipk=10.10.10.4')
And it will send output to a different machine, think its explained at top of the kirkwood forum?

Yes with fans, all you can do is find dimensions of the current fan, and then search for if there is a replacement. For 80x080x20 the choice was *very* limited, but the swif2 is well respected, sold on by noctua etc ...

So you'll need to search for 40x40x10 fans, and see what is available. I wouldn't be surprised if the resistor to lower the speed was widely abaible, however I have seen the like before ... ah yes see here, must be other similar options: https://www.quietpc.com/rc56 and if handy with a soldering iron http://pcbheaven.com/circuitpages/A_Simple_Way_To_Reduce_A_DC_Fan_Speed/

Ah good that you removed the ext options. It should now be able to boot from sda2, so try (re0moving uEnv.txt on sda1, and see if uboot fines the one on sda2 in /boot/uEnv.txt. Also make sure you have a zImage in sdat2 /boot ...

wait a mo:

$this->bbcode_second_pass_code('', 'Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize metadata_csum')

still has 64bit and metadata_csum - thats what we wanted to remove ...
Last edited by summers on Fri May 11, 2018 12:57 pm, edited 1 time in total.
summers
 
Posts: 984
Joined: Sat Sep 06, 2014 12:56 pm

Re: 4.4.97-1-ARCH wrong NAND chip timing in the DTS? NSA310

Postby arti74 » Fri May 11, 2018 12:57 pm

You're right - it's still there and tried this couple times..
$this->bbcode_second_pass_code('', 'sudo tune2fs -O 64bit /dev/sda2
tune2fs 1.44.1 (24-Mar-2018)')
Just this above, no further confirmation
arti74
 
Posts: 75
Joined: Tue Apr 17, 2018 10:33 am

Re: 4.4.97-1-ARCH wrong NAND chip timing in the DTS? NSA310

Postby summers » Fri May 11, 2018 1:04 pm

wrong code, use:
$this->bbcode_second_pass_code('', 'sudo tune2fs -O ^64bit /dev/sda2
tune2fs 1.44.1 (24-Mar-2018)')
summers
 
Posts: 984
Joined: Sat Sep 06, 2014 12:56 pm

Re: 4.4.97-1-ARCH wrong NAND chip timing in the DTS? NSA310

Postby arti74 » Fri May 11, 2018 1:09 pm

Yes..
But now I have:
$this->bbcode_second_pass_code('', 'tune2fs 1.44.1 (24-Mar-2018)
Cannot disable 64-bit mode while mounted!')
there's a way to unmount root without removing the hdd? OK, never mind - I still will have to remove it - I need to connect this hdd and the big one 4tb to my USB 3 ports to copy system from the smaller drive.
arti74
 
Posts: 75
Joined: Tue Apr 17, 2018 10:33 am

Re: 4.4.97-1-ARCH wrong NAND chip timing in the DTS? NSA310

Postby summers » Fri May 11, 2018 1:26 pm

Yes that doesn't surprise me, but worth trying anyway. If you are moving to a large hdd, might as well make the change when moving:
1) Format the big hdd with a GPT format, with at least 1 partition on it.
2) create the partition with "mkfs.ext4 -O ^metadata_csum,^64bit /dev/sdxX" - changing x and X as necessary.
3) Mount the new disk "mkdir newdisk ; sudo mount /dev/sdxX newdisk"
4) Mount the old disk "mkdir olddisk; sudo mount /dev/sdy2 oldisk"
5) copy the files "cd olddisk ; tar cf - . | ( cd ../newdisk ; tar xf - )"
6) sync "sync"
7) unmount "umount olddisk newdisk"

Then if you have /boot/uEnv.txt and /boot/zImage on the new disk - then you should be good to boot the new disk I think!
summers
 
Posts: 984
Joined: Sat Sep 06, 2014 12:56 pm

Re: 4.4.97-1-ARCH wrong NAND chip timing in the DTS? NSA310

Postby arti74 » Fri May 11, 2018 1:36 pm

Very good points - thank you!
Now I'm trying to find out what the ncip, ncipk and other ip addresses means... I know it is for console debug without serial cable and I want to minimize the booting time - no ping = longer start.
Whatever ip I set I always get ping failed; host ... is not alive
$this->bbcode_second_pass_code('', 'U-Boot 2016.09.01-1 (Oct 10 2016 - 23:14:18 -0600) Arch Linux ARM
Zyxel NSA310

SoC: Kirkwood 88F6281_A1
DRAM: 256 MiB
WARNING: Caches not enabled
NAND: 128 MiB
In: serial
Out: serial
Err: serial
Net: egiga0
PHY reset timed out
MV88E1318 PHY initialized on egiga0
IDE: Bus 0: OK Bus 1: not available
Device 0: Model: SAMSUNG HD753LJ Firm: 1AA01110 Ser#: S13UJ1DQ400383
Type: Hard Disk
Supports 48-bit addressing
Capacity: 715404.8 MB = 698.6 GB (1465149168 x 512)
Using egiga0 device

ARP Retry count exceeded; starting again
ping failed; host 192.168.1.5 is not alive')
arti74
 
Posts: 75
Joined: Tue Apr 17, 2018 10:33 am

Re: 4.4.97-1-ARCH wrong NAND chip timing in the DTS? NSA310

Postby summers » Fri May 11, 2018 2:41 pm

set the env variable "netconsole" to off, and save:
$this->bbcode_second_pass_code('', 'setenv netconsole off
saveenv')
summers
 
Posts: 984
Joined: Sat Sep 06, 2014 12:56 pm

PreviousNext

Return to Packages

Who is online

Users browsing this forum: No registered users and 12 guests