Jump to content
XPEnology Community

Drivers requests for DSM 5.2


Recommended Posts

HI Guys,

 

Installed DSM 5.0 BETA on my sys, one question though:

It has an Atheros NIC, I don't see traffic in the performance overview. Does it have problems displaying, or am I the only one with this minor issue?

 

Thx

 

Board: AsRock B85M-ITX

Link to comment
Share on other sites

Gday Trantor,

 

Being the man you are, any chance you can have a look at how they pull HDD Temperatures / Info?

 

eg

 

On my SAS System

Intel 6 Bay SAS Expander Cage

Eother LSI 1068e or LSI 2008 SAS card is the same

 

Drives are detected as -1C and all being SSD's

 

Temperatures.png

 

Though from a shell when you run smartctl it can pull out the temperatures just fine

 

eg

 

S5000VSA> smartctl -a /dev/sdg | grep "Temperature" 
194 Temperature_Celsius     0x0002   064   062   000    Old_age   Always       -       34 (Min/Max 13/38)
S5000VSA> smartctl -a /dev/sdh | grep "Temperature" 
194 Temperature_Celsius     0x0002   064   063   000    Old_age   Always       -       33 (Min/Max 13/37)

 

so Smart data is there and working fine.

 

This thread show others who have figured that

/webman/modules/StorageManager/storagehandler.cgi

 

pulls the data wrong somehow.... :roll:

http://xpenology.com/forum/viewtopic.php?f=2&t=1848

 

I don't care if the drives say they are SSD's but temps would be nice to read.... as you know it gets HOT Here :wink:

 

.

Link to comment
Share on other sites

Your disk might be sleeping.

 

[spoiler=]

/libsynosdk/lib/disk/disk_temperature_get.c
/**
* Get disk temperature
*
* @param szDevice : device name. ex: /dev/hda
*
* @return -1: can't get disk temperature
*                      other: disk temperature
*/
int SYNODiskTemperatureGet(char *szDevice)
{
       int                      retval = -1;
       struct ata_smart_values  curval;

       if (NULL == szDevice) {
               goto ERROR;
       }

       //don't check if device is not running.
       if (FALSE == SYNODiskIsRunning(szDevice)) {
               goto ERROR;
       }

       if (SYNO_DISK_PROTOCOL_TYPE_SAS == SYNODiskScsiProtocolGet(szDevice)) {
               retval = ScsiSmartTemperatureGet(szDevice);
       } else {
               if (SmartDataRead(szDevice, &curval, NULL)) {
                       SYSLOG(LOG_ERR,"read value %s fail", szDevice);
                       goto ERROR;
               }
               retval = SmartTemperatureGet(&curval);
               if (0 > retval) {
                       retval = SmartAirflowTempGet(&curval);
               }
       }

       //#20062 temperature under 0 degree. sensor would return 6553X.
       //set temperature as 0 while temperature over 200 degree.
       if(retval > 200) {
               retval = 0;
       }
ERROR:

       return retval;
}

 

It's DSM, same reason why I stopped fixing ssd misinformation for VMs. :sad:

Link to comment
Share on other sites

Hi,

 

can somebody tell me, how can I change the scaling_governor to boot in ondemand configuration? It's default setting is performance, hence my cpu always running on max frequency.

 

 

I can manually edit the governor, but after a restart it resets itself.

Link to comment
Share on other sites

Is there a Wiki page or official list of compatible SATA controller/RAID card?

i'm looking to buy an 8 port PCIe RAID card. cheaper the better. Going to be passthrough with ESXi.

 

Ibm m1015 with lsi it flash...around 80 eur at ebay...google will be ur best friend for flash procedure

Link to comment
Share on other sites

Your disk might be sleeping.

 

It's DSM, same reason why I stopped fixing ssd misinformation for VMs. :sad:

 

Looking at that

 

if (SYNO_DISK_PROTOCOL_TYPE_SAS

 

Is it that it's probing

ScsiSmartTemperatureGet

and not

SmartTemperatureGet

 

?

 

if so can we / you / someone change it to just read Normal SmartTemperatureGet.... even if the drives are DETECTED as SAS..

 

eg in my Case.....drives are SATA.... Behind a SAS Expander, connected to a SAS Controller.....

 

So we just need something to probe the Temps the normal way.... even if the drives / controller / backplane... anything are detected as SAS....??

 

.

Link to comment
Share on other sites

Hi Trantor, foa many thanks fo you work on developpement

 

Could you please look for add full RTL8111E and MARVEL YUKON 88E8056 support on dsm (4.3-3827) ?

 

1st Motherboard: MSI E350IS-E45

Realtek PCI-E GbLAN controller RTL8111E

Similar problem mentionned here : viewtopic.php?f=13&t=1531

 

--------

2nd Motherboard: SHUTTLE K45

Marvell® 88E8056 network controller

Original request mentionned here : viewtopic.php?f=14&t=555&start=150

 

Can you compile kernel to add these drivers for both of them ?

 

Thanks

Edited by Guest
Link to comment
Share on other sites

Hi, it seems WD Red 4TB drives are not supported, not sure if this is a driver issue? But could this be added to your list please?

 

Thx

 

 

why do you say it's not supported? does Xpenology not able to detect the drives? does other hard drive work?

Link to comment
Share on other sites

Hi, it seems WD Red 4TB drives are not supported, not sure if this is a driver issue? But could this be added to your list please?

 

Thx

why do you say it's not supported? does Xpenology not able to detect the drives? does other hard drive work?

@ALAMAPSTIEKS - 4TB WD Red is supported. My system (see my sig) is running on 5 of them - and has been for the last 4 month.

Link to comment
Share on other sites

Hello, maybe not the right place to post but I would appreciate any help on this issue: while my ethernet connection (LAN1) seems to be working properly, no activity is shown in resources monitor under 4.3-3810 update 4. The main purpose to my server is to run PLEX on it, which is happening quite well at the moment. Any suggestions? Thnks folks.

Link to comment
Share on other sites

Hello, maybe not the right place to post but I would appreciate any help on this issue: while my ethernet connection (LAN1) seems to be working properly, no activity is shown in resources monitor under 4.3-3810 update 4. The main purpose to my server is to run PLEX on it, which is happening quite well at the moment. Any suggestions? Thnks folks.

 

How many LAN ports do you have?

Link to comment
Share on other sites

Hello my professor:

Could you please add VIA C7 1G cpu to the driver pack? Coz I test the lastest beta7, and my mainboard can not be OK, , so please help me out~

Thanks a a a a a a aa .... lot! :razz::razz::razz:

 

Here's the description of the X86 1G CPU:

http://www.via.com.tw/en/products/processors/c7/

 

Is that a 64bit CPU?

 

.

 

 

no, it's 32bit x86 cpu as far as I know, can we do it?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...