[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • You may highlight syntax and preserve whitespace by using [code] tags.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]


File: xp_devmanager.png (23 KB, 640x451)
23 KB PNG
What's the Linux equivalent to device manager, without having to use a terminal? My Bluetooth radio sucks ass and on Windows I always have to power cycle it by rightclicking "Disable device" then "Enable device" in Device Manager.
>>
Have you considered not buying e-waste?
>>
>>108630085
No
>>
>having to use a terminal?
Techlet retard
>>
>>108629885
Linux solution to it is to figure out how to do this in cli, then write a bash script that does it, then make it automatic by creating a service that automatically runs your bash script. This all can be done in few minutes with zero experience if you just ask ChatGPT.
>>
Note: can linux people reply to this thread without mad?
>>
>>108629885
>without having to use a terminal
I don't know. If you need it, you should write it. The people who could write it for you don't need it, so here we are. Guess you're stuck with windows. Have fun with copilotOS psychologically profiling you for profit.
>>
>>108630085
Buying e waste is pretty much the most fun you can have outside of buying brand new stuff (expensive)
>>
File: 1776347847471308.jpg (623 KB, 1740x2400)
623 KB JPG
>>108629885
There are GUI tools, just depends on what distro you are using. Honestly its a thousand times easier to just alias a command on your shell and run it real quick.
>>
>>108629885
just go back to windows we dont need retards
>>
>>108630233
There's no "we", you don't develop shit.
>>
File: 1746808914212.jpg (309 KB, 1024x1024)
309 KB JPG
>thread asking for the most basic functionality of an OS
>"URHM, USECASE?"
>"YOU DON'T NEED IT"
>"AND IF YOU DO THEN MAKE IT YOURSELF!!!"
You niggers never change
>>
>>108629885
You should be writing a simple script to do that even in Windows, why are you so dumb?
>>
>>108629885
lspci?
>>
File: 이미지403.png (166 KB, 850x750)
166 KB PNG
>>108629885
YaST I guess, but in reality there isn't a truly comparable tool, same with group policy editor and a lot of other tools on Windows.
Linux developers have this strange mindset where you're either a complete retard, or you know enough to edit configuration files manually.
It's like they can't even fathom the use case for having GUI tools for basic tasks like toggling if a USB mouse can wake a PC from sleep or not.
Absolutely nothing has changed in that regard in the last 20 years btw.
>>
>>108630353
this follows naturally from >>108630201
windows and macos have such GUI tools because Microsoft and Apple had monetary incentive to create products that would appeal to wider audiences
there's no such incentive in the Linux world
btw, I'm fully aware Linux isn't all just volunteer work and there's both big money and big companies behind it, but these are focused on business use cases, and not the consumer side of things, with the only exception being Valve
at the end of the day, the free desktop is how it is and the end user can choose to either learn and adapt, and maybe contribute at some point, or just use something else
>>
>>108630353
>YaST
Shame it's only for OpenSUSE AND being phased out.
>>
>>108630259
In a sense, efaggot is right. If you don't like something, either fix it yourself or don't use it. Of course, gnome used to be exceedingly usable, and they broke it significantly (and actually made it difficult to fix yourself), but there's alternatives, so here we are.
>>
Afaik you'd use modprobe or something to disable them.
Why is Linux allergic to UI ? Probably because the main purpose is remote servers, so everything should be doable via SSH.
>>
>>108629885
i have a motherboard with a built in intel AX210 wifi+bluetooth which works fine but in general for wifi/bluetooth under linux you might wanna look up morrownr
/ USB-WiFi on github. there's a list of wifi adapters and bluetooth adapters there with good support in the linux kernel.

just look up rtl8761BU on aliexpress/amazon and buy any of them and youll have good working bluetooth plug and play. there are ways to hack together adapters that arent supported in the kernel but the easiest most straightforward solution is to just get an adapter that is known to work especially since theyre like 5$
>>
>>108629885
Can't you just make a small script that you put on your desktop and run by clicking on it? This would make it an even easier process than needing to use some software like a device manager.
>>
File: hardinfo-home-page.png (110 KB, 902x720)
110 KB PNG
Hardinfo
>>
>>108630682
Spinning up a gui is a modest pain in the ass, especially if you're modifying a wide range of values sprinkled all over /etc. Most of the de's have some type of gui settings interface, but it's not going to have everything for everyone, because linux is a Frankenstein monster of 100's of different parts. Nobody is using their build the same way with the same stuff, so it's easier to enter a cli command or 2, or set up a cron job.

If you need a locked down system that only does a set number of things, there's alternatives.
>>
>>108630737
Hardinfo only shows you information. It doesn't let you actually push any buttons
>>
>>108630259
linux has the functionality, you type lsmod to see the devices and then modprobe the device you want to prevent from loading
>I don't want to use the terminal
https://www.youtube.com/watch?v=_23dFb50Z2Y
>>
>>108629885
none. you probe the kernel directly by writing to sysfs entries in /sys. as a bonus you can automate it in a script called by a cron job
>>
>>108630259
Normies dont need to access any of that. Anyone capable of managing a GNU/Linux installation (sysadmins/devs) can already do it through the terminal, and don't need it. The "windows powerusers" who doesn't even know how to use powershell will fall into a void when using GNU/Linux because they don't actually understand tech at all and can't manage a system without a curated GUI.

As long as no one cares to develop anything for them this issue will persist and will cause them to go back to windows every time. They of course will never develop anything or even pay anyone to do it for them. They can only complain.
>>
>>108631115
Why stop at a terminal? You think you understand computers because you're typing in commands? Why aren't you writing x86 assembly code to make the computer do what you want it to?
>>
>>108631201
A terminal is more efficient and accurate than a GUI application. Writing assembly for a specific task is not.
>>
>>108630199
Linux people are permanently mad and frustrated, understandably
>>
>>108631115
As a former Windows poweruser, adapting to Linux has taken me a very long time. I still have days where I wish there were a current version of Windows that wasn't shit. The closest that exists is LTSC IoT 2021.
>>
>>108629885
>What's the Linux equivalent to device manager, without having to use a terminal?
There really isn't one. There's apps that give you info on devices, but there isn't a direct replacement for Device Manager that gives you a GUI to actually manage all your devices.
>>
>>108629885
You can do that through any Bluetooth app in linux
>>
>>108631226
>A terminal is more efficient and accurate than a GUI application
How is typing something in and grepping for the devname and whatever (+ entering the root password) more efficient than Right Click + Disable device?
>>
>>108631315
if you've done it once and need to do it again and again like OP you should just write a shell script, which will be much more efficient than opening a GUI and click a bunch of buttons every time
>>
>>108629885
In Gnome you have this menu where you can easily turn Bluetooth on or off.
>>
>>108631384
What if you want to change the driver the Bluetooth device is using?
>>
>>108630199
Clearly not, the midwits are seething. Why the linux enthusiast (who doesn’t even contribute) becomes so angry at any perceived critique of linux should be studied.
>>
>>108629885
you can open /sys with thunar and edit files inside with geany
>>
>>108631390
Then you use the package manager.
It's similar to installing an app on iOS/Android.

And no, you don't have to use the CLI, there is also a GUI (simply called "Add/Remove Software" in Gnome), if you prefer.
>>
>>108631284
Those just disable the bluetooth driver, which doesn't fix the issue because what you actually need is to power cycle the radio
>>
>>108631390
recompile kernel
>>
>>108631384
Read: >>108631483
>>
>>108631483
Get a newer bluetooth adapter or outright a better pc holy shit stop being poor
>>
>>108629885
just write a script to do it and bind it to a hotkey
>>
How would you get the OS to not put the NIC to sleep to save power in Linux?
>>
>>108631531
open /sys, find the device, open power/control file with sudo text editor, write on instead of auto, save
>>
>>108631574
How would I know which device it is
>>
>>108631583
just click on the folders nigga, try /sys/class/net for start
>>
Linuxtroons when people joke about the terminal
>never ackshually it's not the fucking 90's anymore, you never have to use the terminal if you don't want to, it's just as easy as windows!
Also linuxtroons when someone asks how to do basic shit
>lmao just open up terminal and write a custom script you fucking techlet! Are you fucking stupid? Just use the fucking terminal!
And then they wonder why only autistic weirdos with too much free time use linux, the linuxfag brain is truly an anomaly.
>>
>>108631338
You shouldn't HAVE to write a shell script. Basic amenities like this should just be part of the operating system.
>>
>>108631689
>how is x more efficient than y
>here is why x is more efficient
>you shouldn't have to do x
amazin'
>>
>>108630199
Is it really unreasonable to get a little upset when people download an entirely new operating system and then endlessly ask questions about how to turn it into an exact copy of the operating system they abandoned?
>>
>>108631689
You shouldn't have to power cycle any devices to begin with.
If it's not a hardware issue it's probably a Microslop Winslop vibe coding mishap.
>>
>>108630259
What makes you think Device Manager is a metric?
>>
>>108631713
>here is why x is more efficient
How is researching all that stuff, writing the script, debugging it, and then having to adapt it for each individual device you might want to disable more efficient than just right-clicking and hitting disable?
>>108631739
It's a hardware issue since I get the same problem on Linux
>>
>>108631731
It is reasonable for people to be upset when roundabout terminal stuff is needed to do things that really should be exposed via the GUI. Windows has similar problems, for instance you cannot see your battery health on Windows without using CMD. Terminal madness is a problem on Windows and it's a problem on Linux.
>>
>>108631809
>How is researching all that stuff, writing the script, debugging it, and then having to adapt it for each individual device you might want to disable more efficient than just right-clicking and hitting disable?
because the former you only have to do once?
>>
>>108631809
>It's a hardware issue
Then buy a new $10 dongle.
>>
>>108631827
>because the former you only have to do once?
I still have to click on the script on my desktop every time, so at the end of the day I'm still clicking shit and it ain't a one time thing. And frankly, consoles look ugly, whereas Device Manager is a lot less visually depressing. This exercise has not imbued me with a sense of superiority as it has to you, rather I feel an urge to install the Qt Toolkit and create a Device Manager clone so that other people don't have to put up with this shit.
>>
>>108630657
He didnt beratre linux at all
just asked if a gui program was available
mf'ers in this thread love using CLI so much, why do they themselves use a GUI at all? "Because its more convienent" So, the same reason OP is asking. hypocritical pretentious bullshit
>>
>>108631859
>I feel an urge to install the Qt Toolkit and create a Device Manager
Please do. Then the copilot tech illiterate migrants can bluetooth in peace.
>>
>>108631685
TRVKE.

They also don’t really want linux to be too easy, because then there’d be no justification for their superiority complex.
>>
>>108631870
wat
>>
>>108631878
Preferring a GUI makes someone tech illiterate? Holy larp. You’re a hacker, Neo!
>>
File: 3T0Xj.jpg (36 KB, 600x267)
36 KB JPG
>>108631880
This you?
>>
The /dev/ folder, retards. Anyone who doesn't know this shouldn't run Linux
>>
>>108631886
You're the elite hacker that's going to make a device manager and lead retards that can't ctr-alt-t to the promised land.

I believe in you!

Wait till they complain that your interface is unituitive and doesn't work with their aliexpress rgb bluetooth buttplugs.
>>
>>108629885
Sorry OP, the answer is there is no easy way to do this without searching for esoteric commands to run in a terminal.
You cannot use linux without looking stuff up, it's not meant for that.

>>108631713
you didn't show it's more efficient
you assumed a GUI cannot be automated then bullshitted your irrational linux nonsense onto a post
>>
>>108631922
Different Anon lol
>>
>>108631901
When your command line shell is written by a black man, your comment seems a bit silly.
>>
>>108631934
That would make Rakim's comment silly, as it provides further evidence that people like you and him aren't victims of a plot to exclude the melaninated, but you're in fact simply retarded.
>>
>>108631927
>esoteric commands to run in a terminal.
They think these incantations mean they “know tech” or that they “understand how their computer works”. I’ve heard IT nerds call Physics PhDs retards because they didn’t know how to resolve a missing library. They are nothing but tech janitors.
>>
>>108629885
>without having to use a terminal
no, go back to windows
>>
>>108631958
rhetorical nuke
>>
File: linux gamer.jpg (97 KB, 600x895)
97 KB JPG
>>108631731
Would having the option of using a GUI really turn Linux into Windows?
>>
>>108631995
The beauty of Windows is you have a GUI method, and a terminal approach. Where the latter is useful for automation, or I suppose if you want to larp as a hacker like most of the lintards ITT.
>I typed in the commands, I’m no not normie. Look at me go!
In reality, this “skill” has already been replaced by AI. Above I called them tech janitors, really they’re nothing.
>>
>>108632005
It wasn’t even worthy of a reply.
>>
>>108632026
k rakim
>linux be hard n shit
Are you sure you're not just retarded?
>nah u racist we was bash n shitt
Never said anything about being black. Just asked if you're retarded
>u mean. I ain't got time 4u
>>
File: 1650477183817.png (11 KB, 330x290)
11 KB PNG
>>108629885
>What's the Linux equivalent to device manager
the /dev directory. no i am not shitposting
>>
File: 1760194250417282.jpg (202 KB, 1536x2048)
202 KB JPG
>>108632193
What would happen if i did this as root
cat /dev/urandom > /dev/mem
>>
>>108632227
it would be extremely painful
>>
>>108632236
you're a big kernel
>>
>>108632244
For gnu
>>
File: 3iriwjv2rxv71.jpg (18 KB, 480x347)
18 KB JPG
>>108632227
Why don't you give it a try then tell us how it goes?
>>
>>108632227
/dev/mem is disabled on pretty much any standard kernel.
>>
File: file.png (66 KB, 632x591)
66 KB PNG
>>108631689
>>108631685
I write powershell scripts on Windows to automate shit.
>t. winjeet
>>
A file folder is NOT an alternative to a GUI application
>>
File: 1775389840756643.png (126 KB, 1060x850)
126 KB PNG
I was looking for a KDE equivalent and it has a neat app called the "Info Center" surprised no one mentioned this yet after so much shit flinging
>>
>>108630773
>Spinning up a gui is a modest pain in the ass
FALSE

Spinning up a GUI in a piece of shit ecosystem like freetards' is a pain in the ass. Windows chads just use winforms and get a usable UI to toggle and change shit in a matter of minutes
>>
>>108632351
It was already mentioned and not an alternative because you can’t make changes in it
>>
>>108632345
it is what it is man. it was made 50 years ago to work like that.
look up
>Everything is a file
>>
>>108632376
What functionality does the device manager provide besides updating drivers and turning them on/off? That kind of finicking is unique to Windows where things are constantly broken.
>>
>>108632414
My retarded Bluetooth radio is retarded regardless of OS.
>>
>>108632359
>winforms
I had to look it up. A drag and drop app maker. Neat! You should show OP, so he can not use linux.
>>
>>108632442
I sympathize cause I have to do something similar for my shitty pre-built computer. Have you tried making a script with modprobe like people have suggested? Probably would be more convenient anyways than clicking around in the device manager.
>>
>>108632359
>winforms
use gpu accelerated gui, grandpa. WPF has been out for 20 years now
>>
>>108630199
linux people when they see a useful GUI that doesn't exist in linux go into some weird autistic screeching mode about TUIs
it's like the thumbnails in file picker all over again
>>
>>108630259
>>108630259
>thread asking for the most basic functionality of an OS
That's called booting.
>>
>>108632536
Literally nobody. People said nope, you need to make your own if you want it, and laughed about his aversion to the terminal.
>hi, I'm using the terminal OS. How do I not use the terminal? I think linux is broken.
What type of response is expected? Dumb
>>
>>108631689
You should know hoe to write shell scripts if you administrating a machine that runs, them actually. Seems like a basic expectation.
>>
>>108629885
>2026
>Linux STILL doesn't have an equivalent to this
And OpenSuse is letting Yast die, replacing it with inferior generic stuff
>>
>>108632570
>I'm using the terminal OS
Desktop environments literally exist so that you don't have to use the terminal
>>
>>108632601
That's a severe reach. Like saying windows exist so you don't have to go outside.
>>
>>108632490
>gpu accelerated gui for a couple of buttons and drop down menus
>>
>>108632620
what
>>
>>108632728
Ask copilot... you can find it in your notepad or minesweeper apps... for a quick lesson in analogous thought.
>>
>>108629885
>My Bluetooth radio
hold on
do you mean a radio, like the device that lets you listen to 101.9 Normie Hits FM, which connects to your computer by bluetooth?
or do you mean the antenna that plugs into your USB port and lets your computer connect to bluetooth devices?
>>
Deepin Linux has something similar
>>
>>108629885
IIRC Manjaro and Mint have a device manager-like thingie.
What I don't understand is my wasn't there an initiative by FreeDesktop or the Linux Foundation to at least make a "device manager" abstraction layer or API for DEs to easily implement??
Like NetworkManager but for kernel modules.
>>
>>108632686
yes. you will see why that matters if you want to animate shit. besides, offloading drawing from cpu to gpu is always a good decision
>>
>>108631450
>the [...] should be studied
>>>twitter
Also yeah I wonder why people would be mad that something they like is being made fun of. Really is a mystery. Guess I should tell /v/ that if they didn't make the game they have no right to get mad.
>>
>>108630259
>most basic functionality of OS
>refuses to use the command line
>>108630191
>>108630224
Correct.
GUI dependence for basic tasks is crippling.
>>
>>108630199
Nobody's mad. Many just don't know the answer because no one would ever want or need anything like the windows device mangler for a task like this.
>>
>>108630441
The windows device manager is like 30 years old. 'Incentives' to make a usable OS haven't been relevant for decades. If they were, device manager would be greatly improved over what it used to be. Instead it's the exact same while everything around it has gotten worse.
>>
File: 1746395395404771.jpg (160 KB, 1280x853)
160 KB JPG
just type systemctl restart bluetooth.service
>>
>>108633686
he should also clarify what he means by "power cycling", disabling a device in device manager doesn't really cut the power to the device
>>
>>108634115
That only restarts the driver. That doesn't fix the electrical issue because you need to actually power cycle the radio.
>>
>>108630259
I will defend Linux to the death because it is objectively a superior choice to windows for any and all computer users.

However, the reaction to this thread is embarrassing. It's not really that hard to just say 'No one made that yet', or at least not that you know of. Good chance someone did make it if you know where to find it. No need to have an autistic meltdown. I see why people hate Linux users now.
>>
>>108630353
>It's like they can't even fathom the use case for having GUI tools for basic tasks like toggling if a USB mouse can wake a PC from sleep or not.
there's a config flag for that, and what your GUI tool is doing is writing a flag into a config file. it's literally a text editor without text editing capabilities
>>
>>108632359
>winforms
along with user 16 ui frameworks that got killed and never finished?
>>
>>108635423
What do you think enable/disable device does in device manager? It does the same sort of driver unload load.
>>
>>108634095
>Instead it's the exact same while
It stays that way because Microsoft has trained tens of thousands of IT pros on that tool, and there’s really no reason to change it. If some Windows programmer suggested it to his boss, the suit would lean over him and shout, “MONEY CASE?”… to be fair though, there’s an opportunity for Copilot powered Device manager… I’ll make some calls.
>>
>>108635800
It power cycles it, which is evidenced by how disabling bluetooth in the systray on Linux doesn't fix the issue
>>
File: 움짤216.gif (500 KB, 200x200)
500 KB GIF
>>108635693
See, this is the retarded attitude I was talking about.
>>
>>108634074
>look ma, I'm a hackerman!
You people are so lame.
And then you wonder why you're still virgin and blame women for it.
>>
>>108630191
It can be done in a few minutes with zero experience if you just read the fucking manpages.
>>
>>108636350
>And then you wonder why you're still virgin and blame women for it.
I use windows LTSC and iOS and I still blame em
>>
>>108633963
>animate shit in a device manager
lmao
>offloading drawing from cpu to gpu is always a good decision
except when you actually have to write important utilities that should be guaranteed to run on anything
>>
>>108635800
It power cycles the device
T. Have GPU enclosure
>>
>>108636714
>>108635971
I just tested this with my usb drive and it doesn't cut the power
>>
>>108629885
>without having to use a terminal?
On Linux, there often is a GUI to complete a given task, but not always. But there is ALWAYS a CLI way to complete any task. Using the terminal gives you full control and it isn't even that hard to learn to use. Why wouldn't you want to use it?
>>
>>108636748
I've been down this rabbithole, not all USB hub chips have managed power pins
>>
>>108636773
and you can't find anything about it cutting the power to the device, it will give it a lower power profile but not turn it off
>>
>>108636769
>Why wouldn't you want to use it?
Because it's quicker and easier to just click something instead of doing homework
>>
>>108629885
Linux Mint and CachyOS KDE have something close to this. However, there isn't a 'try a different driver' thing for Linux. Support is added to the kernel and managed by the Bluetooth daemon your Distro uses. There is a power on/off feature in general, but I haven't tested Mint and CachyOS to see if the GUI let's you do it or not.
>>
>>108636748
Depends on the device. If you disabled spinning drive via devmgmt.msc it too powers off the disc spindle (or in newer drives, park the reading head)
>>
>>108635677
All threads like this are ultimately just bait threads to catch Linux users off guard because even if their Distro had this feature they wouldn't know because we're on a technology board full of heavy terminal users. If it is a genuine question it'll become a bait thread as other people post. After 10000 "why doesn't Linux work exactly like Windows lol Linux sucks" threads you stop giving OP the benefit of the doubt.
>>
>>108629885
Save a txt file as .ps1 and put this in
Get-PnpDevice -FriendlyName *bluetooth* | Disable-PnpDevice | Enable-PnpDevice


You can launch it from any place or put it in task scheduler if there's a pattern to when you need to disable > enable the device. Ask chatgpt for a cmd command to get the syntax for that
>>
>>108636958
Yeah but just look at how fucking stupid the advice is
>just write a script
to someone who has never written code or opened a terminal before is saying:
>just learn conceptually what programming even is
>then reframe the way you understand computers
>then learn a skill which is about 3 levels of abstraction beyond what an average person would be capable of, and is a significant investment of time and mental energy even for someone capable
>then if you don't know what to do just read the man pages
>if you don't know what a man page is read the man page on man pages
>then after that it will be 2029 and it will only take you a few minutes
This is being offered as the alternative to 'click one button'. Maybe some of you guys grew up doing nerd shit on computers, but I didn't and was afraid of the terminal at first. Obviously once you get used to it it's fine, but it shows tremendous detachment from reality if you think that getting a beginner to understand what 'write a script' even means is equivalent effort to clicking one single button.
>>
File: images.jpg (38 KB, 588x498)
38 KB JPG
>>108629885
There is a switch at the top right corner. Try clicking on it and see if it works.
>>
>>108637105
It's called blueman, ai recommended it to me when I wanted to connect my laptop to a bluetooth speaker
>>
>>108637070
>This is being offered as the alternative to 'click one button'
No. By and large, the alternative was use a system that has what you're looking for. In essence, stick with windows.
>>
>>108637112
kys
>>
>>108637122
Why?
>>
>>108636356
It can be done if you read the manpages, but with zero experience it'd be closer to several hours.
Someone with zero experience isn't going to know what terminology to look for, which makes even searching for the relevant information frustrating and near impossible without fuzzy search queries. This is why Linux has its user-unfriendly reputation despite technically giving you everything you need.
>>
>>108634028
no one with an iq above 85 takes personal offense to criticism of "something they like"
>>
>>108637118
That simply isn't true. Do I need to go through this thread and highlight every reply telling him to write a script or something similar? Telling him to stick to windows is also retarded, he's already on Linux and it can presumably do everything he needs except this one thing.

This board is completely retarded though so that's what you get.
>>
>>108637409
You're completely retarded
>>
>>108632290
autism
>>
>>108637070
scripting isn't programming, I don't know why you would boost about being incapable of learning new things. at some point in your life you managed to find the device manager, it's not something you you find in the settings panel, you didn't find it out of intuition to solve your bluetooth problem, you had to learn how to do it. you're pretending to be retarded but it only makes you look retarded.
>>
>>108636416
it has got a software renderer fallback
>that should be guaranteed to run on anything
If you want to take this to the autistic levels, you wouldn't use either of those. they both run on .NET. you would rather write a WIN32 utility in C++ or Rust
>>
>>108632570
Maybe OP is just wrong.
As others said, half the functionality of the device manager is already in the package manager.
>>
>>108631483
Run:
rmmod btusb
modprobe btusb
>>
File: 1673764010622360.png (195 KB, 698x698)
195 KB PNG
>>108630259
gonna start bringing up the device manager any time a linux user gets uppity now
>>
>>108629885
>without having to use a terminal?
embrace terminal. i'm interested why you use linux but dont use terminal? using a touchscreen or disabled or something?
sorry i cant answer your question i understand how shit this makes me for posting an answer to a q you didnt ask
>>
>>108631731
based autistic retard
>>
>>108631450
It's parasocial. They experience it as their secret club.
>>
>>108639775
>Device manager
>Active directory
>Excel
>OneNote
>Xlibre
>Systemd age-verification
>Nvidia support
I’m sure I missed some, but there’s a host of topics which cause a certain type of person to just lose their mind.
>>
>>108641284
I get most of these but
>onenote
literally who cares?
>>
>>108630682
A CLI is the most efficient and reliable UI for most applications, given an end-user who isn't retarded. GUIs tend to get in the way as often as they help.

The catch is that retards make better customers so there's been a consistent and pervasive incentive in the software world to make users as retarded and dependent as possible.

This is a subcategory of the abstraction dilemma.
>>
>>108641317
It’s a really high quality Microsoft program, very popular with students, and lacking a decent open source equivalent.
>>
>>108641284
Excel works fine dumdum
>>
>>108641387
Umm, yeah. In Windows. Linux doesn’t quite have a response yet, although I will say OpenOffice (being forked as EuroOffice) is extremely impressive. Probably good enough for all but the elite excel users.
>>
>>108641406
No, Excel works on Linux just fine.
>>
>>108641413
The web app? Incomplete, and obviously not a FOSS replacement.
>>
>>108641413
Really?
you’ll have no trouble showing me Build 19127.20622 running then
>>
>>108641430
No... Full Excel.
>>
>Faggots don't know the whole office suite runs on linux now
update your script jeets
>>
>>108630191
You forgot config files all in nonstandard locations with inconsistent priority and override rules.
>>
>>108641451
What is this, some sort of reverse bait? Do go on.
>>
>>108641451
>The Wine-based options limit you to Office 2016 or older and only the core apps (Excel, Powerpoint, Word) are working. Office 2016 is still mostly okay and quite similar to the newest Office versions, although you're going to miss out on some useful Excel function like IFS, MINIFS, MAXIFS, XLOOKUP, UNIQUE, and SWITCH https://bettersolutions.com/excel/functions/updates.htm
>VM-based - Integrate Windows apps running in a Windows virtual machine as native-looking in Linux
>The VM-based options means can run Office 2024 or Office 365 including all apps, but while the Windows apps themselves run flawlessly (as they're running on real Windows) there's various freerdp-related bugs you may encounter.
So not running on Linux, running in a VM aka on Windows KEK
https://gist.github.com/eylenburg/38e5da371b7fedc0662198efc66be57b

Why do Lincux cope so hard lmao
>>
>>108639794
>i'm interested why you use linux but dont use terminal?
When will /g/ learn that Windows has a terminal too?
>>
seething
>>
>>108641476
Loonix fans aren’t ready for this conversation, but Powershell is superior to Bash as well. Instead of parsing and stitching together inconsistent text from one app to another, PS lets you work with objects. PS is on linux these days too, hopefully it’ll become more popular.
>>
>>108641501
.net is gay
>>
>>108629885
>without having to use a terminal?
That's like asking to do things on Windows without opening a window. Yeah maybe someone took the time to make that for you but the terminal is the UI primitive on Linux like the window is on Windows.
>>
>>108641501
>Instead of parsing and stitching together inconsistent text from one app to another, PS lets you work with objects.
FUCK THIS.
I've written enough YAML to know how that ends.
>>
>>108636794
Hitting tab is easier than servoing the mouse pointer over tiny controls or clicking through tons of hieroglyphs and poorly thought out menus.
>>
File: 1749767762264753.jpg (296 KB, 1024x1024)
296 KB JPG
>>108629885
>What is the Linux equivalent to random windows garbage
New bait meta? I remember why I stopped coming here. Kill engagementfarmers. Behead engagementfarmers. Roundhouse kick an engagementfarmer into the concrete. On fucking 4cuck of all places. Fuck is there to gain? This shit goes 404 in a day or two max then what? (should be a minute or two max you dumb niggers who bump it all day)
>>
>>108630441
>windows and macos have such GUI tools
What's the Macintosh equivalent to Device Manager?
>>
>>108641614
System Information.
>>
>>108630824
you only ever push buttons in device manager if something doesn't work and you push random shit until it does without any idea what it's actually doing
>>
>>108641471
>no replies to this
Lindolts bodied completely
>>
>>108630259
>>thread asking for the most basic functionality of an OS
its literally just (really shitty) hardware info and a space to click random shit in hopes of making your broken device drivers work which it never does and it only gives cryptic error codes too

devmgmt.msc sucks and so does diskmgmt.msc to the point I use diskpart and it's CLI and it still sucks because it's microsoft
>>
>>108641626
>if something doesn't work
And on Linux if something doesn't work you have to use a fucking console
>>
>>108631685
>basic shit is buying broken hardware and not getting your money back
I'm good bro. I only do advanced shits these days and you should try too.
>>
>>108641667
you have some phobia of white monospace text in a black box? I am not a neuropsychiatrist I can't help you with that shit
>>
>>108641624
linux has like at least 3 equivalents to this
hardinfo
kde has their own thing
linuxmint has their own thing too
and then if you wish to look at how your CPU die is set up internally, there's lstopo
>>
File: 1763781855205096.jpg (56 KB, 736x414)
56 KB JPG
>>108635817
>good morning saar I am trained in devmgmt.msc I finished DURGASOFT DEVMGMT.MSC COURSE I am Professional Devmgmt.msc Random Shit Clicker
They would probably give an H1B to you for that saar.
>>
>>108637070
>Yeah but just look at how fucking stupid the advice is
>>just write a script
>to someone who has never written code or opened a terminal before is saying:
A shell script is literally just a list of commands in a text file that you would have typed into the terminal. The only reason people are afraid of the terminal is because they've been trained to be by people who profit from learned helplessness.

>>108630353
another obv troll but anyway
>It's like they can't even fathom the use case for having GUI tools for basic tasks like toggling if a USB mouse can wake a PC from sleep or not.
Not at all. Such a feature would be nice. The reason your point is retarded here is the windows method isn't convenient or intuitive either. You can't right-click your Windows desktop, open up the display settings, and find anything related to disabling mouse-wake. It just isn't there.
First you have to find the control panel.
Then you have to discover that the answer ISN'T in the power settings. The category that literally says "change when the computer sleeps" is the WRONG ONE.
You have to know to go to the device manager, the one with the shield in front of it warning that you're entering sysadmin territory.
You have to poke through the device manager to find the mouse, find the tab with the right checkbox, and you have to be careful to shut of ONLY the mouse and not the whole USB hub or else you'll be fucked next time you try to use your keyboard to wake from sleep.

So, both processes are a sysadmin-tier task. The difference is that the windows one is cumbersome every time you have to do it, while the linux one is only cumbersome the first time.
>>
>>108641710
>you have some phobia of white monospace text in a black box?
They literally do.
They are trained to be afraid of it.
I've been working with cli-phobic people for a long time. Granted, most of them are actual smart people (postdocs in science, etc.). But they ALWAYS find it easier than they thought it would be.
>>
>>108641754
>The only reason people are afraid of the terminal is because
Is because it looks ugly and doesn't do the job in one click.
>>
>>108632414
>That kind of finicking is unique to Windows where things are constantly broken.
Lolno.
>>
>>108641779
Motherfucker, the bluetooth radio itself is a crapshoot and is therefore unreliable on Linux as well. Stop being coy.
>>
File: MUP htop.png (1.62 MB, 1080x2400)
1.62 MB PNG
>>108641763
>But they ALWAYS find it easier than they thought it would be.
normies have been conditioned to think "lots of text on dark screen = hackerman" for so long I can't blame em for being a little fearful
but going to /g/ to bitch about a command line is inexcusable
>>
File: Device Manager.png (44 KB, 469x346)
44 KB PNG
>>108641817
No, I've been conditioned to think that Aero Glass is the peak of UX, because it is. If your interface isn't as pretty as Windows 7's, you fucked up.
>>
>>108632414
>What functionality does the device manager provide besides updating drivers and turning them on/off
I have never even actually managed to update drivers with devmgmt
>>108632442
There should be a way to turn off specific USB ports in linux if reloading the kernel module doesn't fix it.
Also automating this would be piss easy, it's basically built in to the system, not like whatever the fuck hoops windows would have you go through.
>>
File: snowleo-090824-0.png (360 KB, 610x383)
360 KB PNG
>>108641838
Snow Leopard was prettier but you won't catch me using that shit
>>
>>108629885
you don't need a device manager in linux because no devices work with it anyway
>>
>>108641899

this. linux has no drivers for any of your interfaces.
>>
baby duck retard
i bet you can go into settings and click disable or something
>>
>>108639775
I never would have imagined the Device Manager discussion would be 9/11 for the linux world. This is going to live rent free in their minds so much that it will permanently occupy their L1 cache.
>>
>>108630199
A lot of this depends on what window manager you are using, if any.
With some you could do the equivalent from the systray, with others you can't.
>>
>>108642036
>equivalent from the systray
Again, the systray stuff doesn't power cycle the bluetooth radio; it only disables the driver.
>>
>>108631731
>Is it really unreasonable to get a little upset
yes. this is a basket weaving forum. the strongest response you should have to anything but the most weaponized retardation is ignoring it
>>
>>108631259
Still using 7
>>
>>108639578
>they both run on .NET
and? .NET is compiled for every platform Windows supports
>WIN32
Winforms is a wrapper for Win32
>C++ or Rust
C# is memory safe and way easier to use
>>
>>108641364
>A CLI is the most efficient and reliable UI
>GUIs tend to get in the way
So which DE do you use?
>>
>>108629885
Try bluetoothctl
>>
>>108643187
GNOME at the moment.
Because it's the default for my distro.
I tweak very little (desktop resolution, shutting off the dock entirely, a few hotkey changes). I used to make the window top bars slimmer but they removed the ability to do that.
Alt-tab and super-tab for switching windows. Super-up/down to change desktop. Super-a for the launcher to start the handful of apps that I usually don't launch from the cli (browser, file manager, steam apps and virtualbox).
>>
>>108641838
Aero has always looked tacky and bad,.a downgrade from the Windows 2000 look.
Windows 7 was the best user windows, though.
>>
>>108641776
That's not why. That's the rationalization(ie cope).
The real reason is conditioned helplessness, driven by people who make money from controlling people and making them dependent.
>>
>>108643994
>Aero has always looked tacky and bad
People like you are why we have Windows 11



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.