Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1575  / 1 Year ago, wed, may 24, 2023, 1:17:20

I have just done a fresh install of Ubuntu 21.10 for Raspberry Pi ARM64 in order to try out the new release.


After performing an apt upgrade and updating the iscsi initiator name I tried to run


sudo iscsiadm --mode discovery --type sendtargets --portal 10.1.0.20

but I got the following error


iscsiadm: read error (-1/104), daemon died?
iscsiadm: Could not scan /sys/class/iscsi_transport.
libkmod: ERROR ../libkmod/libkmod-module.c:838 kmod_module_insert_module: could not
find module by name='iscsi_tcp'
iscsiadm: Could not insert module tcp. Kmod error -2
iscsiadm: iSCSI driver tcp is not loaded. Load the module then retry the command.
iscsiadm: Could not perform SendTargets discovery: iSCSI driver not found. Please make sure it is loaded, and retry the operation

modprobe iscsi_tcp shows


modprobe: FATAL: Module iscsi_tcp not found in directory /lib/modules/5.13.0-1008-raspi

How can I enable / install / compile this missing kernel module?


More From » kernel

 Answers
6

It is included in linux-modules-extra-*-raspi packages.


Similar issue may solved by checking Package Search online or apt-file offline (but it needs to download big index files) and search the missing file.


[#1042] Wednesday, May 24, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ncharm

Total Points: 255
Total Questions: 105
Total Answers: 118

Location: Virgin Islands (U.S.)
Member since Sat, May 6, 2023
1 Year ago
ncharm questions
Wed, Aug 18, 21, 06:36, 3 Years ago
Tue, Aug 31, 21, 16:21, 3 Years ago
Wed, Feb 22, 23, 03:48, 1 Year ago
;