-
Notifications
You must be signed in to change notification settings - Fork 26
Fresh CB++ install - problem with NetWorkManager applet - wifi #26
Description
Hi all,
thanks for the awesome job -)
I just installed CB++ on my laptop...The installation is quite perfect...
Everything works excepted a problem with network-manager applet & my wifi card (IWL compatible one) , my laptop is a Thinkpad X230 ...The card is well detected (after installing the iwlwifi firmware package), shown in the wifi networks list (all ESSID are present) but clicking on any ESSID to trigger authentication popup frame does nothing!!! I don't know where to look for traces or debug messages...
I just installed wicd & its gui and I can connect to my network with my wifi chipset...
Sounds to be a bug isn't it ?
excerpt from dmesg:
[ 2.953532] iwlwifi 0000:03:00.0: firmware: direct-loading firmware iwlwifi-2
000-6.ucode
[ 2.953701] iwlwifi 0000:03:00.0: loaded firmware version 18.168.6.1 op_mode
iwldvm
[ 2.973482] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
[ 2.973485] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[ 2.973487] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[ 2.973489] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Wireless-N 22
00 BGN, REV=0x104
[ 2.973662] iwlwifi 0000:03:00.0: L1 Enabled - LTR Disabled
[ 4.453261] iwlwifi 0000:03:00.0: L1 Enabled - LTR Disabled
lshw -C network:
*-network
description: Wireless interface
product: Centrino Wireless-N 2200
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlan0
version: c4
serial: 9c:4e:36:bf:9b:9c
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=3.16.0-4-686-pae firmware=18.168.6.1 latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
resources: irq:45 memory:f1c00000-f1c01fff
I use the standard 3.16-PAE kernel because I have 16Gb on this laptop and don't want to use only 3.5Gb....
Regards