LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM
User Name
Password
Slackware - ARM This forum is for the discussion of Slackware ARM.

Notices


Reply
  Search this Thread
Old 04-12-2023, 07:24 PM   #1
kermitdafrog8
Member
 
Registered: Dec 2018
Location: Orlando, FL
Distribution: Slackware AARCH64 and X86_64
Posts: 339

Rep: Reputation: Disabled
Latest Sarpi updates for Rpi3 problem


I upgraded to the latest kernel packages March 11th release. Now I am unable to connect to the Wi-Fi router without using an Ethernet cable. When trying to access addresses outside the local network I get "ping: google.com: Temporary failure in name resolution". Attempts to connect to the Wi-Fi it won't take the password. Not sure if it's a problem with the packages or on my end somewhere. It was fine before the upgrade.
 
Old 04-13-2023, 03:27 AM   #2
unInstance
Member
 
Registered: Jan 2020
Distribution: Slackware
Posts: 161

Rep: Reputation: Disabled
Please state clearly:
1. Whether you have LAN access over Wi-Fi? Try pinging the router, and other hosts.
2. Whether you use NetworkManager (or what else?) to connect to Wi-Fi.
3. Whether you can `ping 1.1.1.1` address.
4. Whether you rely on DHCP or use static configuration.
5. Whether connecting a different Wi-Fi network solves the problem.
6. Whether you use a firewall, like nft.
7. Whether you use WireGuard/OpenVPN.

Also, post the output of:
1. `ifconfig`
2. `cat /etc/resolv.conf`
 
Old 04-13-2023, 04:07 PM   #3
kermitdafrog8
Member
 
Registered: Dec 2018
Location: Orlando, FL
Distribution: Slackware AARCH64 and X86_64
Posts: 339

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by unInstance View Post
Please state clearly:
1. Whether you have LAN access over Wi-Fi? Try pinging the router, and other hosts.
I can connect from another computer over the network. Internal routing works. It's external addresses that doesn't work.

2. Whether you use NetworkManager (or what else?) to connect to Wi-Fi.
Network Manager

3. Whether you can `ping 1.1.1.1` address.
traceroute or ping to external network comes back 100% packet loss or no route to host. I can ping between computers but not the router.

4. Whether you rely on DHCP or use static configuration.
static. The server needs a specific IP address

5. Whether connecting a different Wi-Fi network solves the problem.
Won't connect to any Wi-Fi networks.

6. Whether you use a firewall, like nft.
None

7. Whether you use WireGuard/OpenVPN.
None

Also, post the output of:
1. `ifconfig`
2. `cat /etc/resolv.conf`
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.200 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::3ebb:d6b6:54b0:ee94 prefixlen 64 scopeid 0x20<link>
ether b8:27:eb:54:ab:87 txqueuelen 1000 (Ethernet)
RX packets 60626 bytes 10550376 (10.0 MiB)
RX errors 0 dropped 296 overruns 0 frame 0
TX packets 87006 bytes 19187321 (18.2 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 326 bytes 31068 (30.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 326 bytes 31068 (30.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 12:99:c2:5c:91:39 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

# Generated by NetworkManager
search .myftp.org
nameserver 9.9.9.9
nameserver 149.112.112.112
 
Old 04-13-2023, 06:53 PM   #4
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,314

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
wlan0 has no inet? ip address, how did you set one before?
 
Old 04-13-2023, 08:13 PM   #5
kermitdafrog8
Member
 
Registered: Dec 2018
Location: Orlando, FL
Distribution: Slackware AARCH64 and X86_64
Posts: 339

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by glorsplitz View Post
wlan0 has no inet? ip address, how did you set one before?
I have network manager auto connect to wlan0 with static ip. But after the upgrade I no longer can connect to any network. Even a guest network without password. Only way to get headless access was to plug it directly in with eth0.
 
Old 04-14-2023, 01:03 AM   #6
unInstance
Member
 
Registered: Jan 2020
Distribution: Slackware
Posts: 161

Rep: Reputation: Disabled
Your wlan0 interface does not have an IP address, no wonder you do not have internet access. Now tell what it is exactly that you do to obtain it.
 
Old 04-14-2023, 03:50 PM   #7
kermitdafrog8
Member
 
Registered: Dec 2018
Location: Orlando, FL
Distribution: Slackware AARCH64 and X86_64
Posts: 339

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by unInstance View Post
Your wlan0 interface does not have an IP address, no wonder you do not have internet access. Now tell what it is exactly that you do to obtain it.
I usually activate my connection with nmtui and have it auto reconnect. After reboot it will auto connect. Now I can't connect to any Wi-Fi routers. I have it connected with eth0.
 
Old 04-14-2023, 08:17 PM   #8
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,314

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
I'm no network expert, just some experience doing my stuffs.

I don't know how you auto reconnect wlan0 with static ip without indicating ip addr.

Are you getting prompt for ip addr, ssid, passphrase?
 
1 members found this post helpful.
Old 04-14-2023, 08:40 PM   #9
kermitdafrog8
Member
 
Registered: Dec 2018
Location: Orlando, FL
Distribution: Slackware AARCH64 and X86_64
Posts: 339

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by glorsplitz View Post
I'm no network expert, just some experience doing my stuffs.

I don't know how you auto reconnect wlan0 with static ip without indicating ip addr.

Are you getting prompt for ip addr, ssid, passphrase?
I select auto connect in nmtui. Everything is entered correctly. It shows like it's trying to connect but eventually times out and asks for the password. I put in the correct password and yet it still won't connect. Won't even connect to an open ssid. This is what's weird about it. Nothing works except for eth0 but even that's not completely working properly. This is why I'm at a lost for ideas.
 
Old 04-14-2023, 08:56 PM   #10
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,314

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
Power cycle the router, log in as admin, what wired/wireless devices does it see?

never used nmtui, for years I've configured wpa_supplicant.conf, run a script at boot that runs wpa_supplicant daemon, brings up id addr, add default gw

Last edited by glorsplitz; 04-14-2023 at 09:02 PM.
 
1 members found this post helpful.
Old 04-15-2023, 01:17 AM   #11
unInstance
Member
 
Registered: Jan 2020
Distribution: Slackware
Posts: 161

Rep: Reputation: Disabled
Quote:
Originally Posted by kermitdafrog8 View Post
I select auto connect in nmtui. Everything is entered correctly. It shows like it's trying to connect but eventually times out and asks for the password. I put in the correct password and yet it still won't connect. Won't even connect to an open ssid. This is what's weird about it. Nothing works except for eth0 but even that's not completely working properly. This is why I'm at a lost for ideas.
Your reply is useless by itself. Post the logs!
 
Old 04-16-2023, 12:36 PM   #12
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,551

Rep: Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314Reputation: 1314
Quote:
Originally Posted by kermitdafrog8 View Post
I upgraded to the latest kernel packages March 11th release. Now I am unable to connect to the Wi-Fi router without using an Ethernet cable. When trying to access addresses outside the local network I get "ping: google.com: Temporary failure in name resolution". Attempts to connect to the Wi-Fi it won't take the password. Not sure if it's a problem with the packages or on my end somewhere. It was fine before the upgrade.
If you're only using the RPi3 for headless (remote) access, you might want to install Slackware proper (the RPi4 install guide can be followed exactly - the installer image is the same for both).
I rarely update the firmware for the RPi because my experience is that it's not well tested upstream.
I don't know if anybody has tested installing SA64 on the RPi3 recently, but you can try it if you have a spare SD card and SSD/HD.
If it works for you now it should continue to work since the Kernel will remain at 6.1 until the release of Slackware 15.1.
 
1 members found this post helpful.
Old 04-19-2023, 09:46 AM   #13
Exaga
SARPi Maintainer
 
Registered: Nov 2012
Distribution: Slackware AArch64
Posts: 1,043

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Quote:
Originally Posted by kermitdafrog8 View Post
I upgraded to the latest kernel packages March 11th release. Now I am unable to connect to the Wi-Fi router without using an Ethernet cable. When trying to access addresses outside the local network I get "ping: google.com: Temporary failure in name resolution". Attempts to connect to the Wi-Fi it won't take the password. Not sure if it's a problem with the packages or on my end somewhere. It was fine before the upgrade.
The logical next step would be to revert the software to a time when it did work, and do not upgrade. As the Slackware saying goes, "If it isn't broken don't fix it."

I have always maintained, since time immemorial, that the Raspberry Pi onboard wireless adapter is more trouble than it's worth and users should look to install a cheap-and-cheerful USB wirless adapter instead. There are far less problems and issues by doing so for Slackware/driver/module/sanity reasons.

Quote:
Originally Posted by drmozes View Post
If you're only using the RPi3 for headless (remote) access, you might want to install Slackware proper (the RPi4 install guide can be followed exactly - the installer image is the same for both).
To quote the Aussies, "Bloody oath!"

---

@etalia
As far as SARPi usage and development goes, and you can take this from the horses mouth, it should no longer be the go-to option while MoZes supports the Raspberry Pi. Users should install and run the official Slackware ARM/AArch64 software because that is maintained and supported much better than I have the inclination or appetite to manage these days. Yes (in case you were wondering) new batches of SARPi are built from time to time as and when my motivation and the opportunity presents itself, but long gone are the days when I dedicated almost all of my free time to supporting a hardware platform of which the creators weren't interested in endorsing Slackware running on it! SARPi is there if/when people want to test or play around or <insert reason here> purposes. I don't really support or get involved with things as much as I once did because I'm not getting any younger, I have health issues which are degenerative, and there's much more to life than solving other people's Linux problems or teaching people how to read instructions properly. Let someone else do it - i.e. Stuart and Brent.

I still love Slackware. I use it every day. My avidity and passion for what Pat creates will never fade away or die before I do.
 
3 members found this post helpful.
Old 04-19-2023, 07:20 PM   #14
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,314

Rep: Reputation: 368Reputation: 368Reputation: 368Reputation: 368
Exaga, Cheers to you and thanks again!
 
1 members found this post helpful.
Old 04-19-2023, 10:43 PM   #15
netcrawl
Member
 
Registered: Jan 2004
Location: British Columbia
Distribution: Slackware64-current, aarch64
Posts: 220

Rep: Reputation: 141Reputation: 141
Just installed the latest SARPi stuff with the 6.1.24 kernel and wifi is working again, all good... @Exaga ... thanks man, appreciate the time and effort you have put in to make these damn things functional, cheers!
 
2 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] missing wifi latest Sarpi updates kermitdafrog8 Slackware - ARM 7 10-20-2021 05:06 PM
Keyboard gets real flaky on current install (RPi3 SARPI 26MAY21 installer) arfon Slackware - ARM 10 05-31-2021 01:39 AM
[SOLVED] RPi3 (Sarpi) - Retroarch stuttering sound *finally* fixed via pulse audio tsched setting eduardr Slackware - ARM 2 03-17-2020 02:10 AM
SARPi website new URL - sarpi.co.uk Exaga Slackware - ARM 4 01-28-2018 06:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM

All times are GMT -5. The time now is 12:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration