Hi all,
There is no Linux driver for the wifi interface
03:00.0 Network controller: Intel Corporation Wireless 7260 (rev c3)
Subsystem: Intel Corporation Wireless-N 7260
Flags: bus master, fast devsel, latency 0, IRQ 10
Memory at f0600000 (64-bit, non-prefetchable) [size=8K]
Capabilities: <access denied>
of my work computer (Fujitsu Lifebook E544)
I found in the Windows configuration menu that the driver used was netwsn02 17.13.11.5
I downloaded the driver (32bit) on the Fujitsu web site and uncompress it.
Then, in the rolling 20160731 (Live from ISO) I get-install tazndis and
tazndis -i Netwsn02.INF
installing netwsn02 ...
Would you to start WiFi at boot time [y/N]? y
Set WiFi to start at boot time...
lsmod
confirm ndiswrapper is loaded and
ndiswrapper -l
netwsn02 : driver installed : device (8086:08B1) present
All seems good but
/etc/init.d/network.sh restart
Loading network settings from /etc/network.conf
Stopping all interfaces
ifconfig: SIOCGIFFLAGS: No such device
Killing all daemons
wlan0 No such device
wlan0 is not a Wi-Fi interface, changing it.
Cannot parse integer value ']0' for -r
Configuring Wi-Fi interface ...
lo no wireless extensions.
tunl0 no wireless extensions.
dummy0 no wireless extensions.
eth0 no wireless extensions.
[ Done ]
Append existing /etc/wpa/wpa.conf
Starting wpa_supplicant for any key type...
wpa_supplicant: option requires an argument -- 'i'
wpa_supplicant v2.1
(help of wpa_supplicant)
Starting udhcpc client on: ...
udhcpc: SIOCGIFINDEX: No such device
Cannot parse integer value '-p' for -r
Connecting to any... .....Failed to connect to non-global ctrl_ifname: (null) error: No such file or directory
[ Failed ]
I tried to install the second driver that was in the zip file:
ndiswrapper -r netwsn02
tazndis -i Netwsn00.INF
installing netwsn00 ...
Loading ndiswrapper...
Would you to start WiFi at boot time [y/N]? y
Set WiFi to start at boot time...
ndiswrapper -l
netwsn00 : driver installed
The wifi interface is not detected.
I also tried to install the driver from the Intel download center but I can't extract it from the .exe file with
cabextract Wireless_19.0.1_PROSet32_Win7.exe
Wireless_19.0.1_PROSet32_Win7.exe: no valid cabinets found
or
unshield x Wireless_19.0.1_PROSet32_Win7.exe
Failed to open Wireless_19.0.1_PROSet32_Win7.exe as an InstallShield Cabinet File
and I can't install the driver with wine: Setup Failed
.
Am I missing something? Can anyone help?
Thanks in advance.