my ufw module is unchecked at all runlevels on my system: $ inxi -S
System: Host: mx19 Kernel: 5.6.0-2-amd64 x86_64 bits: 64 Desktop: Xfce 4.14.2
Distro: MX-19.3_x64 patito feo October 21 2019
but when checking it's activity in terminal
demo@mx19:~
$ sudo ufw status
...
[sudo] password for ...
Search found 33 matches
- Sun Sep 19, 2021 2:13 pm
- Forum: Software / Configuration
- Topic: ufw module runlevels
- Replies: 1
- Views: 337
- Thu Jan 07, 2021 3:15 pm
- Forum: MX Modified
- Topic: Faxserver with MXLinux
- Replies: 11
- Views: 3291
Re: Faxserver with MXLinux
Update: 3 ¹/² weeks after this post on the 12th of November 2020 I found a black branded 1%1 Fritz!box 7560 in a pile of trash in the city on my way to Jobcenter. Since this find happened I'm able to send faxes with the found fritz!box and now I believe this help came from the Lord Jesus Christ. But ...
- Wed Oct 28, 2020 2:15 pm
- Forum: Software / Configuration
- Topic: Compile Module Impossible on 5.6 Kernel?
- Replies: 8
- Views: 848
Re: Compile Module Impossible on 5.6 Kernel?
There is a major difference between x32 and i386 packages in Debian, though both are 32-bit. MX does not have an x32 version.
(1) Thank you for telling me that stevo, I'm just reading about the difference of x32, x86 and x64 architectures because of your comment.
Can you explain exactly why ...
- Wed Oct 28, 2020 1:30 pm
- Forum: Software / Configuration
- Topic: Compile Module Impossible on 5.6 Kernel?
- Replies: 8
- Views: 848
Re: Compile Module Impossible on 5.6 Kernel?
Yes I'm sure.tony37 wrote: Sun Oct 25, 2020 6:22 am that's one thing to try
are you sure M=PWD shouldn't be M=$(PWD) ?
The M=$PWD command above is not a commandline option of the make programm, but rather it's an argument passed to make that specifies the environment variable inside the Makefile. My second name is Antonius btw.
- Sun Oct 25, 2020 5:51 am
- Forum: Software / Configuration
- Topic: Compile Module Impossible on 5.6 Kernel?
- Replies: 8
- Views: 848
Re: Compile Module Impossible on 5.6 Kernel?
Do I need package binutils for 32 bit architecture installed here?
obviously I am missing the obvious solution to this problem, if somebody knows please tell me. Thanks.
obviously I am missing the obvious solution to this problem, if somebody knows please tell me. Thanks.
- Sun Oct 25, 2020 5:39 am
- Forum: Software / Configuration
- Topic: Compile Module Impossible on 5.6 Kernel?
- Replies: 8
- Views: 848
Compile Module Impossible on 5.6 Kernel?
Was 32Bit C code execution disabled by the MXLinux Kernel Developers in the first place as security feature?
Running Kernel: 5.6.0-2-amd64 x86_64 bits : 64 Desktop: Xfce 4.14.2
Distro: MX-19.2 _x64 patito feo October 21 2019
Although I have CONFIG_X86_X32 enabled in Grub.
raw2020@mx19:~/fcpci-4 ...
Running Kernel: 5.6.0-2-amd64 x86_64 bits : 64 Desktop: Xfce 4.14.2
Distro: MX-19.2 _x64 patito feo October 21 2019
Although I have CONFIG_X86_X32 enabled in Grub.
raw2020@mx19:~/fcpci-4 ...
- Sat Oct 24, 2020 3:11 pm
- Forum: MX Modified
- Topic: Faxserver with MXLinux
- Replies: 11
- Views: 3291
Re: Faxserver with MXLinux
Does one have to activate X32 support in the default GRUB boot in order to build this paticular external Kernel Module?
arch/x86/Makefile:147: CONFIG_X86_X32 enabled but no binutils support
Or is there another way to unset the need for X32 and compile for 64 bit?
Full output:
root@mx19:/usr/src ...
arch/x86/Makefile:147: CONFIG_X86_X32 enabled but no binutils support
Or is there another way to unset the need for X32 and compile for 64 bit?
Full output:
root@mx19:/usr/src ...
- Sat Oct 24, 2020 1:42 pm
- Forum: MX Modified
- Topic: Faxserver with MXLinux
- Replies: 11
- Views: 3291
Re: Faxserver with MXLinux
I just wanna be thankful to all of the commentators so far!
I have checked path of my building directory not containing any spaces /usr/src/linux-source-5.6/fcpci-4.4.0/src/
So it can't be that as issue.
It's ok if I answer to myself here, because others might learn from it later on.
arch/x86 ...
I have checked path of my building directory not containing any spaces /usr/src/linux-source-5.6/fcpci-4.4.0/src/
So it can't be that as issue.
It's ok if I answer to myself here, because others might learn from it later on.
arch/x86 ...
- Fri Oct 23, 2020 11:59 am
- Forum: MX Modified
- Topic: Faxserver with MXLinux
- Replies: 11
- Views: 3291
Re: Faxserver with MXLinux
Could somebody be so kind and help me, several binutils* packages are installed, yet make complains: "enabled but no binutils support" . :confused:
build from source:
root@mx19:/usr/src/linux-source-5.6/fcpci-4.4.0/src# make -C /usr/src/linux-source-5.6/ M=PWD
make: Entering directory '/usr/src ...
build from source:
root@mx19:/usr/src/linux-source-5.6/fcpci-4.4.0/src# make -C /usr/src/linux-source-5.6/ M=PWD
make: Entering directory '/usr/src ...
- Wed Oct 21, 2020 4:54 pm
- Forum: MX Modified
- Topic: Faxserver with MXLinux
- Replies: 11
- Views: 3291
Re: Faxserver with MXLinux
I am not sure if I understand what you are looking for, but I recently installed efax-gtk and used it to send faxes with a US Robotics USB modem off eBay. The software is also known to work with USB modems with Connexant chips and these are inexpensive to buy new.
efax-gtk Installation on ...