LinuxQuestions.org
Review your favorite Linux distribution.
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 09-12-2020, 10:25 AM   #16
burning
Member
 
Registered: Jan 2020
Location: Canada
Distribution: Slackware
Posts: 273

Original Poster
Rep: Reputation: Disabled

Quote:
Originally Posted by enorbet View Post
Probably a stupid question on my part but does your WiFi LED light up? Since you know the proper firmware comes with Slackware can you confirm it and the proper module/driver is actually loading?
Not a stupid question at all. My laptop's does, but the wireless adapter's doesn't. I'd assume the module isn't loading by default. How can I check/enable this?
 
Old 09-12-2020, 10:27 AM   #17
burning
Member
 
Registered: Jan 2020
Location: Canada
Distribution: Slackware
Posts: 273

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by elcore View Post
Might not be relevant, but ifconfig will only show enabled interfaces by default. There's "ifconfig -a" switch for listing all interfaces.
Forgot to specify I also tried it with the -a argument. No new devices. Just eth0, lo and wlan0 (laptop's standard wireless card).
 
Old 09-13-2020, 04:39 AM   #18
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,790

Rep: Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435
Quote:
Originally Posted by burning View Post
Not a stupid question at all. My laptop's does, but the wireless adapter's doesn't. I'd assume the module isn't loading by default. How can I check/enable this?
I really don't know very much about wifi 'cuz I hardwire everything, but my ancient Thinkpad needs to use wifi sometimes and it did not initially load by default. I tried "modprobe <module name>" and it would load but it didn't light up or work. Then I downloaded the firmware for that wifi nic and installed it and from then on no modprobe was needed. It was detected and loaded, lit up and worked ever since. So I'm thinking your first order of business is to get the firmware installed, although admittedly I am a bit confused why a USB device needs loadable firmware but whatever.
 
1 members found this post helpful.
Old 09-13-2020, 10:56 AM   #19
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member Response

Hi,

One note is that you cannot use network manager & rc.inet1.conf ;
Quote:
From https://wiki.alienbase.nl/doku.php?i...eless_networks

If you want to use NetworkManager, you will have to remove any network interface configuration information from /etc/rc.d/rc.inet1.conf in order to prevent a struggle for power between NetworkManager and Slackware's rc.inet1 script.
Some people forget this and wonder why there are issues.
Plus remember if you use rc.inet1.conf is that the last configure index Number [recommend not to use more than 6] then if you wanted index [0] to be the functioning and spec further down another index than the last will be the one used.

I typically setup my laptops with manual configures with '/etc/rc.d/rc.inet1.conf' & /etc/wpa_supplicant.conf

I use 'networkmanager' with the Slacklive ISO for ease of use on testing laptops.

Hope this helps.
Have fun & enjoy Slackware!
 
2 members found this post helpful.
Old 09-15-2020, 10:35 AM   #20
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Let's get some more details on your wireless adapter and we'll go from there:

Code:
lspci -k | grep -iA 3 net
 
1 members found this post helpful.
Old 10-03-2020, 10:52 AM   #21
burning
Member
 
Registered: Jan 2020
Location: Canada
Distribution: Slackware
Posts: 273

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by bassmadrigal View Post
Let's get some more details on your wireless adapter and we'll go from there:

Code:
lspci -k | grep -iA 3 net
Trying the above outputs:
Code:
02:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller
        Subsystem: Lenovo ThinkPad T60
        Kernel driver in use: e1000e
        Kernel modules: e1000e
03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
        Subsystem: Intel Corporation ThinkPad T60/R60e/X60s/R61
        Kernel driver in use: iwl3945
        Kernel modules: iwl3945
The adapter is connected via usb. Trying the above command while the device is connected gives identical output as if it was disconnected. The adapter can still be detected using lsusb however:
Code:
root@slacker:~$ lsusb
Bus 001 Device 005: ID 0cf3:9271 Qualcomm Atheros Communications AR9271 802.11n
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Just to clarify in case there's any confusion, my laptop's wireless card works just fine. I'm connected to wifi as I type this. My question is regarding how to get the Alfa Network wireless adapter to work with my laptop so I can maybe get a better signal from my room. I think I just need to find drivers for it, for some reason linux drivers for AWUS036NHA weren't included on the disc that came with the device, the closest I could find on disc were AWUS036NH but I believe that's a different model.

Last edited by burning; 10-03-2020 at 10:57 AM.
 
Old 10-04-2020, 12:15 PM   #22
crts
Senior Member
 
Registered: Jan 2010
Posts: 2,020

Rep: Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757Reputation: 757
I am not sure if this may apply because I never used a USB wireless adapter. But one issue I regularly face with my wireless is that it is soft-blocked and I have to explicitly unblock it with
Code:
# rfkill unblock 1
The number may vary, depending on your setup.

After plugging in your USB wireless adapter, wait a few seconds and then post the output of (as root)
Code:
# dmesg | tail
# rfkill list
 
1 members found this post helpful.
Old 10-04-2020, 07:50 PM   #23
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,369

Rep: Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592
open a terminal, plug in the wifi usb and post the output of the following
Code:
dmesg | tail -20
 
Old 10-05-2020, 09:59 AM   #24
burning
Member
 
Registered: Jan 2020
Location: Canada
Distribution: Slackware
Posts: 273

Original Poster
Rep: Reputation: Disabled
Output of dmesg | tail
Code:
[ 3708.689084] usb 1-5: new high-speed USB device number 2 using ehci-pci
[ 3708.838908] usb 1-5: New USB device found, idVendor=0cf3, idProduct=9271, bcdDevice= 1.08
[ 3708.838912] usb 1-5: New USB device strings: Mfr=16, Product=32, SerialNumber=48
[ 3708.838915] usb 1-5: Product: UB91C
[ 3708.838918] usb 1-5: Manufacturer: ATHEROS
[ 3708.838920] usb 1-5: SerialNumber: 12345
[ 3709.256611] usb 1-5: ath9k_htc: Firmware ath9k_htc/htc_9271-1.4.0.fw requested
[ 3709.256854] usbcore: registered new interface driver ath9k_htc
[ 3709.579807] usb 1-5: ath9k_htc: Transferred FW: ath9k_htc/htc_9271-1.4.0.fw, size: 51008
[ 3709.832290] ath9k_htc 1-5:1.0: ath9k_htc: HTC initialized with 33 credits
output of rfkill list
Code:
0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
 
Old 10-06-2020, 07:52 AM   #25
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,369

Rep: Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592
post the output of
Code:
uname -r
 
1 members found this post helpful.
Old 10-06-2020, 01:59 PM   #26
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
A Mint user seemed to have a similar problem on this thread. One of the responders mentioned this is a kernel bug and the user was able to fix it by upgrading to a newer kernel.

What version of Slackware are you using? Are you able to try and build a newer kernel to see if it fixes the issue?
 
2 members found this post helpful.
Old 10-08-2020, 09:01 PM   #27
justwantin
Member
 
Registered: Aug 2003
Location: Melbourne, Australia
Distribution: Slackware, Slackwarearm
Posts: 878

Rep: Reputation: 120Reputation: 120
I know I'm late to the party, however, I believe the driver for that usb wireless dongle would be carl9170.ko which is available on my "current" desktop (kernel 5.4.67). Is that module being loaded? Try
Code:
lsmod | grep carl9170
to see if it is. If not try loading it with
Code:
modprobe carl9170
 
1 members found this post helpful.
Old 10-12-2020, 08:17 AM   #28
burning
Member
 
Registered: Jan 2020
Location: Canada
Distribution: Slackware
Posts: 273

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by colorpurple21859 View Post
post the output of
Code:
uname -r
5.4.47-smp
 
Old 10-12-2020, 08:18 AM   #29
burning
Member
 
Registered: Jan 2020
Location: Canada
Distribution: Slackware
Posts: 273

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by justwantin View Post
I know I'm late to the party, however, I believe the driver for that usb wireless dongle would be carl9170.ko which is available on my "current" desktop (kernel 5.4.67). Is that module being loaded? Try
Code:
lsmod | grep carl9170
to see if it is. If not try loading it with
Code:
modprobe carl9170
Looks like it loads fine.
 
Old 10-12-2020, 09:31 AM   #30
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,790

Rep: Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435
IOf the driver loads but the light remains off or if it is still unrecognized then it appears it is indeed a firmware issue. If that is so you will need to install the firmware by searching for what blob your card needs and the instructions to install it..
 
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
One specific Wireless wifi won't connect under Ubuntu under 20.04 focal; others connect fine and connect fine when booted into other OS's ajmcello Linux - Networking 8 08-23-2020 02:37 PM
[SOLVED] Vmnet adapters are shown as "device not managed". There are two adapters vmnet1 and vmnet8 which are all not managed. kats99 Linux - Networking 4 11-01-2019 01:42 AM
LXer: Getting Realtek 8188EU Wireless Adapters to work in Linux (and possibly other wireless Realtek chipsets!) LXer Syndicated Linux News 0 02-04-2017 10:06 PM
Making Broadcom wireless adapters work under Slackware. pappy_mcfae Slackware 0 05-07-2007 01:24 AM
wireless usb adapters or wireless nic's? nikoz Linux - Wireless Networking 5 07-23-2006 07:59 AM

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

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