
Nedavno jsem se rozhodl nainstalovat linux mint 16 Petra KDE (muj prvni linux, jsem uplny zacatecnik

a nefunguje mi wifi připojení, respektive sítě vidím, ale po připojení vyskočí notifikace a odpojí se:
Wireless interface(wlan0)
The WiFi network could not be found
Při googlení jsem se pokoušel o update ovladačů http://wireless.kernel.org/en/users/Drivers/iwlwifi
Intel® Centrino® Wireless-N 2230
kdy jsem postupoval podle:
Device Drivers ->
Generic Driver Options ->
Userspace firmware loading support]
ale pak už jsem nějak nepochopil co dál a jak vubec otevřít ten config, stahnul jsem jeste ovladač:
Kód: Vybrat vše
iwlwifi-2030-ucode-18.168.6.1.tgz
Kód: Vybrat vše
# cp iwlwifi-*.ucode /lib/firmware
podobne tema je zde http://ubuntuforums.org/showthread.php?t=2062633, kde ještě dotycny nainstaloval linux backports modules, ale mě po pokusu o instalaci zahlasi
Unable to locate package linux-backports-modules-cw-3.3-3.12.10-031210-generic
Pak jsem ještě zkoušel http://ubuntuforums.org/showthread.php?t=2089512
kod:
Kód: Vybrat vše
sudo apt-get install --reinstall linux-firmware
sudo modprobe -r iwlwifi
sudo modprobe iwlwifi
FATAL: Module iwlwifi is in use.
prvni a poslední probehly v pohode, ale taky zadna zmena.
Teď už jen výpisy:
Kód: Vybrat vše
sudo lshw -C network
Kód: Vybrat vše
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:07:00.0
logical name: eth0
version: 07
serial: d4:be:d9:4b:03:82
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168e-3_0.0.4 03/27/12 ip=192.168.1.12 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:42 ioport:2000(size=256) memory:c1404000-c1404fff memory:c1400000-c1403fff
*-network
description: Wireless interface
product: Centrino Wireless-N 2230
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:08:00.0
logical name: wlan0
version: c4
serial: 68:5d:43:b9:b6:b7
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=3.12.10-031210-generic firmware=18.168.6.1 latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
resources: irq:45 memory:c1500000-c1501fff
Kód: Vybrat vše
dmesg | grep iwl
Kód: Vybrat vše
[ 12.825413] iwlwifi 0000:08:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 12.825535] iwlwifi 0000:08:00.0: irq 45 for MSI/MSI-X
[ 13.152888] iwlwifi 0000:08:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
[ 13.460559] iwlwifi 0000:08:00.0: CONFIG_IWLWIFI_DEBUG disabled
[ 13.460562] iwlwifi 0000:08:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[ 13.460563] iwlwifi 0000:08:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[ 13.460565] iwlwifi 0000:08:00.0: Detected Intel(R) Centrino(R) Wireless-N 2230 BGN, REV=0xC8
[ 13.460666] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 13.597056] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 23.738425] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 23.745959] iwlwifi 0000:08:00.0: Radio type=0x2-0x0-0x0
[ 23.989722] iwlwifi 0000:08:00.0: L1 Enabled; Disabling L0S
[ 23.997321] iwlwifi 0000:08:00.0: Radio type=0x2-0x0-0x0
Kód: Vybrat vše
rfkill list all
Kód: Vybrat vše
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Kód: Vybrat vše
cat /etc/lsb-release; uname -a
Kód: Vybrat vše
DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=16
DISTRIB_CODENAME=petra
DISTRIB_DESCRIPTION="Linux Mint 16 Petra"
Linux Inspiron-7520 3.12.10-031210-generic #201402061553 SMP Thu Feb 6 20:54:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Budu moc rád za Vaše rady a děkuju předem, už mi dochazí síly při googlení.