Results 1 to 2 of 2

Thread: no wireless issue

  1. #1

    no wireless issue

    i have installed realtek wireles lan adapter on my host OS. I can see the adaptyer symbol shown in the show icon symbol of the task bar in my host machine.
    But when i launch my vmplayer and open my root account and then type iwconfig i still have "no wireless" as one of the second ouput i got from the command iwconfig.
    solution pls.

  2. #2
    Join Date
    2020-May
    Posts
    1
    You need to add wlan0 to the interfaces file. This is at /etc/network/interfaces
    add in the lines....

    auto wlan0
    allow_hotplug wlan0
    iface wlan0 inet dhcp
    wpa-ssi "network name"
    wpa-psk "password"

    Put your network details in above....

Similar Threads

  1. Wireless issue accessing the WWW
    By GrayRyder in forum General Archive
    Replies: 3
    Last Post: 2015-06-12, 08:01

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •