Hello,
my Lenovo W540 is working without any problems under Qubes 3.2 with the fedora-23 templates.
I have now created a new template based on fedora-24-minimal which I use für my Net-VM, Firewall-VM and also USB-Qube.
Strangely my Wifi adapter is not available in my sys-net (based on fedora-24-minimal) while it is working without any problems in the sys-net (based on fedora-23).
I have verified that all modules which are running in fedora-23 sys-net VM are also available in fedora-24 sys-net VM.
sudo modprobe -rv <MODULE> unload module
sudo modprobe -v <MODULE> load module
lsmod
[user@sys-net ~]$ lspci -k
00:00.0 Ethernet controller: Intel Corporation Ethernet
Connection I217-LM (rev 04)
Subsystem: Lenovo Device 2210
Kernel driver in use: e1000e
Kernel modules: e1000e
00:01.0 Network controller: Intel Corporation Wireless
7260 (rev 83)
Subsystem: Intel Corporation Dual Band Wireless-AC
7260
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
[user@sys-net ~]$ lsmod
Module Size Used by
ccm 20480 2
iptable_raw 16384 1
fuse 98304 3
xt_nat 16384 2
xen_netback 49152 1
xt_REDIRECT 16384 1
nf_nat_redirect 16384 1 xt_REDIRECT
ip6table_filter 16384 1
ip6_tables 28672 1 ip6table_filter
xt_conntrack 16384 2
ipt_MASQUERADE 16384 1
nf_nat_masquerade_ipv4 16384 1 ipt_MASQUERADE
iptable_nat 16384 1
nf_conntrack_ipv4 16384 3
nf_defrag_ipv4 16384 1 nf_conntrack_ipv4
nf_nat_ipv4 16384 1 iptable_nat
nf_nat 24576 4
nf_nat_redirect,nf_nat_ipv4,xt_nat,nf_nat_masquerade_ipv4
nf_conntrack 106496 5
nf_nat,nf_nat_ipv4,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4
arc4 16384 2
iwlmvm 315392 0
mac80211 708608 1 iwlmvm
iwlwifi 155648 1 iwlmvm
e1000e 237568 0
cfg80211 557056 3 iwlwifi,mac80211,iwlmvm
ptp 20480 1 e1000e
pps_core 20480 1 ptp
rfkill 24576 3 cfg80211
intel_rapl 20480 0
iosf_mbi 16384 1 intel_rapl
x86_pkg_temp_thermal 16384 0
coretemp 16384 0
crct10dif_pclmul 16384 0
crc32_pclmul 16384 0
crc32c_intel 24576 0
pcspkr 16384 0
xen_pcifront 20480 0
xenfs 16384 1
dummy_hcd 36864 0
udc_core 24576 1 dummy_hcd
xen_privcmd 16384 9 xenfs
xen_blkback 45056 0
u2mfn 16384 0
xen_blkfront 40960 6
[user@sys-net ~]$ modinfo iwlmvm | grep -E
'^(description|author|depends):'
author: Copyright(c) 2003- 2015 Intel Corporation
<i...@linux.intel.com>
description: The new Intel(R) wireless AGN driver for
Linux
depends: iwlwifi,mac80211,cfg80211
[user@sys-net ~]$ modinfo mac80211| grep -E
'^(description|author|depends):'
description: IEEE 802.11 subsystem
depends: cfg80211
[user@sys-net ~]$ modinfo cfg80211| grep -E
'^(description|author|depends):'
description: wireless configuration support
author: Johannes Berg
depends: rfkill
[user@sys-net ~]$ modinfo iwlwifi| grep -E
'^(description|author|depends):'
author: Copyright(c) 2003- 2015 Intel Corporation
<i...@linux.intel.com>
description: Intel(R) Wireless WiFi driver for Linux
depends: cfg80211
[user@sys-net ~]$ modinfo mac80211| grep -E
'^(description|author|depends):'
description: IEEE 802.11 subsystem
depends: cfg80211
In the fedora-24 net-VM I've run the following command:
sudo modprobe -v iwlwifi
sudo modprobe -v iwlmvm
sudo modprobe -v mac80211
sudo modprobe -v cfg80211
When I start my sys-net (fedora-24) I still can't setup my wifi-connection, as I can't choose a device in network manager for the wifi-connection.
The list is empty.
When I run lspci in my sys-net (fedora-24) I can see that the internal network card and also my wifi card are known to the system, but I still can't setup a wifi connection.
Any ideas what I should do at this point?
I've looked at the Qubes Documentation at: https://www.qubes-os.org/doc/wireless-troubleshooting/
... but I didn't find a suggestion what to try next.
Any help would be great.
Regards
- Ph
I guess you need to install any firmware packages for your network devices first.
IIRC it's called iwl7260-firmware or something like that.