Project

General

Profile

Actions

Bug #9242

closed

MBT-4220/2220 not recognized by pfsense correctly after UEFI upgraded to 1.00

Added by Grzegorz Krzystek about 5 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Category:
Installer
Target version:
Start date:
01/01/2019
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.4
Affected Architecture:

Description

In BIOS Released by intel there were system identyfier change.
pfSense installer expects
Product Name: Minnowboard Turbot D0 PLATFORM

while after UEFI 1.00 it reports:
Product Name: Minnowboard Turbot D0/D1 PLATFORM

that causing HDMI fix is not being applied automagically during installation
/usr/libexec/bsdisntall/config need to be fixed.

to fix gui correctly present device i changed:

--- system.inc.old 2019-01-01 20:51:06.241829000 0000
++ system.inc 2019-01-01 20:50:10.898565000 0000
@ -2550,6 +2550,7 @
return (array('name' => 'SG-5100', 'descr' => 'Netgate SG-5100'));
break;
case 'Minnowboard Turbot D0 PLATFORM':
case 'Minnowboard Turbot D0/D1 PLATFORM':
$result = array();
$result['name'] = 'Turbot Dual-E';
/* Detect specific model */

Actions #1

Updated by Grzegorz Krzystek about 3 years ago

proposed fix for pfsense added in
for gui config added in https://github.com/pfsense/pfsense/pull/4495
And fix for installer in
https://github.com/pfsense/FreeBSD-src/pull/40

Actions #2

Updated by Renato Botelho about 3 years ago

  • Status changed from New to Feedback
  • Assignee set to Renato Botelho
  • Target version set to 2.5.0

PRs have been merged. Thanks!

Actions #3

Updated by Renato Botelho about 3 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF