On Wed, Dec 19, 2012 at 3:50 PM, Lennart Poettering
wrote:
> On Wed, 12.12.12 15:57, John Tobias (john.tobias...@gmail.com) wrote:
>>
>> I have a network.service (pls see below) for my wireless interface:
>>
>> [Unit]
>> Description=Network
>>
>> [Service]
>> Restart=on-failure
>> ExecStart=/usr/s
On Wed, 12.12.12 15:57, John Tobias (john.tobias...@gmail.com) wrote:
> 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.c
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.
>> After rebooting it,
В Thu, 13 Dec 2012 10:43:56 -0800
John Tobias пишет:
> I renamed the /lib/firmware to /lib/firmware.old and reboot my system.
> After rebooting it, I was getting an error (pls see below) that the
> kernel did not find the firmware.
> wl1271: ERROR could not get nvs file: -2
> wl1271: loaded
> wl1
I renamed the /lib/firmware to /lib/firmware.old and reboot my system.
After rebooting it, I was getting an error (pls see below) that the
kernel did not find the firmware.
wl1271: ERROR could not get nvs file: -2
wl1271: loaded
wl1271: initialized
Then, if I do "ifconfig -a", the wlan0 interface
В 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 systemd called the said script before the
> kernel loads the firmware(/lib/firmware/TIInit_7.2.31.bts). I would
> like to know if the