Hi Steve; yes, I have read the README so this is rare. Here the outputs: [root@dhcp121-83 dafh]# uname -a Linux dhcp121-83.astro.puc.cl 3.10.0-327.4.4.el7.x86_64 #1 SMP Tue Jan 5 16:07:00 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[root@dhcp121-83 dafh]# rpm -q kmod-wl kmod-wl-6_30_223_271-2.el7.local.x86_64 [root@dhcp121-83 dafh]# find -L /lib/modules -type f -name wl.ko /lib/modules/3.10.0-327.el7.x86_64/weak-updates/wl/wl.ko /lib/modules/3.10.0-327.4.4.el7.x86_64/extra/wl/wl.ko rpm -qf /lib/modules/3.10.0-327.4.4.el7.x86_64/extra/wl/wl.ko kmod-wl-6_30_223_271-2.el7.local.x86_64 but then again: modprobe wl insmod: ERROR: could not load module /lib/modules/3.10.0-327.4.4.el7.x86_64/kernel/lib/wl.ko: No such file or directory modprobe: ERROR: Error running install command for wl modprobe: ERROR: could not insert 'wl': Operation not permitted Thanks 2016-01-18 17:48 GMT-03:00 S.Tindall <s10...@elrepo.org>: > On Mon, 2016-01-18 at 14:49 -0300, Diego Farias wrote: > > I don't know how to make a reply here but I realized I had to install > > kmod*wl*, it was contained in /rpmbuild/RPMS/. I did it without error: > > > > [root@dhcp121-83 x86_64]# rpm > > -Uvh > /home/dafh/rpmbuild/RPMS/x86_64/kmod-wl-6_30_223_271-2.el7.local.x86_64.rpm > > Preparing... > > ################################# [100%] > > Updating / installing... > > 1:kmod-wl-6_30_223_271-2.el7.local > > ################################# [100%] > > Working. This may take some time ... > > Done. > > > > > > but at the moment I try to modprobe wl, > > > > [root@dhcp121-83 x86_64]# modprobe wl > > insmod: ERROR: could not load > > module /lib/modules/3.10.0-327.4.4.el7.x86_64/kernel/lib/wl.ko: No > > such file or directory > > modprobe: ERROR: Error running install command for wl > > modprobe: ERROR: could not insert 'wl': Operation not permitted > > > > > > Is it weird? > > There may be something else going on here, but first try rebooting the > system and then check wireless. Normally, a reboot is not needed under > EL7. > > Once rebooted, please post the results of: > > # uname -a > # rpm -q kmod-wl > # find -L /lib/modules -type f -name wl.ko > > If you still "find" (see http://elrepo.org/bugs/view.php?id=623): > > /lib/modules/3.10.0-327.4.4.el7.x86_64/kernel/drivers/net/wireless/wl.ko > > then determine what package it is associated with (which may need to be > uninstalled): > > # rpm > -qf > /lib/modules/3.10.0-327.4.4.el7.x86_64/kernel/drivers/net/wireless/wl.ko > > > As an example, the correct driver looks like this: > > # rpm -qf /lib/modules/3.10.0-327.el7.x86_64/extra/wl/wl.ko > kmod-wl-6_30_223_271-2.el7.local.x86_64 > > ...which means package kmod-wl provided it. > > > It is always possible that the Broadcom driver does not support your > hardware (BCM43142, 14e4:4365), but their readme says it should. > > BRCM PCI PCI Dell > Product Name Vendor ID Device ID Product ID > ------------- ---------- --------- ----------- > 43142 2.4 Ghz 0x14e4 0x4365 > > http://www.broadcom.com/docs/linux_sta/README_6.30.223.271.txt > > Steve > > _______________________________________________ > elrepo mailing list > elrepo@lists.elrepo.org > http://lists.elrepo.org/mailman/listinfo/elrepo >
_______________________________________________ elrepo mailing list elrepo@lists.elrepo.org http://lists.elrepo.org/mailman/listinfo/elrepo