Hi all,
I have setup a fresh installation of GhostBSD 20.04.1 in a Toshiba Satellite L50-C. (Try first FreeBSD 12.1 but graphic card works better on GhostBSD )
When the laptop was working on Linux Mint 19.3, it had an average speed (using wlan0) of 50-60 Mbit/s download and 20-30 Mbit/s upload. However now the performance of the Intel Wireless 3160 is really bad. Here an example:
I added the driver in the loader.conf(5) config file and it looks fine:
Laptop Specifications:
I would really appreciate any help because I tried everything and dont know why the performance is so bad.
Best
Diego
I have setup a fresh installation of GhostBSD 20.04.1 in a Toshiba Satellite L50-C. (Try first FreeBSD 12.1 but graphic card works better on GhostBSD )
When the laptop was working on Linux Mint 19.3, it had an average speed (using wlan0) of 50-60 Mbit/s download and 20-30 Mbit/s upload. However now the performance of the Intel Wireless 3160 is really bad. Here an example:
Code:
root@ghostbsd:~ # speedtest --simple
Download: 11.89 Mbit/s
Upload: 3.20 Mbit/s
root@ghostbsd:~ # speedtest --simple
Download: 11.70 Mbit/s
Upload: 2.87 Mbit/s
I added the driver in the loader.conf(5) config file and it looks fine:
Code:
root@ghostbsd:~ # cat /boot/loader.conf
...
# Wireless Intel 3160
if_iwn_load="YES"
if_iwnfw_load="YES"
iwm3160fw_load="YES"
...
Laptop Specifications:
Code:
root@ghostbsd:~ # inxi -Fz
System: Kernel: FreeBSD 12.1-STABLE amd64 bits: 64 Desktop: MATE 1.22.3 OS: FreeBSD 12.1-STABLE
Machine: Type: Notebook System: TOSHIBA product: SATELLITE L50-C v: PSKXEE-01200NEN serial: <filter>
Mobo: FF50 model: 06F5 serial: <filter> BIOS: INSYDE v: 5.10 rev: 5.10 date: 07/30/2015
Battery: ID-1: BAT0 charge: N/A condition: N/A/0.0 Wh
CPU: Topology: Quad Core model: Intel Pentium N3700 bits: 64 type: MCP L2 cache: N/A
Speed: 1600 MHz min/max: 480/1601 MHz Core speeds (MHz): No speed data found for 4 cores.
Graphics: Device-1: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics driver: vgapci
Display: server: X.Org 1.20.8 driver: modesetting resolution: 1366x768~60Hz
OpenGL: renderer: Mesa DRI Intel HD Graphics 405 (Braswell) v: 4.5 Mesa 19.0.8
Audio: Device-1: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series High Definition Audio driver: hdac
Network: Device-1: Intel Wireless 3160 driver: iwm
Device-2: Realtek RTL810xE PCI Express Fast Ethernet driver: re
IF: re0 state: no mac: <filter>
IF-ID-1: wlan0 state: associated speed: N/A duplex: N/A mac: <filter>
Drives: Local Storage: total: 454.85 GiB used: 28.57 GiB (6.3%)
ID-1: /dev/ada0 vendor: Samsung model: SSD 860 EVO 500GB RVT04B6Q size: 454.85 GiB
Partition: ID-1: / size: 448.71 GiB used: 28.57 GiB (6.4%) fs: ufs dev: /dev/label/rootfs0
Swap: ID-1: swap-1 type: partition size: 2.50 GiB used: 0 KiB (0.0%) dev: /dev/label/swap0
Sensors: Platform: No Freebsd support. Is a comparable sensors tool available?
Info: Processes: 119 Uptime: 39m Memory: 7.87 GiB used: 2.74 GiB (34.7%) Shell: csh inxi: 3.1.01
I would really appreciate any help because I tried everything and dont know why the performance is so bad.
Best
Diego