web-dev-qa-db-fra.com

Point d'accès sans fil non pris en charge après la mise à niveau vers 14.04!

J'avais l'habitude d'utiliser ap-hotspot sur mon ordinateur portable avec Saucy sans problème. Maintenant que je suis passé à 14.04 et que j'ai installé ap-hotspot, j'obtiens cette erreur:

Your wireless card or driver does not support Access Point mode

Voici le résultat de iwconfig:

eth0      no wireless extensions.
lo        no wireless extensions.
wlan0     IEEE 802.11abg  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:off

et voici la sortie de iw list:

Wiphy phy0
Band 1:
    Frequencies:
        * 2412 MHz [1] (20.0 dBm)
        * 2417 MHz [2] (20.0 dBm)
        * 2422 MHz [3] (20.0 dBm)
        * 2427 MHz [4] (20.0 dBm)
        * 2432 MHz [5] (20.0 dBm)
        * 2437 MHz [6] (20.0 dBm)
        * 2442 MHz [7] (20.0 dBm)
        * 2447 MHz [8] (20.0 dBm)
        * 2452 MHz [9] (20.0 dBm)
        * 2457 MHz [10] (20.0 dBm)
        * 2462 MHz [11] (20.0 dBm)
        * 2467 MHz [12] (20.0 dBm) (passive scanning, no IBSS)
        * 2472 MHz [13] (20.0 dBm) (passive scanning, no IBSS)
        * 2484 MHz [14] (20.0 dBm) (passive scanning, no IBSS)
    Bitrates (non-HT):
        * 1.0 Mbps
        * 2.0 Mbps (short preamble supported)
        * 5.5 Mbps (short preamble supported)
        * 11.0 Mbps (short preamble supported)
        * 6.0 Mbps
        * 9.0 Mbps
        * 12.0 Mbps
        * 18.0 Mbps
        * 24.0 Mbps
        * 36.0 Mbps
        * 48.0 Mbps
        * 54.0 Mbps
Band 2:
    Frequencies:
        * 5170 MHz [34] (disabled)
        * 5180 MHz [36] (20.0 dBm) (passive scanning, no IBSS)
        * 5190 MHz [38] (20.0 dBm) (passive scanning, no IBSS)
        * 5200 MHz [40] (20.0 dBm) (passive scanning, no IBSS)
        * 5210 MHz [42] (20.0 dBm) (passive scanning, no IBSS)
        * 5220 MHz [44] (20.0 dBm) (passive scanning, no IBSS)
        * 5230 MHz [46] (20.0 dBm) (passive scanning, no IBSS)
        * 5240 MHz [48] (20.0 dBm) (passive scanning, no IBSS)
        * 5260 MHz [52] (disabled)
        * 5280 MHz [56] (disabled)
        * 5300 MHz [60] (disabled)
        * 5320 MHz [64] (disabled)
        * 5500 MHz [100] (disabled)
        * 5520 MHz [104] (disabled)
        * 5540 MHz [108] (disabled)
        * 5560 MHz [112] (disabled)
        * 5580 MHz [116] (disabled)
        * 5600 MHz [120] (disabled)
        * 5620 MHz [124] (disabled)
        * 5640 MHz [128] (disabled)
        * 5660 MHz [132] (disabled)
        * 5680 MHz [136] (disabled)
        * 5700 MHz [140] (disabled)
        * 5745 MHz [149] (20.0 dBm) (passive scanning, no IBSS)
        * 5765 MHz [153] (20.0 dBm) (passive scanning, no IBSS)
        * 5785 MHz [157] (20.0 dBm) (passive scanning, no IBSS)
        * 5805 MHz [161] (20.0 dBm) (passive scanning, no IBSS)
        * 5825 MHz [165] (20.0 dBm) (passive scanning, no IBSS)
        * 5920 MHz [184] (disabled)
        * 5940 MHz [188] (disabled)
        * 5960 MHz [192] (disabled)
        * 5980 MHz [196] (disabled)
        * 6000 MHz [200] (disabled)
        * 6020 MHz [204] (disabled)
        * 6040 MHz [208] (disabled)
        * 6060 MHz [212] (disabled)
        * 6080 MHz [216] (disabled)
    Bitrates (non-HT):
        * 6.0 Mbps
        * 9.0 Mbps
        * 12.0 Mbps
        * 18.0 Mbps
        * 24.0 Mbps
        * 36.0 Mbps
        * 48.0 Mbps
        * 54.0 Mbps
max # scan SSIDs: 1
max scan IEs length: 0 bytes
Coverage class: 0 (up to 0m)
Supported Ciphers:
    * WEP40 (00-0f-ac:1)
    * WEP104 (00-0f-ac:5)
    * TKIP (00-0f-ac:2)
    * CCMP (00-0f-ac:4)
    * CMAC (00-0f-ac:6)
Available Antennas: TX 0 RX 0
Supported interface modes:
     * IBSS
     * managed
software interface modes (can always be added):
interface combinations are not supported
Supported commands:
     * set_interface
     * new_key
     * join_ibss
     * set_pmksa
     * del_pmksa
     * flush_pmksa
     * connect
     * disconnect

Sortie de rfkill list wifi:

    0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: brcmwl-0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

Sortie de lspci -vnn | grep -A2 Network:

Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
Subsystem: Dell Wireless 1397 WLAN Mini-Card [1028:000c]
Flags: bus master, fast devsel, latency 0, IRQ 18

Je jure que ça marchait à Saucy. Cela peut-il être un problème avec le pilote?

3
Reza

Selon ce qui suit: Table des adaptateurs sans fil/jeu de puces le mode maître n'est pas pris en charge par le pilote propriétaire bcmwl et est pris en charge par le b43 natif avec le microprogramme requis. Je vous recommande de faire:

Sudo apt-get purge bcmwl-kernel-source
Sudo apt-get update && Sudo update-pciids
Sudo apt-get install firmware-b43-installer
Sudo reboot

Tester:

Sudo iwconfig wlan0 mode master
7
chili555