-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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.confto/etc/modprobe.d/n5550.conf - I then copied
dracut_n5550.confto/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 -fanddepmod -athen 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 argumentAm I missing something?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels