mudlark57:/home/philip # insmod wl.ko
insmod: ERROR: could not load module wl.ko: No such file or directory
I am still getting the same error message.
I also think I could of missed something but the question is what?:
by the way the reason I asked about the driver is that I have the original .inf file which some times works in the NdisWrapper
Don’t use insmod, use modprobe instead.
From the insmod manpage:
insmod is a trivial program to insert a module into the kernel. Most
users will want to use modprobe(8) instead, which is more clever and
can handle module dependencies.
insmod requires the exact filename (including the path if the file is not in the current directory).
But, wl should be loaded automatically if installed anyway.
Please post the output of “lspci -nnk”.
by the way the reason I asked about the driver is that I have the original .inf file which some times works in the NdisWrapper
But did you install ndiswrapper and the windows driver already?
It might exactly cause the problems you experience.
mudlark57:/home/philip # lspci -nn
00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:1566]
00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Mullins [Radeon R4/R5 Graphics] [1002:9851] (rev 05)
00:01.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Kabini HDMI/DP Audio [1002:9840]
00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:156b]
00:02.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Functions 5:1 [1022:1439]
00:02.3 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Functions 5:1 [1022:1439]
00:02.4 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Functions 5:1 [1022:1439]
00:08.0 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] Device [1022:1537]
00:10.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller [1022:7814] (rev 11)
00:11.0 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] [1022:7801]
00:12.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller [1022:7808] (rev 39)
00:13.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller [1022:7808] (rev 39)
00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:780b] (rev 42)
00:14.2 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller [1022:780d] (rev 02)
00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge [1022:780e] (rev 11)
00:14.7 SD Host controller [0805]: Advanced Micro Devices, Inc. [AMD] FCH SD Flash Controller [1022:7813] (rev 01)
00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:1580]
00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:1581]
00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:1582]
00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:1583]
00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:1584]
00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:1585]
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 07)
05:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
06:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader [10ec:5229] (rev 01)
mudlark57:/home/philip #
modprobe wl.ko
modprobe: FATAL: Module wl.ko not found.
is what iv’e got back
and no I did not install ndiswrapper as I felt it would only complicate matters, and for me matters are complicated enough;)
I asked for the output of “lspci -nnk”, not “lspci -nn”.
It’s the “-k” switch in particular that shows whether a kernel module is loaded and which one.
modprobe wl.ko
modprobe: FATAL: Module wl.ko not found.
is what iv’e got back
It would be “modproble wl”.
The “.ko” is part of the filename, modprobe doesn’t want/need that.
and no I did not install ndiswrapper as I felt it would only complicate matters, and for me matters are complicated enough;)
Good. It is a last resort “solution”, but it’s preferable to use a native driver if available.
And it might just break your system too.
It might be worth a try if we don’t get broadcom-wl to work though.
It is still will not scan and it sill will not couple up up the wifi.
However it does try,and then stops.
is it something to do with network manage or is it something I’ve missed?