LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-14-2021, 06:49 PM   #16
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-current
Posts: 504

Original Poster
Rep: Reputation: 285Reputation: 285Reputation: 285

Related or not to the problem I had...

What type of problem did that cause on your system ?
 
Old 11-14-2021, 08:43 PM   #17
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
Quote:
Originally Posted by glennmcc View Post
Related or not to the problem I had...

What type of problem did that cause on your system ?
No signal straight , or no see my wifi cause no receive signal.

In my case the adapter is listed , detected , but not work correctly , sometimes no see my wifi ,after patch , all is ok , but i think is a little impact issue , and not be patched soon.
 
1 members found this post helpful.
Old 11-14-2021, 10:57 PM   #18
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-current
Posts: 504

Original Poster
Rep: Reputation: 285Reputation: 285Reputation: 285
Here's the situation on my system.

root@glennmcc-HP:~# uname -a
Linux glennmcc-HP.net 5.14.15 #1 SMP PREEMPT Wed Oct 27 12:41:02 CDT 2021 x86_64 Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz GenuineIntel GNU/Linux

root@glennmcc-HP:~# ifconfig
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 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

wlan1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.12 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::523e:aaff:feb1:465d prefixlen 64 scopeid 0x20<link>
ether 50:3e:aa:b1:46:5d txqueuelen 1000 (Ethernet)
RX packets 271 bytes 29109 (28.4 KiB)
RX errors 0 dropped 65 overruns 0 frame 0
TX packets 15 bytes 1658 (1.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

____________________________________________________________________________________________________ ______________________________________________________

root@glennmcc-HP:~# uname -a
Linux glennmcc-HP.net 5.15.2 #1 SMP PREEMPT Fri Nov 12 11:44:33 CST 2021 x86_64 Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz GenuineIntel GNU/Linux

root@glennmcc-HP:~# ifconfig
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 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

wlan1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 50:3e:aa:b1:46:5d 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

____________________________________________________________________________________________________ _______________________________________________________

In both cases, the adapter is detected and its module is loaded....

[ 14.467964] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 14.526809] lib80211: common routines for IEEE802.11 drivers
[ 14.640761] r8188eu: module is from the staging directory, the quality is unknown, you have been warned.
[ 14.656175] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_D_CUT_1T1R_RomVer(0)
[ 14.702254] usbcore: registered new interface driver r8188eu
[ 14.740287] r8188eu 1-3:1.0 wlan125: renamed from wlan0
[ 14.757882] r8188eu 1-3:1.0 wlan1: renamed from wlan125
Initializing LVM (Logical Volume Manager):
____________________________________________________________________________________________________ _________________________________________________________
 
Old 11-15-2021, 12:40 AM   #19
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
The obvious difference with the 5.15.2 kernel is that the wlan1 interface has not been assigned an address.
Are you using NetworkManager?
 
1 members found this post helpful.
Old 11-15-2021, 10:59 AM   #20
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-current
Posts: 504

Original Poster
Rep: Reputation: 285Reputation: 285Reputation: 285
Nope.... have never used it, in-fact it's not even installed.

root@glennmcc-HP:~# slackpkg search NetworkManager

Looking for NetworkManager in package list. Please wait... DONE

The list below shows all packages with name matching "NetworkManager".

[uninstalled] - NetworkManager-1.32.12-x86_64-1
[uninstalled] - NetworkManager-openvpn-1.8.16-x86_64-1

You can search specific files using "slackpkg file-search file".
 
Old 11-15-2021, 06:58 PM   #21
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
I see there is a recent patch for rtl_mlme_ext.c for the rtl8188eu driver that does not appear in the same file in the kernel staging driver r8188eu that looks relevant.
 
1 members found this post helpful.
Old 11-15-2021, 07:52 PM   #22
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-current
Posts: 504

Original Poster
Rep: Reputation: 285Reputation: 285Reputation: 285
Ah ha.... perhaps once that patch is applied this problem will be fixed.
 
Old 11-18-2021, 07:26 PM   #23
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-current
Posts: 504

Original Poster
Rep: Reputation: 285Reputation: 285Reputation: 285
Still not fixed even with today's upgrade to kernel v5.15.3
 
Old 11-19-2021, 10:49 AM   #24
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-current
Posts: 504

Original Poster
Rep: Reputation: 285Reputation: 285Reputation: 285
OK, grabbed the code via 'git clone' and built the module with that patch in-place.



[ 9.956994] 8188eu: loading out-of-tree module taints kernel.
[ 9.976166] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_D_CUT_1T1R_RomVer(0)
[ 10.021397] EEPROM ID = 0x8129
[ 10.032386] usbcore: registered new interface driver r8188eu
[ 10.063184] r8188eu 1-3:1.0 wlan125: renamed from wlan0
[ 10.084222] r8188eu 1-3:1.0 wlan1: renamed from wlan125
Initializing LVM (Logical Volume Manager):
[ 10.782069] Adding 4225108k swap on /dev/sdb2. Priority:-2 extents:1 across:4225108k FS




Welcome to Linux 5.15.3 x86_64 (tty1)

glennmcc-HP login: root
Password:
Last login: Fri Nov 19 11:36:46 on tty1
Linux 5.15.3.


root@glennmcc-HP:~# uname -a
Linux glennmcc-HP.net 5.15.3 #1 SMP PREEMPT Thu Nov 18 14:35:01 CST 2021 x86_64 Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz GenuineIntel GNU/Linux


root@glennmcc-HP:~# ifconfig
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 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

wlan1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.12 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::523e:aaff:feb1:465d prefixlen 64 scopeid 0x20<link>
ether 50:3e:aa:b1:46:5d txqueuelen 1000 (Ethernet)
RX packets 86 bytes 9264 (9.0 KiB)
RX errors 0 dropped 31 overruns 0 frame 0
TX packets 17 bytes 1860 (1.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
_______________________________________________________________________________________


So.... this confirms that it will indeed be fixed once that patch is included in the slackware kernel-modules package.
 
Old 11-22-2021, 11:32 AM   #25
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-current
Posts: 504

Original Poster
Rep: Reputation: 285Reputation: 285Reputation: 285
The needed patch is still not in-place even in kernel v5.15.4

Sooo.... I think I'll just wait till Slackware v15.0 is released
and check it with the kernel it has included.

If it's still not there... I'll just leave the machine that's using
the USB WiFi adapter in-question 'locked-in' at kernel v5.14.15
 
Old 12-08-2021, 10:24 AM   #26
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-current
Posts: 504

Original Poster
Rep: Reputation: 285Reputation: 285Reputation: 285
OK.... I've now reported this problem at kernel.org

https://bugzilla.kernel.org/show_bug.cgi?id=215201
 
1 members found this post helpful.
Old 12-15-2021, 01:37 AM   #27
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-current
Posts: 504

Original Poster
Rep: Reputation: 285Reputation: 285Reputation: 285
Well, I don't know exactly how but everything is now working again.

I'll now mark this problem as resolved.
 
1 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] hostnamectl not working, system_bus_socket in /run/dbus not in /var/run/dbus hieberm CentOS 1 05-23-2018 07:44 AM
Dbus error org.freedesktop.DBus.Error.NoReply whilie replying for file descriptor canitha Linux - Newbie 1 05-10-2017 07:36 AM
[SOLVED] using jack2-dbus, jack_control start gives error: DBus exception: org.jackaudio.Error Laertiades Linux - Newbie 7 05-10-2014 05:10 PM
dbus "rm /var/run/dbus/Desktop can't remove..." longus Slackware 6 12-15-2008 03:33 AM
Fedora Core 9 update dbus.exception & dbus.proxies & DBus.Error.AccessDenied errors trien27 Fedora 1 12-08-2008 11:23 PM

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

All times are GMT -5. The time now is 01:42 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