Skip to content

Having trouble getting this working #4

Description

@helamonster

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions