Hi Dylan,

Thanks for the hint. I think the problem is that ide-core is being compiled as module instead of in-kernel. I am now preparing the kernel image which have ide-core compiled in-kernel. Hoping that it could solve yours and some others problems.

Regards,
Punky
I've hit the same issue on a Soekris 4801 with Voyage 0.6.1.

I found the following debian bug report
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478317) provided the solution.

e.g.

remountrw
echo 'options ide_core options="ide=nodma"' > /etc/modprobe.d/ide
update-initramfs -u
remountro

reboot

It seems the issue is that options on the command line (via grub) aren't used
when modules are loaded from the initrd so you need to update the initrd to
include the options.

Dylan



_______________________________________________
Voyage-linux mailing list
[email protected]
http://list.voyage.hk/mailman/listinfo/voyage-linux


--
Regards,
Punky

Voyage Solutions (http://solution.voyage.hk)
* Embedded Solutions and Systems
 - Mesh Networking, Captive Portal, IP Surveillance, VoIP/PBX
 - Network Engineering, Development Platform and Consultation


_______________________________________________
Voyage-linux mailing list
[email protected]
http://list.voyage.hk/mailman/listinfo/voyage-linux

Reply via email to