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
No WIFI
-
- Developer
- Posts: 507
- Joined: Thu Dec 22, 2016 10:30 pm
- Location: Japan
- Has thanked: 8 times
- Been thanked: 13 times
-
- Developer
- Posts: 507
- Joined: Thu Dec 22, 2016 10:30 pm
- Location: Japan
- Has thanked: 8 times
- Been thanked: 13 times
Re: No WIFI
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
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
-
- Developer
- Posts: 507
- Joined: Thu Dec 22, 2016 10:30 pm
- Location: Japan
- Has thanked: 8 times
- Been thanked: 13 times
Re: No WIFI
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.
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.
Last edited by NevilleGoddard on Thu Jun 14, 2018 12:30 am, edited 1 time in total.
Reason: Insufficient information
Reason: Insufficient information
-
- Posts: 60
- Joined: Sat Nov 12, 2016 5:44 pm
- Has thanked: 0
- Been thanked: 3 times
Re: No WIFI
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
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
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
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