Operating System - Linux
1752864 Members
4007 Online
108791 Solutions
New Discussion юеВ

modprobe: modprobe: Can't locate module block-major-72

 
Filiberto
Occasional Contributor

modprobe: modprobe: Can't locate module block-major-72

Can you help with this kind of error in linux 8 with kernel 2.4.18.14

modprobe: modprobe: Can't locate module block-major-72

thank you
4 REPLIES 4
Slawomir Gora
Honored Contributor

Re: modprobe: modprobe: Can't locate module block-major-72

Hi,

this is:
block-major-72 Compaq Intelligent Drive Array, first controller

if you don't use it modify /etc/modules.conf

and run depmod -a

Michael Williams_6
Trusted Contributor

Re: modprobe: modprobe: Can't locate module block-major-72

Hi Filiberto,

I currently have a call open with HP about this issue which should be fixed sooner or later, until then the workaround provided by Slawomir Gora is their current recommended workaround.
Jeroen Peereboom
Honored Contributor

Re: modprobe: modprobe: Can't locate module block-major-72

Filiberto,
modify /etc/modules.conf:
alias block-major-xx off
where xx is 72-79 and 105-111. Check /usr/shard/doc/MAKEDEV-3.3/devices.txt. The hpasm modules generate error messages when they try to monitor non-existing hardware.

JP.
Filiberto
Occasional Contributor

Re: modprobe: modprobe: Can't locate module block-major-72

ok i'll try with depmod -a

thanks a lot