web-dev-qa-db-fra.com

L'ordinateur portable Samsung Ubuntu voit le wifi mais ne se connecte pas

Je sais qu'il y a un millier de ces questions, mais j'en ai essayé quelques-unes et je n'ai obtenu aucun résultat, j'ai donc décidé d'ouvrir une nouvelle question. La chose NetworkConnections voit la connexion wifi, mais ne se connecte pas et il n'y a aucun moyen que je vois de lui dire de se connecter manuellement.

Je voudrais résoudre le problème sans recourir à une connexion filaire, car j'utilise cet ordinateur portable à l'université et je veux également y utiliser le wifi.

Voici quelques données suggérées par une info-bulle utile:

lspci sortie:

00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM75 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
01:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)

lsusb sortie:

Bus 002 Device 003: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 002 Device 005: ID 0781:5567 SanDisk Corp. Cruzer Blade
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 2232:1041  
Bus 001 Device 003: ID 0cf3:3004 Atheros Communications, Inc. 
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Sudo lshw -class network production:

  *-network UNCLAIMED     
       description: Network controller
       product: AR9485 Wireless Network Adapter
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:01:00.0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: memory:f0600000-f067ffff memory:f0680000-f068ffff
  *-network
       description: Ethernet interface
       product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: 05
       serial: 18:67:b0:4f:b0:68
       size: 10Mbit/s
       capacity: 100Mbit/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 autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl_nic/rtl8105e-1.fw latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       resources: irq:25 ioport:2000(size=256) memory:f0500000-f0500fff memory:f0400000-f0403fff

uname -a production:

Linux nikolay-300E5EV-300E4EV-270E5EV-270E4EV-2470EV 3.19.0-33-generic #38~14.04.1-Ubuntu SMP Fri Nov 6 18:17:28 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
1
Sunspawn

Pas une réponse globale, mais dans mon cas, j'ai pu résoudre le problème en vérifiant les questions d'AzkerM dans les commentaires:

  1. J'ai essayé d'exécuter Sudo apt-get install g++ pour vérifier si je pouvais installer quelque chose.
  2. Le résultat a été E: dpkg was interrupted, you must manually run 'Sudo dpkg --configure -a' to correct the problem.
  3. Je l'ai fait et j'ai essayé de relancer l'installation de g ++.
  4. ??? (la magie s'est produite en ce qui me concerne, aucune idée de ce qui l'a fait)
  5. Profit! (il y a eu Internet tout d'un coup.)

Je suis sûr que courir Sudo dpkg --configure -a a fait l'affaire ici.

1
Sunspawn