Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 80 matches

by marietto
2023-09-02 22:31
Forum: General Questions
Topic: [Software] How to install the kernel 5.4.x (source and headers) packages on Debian Buster.
Replies: 12
Views: 1051

Re: [Software] How to install the kernel 5.4.x (source and headers) packages on Debian Buster.

This is the procedure that I've followed to install the kernel,the kernel headers,the modules and the dtbs files on my arm chromebook where I have installed debian buster : cd /home/marietto/Desktop/Dati/120/Si/linux-5.4.14/ make bindeb-pkg make zImage modules dtbs uImage LOADADDR=0x80008000 make mo...
by marietto
2023-09-01 20:11
Forum: General Questions
Topic: [Software] How to install the kernel 5.4.x (source and headers) packages on Debian Buster.
Replies: 12
Views: 1051

Re: [Software] How to install the kernel 5.4.x (source and headers) packages on Debian Buster.

I want to use Debian Buster,not bookworn. Maybe later,when everything will work on Buster,I will try to upgrade to Bookworm,but for the moment buster is ok. So,this is how I recompile the kernel on the ARM chromebook. 1) I add these entries in the kernel config file : # nano .config CONFIG_HAVE_KVM_...
by marietto
2023-09-01 19:26
Forum: General Questions
Topic: [Software] How to install the kernel 5.4.x (source and headers) packages on Debian Buster.
Replies: 12
Views: 1051

Re: [Software] How to install the kernel 5.4.x (source and headers) packages on Debian Buster.

is this the debian way ? https://debian-handbook.info/browse/stable/sect.kernel-compilation.html it says : We assume the linux-source-5.10 package has been installed. It contains /usr/src/linux-source-5.10.tar.xz, a compressed archive of the kernel sources. You must extract these files in a new dire...
by marietto
2023-09-01 16:44
Forum: General Questions
Topic: [Software] How to install the kernel 5.4.x (source and headers) packages on Debian Buster.
Replies: 12
Views: 1051

Re: [Software] How to install the kernel 5.4.x (source and headers) packages on Debian Buster.

Below you see all the directories of the kernel source that I've recompiled : can you tell me where are located the headers and how can I install them to the right debian directories ? https://ibb.co/JQ1XdXW Below you see all the places where the file kvm.h is stored. There are many kvm.h files. Thi...
by marietto
2023-09-01 16:03
Forum: General Questions
Topic: [Software] How to install the kernel 5.4.x (source and headers) packages on Debian Buster.
Replies: 12
Views: 1051

Re: [Software] How to install the kernel 5.4.x (source and headers) packages on Debian Buster.

Thanks. I know how to recompile the kernel for my ARM chromebook (the procedure is a little bit different from the official debian procedure),but despite this,what's important for me to know,is where I can get the headers for the kernel version that I want to recompile. For example,at the moment I'v...
by marietto
2023-09-01 15:09
Forum: General Questions
Topic: [Software] How to install the kernel 5.4.x (source and headers) packages on Debian Buster.
Replies: 12
Views: 1051

[Software] How to install the kernel 5.4.x (source and headers) packages on Debian Buster.

Hello to everyone. I've just installed Debian Buster on my ARM Chromebook (that runs on arm 32 bit),using this image : https://github.com/hexdump0815/imagebuilder/releases?page=12 He says that the image is based on the kernel 5.4 and it is. Infact the default running kernel is 5.4.14. But for the pr...
by marietto
2022-10-16 21:59
Forum: Programming
Topic: cpio: can't open initrd/usr/share/graphics: Is not a directory
Replies: 2
Views: 915

Re: cpio: can't open initrd/usr/share/graphics: Is not a directory

Solution : cp logo_debian.png /usr/share/graphics cp logo_debian_dark.png /usr/share/graphics echo /usr/share/graphics/logo_debian.png | cpio -H newc -o -A -F /home/ziomario/Scrivania/PassT-Cubic/Debian-new/custom-disk/d-i/gtk/initrd echo /usr/share/graphics/logo_debian_dark.png | cpio -H newc -o -A...
by marietto
2022-10-15 21:10
Forum: Programming
Topic: cpio: can't open initrd/usr/share/graphics: Is not a directory
Replies: 2
Views: 915

cpio: can't open initrd/usr/share/graphics: Is not a directory

Hello to everyone. I'm trying to customize the debian 11 ISO because I'm creating a derivative distro. I've changed a lot of logos,images and pictures,but not everything. For example I'm not able to understand to which file belongs the image and the logo that you see in this picture : https://ibb.co...
by marietto
2022-10-07 08:58
Forum: System and Network configuration
Topic: cpio: Too many arguments
Replies: 6
Views: 899

Re: cpio: Too many arguments

I don't agree totally with you. What's the same is the general goal,but the problems that I'm talking about into each/every post are different. And I know,from my experience, that people stop to help if a post becomes too much structured.
by marietto
2022-10-06 22:12
Forum: System and Network configuration
Topic: cpio: Too many arguments
Replies: 6
Views: 899

Re: cpio: Too many arguments

thanks. this worked : echo preseed.cfg | cpio -H newc -o -A -F initrd 2 blocks. And then : gzip initrd OK unfortunately a problem comes with the next command : /home/ziomario/Scrivania/PassT-Cubic# sudo genisoimage -r -J -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot- load-size 4 ...
by marietto
2022-10-06 19:05
Forum: System and Network configuration
Topic: cpio: Too many arguments
Replies: 6
Views: 899

Re: cpio: Too many arguments

I've tried with this :

echo preseed.cfg | cpio -o -H newc -A gzip debian-11-unattended/d-i/initrd -F initrd

but its not good. you have been too vague. Sorry,I'm not an experienced user.
by marietto
2022-10-06 17:24
Forum: System and Network configuration
Topic: cpio: Too many arguments
Replies: 6
Views: 899

cpio: Too many arguments

Hello to everyone. I'm trying to customize the Debian 11 iso image with cubic. The most important parameter that I should set up within cubic is the following : GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_iommu=on" I'm working on a method to add any parameter I may need now and in the f...
by marietto
2022-10-06 08:58
Forum: System and Network configuration
Topic: Grub legacy which configuration file uses ? I need to add "quiet splash intel_iommu=on" inside of it
Replies: 4
Views: 802

Re: Grub legacy which configuration file uses ? I need to add "quiet splash intel_iommu=on" inside of it

For the project that I'm working on,I want to use the interactive installing with a custom installation. No,I don't want to preseed all,I need to preseed only one feature for now.
by marietto
2022-10-05 23:05
Forum: System and Network configuration
Topic: Grub legacy which configuration file uses ? I need to add "quiet splash intel_iommu=on" inside of it
Replies: 4
Views: 802

Re: Grub legacy which configuration file uses ? I need to add "quiet splash intel_iommu=on" inside of it

I'm not sure if I can passthru my gpu without adding the intel_iommu=on parameter. Anyway,I want to find a solution because I want to learn how to add a parameter to the kernel during the installation of debian in some way. I'm trying the "preseed" method. I've added the file preseed.cfg o...
by marietto
2022-10-04 22:25
Forum: System and Network configuration
Topic: Grub legacy which configuration file uses ? I need to add "quiet splash intel_iommu=on" inside of it
Replies: 4
Views: 802

Grub legacy which configuration file uses ? I need to add "quiet splash intel_iommu=on" inside of it

Hello to everyone. I'm trying to customize the Debian 11 iso image with cubic. The most important parameter that I should set up within cubic is the following : GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_iommu=on" what's the problem ? the problem is that I can't install grub2 inside cu...
by marietto
2021-11-16 14:19
Forum: Graphical Environments & Desktops
Topic: Problems tryng to install / enable the snd_hda_intel driver on Debian 11
Replies: 0
Views: 17152

Problems tryng to install / enable the snd_hda_intel driver on Debian 11

Hello. I've just virtualized Debian 11 with bhyve on FreeBSD,installing the nvidia driver inside the VM after having passed through my graphic card,the RTX 2080 ti within the vm. Everything is working great,my monitor turns on and I have a full 3d acceleration. Only a problem is still not fixed. I'm...
by marietto
2021-09-05 14:01
Forum: Hardware
Topic: (EE) no screens found(EE) while trying to enable the nvidia driver on Debian 11 emulated with bhyve
Replies: 2
Views: 8511

(EE) no screens found(EE) while trying to enable the nvidia driver on Debian 11 emulated with bhyve

Hello to everyone. I’m trying to enable the NVIDIA driver in Debian 11,that I have emulated with bhyve on FreeBSD 13r. This is the error I get while I'm logged inside Debian using ssh from FreeBSD : root@marietto:~# startx X.Org X Server 1.20.11 X Protocol Version 11, Revision 0 Build Operating Syst...
by marietto
2021-04-30 20:51
Forum: System and Network configuration
Topic: I'm looking for the headers of the kernel armmp-lpae
Replies: 2
Views: 2309

I'm looking for the headers of the kernel armmp-lpae

Hello to everyone.


someone knows where I can get the kernel headers for these kernel versions ?


vmlinuz-5.10.0-5-armmp-lpae
vmlinuz-5.10.0-6-armmp-lpae
vmlinuz-5.10.17-5-armmp-lpae

thanks.
by marietto
2021-04-24 17:00
Forum: Graphical Environments & Desktops
Topic: buster login: broken atomic modeset userspace.
Replies: 0
Views: 3313

buster login: broken atomic modeset userspace.

Hello to everyone. I've installed a qemu / kvm debian buster / armhf VM on top of my jetson nano / arm64. This is the procedure that I have used : stage 1 : I've created this script for the installation : installer-buster.sh : qemu-system-aarch64 -M virt -m 2048 -smp 2 -cpu host,aarch64=off -enable-...