I recently cloned my existing ALARM install from my old Pogoplug onto a new Pogoplug. The new setup is very much like the old one, except that the new installation is on an SD card and the old one is on a USB hard drive. The new one is also partitioned differently, with /boot on a separate partition from /ROOTFS. Otherwise, everything is very similar.
The new Pogoplug seems to work ok except that I discovered that the kernel modules are not loading. An lsmod command shows nothing loaded. I discovered that systemd-modules-load was failing on boot because of a problem with loading /etc/modules-load.d/pl203.conf. I removed that module and then systemd-modules-load completed successfully, but lsmod still shows that the modules are not being loaded.
Can anybody give me any ideas about why the modules would not get loaded when systemd-modules-load seems to be working?
Here's my linux version:$this->bbcode_second_pass_code('', 'uname -r
3.15.1-1-ARCH
')
Any ideas for debugging this will be appreciated!