Hi there,
I have very limited experience on FreeBSD.
Now I'm working on installing 12.2-release or 13.0-RC1 on a Thinkpad T400 and having trouble with wireless network card.
Realtek RTL8191SE is detected by
But dmesg could not identify anything about this chip.
Just to try if any luck, I go ahead add following to /boot/loader.conf:
And following to /etc/rc.conf:
Reboot, clearly no wlan0 or wlan1 or rsu0 or rtwn0 is found during booting. By # kldstat, I can see if_rsu.ko is loaded, while nothing about rtwn is loaded. Manually load via # kldload rtwn, restart network service. No magic.
It appears this specific chip is not in the "Hardware Compatibility List", but is it still possible to drive it without professional configuring or programming efforts?
dmesg info as attached.
I have very limited experience on FreeBSD.
Now I'm working on installing 12.2-release or 13.0-RC1 on a Thinkpad T400 and having trouble with wireless network card.
Realtek RTL8191SE is detected by
# pciconf -lv
:
Code:
none1@pci0:3:0:0: class=0x028000 rev=0x10 hdr=0x00 vendor=0x10ec device=0x8172 subvendor=0x10ec subdevice=0xe020
vendor = 'Realtek Semiconductor Co., Ltd.'
device = 'RTL8191SEvB Wireless LAN Controller'
class = network
Just to try if any luck, I go ahead add following to /boot/loader.conf:
Code:
if_rsu_load="YES"
if_rtwn_load="YES"
And following to /etc/rc.conf:
Code:
wlan0_rsu0="wlan0"
wlan1_rtwn0="wlan1"
ifconfig_wlan0="WPA SYNCDHCP"
ifconfig_wlan1="WPA SYNCDHCP"
create_args_wlan0="country US"
create_args_wlan1="country US"
It appears this specific chip is not in the "Hardware Compatibility List", but is it still possible to drive it without professional configuring or programming efforts?
dmesg info as attached.