linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* permission denied while load kernel module using modprobe
@ 2008-02-01  9:47 Claude Frantz
  2008-02-01 21:01 ` serge
  0 siblings, 1 reply; 2+ messages in thread
From: Claude Frantz @ 2008-02-01  9:47 UTC (permalink / raw)
  To: linux-kernel

Hello !

As user "root" I'm trying to load the ath_pci module from madwifi using
the "modprobe" command, which is the recommanded way. But I get the
following diag in the log:

modprobe: WARNING: Could not open '/lib/modules/2.6.23.8-34.fc7/net/ath_hal.ko': Permission denied 
modprobe: WARNING: Could not open '/lib/modules/2.6.23.8-34.fc7/net/wlan.ko': Permission denied 
modprobe: FATAL: Could not open '/lib/modules/2.6.23.8-34.fc7/net/ath_rate_sample.ko': Permission denied 
kernel: Error loading module "ath_rate_sample"


Fedora 7 using kernel 2.6.23.8-34.fc7 as you can see above.
All components in /lib/modules/2.6.23.8-34.fc7/net/ have the permission -rwxr-xr-x 
and the directory itself has drwxr-xr-x 

Which permission is wrong here ?

Thanks a lot !

Claude

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: permission denied while load kernel module using modprobe
  2008-02-01  9:47 permission denied while load kernel module using modprobe Claude Frantz
@ 2008-02-01 21:01 ` serge
  0 siblings, 0 replies; 2+ messages in thread
From: serge @ 2008-02-01 21:01 UTC (permalink / raw)
  To: Claude Frantz; +Cc: linux-kernel

Quoting Claude Frantz (claude@pc0312b.rz.unibw-muenchen.de):
> Hello !
>
> As user "root" I'm trying to load the ath_pci module from madwifi using
> the "modprobe" command, which is the recommanded way. But I get the
> following diag in the log:
>
> modprobe: WARNING: Could not open 
> '/lib/modules/2.6.23.8-34.fc7/net/ath_hal.ko': Permission denied modprobe: 
> WARNING: Could not open '/lib/modules/2.6.23.8-34.fc7/net/wlan.ko': 
> Permission denied modprobe: FATAL: Could not open 
> '/lib/modules/2.6.23.8-34.fc7/net/ath_rate_sample.ko': Permission denied 
> kernel: Error loading module "ath_rate_sample"
>
>
> Fedora 7 using kernel 2.6.23.8-34.fc7 as you can see above.
> All components in /lib/modules/2.6.23.8-34.fc7/net/ have the permission 
> -rwxr-xr-x and the directory itself has drwxr-xr-x 
> Which permission is wrong here ?
>
> Thanks a lot !
>
> Claude

Just a few possibilities,

1. could you do 'id -Z' and 'ls -lZ /lib/modules/2.6.23.8-34.fc7/net/'
   to see if selinux is involved?
2. most commonly on my own laptop i've seen this happen due to fs
   corruption...

-serge

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-01 21:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-01  9:47 permission denied while load kernel module using modprobe Claude Frantz
2008-02-01 21:01 ` serge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).