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.conf
> 
> [Install]
> WantedBy=multi-user.target
> 
> 
> 
> 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 there's a way to determine if the firmware is already
> loaded before the systemd execute the said service?.

This looks like a driver issue to me. Normally the kernel should issue
the firmware request as necessary, and the device should not show up in
udev before it is properly initialized.

kay?

Lennart

-- 
Lennart Poettering - Red Hat, Inc.
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to