Page 1 of 1

No WIFI

Posted: Thu May 31, 2018 5:43 pm
by GeorgieP
Hello Guys,
My name is George and new here.

Installed Ghostbsd on a Lenovo T500; every thing works fine, but had no wifi connection.
Then I wired the laptop and now there is Internet, but stil not via wifi.
In the right upper corner there is the message: wifi disabled; in white: enable wifi but without any succes.
I have no idea what to do to get it working; I had Linux Mint before without any problem.
Any advice is welcome
George

Re: No WIFI

Posted: Fri Jun 01, 2018 10:05 am
by NevilleGoddard
Hi.
Could you give the output of

pciconf -lv

?

Re: No WIFI

Posted: Sat Jun 02, 2018 12:30 pm
by GeorgieP
Hi Neville,

Tried it but could not get that file to this PC.

George

Re: No WIFI

Posted: Mon Jun 04, 2018 9:37 am
by NevilleGoddard
I'm sorry, I don't know what you mean.
Open a terminal and type

pciconf -lv

and there should be the model of your network card there (amongst other info)

Tell us what it is. It should be supported.
Neville

Re: No WIFI

Posted: Wed Jun 13, 2018 12:38 pm
by ericbsd
@GeorgieP What "sysctl net.wlan.devices" return?

Re: No WIFI

Posted: Thu Jun 14, 2018 12:28 am
by NevilleGoddard
Are you new to BSD or Linux? You have a terminal that you can type in commands to perform certain operations. Go to your menu and look for terminal. When you find it open it and put in the command pciconf -lv.
Do you have a WiFi icon in your panel? If so right click it and see if your router comes up. If it does click on your router number and you should be prompted to put in your WiFi password. Put in your password. Then you should be okay.

Re: No WIFI

Posted: Sat Feb 02, 2019 8:02 pm
by wb7odyfred
from this URL https://www.notebookcheck.net/Review-Le ... ifications

The Lenovo Thinkpad T500 offers an integrated Gigabit network module (Intel 82567LM) for high performance communication over cable. An Intel WiFi Link 5100 or an Intel 5300 wireless LAN module provide the T500 with current WLAN state of the art. The Intel 5300 ABGN chip allows maximum data transfers of up to 450Mbps (300Mbps Intel 5100).

Depending on the hardware configuration, the T500 can also contain an integrated Bluetooth 2.1 module, or a built-in UMTS broadband modem. Because even the standard models of the notebook contain the necessary cables and antennas, it is also possible to build in the broadband
modems later.

Paste the output of these 5 commands from running in a terminal window to a forum post for us to help you out better

Code: Select all

pciconf -lv
usbconfig list
uname -a 
kldstat
sysctl -v net.wlan.devices
Looks like it is an Intel 5100 or 5300 Wifi device iwlwn driver for Freebsd
https://forums.freebsd.org/threads/inte ... 300.55649/ Forum Post
https://forums.freebsd.org/threads/inte ... ver.35467/
https://forums.freebsd.org/threads/inte ... 467/page-2

https://www.freebsd.org/cgi/man.cgi?iwn(4) Freebsd manual page for iwn driver