Quote:
Originally Posted by scargo
This sound more like your ubuntu station is not able to connect to wifi AP provided by your NMEA Yakker. I know nothing about this device. But I use Ubuntu and opencpn to connect to different devices either serial our through TCP/IP connection. This message is sent from a laptop running Ubuntu and connected to the Interenet through a wifi connection. And I use this laptop anywhere in the world with all kind of different wifi APs.
To help us help you, we need access to your logs to see what is going on when you try to connect.
To do so open a terminal window in your Ubuntu and type:
sudo tail -f /var/log/syslog
and type your password.
All the logs will be displayed on the terminal window
When you're done hit Ctrl-C to stop the command above.
run the following command from the same terminal window
sudo grep -i wifi /var/log/dmesg
These are kernel (wifi card kernel module) messages
If you have access to the logs in the Yakker that would help too.
copy and paste the logs related to the wifi connection here. We may be able to help you then.
Linux is a robust OS but works completely differently from windows. Nothing in Linux can be fixed by a reboot
Good luck.
|
I connected to ( wifi )Yakker, but it refused gain. It auto connected again to the internet router
Here are the results of the commands you gave me:
adrian@adrian-T410:~/Desktop$ sudo tail -f /var/log/syslog
[sudo] password for adrian:
Mar 18 09:47:13 adrian-T410 NetworkManager[698]: <info> [1647550033.5784] device (wlp3s0): Activation: successful, device activated.
Mar 18 09:47:13 adrian-T410 systemd-resolved[655]: Using degraded feature set (UDP) for DNS server 192.168.2.1.
Mar 18 09:47:13 adrian-T410 wpa_supplicant[731]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-25 noise=9999 txrate=6500
Mar 18 09:47:14 adrian-T410 NetworkManager[698]: <info> [1647550034.1033] manager: NetworkManager state is now CONNECTED_GLOBAL
Mar 18 09:47:14 adrian-T410 whoopsie[1471]: [09:47:14] The default IPv4
route is: /org/freedesktop/NetworkManager/ActiveConnection/3
Mar 18 09:47:14 adrian-T410 whoopsie[1471]: [09:47:14] Not a paid data plan: /org/freedesktop/NetworkManager/ActiveConnection/3
Mar 18 09:47:14 adrian-T410 whoopsie[1471]: [09:47:14] Found usable connection: /org/freedesktop/NetworkManager/ActiveConnection/3
Mar 18 09:47:16 adrian-T410 whoopsie[1471]: [09:47:16] online
Mar 18 09:47:18 adrian-T410 systemd[840]: Started VTE child process 4627 launched by gnome-terminal-server process 4345.
Mar 18 09:47:24 adrian-T410 systemd[1]: NetworkManager-dispatcher.service: Succeeded.
^C
adrian@adrian-T410:~/Desktop$ sudo grep -i wifi /var/log/dmesg
[ 4.234565] kernel: Intel(R) Wireless WiFi driver for Linux
[ 4.234875] kernel: iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 4.236833] kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-6000-6.ucode failed with error -2
[ 4.236880] kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-6000-5.ucode failed with error -2
[ 4.240336] kernel: iwlwifi 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532 6000-4.ucode op_mode iwldvm
[ 4.342828] kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
[ 4.342833] kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[ 4.342835] kernel: iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[ 4.342837] kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Advanced-N 6200 AGN, REV=0x74
[ 4.660779] kernel: iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
[ 9.711552] kernel: iwlwifi 0000:03:00.0:
Radio type=0x1-0x3-0x1
[ 9.953991] kernel: iwlwifi 0000:03:00.0:
Radio type=0x1-0x3-0x1
adrian@adrian-T410:~/Desktop$