Could you give me a sample .service in order to solve my problem?.
Regards,
john
On Thu, Dec 13, 2012 at 7:04 PM, Andrey Borzenkov wrote:
> В Thu, 13 Dec 2012 10:43:56 -0800
> John Tobias пишет:
>
>> I renamed the /lib/firmware to /lib/firmware.old and reboot my system.
>&g
interface is showing up.
On Thu, Dec 13, 2012 at 8:39 AM, Andrey Borzenkov wrote:
> В Wed, 12 Dec 2012 15:57:45 -0800
> John Tobias пишет:
>
>> ExecStart=/usr/sbin/wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
>>
>> One of the problem was the syst
Hi All,
I have a network.service (pls see below) for my wireless interface:
[Unit]
Description=Network
[Service]
Restart=on-failure
ExecStart=/usr/sbin/wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
[Install]
WantedBy=multi-user.target
One of the problem was the systemd called the
Follow up to my previous message: The systemd need to determine if my
firmware of my wifi has been loaded by the kernel.
Any idea?
Regards,
john
On Wed, Dec 5, 2012 at 3:44 PM, John Tobias wrote:
> Hi All,
>
> I have a wireless interface that I have created a .service. But, th
Hi All,
I have a wireless interface that I have created a .service. But, the
wlan0 interface takes a while before it shows up in the system. I
would like to know how to tell to systemd to check if the wlan0
interface is available, then if its available that's the time the
systemd execute ExecStart