My network card was working fine in Ghost, but with the latest update (and with a reinstallation with 2021-01-25) Ghost no longer can use my card. The logs show it as re0 with a RealTek 8111 - which is correct - but the logs also show: attaching PHYs failed.
Any thoughts?
JC
lost my network card
-
- Posts: 207
- Joined: Sat Nov 12, 2016 5:44 pm
Re: lost my network card RTL8111 with an update
Can you attach files here with more information to look at like dmesg? pciconf -lv output. Have you tried "pkg update -f"
I have noticed some dmesg error message from SCIO80211 invalid value during boot up.
Yes, jcpollman, I hear you that the RTL8111 re0 worked before and now with this latest update does not work RTL8111. Will keep an eye open and report back if I find something. I hope your find some help, using the information below.
can you use the debug version of the wpa_supplicant command to locate where it breaks?
can you uname -a or uname -K to verify version of GhostBSD. Find a method to obtain the version of the GhostBSD driver for RTL8111 device
https://forums.freebsd.org/threads/how- ... hba.73257/
I found this reply:
https://www.freshports.org/net/realtek-re-kmod different realtek driver for FreeBSD
https://bugs.freebsd.org/bugzilla/show_ ... ?id=206932 Bugs about RTL8111 pci card
https://bsd-hardware.info/index.php?id= ... -1458-e000 BSD Hardware INFO shows that it is working for FreeBSD
reference my forum posts as example of commands to use to debug WIFI problems.
https://forums.ghostbsd.org/viewtopic.php?f=64&t=570
https://forums.ghostbsd.org/viewtopic.php?f=64&t=526
I have noticed some dmesg error message from SCIO80211 invalid value during boot up.
Code: Select all
pciconf -lv
pkg update -f
can you use the debug version of the wpa_supplicant command to locate where it breaks?
Code: Select all
killall dhclient
wpa_supplicant -d -K -i wlan0 -c /etc/wpa_supplicant.conf
dhclient wlan0
can you uname -a or uname -K to verify version of GhostBSD. Find a method to obtain the version of the GhostBSD driver for RTL8111 device
Code: Select all
uname -a
uname -K
Code: Select all
kldstat
I found this reply:
Further reading materialThe term "driver information" makes little sense in FreeBSD. For the most part, drivers are part of the kernel (either compiled in or loaded as kernel modules), and their version matches the kernel. There may be after-market drivers for FreeBSD, but that's uncommon. This is very different from Windows.
https://www.freshports.org/net/realtek-re-kmod different realtek driver for FreeBSD
https://bugs.freebsd.org/bugzilla/show_ ... ?id=206932 Bugs about RTL8111 pci card
https://bsd-hardware.info/index.php?id= ... -1458-e000 BSD Hardware INFO shows that it is working for FreeBSD
reference my forum posts as example of commands to use to debug WIFI problems.
https://forums.ghostbsd.org/viewtopic.php?f=64&t=570
https://forums.ghostbsd.org/viewtopic.php?f=64&t=526