|
To check if the hardware is supported with a driver, use a running DSM installation or boot a live Ubuntu from usb. In console type the following:
lspci -k | grep 'Kernel driver'
That command will list the used kernel modules for the hardware. Modules for network and storage will be listed. Compare that with the list of modules that comes with the extra.lzma ramdisks provided below. |
|