Sponsored Content
Operating Systems Linux Debian Problems with wlan0 configuration Post 302837625 by Azrael on Friday 26th of July 2013 08:09:17 AM
Old 07-26-2013
It sounds like what you have read may be a little dated. The wpasupplicant should already be found in the following locations by default on Debian:

/etc/network/if-pre-up/etc/networkd/wpasupplicant
/etc/network/if-down/etc/networkd/wpasupplicant
/etc/network/if-post-down/etc/networkd/wpasupplicant
/etc/network/if-up/etc/networkd/wpasupplicant

If you're a beginner this may be easier to set up with a GUI like network-manager-gnome or network-manage-kde, depending on your desktop.

You may want to ensure this connection works without encryption turned on first. If this fails you would want to ensure vmware is detecting the card and determine if this is a vmware problem or a Linux problem.

If you are getting a connection with another interface like eth0 you may want to turn it off first, then bring up wlan0 or whatever interface it comes up on and run dhclient like so:

Code:
# ifconfig eth0 down
# ifconfig wlan0 up
# dhclient

Hopefully that will get you started.

Last edited by Azrael; 07-27-2013 at 08:30 AM..
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Sendmail configuration problems

First of all, Happy Holidays,Merry Xmas, Happy Hanakah, Happy Kwanzaa, Happy Mid Winter Festival, etc.(Forgive me if I left your holiday out) Anyway, here is my situation. I am setting up an email server at the job, and Sendmail is not cooperating. The error that I get on my RedHat 7.3 Dell... (5 Replies)
Discussion started by: Jody
5 Replies

2. BSD

problems with the freebsd configuration...

I had just instal freebsd in my computer, wich is very nice,am very happy about it, am new to the unix os and i know unmost nothing and my problem is that i din't do i good configuration because i can get internet when i open the webbrowser, a have a yahoo dsl connection, i can't even play a cd in... (0 Replies)
Discussion started by: nobody
0 Replies

3. BSD

problems with the configuration...

is me again guys, sorry for the mistake in the written, what the problem is, i can't connect to the internet because i did a bad configuration in the freebsd os, i use a yahoo dsl modem and i don't dial to my isp, but everytime i try to connect ask me for a phone number to connect to my isp, what... (1 Reply)
Discussion started by: nobody
1 Replies

4. UNIX for Dummies Questions & Answers

Solaris 10: WU-FTPD Configuration Problems

Hello. I'm currently usng Solaris 10 and have to configure the box so that it acts as an FTP server handling multiple virtual domains. This should be done using wu-ftpd. I have successfully configured the box to be able to handle multiple virtual FTP servers, and all works well when I log in as... (2 Replies)
Discussion started by: CowsUdders
2 Replies

5. AIX

AIX SAN configuration problems/oddity

Hi, I have a strange problem. we're trying to connect an IBM pseries, to a Brocade switch, for SAN acess, using a badged emulex card, (IBM FC6239) WE can configure the device to see the fabric. The only problem we have is that the Brocade sees the HBA as storage, and not as a HBA. We've zoned... (1 Reply)
Discussion started by: praxis22
1 Replies

6. UNIX for Advanced & Expert Users

Time limit on ifconfig wlan0 down?

Is there a time limit ifconfig wlan0 down? I used that command to take my wireless down. sudo ifconfig wlan0 downWhen I came back about 6 hours later it was working without me bringing my wireless back up. I am the only one that uses my computer or that knows the root password. (0 Replies)
Discussion started by: cokedude
0 Replies

7. Red Hat

Wlan0: unknown interface: No such device

Hi All, Am using Toshiba Satellite C850-l5212 Laptop . I have installed RHEL6 server on it ( Linux 2.6.32-220.el6.x86_64 ) I Installed wireless driver ( linux_mac80211_0012.0207.2013.tar.bz2 ) and the installation went fine. But when i do ifconfig wlan0 up its giving the below error .... (0 Replies)
Discussion started by: senthilcaesar
0 Replies

8. Debian

Wlan0 Failed to UP in Kali Linux

Dear Moderator, While working on airmon-ng when the situation has come to set wlan0 on monitor mode Identification Wlan0 root@kali:~# iwconfig lo no wireless extensions. wlan0 IEEE 802.11bgn ESSID:off/any Mode:Managed Access Point: Not-Associated ... (1 Reply)
Discussion started by: raghunsi
1 Replies

9. Linux

Is possible to bridge wlan0 and eth0 using network manager?How to for wpa?

I have created a bridge with nmcli between eth0 and wlan0 I use this procedure sudo nmcli con add ifname br0 type bridge con-name br0 sudo nmcli con add type bridge-slave ifname eth0 master br0 sudo nmcli con add type bridge-slave ifname wlan0 master br0 sudo nmcli con modify br0... (1 Reply)
Discussion started by: Linusolaradm1
1 Replies
SYSTEMD-NETWORKD.SERVICE(8)				     systemd-networkd.service				       SYSTEMD-NETWORKD.SERVICE(8)

NAME
systemd-networkd.service, systemd-networkd - Network manager SYNOPSIS
systemd-networkd.service /lib/systemd/systemd-networkd DESCRIPTION
systemd-networkd is a system service that manages networks. It detects and configures network devices as they appear, as well as creating virtual network devices. To configure low-level link settings independently of networks, see systemd.link(5). systemd-networkd will create network devices based on the configuration in systemd.netdev(5) files, respecting the [Match] sections in those files. systemd-networkd will manage network addresses and routes for any link for which it finds a .network file with an appropriate [Match] section, see systemd.network(5). For those links, it will flush existing network addresses and routes when bringing up the device. Any links not matched by one of the .network files will be ignored. It is also possible to explicitly tell systemd-networkd to ignore a link by using Unmanaged=yes option, see systemd.network(5). When systemd-networkd exits, it generally leaves existing network devices and configuration intact. This makes it possible to transition from the initrams and to restart the service without breaking connectivity. This also means that when configuration is updated and systemd-networkd is restarted, netdev interfaces for which configuration was removed will not be dropped, and may need to be cleaned up manually. CONFIGURATION FILES
The configuration files are read from the files located in the system network directory /lib/systemd/network, the volatile runtime network directory /run/systemd/network and the local administration network directory /etc/systemd/network. Networks are configured in .network files, see systemd.network(5), and virtual network devices are configured in .netdev files, see systemd.netdev(5). SEE ALSO
systemd(1), systemd.link(5), systemd.network(5), systemd.netdev(5), systemd-networkd-wait-online.service(8) systemd 237 SYSTEMD-NETWORKD.SERVICE(8)
All times are GMT -4. The time now is 04:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy