Recent Posts

Pages: 1 ... 8 9 [10]
91
General / Re: How to remove unneeded modules
« Last post by Thierry on Fri Jan 06 12:33:31 2023 »
Hi Dj

Blacklist it in a /etc/sysconfig/modprobe.d/blacklist.conf file as done with the forte module in the example below:

In root:

Code: [Select]
mkdir -p /etc/sysconfig/modules.d
echo "blacklist forte" >/etc/sysconfig/modprobe.d/blacklist.conf

Blacklisted modules can still be loaded manually with the explicit modprobe command.

BR,
Thierry
92
General / Redshift
« Last post by Dj on Fri Jan 06 11:28:01 2023 »
Hello and thank you for this application.
 Changed latitude according to my location. But Redshift is allways showing "night" mode. Even it's day.
 Can anyone help ?
93
General / Re: How to remove unneeded modules
« Last post by Dj on Fri Jan 06 11:26:01 2023 »
I am not quite sure how to blacklist bluetooth.
There is no /etc/sysconfig/modules.d/ folder in my installation of Nutyx.
94
General / Re: Calibre problem
« Last post by Dj on Fri Jan 06 11:18:13 2023 »
Installed from repo. Thank you!
95
General / Re: Need Wifi and/or dependency of AppImages
« Last post by Thierry on Thu Jan 05 13:58:35 2023 »
Hello surimelow

Welcome to the NuTyX forums.

Quote
The problem is that I need "libfuse2"

Under NuTyX is call fuse2:

Code: [Select]
cards search fuse
...
(cli) fuse2 2.9.9 Library that ....
...

cards install fuse2

When you need to chroot into NuTyX, you need to copy your /etc/resolv.conf to the NuTyX/etc/resolv.conf

Good luck

Thierry
96
General / Need Wifi and/or dependency of AppImages
« Last post by surimelow on Thu Jan 05 13:24:36 2023 »
Hello. Interesting distro and I would like to salute the developers for creating choices for desktop environment! I'm sure it's a lot of hard work. I wish I could donate but the corporation usually in charge of that dislikes me.

I have installed Nutyx with XFCE. Usually I like to include Wine while testing Linux distros, and it's also involved in my music production. Because it's not available, I resolved using a few music-creation applications enrolled in AppImages. The problem is that I need "libfuse2" or something like that to be able to run AppImages.

I cannot get this library because I cannot have Wifi on this distro. I tried four times to enter the modem password, and each time it falls over. I have logged out, restarted and rebooted, and after log-in and return to desktop, the dialog box remains asking me for the modem password without any further effect.

I have tried to "borrow" online access from Manjaro MATE by doing a "chroot" into my Nutyx install but "cards" program keeps throwing an error saying it cannot resolve to host and doesn't download anything. It seems to be able to display which packages are available for download.

This was from Manjaro MATE:

Code: [Select]
[xx@hp2000pc ~]$ inxi -MNC
Machine:
  Type: Laptop System: Hewlett-Packard product: HP 2000 Notebook PC
    v: 088B110000305910000620100 serial: <superuser required>
  Mobo: Hewlett-Packard model: 1854 v: 64.22 serial: <superuser required>
    UEFI: Insyde v: F.22 date: 10/25/2012
CPU:
  Info: dual core model: Intel Pentium B980 bits: 64 type: MCP cache:
    L2: 512 KiB
  Speed (MHz): avg: 1515 min/max: 800/2400 cores: 1: 1926 2: 1104
Network:
  Device-1: Ralink RT5390R 802.11bgn PCIe Wireless Network Adapter
    driver: rt2800pci
  Device-2: Realtek RTL810xE PCI Express Fast Ethernet driver: r8169

If there is more information you require, just please ask for it.

All I want is to have the dependency needed to run AppImages. Either that, or I would have to have Wifi Internet from this installation. In the past I would have given up on this distro easily but I don't want to now.

P.S. I'm sorry if this is in the wrong sub-forum.
97
General / Re: Calibre problem
« Last post by Thierry on Wed Jan 04 10:27:15 2023 »
Wonderful. I was actually thinking of creating a package for it, as a way to learn packaging. ...

Actualy this package is a very difficult exemple. I had to search a lot for my mistake. They  are a lot of specifics actions done in this package.

So probably the best example to start with.

I would say, start by reading through the all documentation. You can also check all my YouTube tutorials.

Good Luck,
Thierry
98
General / Re: Calibre problem
« Last post by spiky on Sun Jan 01 22:47:03 2023 »
bru65pag
Why dont you join us in telegram https://t.me/groupnutyx
You would get quicker response to Questions
100
General / Re: Calibre problem
« Last post by bru65pag on Sun Jan 01 18:18:52 2023 »
Wonderful. I was actually thinking of creating a package for it, as a way to learn packaging. Where can I find the Pkgfile you created for calibre?

Thanks.
Pages: 1 ... 8 9 [10]