F5F Stay Refreshed Software Operating Systems Installing a Linux driver becomes a frustrating challenge.

Installing a Linux driver becomes a frustrating challenge.

Installing a Linux driver becomes a frustrating challenge.

Pages (2): 1 2 Next
W
WelfareBaby
Member
148
04-05-2018, 05:39 AM
#1
rock64 is for an arm linux setup, specifically using ubuntu 18.04 bionic with LXDE. I’m not sure what all the technical terms mean, and I don’t even know which specs to mention. I bought it because I needed better video output for my Arduino projects, and the rockpi supports 4k at 60fps. I’ve only got about twelve hours of Linux experience so far, mostly with basic stuff. I’ve tried installing drivers for my Wi-Fi adapter for six hours now—searching, reading forums, testing every command online. It’s frustrating and confusing. I just want this thing to work so I can connect my Ethernet cable without hassle. I’m not worried about other problems, but if I can’t install a driver, I’ll probably throw it away and sell it. It’s really annoying. The adapter comes with a CD, and there’s a file that says “install,” but it just opens a blank Vim page with no action. I’m not sure what’s wrong—maybe it’s an issue with the board, the case, or the driver compatibility.
W
WelfareBaby
04-05-2018, 05:39 AM #1

rock64 is for an arm linux setup, specifically using ubuntu 18.04 bionic with LXDE. I’m not sure what all the technical terms mean, and I don’t even know which specs to mention. I bought it because I needed better video output for my Arduino projects, and the rockpi supports 4k at 60fps. I’ve only got about twelve hours of Linux experience so far, mostly with basic stuff. I’ve tried installing drivers for my Wi-Fi adapter for six hours now—searching, reading forums, testing every command online. It’s frustrating and confusing. I just want this thing to work so I can connect my Ethernet cable without hassle. I’m not worried about other problems, but if I can’t install a driver, I’ll probably throw it away and sell it. It’s really annoying. The adapter comes with a CD, and there’s a file that says “install,” but it just opens a blank Vim page with no action. I’m not sure what’s wrong—maybe it’s an issue with the board, the case, or the driver compatibility.

B
BHLxNJx
Posting Freak
881
04-09-2018, 11:13 AM
#2
You purchase a fairly uncommon single board computer without prior knowledge of SBCs or Linux, yet you assume you can immediately master its operation. If you've never encountered Windows before, do you think you'd be able to install a driver? After only three minutes of searching, you found this guide: https://www.prado.lt/how-to-install-real...untu-19-04. It outlines the installation process in just a few steps. If you lack the necessary packages, run these commands first: sudo apt update sudo apt install linux-headers-$(uname -r) git make gcc Also, note that Vim is a command-line text editor.
B
BHLxNJx
04-09-2018, 11:13 AM #2

You purchase a fairly uncommon single board computer without prior knowledge of SBCs or Linux, yet you assume you can immediately master its operation. If you've never encountered Windows before, do you think you'd be able to install a driver? After only three minutes of searching, you found this guide: https://www.prado.lt/how-to-install-real...untu-19-04. It outlines the installation process in just a few steps. If you lack the necessary packages, run these commands first: sudo apt update sudo apt install linux-headers-$(uname -r) git make gcc Also, note that Vim is a command-line text editor.

V
ValyrintV
Junior Member
4
04-11-2018, 07:36 AM
#3
pine64 is a recognized brand offering over 100 products, ranging from full desktop laptops to various SBCs with different power levels. They also have a significant number of "shields" – though I’m not sure what those are called in the SBC community. This isn’t something obscure for them; they launched in 2015 and achieved major success on Kickstarter with their pine64 SBC. If they were an unknown company using entirely proprietary hardware, it would definitely cause some trouble. However, I spent six consecutive hours researching every piece of code and forum post that mentioned their solution, including a specific page and the exact code shared across multiple platforms. None of it worked. That’s why I thought either my approach was wrong, or something was broken, or compatibility issues were at play. To be honest, I began using Windows on Macs in elementary school, and even then, installing drivers was straightforward—just double-click and let it do its job. I didn’t have unrealistic expectations about never touching Linux, yet I somehow grasped everything on day one. Everyone starts somewhere, and nothing should be so difficult to work with.
V
ValyrintV
04-11-2018, 07:36 AM #3

pine64 is a recognized brand offering over 100 products, ranging from full desktop laptops to various SBCs with different power levels. They also have a significant number of "shields" – though I’m not sure what those are called in the SBC community. This isn’t something obscure for them; they launched in 2015 and achieved major success on Kickstarter with their pine64 SBC. If they were an unknown company using entirely proprietary hardware, it would definitely cause some trouble. However, I spent six consecutive hours researching every piece of code and forum post that mentioned their solution, including a specific page and the exact code shared across multiple platforms. None of it worked. That’s why I thought either my approach was wrong, or something was broken, or compatibility issues were at play. To be honest, I began using Windows on Macs in elementary school, and even then, installing drivers was straightforward—just double-click and let it do its job. I didn’t have unrealistic expectations about never touching Linux, yet I somehow grasped everything on day one. Everyone starts somewhere, and nothing should be so difficult to work with.

J
JebThePleb
Posting Freak
898
04-13-2018, 08:58 AM
#4
Realtek hardware in Linux often comes with mixed results. The driver mentioned was likely a general compatibility fix rather than a specific one for your device. Most companies don’t develop Linux drivers themselves; the community handles it. I’m unsure about the full range of USB Wi-Fi support, but these two adapters are probably the most frequently used. CanaKit Raspberry Pi WiFi Wireless Adapter Panda 300Mbps Wireless N USB Adapter
J
JebThePleb
04-13-2018, 08:58 AM #4

Realtek hardware in Linux often comes with mixed results. The driver mentioned was likely a general compatibility fix rather than a specific one for your device. Most companies don’t develop Linux drivers themselves; the community handles it. I’m unsure about the full range of USB Wi-Fi support, but these two adapters are probably the most frequently used. CanaKit Raspberry Pi WiFi Wireless Adapter Panda 300Mbps Wireless N USB Adapter

F
fluffyyy2
Member
55
04-17-2018, 01:12 PM
#5
im gonna try it right meow. ty! edit: oh, i thought those were links to code. lol. the package says itll work on linux. and theres a driver cd it came with that i was able to load on the sbc with an external cd drive. i can access it and everything looks fine. i just dont know how to install anything from the disk. theres a linux folder in it. ill take a pic.
F
fluffyyy2
04-17-2018, 01:12 PM #5

im gonna try it right meow. ty! edit: oh, i thought those were links to code. lol. the package says itll work on linux. and theres a driver cd it came with that i was able to load on the sbc with an external cd drive. i can access it and everything looks fine. i just dont know how to install anything from the disk. theres a linux folder in it. ill take a pic.

P
Parzival10
Member
180
04-19-2018, 02:11 AM
#6
Navigate to the directory and execute the script with sudo.
P
Parzival10
04-19-2018, 02:11 AM #6

Navigate to the directory and execute the script with sudo.

S
SoTriggered
Junior Member
18
04-26-2018, 04:23 PM
#7
You might be missing an 'l' in the command. Right-click the file and select "Run in terminal." It's not clear what lxde or your file manager is, but it's an option in some systems.
S
SoTriggered
04-26-2018, 04:23 PM #7

You might be missing an 'l' in the command. Right-click the file and select "Run in terminal." It's not clear what lxde or your file manager is, but it's an option in some systems.

E
EuropeanUnion
Senior Member
700
05-03-2018, 06:39 PM
#8
I mistakenly typed "install" instead of the correct command. I attempted it again with the proper spelling and still received the same error.
E
EuropeanUnion
05-03-2018, 06:39 PM #8

I mistakenly typed "install" instead of the correct command. I attempted it again with the proper spelling and still received the same error.

P
PixelpigLeo06
Member
60
05-04-2018, 02:51 AM
#9
Execute the installation script using sudo.
P
PixelpigLeo06
05-04-2018, 02:51 AM #9

Execute the installation script using sudo.

H
hugobd2004
Member
54
05-05-2018, 06:54 PM
#10
Certain file browsers also provide the choice to right-click and choose "run in terminal."
H
hugobd2004
05-05-2018, 06:54 PM #10

Certain file browsers also provide the choice to right-click and choose "run in terminal."

Pages (2): 1 2 Next