Here is how I fixed it on an IBM x205.
edit the bcme.h file
change the alias types to their true types under the section of the file around line 60. Its a structure definition called
typedef struct bcmeparam {
for example
uint8_t pci_bus;
will become
usigned char pci_bus;
You'll have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.