OPNsense Forum

Archive => 19.7 Legacy Series => Topic started by: karl047 on June 08, 2019, 08:36:42 PM

Title: SMART tool Update?!
Post by: karl047 on June 08, 2019, 08:36:42 PM
Hi Developers,
I run my OPNsense on Supermicro Motherboard with Samsung SSD, after installation of SMART tool it shows that no SMART device is found !!!

Is there an Update soon for this tool (19.7 ?) ?..

Thanks...

Regards,
Karl
Title: Re: SMART tool Update?!
Post by: opnsenseuser on June 25, 2019, 04:02:42 PM
i can´t see any problem.
i´m using the C3558 Atom board from supermicro. No problems at all!! see my screenshot!!
Title: Re: SMART tool Update?!
Post by: franco on June 25, 2019, 04:41:43 PM
Updates for FreeBSD ports come from the FreeBSD tree which comes from the software provider. I haven't seen smartmon updates in a while in FreeBSD but you can surely check up the chain for news.


Cheers,
Franco
Title: Re: SMART tool Update?!
Post by: karl047 on June 25, 2019, 10:07:22 PM
@opnsenseuser: see please my screenshot too !

I use a SSD from Samsung...
Title: Re: SMART tool Update?!
Post by: opnsenseuser on June 26, 2019, 06:50:53 PM
maybe you can fix this by changing some bios settings?
Are you using uefi or legacy boot?
what board are using ?
Title: Re: SMART tool Update?!
Post by: karl047 on June 27, 2019, 05:54:20 AM
I use the same of yours: A2SDi-4C-HLN4F Board, as I said: Samsung M2 SSD EVO PLUS (250 Gb) & uefi ...
Title: Re: SMART tool Update?!
Post by: opnsenseuser on June 27, 2019, 10:40:48 AM
I am using a samsung evo 950 ssd m.2.

1. Did you already deal with the bios?. maybe there is something not optimally set.
2. Have you ever tried to reinstall the smart widget?
3. Lastest firmware? https://www.supermicro.com/products/motherboard/atom/A2SDi-4C-HLN4F.cfm (https://www.supermicro.com/products/motherboard/atom/A2SDi-4C-HLN4F.cfm)
Title: Re: SMART tool Update?!
Post by: chienchou.pan on July 03, 2019, 07:37:41 AM
Quote from: opnsenseuser on June 27, 2019, 10:40:48 AM
I am using a samsung evo 950 ssd m.2.

1. Did you already deal with the bios?. maybe there is something not optimally set.
2. Have you ever tried to reinstall the smart widget?
3. Lastest firmware? https://www.supermicro.com/products/motherboard/atom/A2SDi-4C-HLN4F.cfm (https://www.supermicro.com/products/motherboard/atom/A2SDi-4C-HLN4F.cfm)

I have the same issue. My disk is samsung 970 evo plus NVMe M.2 250G, when I install smart tools, it also shows that no SMART device is found.

I guess the problem is the device ID different. The SATA type will be ada0, but NVMe type will be nvme0, so I used command "  /usr/local/sbin/smartctl -a /dev/nvme0" , it will show smart information normally. So I hope the web GUI can fixd this issue in the future thanks.
Title: Re: SMART tool Update?!
Post by: franco on July 03, 2019, 09:09:25 AM
Nice catch. Please raise an issue on GitHub: https://github.com/opnsense/plugins/issues


Cheers,
Franco