The officially official Devuan Forum!

You are not logged in.

#1 Re: Installation » Will Devuan work to convert an older iPad to Linux? » 2025-03-23 01:36:21

Touch screen support is basically a driver issue in the kernel these days, chances are it'll work out of the box if the particular touch module can be loaded. Probably not easy to find, but see if you can get your hands on the apple tech specs for those devices, then google the touch screen model for compatibility in Linux. If that module is already in the kernel, you're in business and the Devuan installer should recognize it straight away. If the module exists but isn't automagically loaded into the kernel, you may try loading it via the initrd image for your particular kernel. Not recommended for novices, but with guidance still doable. If there is no module, and you can find the actual drivers, you can build and install a module the kernel can use. This gets tricky even for experienced users, but you can still pull it off, taking your time. Worst case, there is no driver (which I'd doubt as apple OS is a BSD variant so there should be) then you're screwed and you'd have to write your own. Unless you're a Linux dev with experience, don't go there.

HTH!

#2 Re: Hardware & System Configuration » wrong version of fsck locks boot? » 2025-03-15 13:18:16

Why are you going through all this effort to have a multi-OS setup when reselling the machine anyway? Let it be the next owners issue, IMO.

#3 Re: Hardware & System Configuration » wrong version of fsck locks boot? » 2025-03-15 11:14:30

The actual problem is that fsck wants to scan an FS already mounted. You can unmount swap and have it checked, but as you're reselling the machine, just re-install Linux afresh and be done with it.

#4 Re: Off-topic » [HowTo] Asus Eee PC - Flashing the BIOS » 2025-03-11 15:00:18

Yes wink

Interesting. I happen to have bought into the hype back then and so I still have a 4G 700 model. I may resurrect it. No idea for what, but 32 bit has it's perks big_smile

#5 Re: Forum Feedback » [Feature request] - Dark theme per default for all visitors » 2025-02-24 20:44:57

I disagree. If you have a login, just log in and your theme will be applied. Don't force your personal preference on guests.

Just me tuppence smile

#6 Re: Devuan » Why are systemd files present in Devuan? » 2025-01-24 12:54:33

Here's yer wing nuts folks!

wing-nuts.jpg

There's ones left and ones right, so plenty for everyone, so stop arguing!

#7 Re: Devuan » Why are systemd files present in Devuan? » 2025-01-22 23:14:14

Once you figured out which files are safe to delete, it's a small step automating this in a script. Which can then be packaged as a .deb for anyone to install as they see fit.

Just a thought wink

#9 Re: Off-topic » US Proposes Forcing Google to Sell Chrome . . . » 2025-01-15 06:04:44

Hoping to make a useful contribution to this thread!

890132.png

#10 Re: Hardware & System Configuration » [SOLVED] I can't install hplip on Excalibur » 2024-12-21 15:00:03

Post the content of the file /etc/apt/sources.list (use the code button to mark it from your normal text)

You may need to enable particular repositories.

#11 Re: Off-topic » US Proposes Forcing Google to Sell Chrome . . . » 2024-12-11 04:55:20

None of this has anything to do with Google potentially loosing Chrome roll

#12 Re: Off-topic » US Proposes Forcing Google to Sell Chrome . . . » 2024-11-23 19:57:33

I'm not sure that's actually a benefit for users. Cause pretty much any potential buyer will abuse the massive userbase to sell even more personal data for even more money. roll

But since when was user-privacy of any concern to corporate US Gov't sad

#14 Re: Other Issues » Setting static ip on Devuan » 2024-11-11 20:43:46

From what I understand, it's a kernel thing. I'm not familiar with the particulars, but rebooting is never a bad option in such cases.

#15 Re: Other Issues » Setting static ip on Devuan » 2024-11-11 16:06:00

Yes.

Having said that, your router can set (or at least should be capable of setting) semi-static IP addresses if you configure it to match certain MAC addresses to specific IP addresses. I do too and NFS should work (it did on previous iterations but currently no NFS share available due to the server being offline for financial stuff tongue )

#16 Re: Hardware & System Configuration » Where are repository data files stored? » 2024-09-15 21:26:33

Clearly, you've missed the memo: Linux is not Win-OS!

In Devuan, like all Debian-based distro's, you add a repository to the /etc/apt/sources file. Then add the key to that repo via apt/dpkg, refresh apt via

apt-get update

then install any package from that repo via the normal method

apt-get install <package-name>

Removing it is as simple as

apt-get purge <package-name>

The purge option tells apt to completely remove any traces of the package, including config files and whatever else it installed/used, from your system.

If you want a GUI to help you out, Synaptic takes your hand, just explore the menu for the correct function.

You do NOT manipulate a database manually, like some Win-OS users seem to have taught themselves roll

#17 Re: Hardware & System Configuration » How to repair APPARMOR? » 2024-07-07 05:35:19

Try

rm -rf /var/cache/apparmor/201d1af9.0

This should clear the cache files apparmor is complaining about.

#18 Re: Off-topic » How World Leaders are Scrambling to Secure Food in the Shadows » 2024-06-27 15:05:25

I tried to stay out of this, I really did roll

Genetically modified foods (hyperfoods) are widely available in the US, where food standards are deliberately low to allow big farm maximize their profits.

Look where it led them  roll

Yes, hyperfoods are bad for your health. Which is why the EU has banned them. As a result, the population over here clearly has better judgemental powers to keep extremists out of a position dominating the various political stages tongue

#19 Re: Devuan Derivatives » Devuan est à la traîne (google: Devuan is lagging behind) ! » 2024-05-19 07:52:15

Oh boy, you really don't know how to make friends, don't you :-\ Nor do you understand when to stop harassing people, private or public.

If you're happy with Debian, please leave this community alone. It seems you fail to grasp that these harassment's say more about you then we want to know and nothing at all about the Devuan project at large. In fact, I'm surprised your account hasn't been terminated yet, but that might be a matter of time if you persist in your ways >:{

#20 Re: Documentation » Printer and Scanner from Brother - Get them to work under Devuan 5 » 2024-05-11 18:40:15

Brother offers a complete install script for MFC devices, which works based on some simple questions like model number etc. It installs and configures everything you need to get your Brother MFC working. It's also on the Linux support pages, in the install section. It worked a few weeks ago for my Devuan Stable install for a older (ancient?) MFC device. Make sure you run the installer as root! (it fetches and installs dependencies via apt/dpkg (can't remember))

#21 Re: Hardware & System Configuration » Nala, a new cli package manager replacement for dpkg and apt » 2024-04-02 15:36:49

IMO this is a case of "Hurray, we have a solution!, Now we try finding a problem to solve with it!" roll

Apt, dpkg, Synaptic and aptitude are (still) great tools to work with. Nala has no real technical reason to exist, other then eye-candy for a particular kind of user and an itch scratched for the dev(s).

Just me tuppence smile

#22 Re: Other Issues » How does LTSP work ? » 2024-04-02 15:31:08

I take it you've visited the LTSP pages?

https://ltsp.org/

About 15 yrs ago I managed to set up an LTSP server and to boot a client from it. Don't fool yourself, it's quite a job to set up the entire infrastructure: DHCP, FTP, DNS and only then LTSP as such. Effectively, you're setting up a very localized but complete mini-ISP. It can be done, I did, but it's worth getting pretty comfy on the CLI, cause you'll use it a lot. It also requires, due to DNS and DHCP, a physically separate network. Technically you might be able to get stuff working on your existing network, but only if you have unrestricted access to the router of your home network. Basically, you need to know what you're doing and if you do, you didn't have to ask wink

#23 Re: Hardware & System Configuration » Reliability of desktop vs enterprise drives » 2024-03-14 21:55:25

When buying HDD's, it's common practice of experienced sys-admins to purchase from multiple vendors and restrict the amount of drives from a single manufacturer in their stripes/arrays. Recently I started buying refurbished drives from A-brands like Toshiba, HGST,  Seagate and WD to name a few. So far no issues, but I don't have them powered on all the time anymore.

#24 Re: Hardware & System Configuration » [SOLVED] Changing permissions on external drive » 2024-02-29 22:46:26

There might be something else going on you probably don't realize. Do the following:

su #become root, alternatively sudo su
fsck /media/<user>/<UUID> #check the file system for errors and repair if required
chown <user> /media/<user>/<UUID> #make sure the directory is owned by the user
chmod 777 /media/<user>/<UUID> #set permissions for the directory for general access

HTH!

Board footer

Forum Software