ipilcher / n5550

Thecus N5550 hardware support
GNU General Public License v2.0
8 stars 8 forks source link

Couple of issues with OVM 7.2 #24

Open mister-bogus opened 3 months ago

mister-bogus commented 3 months ago

Trying to give a second life to my n5550, I found this great software, thank you Ian.

Some days of struggle to build it using ovm7, full uname is: Linux omv 6.1.0-21-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.90-1 (2024-05-03) x86_64 GNU/Linux. But now it runs, but I have a couple of issues:

First, the leds using the udev rules in 23, I had to to change host[1-5] to host[1-7] to include the bottom disks leds to flash, which never flashed before doing this. The top led never flashes, even during boot time, when all other 4 do briefly. The second green led from top to bottom, flashes when accesing the DOM. The output of port, devpath and devnode is the following:

4 /devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sdc /dev/sdc 5 /devices/pci0000:00/0000:00:1f.2/ata6/host5/target5:0:0/5:0:0:0/block/sdd /dev/sdd 6 /devices/pci0000:00/0000:00:1f.2/ata7/host6/target6:0:0/6:0:0:0/block/sde /dev/sde 7 /devices/pci0000:00/0000:00:1f.2/ata8/host7/target7:0:0/7:0:0:0/block/sdf /dev/sdf 3 /devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdb /dev/sdb 2 /devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sda /dev/sda

Second, I have an issue with freecusd, the display works fine, but I could not find a way to slow down the fan, it is always turning at full speed. Can that be done? Or I need to use fancontrol to manage the speed?