Jump to content
XPEnology Community
  • 0

Driver install without integration to kernel module


Dvalin21

Question

3 answers to this question

Recommended Posts

  • 0

Is it possible to install drivers on xpenology nas without installing or integrating the drivers into the kernel? If so how?

First, after checking the dependencies between the driver (module) en files you want to use,

 

1. Copy desired module.ko file(s) to /lib/modules directory as root user.

 

2. /usr/sbin/depmod -a
Recreate all module dependencies in /etc/modules.conf with the command

 

3. modprobe module_name
The driver injection process is performed considering the dependencies of the module as a command.

 

Recently I developed M SHELL for TCRP FRIEND
Please refer to the contents of the script used in all-modules of

 

https://github.com/PeterSuh-Q3/rp-ext/blob/main/all-modules/src/check-all-modules.sh

  • Thanks 1
Link to comment
Share on other sites

  • 0
On 12/9/2022 at 9:35 AM, Peter Suh said:

Is it possible to install drivers on xpenology nas without installing or integrating the drivers into the kernel? If so how?

First, after checking the dependencies between the driver (module) en files you want to use,

 

1. Copy desired module.ko file(s) to /lib/modules directory as root user.

 

2. /usr/sbin/depmod -a
Recreate all module dependencies in /etc/modules.conf with the command

 

3. modprobe module_name
The driver injection process is performed considering the dependencies of the module as a command.

 

Recently I developed M SHELL for TCRP FRIEND
Please refer to the contents of the script used in all-modules of

 

https://github.com/PeterSuh-Q3/rp-ext/blob/main/all-modules/src/check-all-modules.sh

So snd_hda_intel is the .ko for my AMD GPU. With the kernel for synology being different than the common linux kernel, how would I compile and make it compatible for synology kernel?

Link to comment
Share on other sites

  • 0
11 minutes ago, Dvalin21 said:

So snd_hda_intel is the .ko for my AMD GPU. With the kernel for synology being different than the common linux kernel, how would I compile and make it compatible for synology kernel?

 

I also don't know a specific way to recompile it as an extension module for Synology.
However, I am using the .ko files already created by pocopico or fabio.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...