[systemd-devel] After firmare

Lennart Poettering lennart at poettering.net
Wed Dec 19 06:50:42 PST 2012


On Wed, 12.12.12 15:57, John Tobias (john.tobias.ph at 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.


More information about the systemd-devel mailing list