F5F Stay Refreshed Software Operating Systems Trying to configure a Wi-Fi card? Apologies, this is your first time using Linux!

Trying to configure a Wi-Fi card? Apologies, this is your first time using Linux!

Trying to configure a Wi-Fi card? Apologies, this is your first time using Linux!

Pages (2): 1 2 Next
X
xXFirewitherXx
Posting Freak
878
09-29-2023, 01:48 AM
#1
You're welcome to follow the instructions in this file. It explains how to use the project and its features. Let me know if you need help with anything specific!
X
xXFirewitherXx
09-29-2023, 01:48 AM #1

You're welcome to follow the instructions in this file. It explains how to use the project and its features. Let me know if you need help with anything specific!

C
Creeperm4ster
Member
192
09-29-2023, 05:02 AM
#2
What Linux version are you running and which Wi-Fi adapter is connected? If it's a widely used distribution, you likely won't need to build anything from scratch—just install the driver via their repositories. Otherwise, follow the guidance provided in the subsequent sections. The instructions after "II. Compile & Installation & uninstall" outline the necessary commands for execution.
C
Creeperm4ster
09-29-2023, 05:02 AM #2

What Linux version are you running and which Wi-Fi adapter is connected? If it's a widely used distribution, you likely won't need to build anything from scratch—just install the driver via their repositories. Otherwise, follow the guidance provided in the subsequent sections. The instructions after "II. Compile & Installation & uninstall" outline the necessary commands for execution.

R
RPGTANDER
Member
53
09-29-2023, 09:05 AM
#3
I'm currently on Pop-OS and running a RoseWill N250. This Readme was provided by their website and includes several additional files.
R
RPGTANDER
09-29-2023, 09:05 AM #3

I'm currently on Pop-OS and running a RoseWill N250. This Readme was provided by their website and includes several additional files.

A
amberleenie
Member
174
09-30-2023, 06:55 PM
#4
A
amberleenie
09-30-2023, 06:55 PM #4

C
coyote888
Posting Freak
838
10-01-2023, 01:08 AM
#5
You should avoid downloading anything from the manufacturer's site and instead use the drivers already in the Pop OS repositories. From the start menu, locate "Software & Updates," then proceed to "Additional drivers." Check if the system can automatically download and install them. If unsure, you can open a terminal and navigate to the folder where the files are saved (e.g., cd /some/directory/name). Execute each command from the readme step by step: cd /directory/that/contains/downloaded/files sudo make make install. Press Enter after each command and wait for completion. The first two steps should finish quickly, but the "make" command may take time to compile the driver. It could also fail if other installations are needed, often displaying unclear error messages.
C
coyote888
10-01-2023, 01:08 AM #5

You should avoid downloading anything from the manufacturer's site and instead use the drivers already in the Pop OS repositories. From the start menu, locate "Software & Updates," then proceed to "Additional drivers." Check if the system can automatically download and install them. If unsure, you can open a terminal and navigate to the folder where the files are saved (e.g., cd /some/directory/name). Execute each command from the readme step by step: cd /directory/that/contains/downloaded/files sudo make make install. Press Enter after each command and wait for completion. The first two steps should finish quickly, but the "make" command may take time to compile the driver. It could also fail if other installations are needed, often displaying unclear error messages.

X
xFqtal_
Senior Member
670
10-08-2023, 12:58 PM
#6
You received the output as requested.
X
xFqtal_
10-08-2023, 12:58 PM #6

You received the output as requested.

H
Harvify
Junior Member
15
10-08-2023, 06:55 PM
#7
Check the contents of the "RNX-N250…" folder. Look deeper into any subdirectory named "driver" or similar. Ensure a file named "Makefile" exists there, as it holds the make instructions for compiling the driver. The issue arises because "make" can't locate these files, causing it to fail and preventing successful installation.
H
Harvify
10-08-2023, 06:55 PM #7

Check the contents of the "RNX-N250…" folder. Look deeper into any subdirectory named "driver" or similar. Ensure a file named "Makefile" exists there, as it holds the make instructions for compiling the driver. The issue arises because "make" can't locate these files, causing it to fail and preventing successful installation.

D
DGY_DinoGamez
Member
191
10-14-2023, 02:01 AM
#8
Open your terminal and navigate to the directory containing the makefile. Then run the appropriate command for your system (e.g., `cd path/to/makefile && ./your-command`).
D
DGY_DinoGamez
10-14-2023, 02:01 AM #8

Open your terminal and navigate to the directory containing the makefile. Then run the appropriate command for your system (e.g., `cd path/to/makefile && ./your-command`).

S
smellfish22
Junior Member
40
10-14-2023, 08:42 AM
#9
Typically, the process flips. You launch the terminal, then navigate with "cd /the/directory" until you reach your target. It's hard to tell the exact desktop setup (it seems to be Gnome), so if you're in Files, right-clicking usually opens it directly in the desired folder.
S
smellfish22
10-14-2023, 08:42 AM #9

Typically, the process flips. You launch the terminal, then navigate with "cd /the/directory" until you reach your target. It's hard to tell the exact desktop setup (it seems to be Gnome), so if you're in Files, right-clicking usually opens it directly in the desired folder.

S
Sunahh
Posting Freak
863
10-14-2023, 10:12 AM
#10
Your file path is displayed correctly. Right-clicking should show available options if the interface supports it.
S
Sunahh
10-14-2023, 10:12 AM #10

Your file path is displayed correctly. Right-clicking should show available options if the interface supports it.

Pages (2): 1 2 Next