I am having trouble getting this working. Here's what I have been able to do:
- I installed kernel-ml and kernel-ml-devel (4.0.4-1.el6.elrepo.x86_64)
- I was able to build the modules without a problem. I put them here:
/lib/modules/4.0.4-1.el6.elrepo.x86_64/kernel/drivers/
- I copied
modprobe_n5550.conf to /etc/modprobe.d/n5550.conf
- I then copied
dracut_n5550.conf to /etc/dracut.conf.d/n5550.conf
- Wrote
/etc/modules (see below)
- I rebooted into
kernel-ml 4.0.4-1.el6.elrepo.x86_64
- I ran
dracut -f and depmod -a then rebooted again to get the new initrd
The n5550_ahci_leds module is loaded but the LEDs don't do anything. So I modprobe n5550_board and it turns on the green drive LEDs solid for drives 2-5, but they don't ever blink and the test2 LCD tool does not work:
[root@Test Thecus (main) lcd]# cat /etc/modules
n5550_ahci_leds
n5550_board
it87
[root@Test Thecus (main) lcd]# lsmod | grep 'ahci\|n55'
n5550_board 28672 0
ahci 36864 4
n5550_ahci_leds 16384 1
libahci 32768 2 ahci,n5550_ahci_leds
[root@Test Thecus (main) lcd]# ./test2
Configuring PIC GPIO
write: /sys/class/gpio/export: Invalid argument
Am I missing something?
I am having trouble getting this working. Here's what I have been able to do:
/lib/modules/4.0.4-1.el6.elrepo.x86_64/kernel/drivers/modprobe_n5550.confto/etc/modprobe.d/n5550.confdracut_n5550.confto/etc/dracut.conf.d/n5550.conf/etc/modules(see below)kernel-ml 4.0.4-1.el6.elrepo.x86_64dracut -fanddepmod -athen rebooted again to get the new initrdThe
n5550_ahci_ledsmodule is loaded but the LEDs don't do anything. So Imodprobe n5550_boardand it turns on the green drive LEDs solid for drives 2-5, but they don't ever blink and the test2 LCD tool does not work:Am I missing something?