search for: l1470

Displaying 5 results from an estimated 5 matches for "l1470".

Did you mean: l147
2019 Dec 08
2
Wave of <elCheapo Wintel> Laptops.
Internet reports that I'm 1-of-many victims, failing to run linux on new/cheap laptops. Eg. quad-Atom; connex L1470. What is syslinux's recomended method to overcome <WinTel's UEFI lockout> using a USBbootStik ? Are wifi drivers: RTL8723BS for linux available yet ? ==TIA.
2020 Feb 22
3
Re-adding PKCS#11 key in ssh-agent produces "agent refused operation" error.
...at key to ssh-agent. Expected results: Key is successfully added to ssh-agent. Actual results: ssh-add fails with "agent refused operation". I've looked at the code, and it appears that register_pkcs11_provider (https://github.com/openssh/openssh-portable/blob/master/ssh-pkcs11.c#L1470) fails if a PKCS#11 provider already exists. However, PKCS#11 providers are never unloaded. There is a pkcs11_del_provider but it is never called. That means that after deleting a key, there is no way to re-add it. Also, since removing a USB smartcard reader results in ssh-agent losing its session...
2019 Dec 08
0
Wave of <elCheapo Wintel> Laptops.
On Sunday, December 8, 2019, 07:42:43, eas lab via Syslinux wrote: > Internet reports that I'm 1-of-many victims, failing to run linux > on new/cheap laptops. Eg. quad-Atom; connex L1470. > What is syslinux's recomended method to overcome <WinTel's UEFI > lockout> using a USBbootStik ? Syslinux should work fine with UEFI (it does for me), and if for some reason you can't disable secure boot, download the Linux Foundation UEFI pre-loader (to use it, rename s...
2019 Dec 12
2
Wave of <elCheapo Wintel> Laptops.
> On Sunday, December 8, 2019, 07:42:43, eas lab via Syslinux wrote: > > > Internet reports that I'm 1-of-many victims, failing to run linux on > > new/cheap laptops. Eg. quad-Atom; connex L1470. What is syslinux's > > recomended method to overcome <WinTel's UEFI lockout> using a > > USBbootStik ? > > Syslinux should work fine with UEFI (it does for me), and if for some > reason you can't disable secure boot, download the Linux Foundation UEFI > p...
2020 Feb 24
4
Re-adding PKCS#11 key in ssh-agent produces "agent refused operation" error.
...> > Actual results: > > > > ssh-add fails with "agent refused operation". > > > > I've looked at the code, and it appears that > > register_pkcs11_provider > > ( > > https://github.com/openssh/openssh-portable/blob/master/ssh-pkcs11.c#L1470 > > ) > > fails if a PKCS#11 provider already exists. However, PKCS#11 > > providers > > are never unloaded. There is a pkcs11_del_provider but it is never > > called. > > > > That means that after deleting a key, there is no way to re-add it. > > Al...