wpa_supplicant not installed properly

Asked by dinuaustin

Hi,

have Ubuntu 9.04. wpa_supplicant installed but wpa_supplicant not present in /var/run/. I reinstalled wpa_supplicant twice. Any ideas?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Steven Danna
Solved:
Last query:
Last reply:
Revision history for this message
Steven Danna (ssd7) said :
#1

The actual executable will not be in /var/run/. /var/run is for
run-time variable data. The actual executable should be
/sbin/wpa_supplicant.

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#2

Hi,

I agree with Steven.

The following command (which wpa_supplicant) will show the actual location of the wpa_supplicant executable file:

$ which wpa_supplicant
/sbin/wpa_supplicant

$ file /sbin/wpa_supplicant
/sbin/wpa_supplicant: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped

Regards,

Mark

Revision history for this message
dinuaustin (laptop-dinu) said :
#3

Steven,

I created wap_supplicant.conf file rebooted and I'm on-line! Thank You

On Sat, 2009-05-23 at 17:51 +0000, Steven Danna wrote:
> Your question #72086 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/72086
>
> Status: Open => Answered
>
> Steven Danna proposed the following answer:
> The actual executable will not be in /var/run/. /var/run is for
> run-time variable data. The actual executable should be
> /sbin/wpa_supplicant.
>

Revision history for this message
dinuaustin (laptop-dinu) said :
#4

Mark,

I created wap_supplicant.conf file rebooted and I'm on-line! Thank You

On Sat, 2009-05-23 at 17:59 +0000, Mark Rijckenberg wrote:
> Your question #72086 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/72086
>
> Mark Rijckenberg proposed the following answer:
> Hi,
>
> I agree with Steven.
>
> The following command (which wpa_supplicant) will show the actual
> location of the wpa_supplicant executable file:
>
> $ which wpa_supplicant
> /sbin/wpa_supplicant
>
> $ file /sbin/wpa_supplicant
> /sbin/wpa_supplicant: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped
>
> Regards,
>
> Mark
>

Revision history for this message
Best Steven Danna (ssd7) said :
#5

I'm glad to hear everything is working out for you. Could you mark your question as solved if it is indeed solved? Thanks and enjoy Ubuntu!

Revision history for this message
dinuaustin (laptop-dinu) said :
#6

Thanks Steven Danna, that solved my question.