Adding or enabling SCTP - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: Adding or enabling SCTP (/showthread.php?tid=15170) |
Adding or enabling SCTP - oliverc - 10-23-2021 Hi all, I am trying to work with a project on a mobian pinephone that uses sctp. Upon trying to start the sctp socket the operation failed. After checking the list of modules with modprobe it doesnt seem like sctp is present. Does anyone know a way to enable this protocol? Thank you RE: Adding or enabling SCTP - marcih - 11-01-2021 Try loading the module with "modprobe sctp" (as root). If that fails due to the module not being present, you'll have to ask the Mobian maintainers to compile the kernel with SCTP support, either as a module or built-in. |