Hi On 2015-03-15, Jürgen Bausa wrote: > Arend van Spriel <arend@...> writes: > > On 03/14/15 23:13, Ochal Christophe wrote: [...] > would be nice, if you could make it clear. > > I am in the exact some position (asus x205 with linux 4.0 rc3) but my > /sys/firmware/efi/efivars/ is empty. I am running debian jessie with a > kernel taken from ubuntu. Am I missing something? Even loading efivars via > modprobe doesnt change a thing. You need to have efivarfs mounted, which Debian/jessie and systemd should do by default (it certainly does, at least when booted in UEFI mode - you probably won't have access to it in BIOS CSM mode): $ grep efivarfs /proc/mounts efivarfs /sys/firmware/efi/efivars efivarfs rw,nosuid,nodev,noexec,relatime 0 0 If it isn't for some weird reason, you'll have to mount it by hand. # mount -t efivarfs -o rw,nosuid,nodev,noexec,relatime efivarfs /sys/firmware/efi/efivars Regards Stefan Lippers-Hollmann -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html