Hi All ,
I just erased OS-X 10.5.8 in my iBook G4 (PowerPC chip, 1.33GHz, 512MB RAM, 40GB hard driver ) and installed a single OS -- FreeBSD 11 on it. It successfully was installed. Now I would like to configure it with my home wifi network, I have encountered the issues: When I ping 127.0.0.1 -- it is fine; I type
However, if I type
As I refer to Chapter 30.3.2 of handbook of FreeBSD, it said that If a wireless adapter is not listed, an additional kernel module might be required, or it might be a model not supported by FreeBSD.
So over here, I need help to fix it -- Do I need to an additional kernel module or something else or others I am still missing? I am a newbie to FreeBSD, I need a step by step guidance to fix it. Thank you very much !!!
Regards,
John
I just erased OS-X 10.5.8 in my iBook G4 (PowerPC chip, 1.33GHz, 512MB RAM, 40GB hard driver ) and installed a single OS -- FreeBSD 11 on it. It successfully was installed. Now I would like to configure it with my home wifi network, I have encountered the issues: When I ping 127.0.0.1 -- it is fine; I type
ifconfig
at the console, it shows 3 interfaces :
Code:
fwe0: flags=8943<UP, BROADCAST,RUNNING,...
....
....
gem0:flags=8802<BROADCAST,SIMPLEX,...
....
....
lo0 : flags=8049<UP,LOOPBACK,RUNNING,MULTCAST...
....
.....
ifconfig | grep -B3 -i wireless
at Console, it shows nothing.As I refer to Chapter 30.3.2 of handbook of FreeBSD, it said that If a wireless adapter is not listed, an additional kernel module might be required, or it might be a model not supported by FreeBSD.
So over here, I need help to fix it -- Do I need to an additional kernel module or something else or others I am still missing? I am a newbie to FreeBSD, I need a step by step guidance to fix it. Thank you very much !!!
Regards,
John