Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-12
03:02 AM
2013-04-12
03:02 AM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
AMRivlin, does this mod support legacy add-ons? I'm guessing probably not. If so, it's a no-go for me, much as I'd like to give it a test-run.
Message 151 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-12
06:06 AM
2013-04-12
06:06 AM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
No, legacy add-ons are not supported. The new OS makes use of a new and different SDK.
However you can compile stuff manually or install stuff from the Debian Wheezy repo if you wish.
However you can compile stuff manually or install stuff from the Debian Wheezy repo if you wish.
Message 152 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-12
11:39 AM
2013-04-12
11:39 AM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
demetris wrote: Hello for the Fan problem on Utra 6 you might find useful this:
http://pkgs.org/debian-wheezy/debian-ma ... 4.deb.html
And you may need these:
http://pkgs.org/debian-wheezy/debian-ma ... 4.deb.html
http://pkgs.org/debian-wheezy/debian-ma ... l.deb.html
http://pkgs.org/debian-wheezy/debian-ma ... 4.deb.html
http://pkgs.org/debian-wheezy/debian-ma ... 4.deb.html
sudo apt-get purge lm-sensors
dpkg -i *.deb
etc
then
#yes "" | sensors-detect
I instaled the lm-sensor package and dependencies on Ultra 2. but after the command : yes "" | sensors-detect, I have the folowing message :
root@NAS:~# yes "" | sensors-detect
# sensors-detect revision 6031 (2012-03-07 17:14:01 +0100)
# System: NETGEAR ReadyNAS [09/08/2010 ReadyNAS-ProUltra2 V1.4]
This program will help you determine which kernel modules you need
to load to use lm_sensors most effectively. It is generally safe
and recommended to accept the default answers to all questions,
unless you know what you're doing.
Some south bridges, CPUs or memory controllers contain embedded sensors.
Do you want to scan for them? This is totally safe. (YES/no): Silicon Integrated Systems SIS5595... No
VIA VT82C686 Integrated Sensors... No
VIA VT8231 Integrated Sensors... No
AMD K8 thermal sensors... No
AMD Family 10h thermal sensors... No
AMD Family 11h thermal sensors... No
AMD Family 12h and 14h thermal sensors... No
AMD Family 15h thermal sensors... No
AMD Family 15h power sensors... No
Intel digital thermal sensor... Success!
(driver `coretemp')
Intel AMB FB-DIMM thermal sensor... No
VIA C7 thermal sensor... No
VIA Nano thermal sensor... No
Some Super I/O chips contain embedded sensors. We have to write to
standard I/O ports to probe them. This is usually safe.
Do you want to scan for Super I/O sensors? (YES/no): Probing for Super-I/O at 0x2e/0x2f
Trying family `National Semiconductor/ITE'... No
Trying family `SMSC'... No
Trying family `VIA/Winbond/Nuvoton/Fintek'... No
Trying family `ITE'... Yes
Found `ITE IT8721F/IT8758E Super IO Sensors' Success!
(address 0xa10, driver `it87')
Probing for Super-I/O at 0x4e/0x4f
Trying family `National Semiconductor/ITE'... No
Trying family `SMSC'... No
Trying family `VIA/Winbond/Nuvoton/Fintek'... No
Trying family `ITE'... No
Some systems (mainly servers) implement IPMI, a set of common interfaces
through which system health data may be retrieved, amongst other things.
We first try to get the information from SMBIOS. If we don't find it
there, we have to read from arbitrary I/O ports to probe for such
interfaces. This is normally safe. Do you want to scan for IPMI
interfaces? (YES/no): # DMI data unavailable, please consider installing dmidecode 2.7
# or later for better results.
Probing for `IPMI BMC KCS' at 0xca0... No
Probing for `IPMI BMC SMIC' at 0xca8... No
Some hardware monitoring chips are accessible through the ISA I/O ports.
We have to write to arbitrary I/O ports to probe them. This is usually
safe though. Yes, you do have ISA I/O ports even if you do not have any
ISA slots! Do you want to scan the ISA I/O ports? (yes/NO):
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): Using driver `i2c-i801' for device 0000:00:1f.3: Intel 82801G ICH7
Module i2c-i801 loaded successfully.
Next adapter: SMBus I801 adapter at 0400 (i2c-0)
Do you want to scan it? (yes/NO/selectively):
Now follows a summary of the probes I have just done.
Just press ENTER to continue:
Driver `it87':
* ISA bus, address 0xa10
Chip `ITE IT8721F/IT8758E Super IO Sensors' (confidence: 9)
Driver `coretemp':
* Chip `Intel digital thermal sensor' (confidence: 9)
Warning: the required module it87 is not currently installed
on your system. If it is built into the kernel then it's OK.
Otherwise, check http://www.lm-sensors.org/wiki/Devices for
driver availability.
Warning: the required module coretemp is not currently installed
on your system. If it is built into the kernel then it's OK.
Otherwise, check http://www.lm-sensors.org/wiki/Devices for
driver availability.
No modules to load, skipping modules configuration.
Unloading i2c-i801... failed
Message 153 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-12
01:55 PM
2013-04-12
01:55 PM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
modprobe it87
modprobe coretemp
You will get what modules needed and where to put them /lib/modules/etc/etc/it87.ko
then go get them
BTW Thats why the fan is full speed!
Fix this and you fix the fan speed too
modprobe coretemp
You will get what modules needed and where to put them /lib/modules/etc/etc/it87.ko
then go get them
BTW Thats why the fan is full speed!
Fix this and you fix the fan speed too
Message 154 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-12
01:56 PM
2013-04-12
01:56 PM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
I would install weezy somewhere and get them from that if you cant find them online.
Also put them here for others to use ;).
it87.ko (The fan sensor driver) 😉
coretemp.ko (the cpu sensor driver)
Or you can try these 😄
http://www.multiupload.nl/YE7X1LRF8M
Place them in example given:
/lib/modules/3.0.0-generic/kernel/drivers/hwmon/
Owned by root
example with scp utility
scp -r *.ko root@192.168.1.209:/lib/modules/3.0.70.RNx86_64.2.1/kernel/drivers/hwmon/
Also put them here for others to use ;).
it87.ko (The fan sensor driver) 😉
coretemp.ko (the cpu sensor driver)
Or you can try these 😄
http://www.multiupload.nl/YE7X1LRF8M
Place them in example given:
/lib/modules/3.0.0-generic/kernel/drivers/hwmon/
Owned by root
example with scp utility
scp -r *.ko root@192.168.1.209:/lib/modules/3.0.70.RNx86_64.2.1/kernel/drivers/hwmon/
Message 155 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-12
04:13 PM
2013-04-12
04:13 PM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
demetris wrote: I have an answer from TheHijacker:
Redoing the project for new NAS sounds great. But first I would need to get the device myself.Together with vpeter
I recognise these names from the XT early days, right?
(Sorry for the off topic.) 😄
Message 156 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-12
04:24 PM
2013-04-12
04:24 PM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
The kernel has the drivers. Excerpt from dmesg:
Running sensors:
So for me things seems to be ok, even tough frontview is not reporting correctly. (Ultra 6)
coretemp coretemp.0: Unable to read TjMax from CPU.
coretemp coretemp.0: Using relative temperature scale!
coretemp coretemp.0: Unable to read TjMax from CPU.
coretemp coretemp.0: Using relative temperature scale!
it87: Found IT8721F chip at 0xa10, revision 1
it87: in3 is VCC (+5V)
it87: in7 is VCCH (+5V Stand-By)
it87: Ultra 6: 92
Running sensors:
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +53.0°C (high = +80.0°C, crit = +100.0°C)
Core 1: +51.0°C (high = +80.0°C, crit = +100.0°C)
it8721-isa-0a10
Adapter: ISA adapter
in0: +12.05 V (min = +4.66 V, max = +6.72 V) ALARM
in1: +4.98 V (min = +3.77 V, max = +2.16 V) ALARM
in2: +3.27 V (min = +4.75 V, max = +3.09 V) ALARM
in3: +0.00 V (min = +0.00 V, max = +0.00 V)
in4: +1.10 V (min = +2.04 V, max = +2.35 V) ALARM
in5: +1.81 V (min = +2.58 V, max = +2.66 V) ALARM
in6: -11.87 V (min = -44.47 V, max = -34.90 V) ALARM
in7: +3.24 V (min = +4.06 V, max = +0.77 V) ALARM
in8: +3.34 V
fan1: 0 RPM (min = 54 RPM) ALARM
fan2: 0 RPM (min = 40 RPM) ALARM
fan3: 910 RPM (min = 18 RPM)
temp1: +0.0°C (low = -31.0°C, high = +17.0°C) ALARM sensor = thermistor
temp2: +0.1°C (low = +54.0°C, high = +94.0°C) sensor = thermal diode
temp3: +0.1°C (low = -40.0°C, high = -14.0°C) ALARM sensor = thermal diode
cpu0_vid: +2.050 V
So for me things seems to be ok, even tough frontview is not reporting correctly. (Ultra 6)
Message 157 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-12
04:32 PM
2013-04-12
04:32 PM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
bajorgensen wrote: So for me things seems to be ok, even tough frontview is not reporting correctly. (Ultra 6)
He has ProUltra2 😉
Maybe he don’t have them.
So bajorgensen Is your fan fixed now?
Message 158 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-12
04:35 PM
2013-04-12
04:35 PM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
InTheShires wrote:
demetris wrote: I have an answer from TheHijacker:
Redoing the project for new NAS sounds great. But first I would need to get the device myself.Together with vpeter
I recognise these names from the XT early days, right?
(Sorry for the off topic.) 😄
Exactly on spot!
Xtreamer app installer.
He needs to have the device though so he can debug etc
any old ultra0 donation? 😜
Doesn’t have to be ultra pro etc just anything legacy that can help him work on the app installer.
Message 159 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-12
04:53 PM
2013-04-12
04:53 PM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
He has ProUltra2
Maybe he don’t have them.
So bajorgensen Is your fan fixed now?
I think it is working as it should 900 rpm is normal operation, 1200 is max.
What is his output from dmesg?
Message 160 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-12
05:01 PM
2013-04-12
05:01 PM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
BTW: LCD is also working...
This OS6 thing is annoying me more and more as it looks like a good release... 😞
Anyone tried compiling the source yet? I get a missing reference during make menuconfig:
This OS6 thing is annoying me more and more as it looks like a good release... 😞
Anyone tried compiling the source yet? I get a missing reference during make menuconfig:
scripts/kconfig/mconf Kconfig
arch/x86/Kconfig.debug:6: can't open file "lib/Kconfig.debug"
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2
Message 161 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-12
05:15 PM
2013-04-12
05:15 PM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
demetris wrote:
InTheShires wrote:
demetris wrote: I have an answer from TheHijacker:
Redoing the project for new NAS sounds great. But first I would need to get the device myself.Together with vpeter
I recognise these names from the XT early days, right?
(Sorry for the off topic.) 😄
Exactly on spot!
Xtreamer app installer.
He needs to have the device though so he can debug etc
any old ultra0 donation? 😜
Doesn’t have to be ultra pro etc just anything legacy that can help him work on the app installer.
If I could I would, but alas my Ultra+ is in constant use, and the Sparc Duo isn't quite what you need is it! ;D
I'm fairly sure there are better funded people than I on here who could easily help, if they were so inclined...
It's really encouraging to see you guys involved with this though. It gives me hope that at some point my x86 will be brought upto date now NTGR have turned their back on those of us with " Intel rellics"
Message 162 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-12
06:39 PM
2013-04-12
06:39 PM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
bajorgensen wrote: BTW: LCD is also working...
Can you elaborate on this?
What you mean is working?
Like it is? Without do anything?
Message 163 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-13
03:31 AM
2013-04-13
03:31 AM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
Yes, I have done nothing special. Just installed the image posted here...
I also have a permanent VGA cable installed.
Anyone with an actual Ultra 6 running OS6 without LCD? (no Pro's)
The driver should support the following controllers:
Anyone care to check dmesg output and see if it is detected? Maybe it is a simple configuration issue.
lm-senors is in the repository, just do an apt-get install lm-sensors
I also have a permanent VGA cable installed.
Anyone with an actual Ultra 6 running OS6 without LCD? (no Pro's)
The driver should support the following controllers:
* Supports: IT8705F Super I/O chip w/LPC interface
* IT8712F Super I/O chip w/LPC interface
* IT8716F Super I/O chip w/LPC interface
* IT8718F Super I/O chip w/LPC interface
* IT8720F Super I/O chip w/LPC interface
* IT8721F Super I/O chip w/LPC interface
* IT8726F Super I/O chip w/LPC interface
* IT8758E Super I/O chip w/LPC interface
* Sis950 A clone of the IT8705F
* IT8758F Super I/O chip w/LPC interface (8721)
Anyone care to check dmesg output and see if it is detected? Maybe it is a simple configuration issue.
lm-senors is in the repository, just do an apt-get install lm-sensors
Message 164 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-13
04:01 AM
2013-04-13
04:01 AM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
This is some interesting reading!
Looking forward to some OS6 love for my Ultra 4
Looking forward to some OS6 love for my Ultra 4
Message 165 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-13
06:21 AM
2013-04-13
06:21 AM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
@bajorgensen: i was talking about front lcd and not vga header 2 lcd because vga2lcd works anyway without anything special.
Message 166 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-13
09:10 AM
2013-04-13
09:10 AM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
Sorry, demetris. I was not quite clear on that. I am talking about the front LCD.
The only difference compared to others is that I have a permanent VGA header cable attached and 4 GB memory.
Not sure if that makes the difference, maybe the LCD is connected differently on the Ultra6 and Ultra6 Pro?
So to be clear: everything works as advertised for me, except the Genie marketplace, readycloud and the front backup button.
I get message in front panel: "press backup to register" but nothing happens when I press the button.
The device appears in readycloud with the correct name, model and serial.
Wonder if the Ultra 6 might have been used as a dev platform?
Remote, Replicate and ReadyDrop is working perfectly. I have not tried ReadyNAS Vault as I dont have an account.
Dropbox and Plex working as expected...
The only difference compared to others is that I have a permanent VGA header cable attached and 4 GB memory.
Not sure if that makes the difference, maybe the LCD is connected differently on the Ultra6 and Ultra6 Pro?
So to be clear: everything works as advertised for me, except the Genie marketplace, readycloud and the front backup button.
I get message in front panel: "press backup to register" but nothing happens when I press the button.
The device appears in readycloud with the correct name, model and serial.
Wonder if the Ultra 6 might have been used as a dev platform?
Remote, Replicate and ReadyDrop is working perfectly. I have not tried ReadyNAS Vault as I dont have an account.
Dropbox and Plex working as expected...
Message 167 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-13
11:50 AM
2013-04-13
11:50 AM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
Just curious if this is possible, currently have a RN Pro upgraded to Core 2 Duo and 4GB running 6 2TB drives. I have 5 1.5 GB drives that I replaced recently, could I remove the current 2TB drives that have my data and install the 1.5GB drives and OS 6 and when I am done with OS 6, remove the 1.5GB drives, replace the 2TB drives and flash back to 4.2.22 with out losing my data on the 2TB drives?
I would like to test drive OS 6 with other hard drives and when done just flash back to 4.2.22 and replace with my current 2TB drives...
Thanks
I would like to test drive OS 6 with other hard drives and when done just flash back to 4.2.22 and replace with my current 2TB drives...
Thanks
Message 168 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-13
12:59 PM
2013-04-13
12:59 PM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
mdgm wrote: No, legacy add-ons are not supported. The new OS makes use of a new and different SDK.
However you can compile stuff manually or install stuff from the Debian Wheezy repo if you wish.
Thanks for the heads-up mdgm. May look into compiling my own add-ons in the future. Will hold off for the time being.
Message 169 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-13
10:22 PM
2013-04-13
10:22 PM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
nano /etc/apt/sources.list
deb http://ftp.us.debian.org/debian testing main contrib non-free
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib non-free
#Third Parties Repos
#Debian Backports
http://backports.debian.org/debian-backports squeeze-backports main
Ctrl+O
Ctrl+X
apt-get update
deb http://ftp.us.debian.org/debian testing main contrib non-free
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib non-free
#Third Parties Repos
#Debian Backports
http://backports.debian.org/debian-backports squeeze-backports main
Ctrl+O
Ctrl+X
apt-get update
Message 170 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-14
01:56 AM
2013-04-14
01:56 AM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
Hi.
Big thanks to AMRivlin, chirpa, mgdm, horim80, bajorgensen, demetris and whomever I forgot for making OS6 available to our legacy devices.
My Pro 2 failed catastrophically, and I just got a new back from RMA.
After installing 4.2.22, I had severe problems with locale on the command line, so I decided to install OS6.
Here locales were even more limited, but this time I managed to fix it.
(I'm a linux noob, but this forum and a lot of googling helped)
My trick to get norwegian locale installed was to
1. apt-get install locales-all - to install missing files
2. apt-get install locales - to install missing files
3. modify /etc/locale.gen and uncomment only the locales I needed
4. apt-get remove locales-all
5. /data/home/<user>/.profile : export LANG=nb_NO.utf-8
step 4 will create the locales defined in /etc/locale.gen, and remove the rest (i think 🙂 )
Then I set putty window translation to utf-8 and everything works good.
Now I only have to wait for the sync from Amazon S3 to complete, and I'm back in business 🙂
Thanks a lot.
brgds
Royan
Big thanks to AMRivlin, chirpa, mgdm, horim80, bajorgensen, demetris and whomever I forgot for making OS6 available to our legacy devices.
My Pro 2 failed catastrophically, and I just got a new back from RMA.
After installing 4.2.22, I had severe problems with locale on the command line, so I decided to install OS6.
Here locales were even more limited, but this time I managed to fix it.
(I'm a linux noob, but this forum and a lot of googling helped)
My trick to get norwegian locale installed was to
1. apt-get install locales-all - to install missing files
2. apt-get install locales - to install missing files
3. modify /etc/locale.gen and uncomment only the locales I needed
4. apt-get remove locales-all
5. /data/home/<user>/.profile : export LANG=nb_NO.utf-8
step 4 will create the locales defined in /etc/locale.gen, and remove the rest (i think 🙂 )
Then I set putty window translation to utf-8 and everything works good.
Now I only have to wait for the sync from Amazon S3 to complete, and I'm back in business 🙂
Thanks a lot.
brgds
Royan
Message 171 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-14
02:26 AM
2013-04-14
02:26 AM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
Govnah wrote: Just curious if this is possible, currently have a RN Pro upgraded to Core 2 Duo and 4GB running 6 2TB drives. I have 5 1.5 GB drives that I replaced recently, could I remove the current 2TB drives that have my data and install the 1.5GB drives and OS 6 and when I am done with OS 6, remove the 1.5GB drives, replace the 2TB drives and flash back to 4.2.22 with out losing my data on the 2TB drives?
I would like to test drive OS 6 with other hard drives and when done just flash back to 4.2.22 and replace with my current 2TB drives...
Thanks
All I can say is that it worked for me. It just checked the file system when I reverted to RAIDiator.
Your milage may vary, make sure you have a backup.
Message 172 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-14
05:16 AM
2013-04-14
05:16 AM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
Royan, does this change enable you to use norwegian letters in the file structure?
Message 173 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-14
05:19 AM
2013-04-14
05:19 AM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
bajorgensen wrote: Royan, does this change enable you to use norwegian letters in the file structure?
yep 🙂
but if you use putty, remember to set window->translation to utf-8, otherwise putty screws it up
Message 174 of 1,275
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-04-14
06:15 AM
2013-04-14
06:15 AM
Re: OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
bajorgensen wrote:
Govnah wrote: Just curious if this is possible, currently have a RN Pro upgraded to Core 2 Duo and 4GB running 6 2TB drives. I have 5 1.5 GB drives that I replaced recently, could I remove the current 2TB drives that have my data and install the 1.5GB drives and OS 6 and when I am done with OS 6, remove the 1.5GB drives, replace the 2TB drives and flash back to 4.2.22 with out losing my data on the 2TB drives?
I would like to test drive OS 6 with other hard drives and when done just flash back to 4.2.22 and replace with my current 2TB drives...
Thanks
All I can say is that it worked for me. It just checked the file system when I reverted to RAIDiator.
Your milage may vary, make sure you have a backup.
Unfortunately I had issues but I have my data backed up thank god, reverted back to 4.2.22 and reinserted my data drives and now I have no /dev/c/c 😞
Message 175 of 1,275