Go to advanced search

by gkovacsp
Sat Feb 08, 2020 3:47 pm
Forum: Troubleshooting
Topic: could not open moddep file '/lib/modules/4.19.75-v7l+/modules.dep.bin'
Replies: 4
Views: 1632

Re: could not open moddep file '/lib/modules/4.19.75-v7l+/modules.dep.bin'

In case others run into the same issue, this is the apt command to fix all, I've added the kernel as well

Code: Select all

sudo umount /boot
sudo mount /dev/mmcblk0p1 /boot
sudo apt install --reinstall raspberrypi-bootloader raspberrypi-kernel
sudo reboot
by gkovacsp
Sat Jan 25, 2020 1:42 pm
Forum: Troubleshooting
Topic: could not open moddep file '/lib/modules/4.19.75-v7l+/modules.dep.bin'
Replies: 4
Views: 1632

could not open moddep file '/lib/modules/4.19.75-v7l+/modules.dep.bin'

My Pi has rebooted after many-many weeks due to a power outage. Strange things started to happen. The first symptom of the problems was that it could not mount cifs mounts from fstab. $ sudo mount /mnt/nas mount error: cifs filesystem not supported by the system mount error(19): No such device Refer...
by gkovacsp
Mon Dec 28, 2015 10:44 am
Forum: Beginners
Topic: Backup SD
Replies: 62
Views: 88990

Re: Backup SD

I've been struggleing with the same problem: -back up my 32 GB Raspbian SD card -make sure backup works (don't do it on a running system) -reduce backup size I came up with the following solution: I've installed Raspbian Lite on a 2GB SD card, then put this SD card to an USB SD adapter and plugged i...
by gkovacsp
Wed Dec 23, 2015 11:45 am
Forum: Advanced users
Topic: Auto reboot to USB
Replies: 7
Views: 1850

Re: Auto reboot to USB

I've just found out there is a raspbian lite, I'll go along with that. Thanks for the comments.
by gkovacsp
Wed Dec 23, 2015 9:58 am
Forum: Advanced users
Topic: Auto reboot to USB
Replies: 7
Views: 1850

Re: Auto reboot to USB

A full backup can be recovered even on windows, an Rsync requires a little more effort and also requires more skills than mine to completely restore a system. (file permissions, partitions, symbolic links...)
by gkovacsp
Tue Dec 22, 2015 7:46 pm
Forum: Advanced users
Topic: Auto reboot to USB
Replies: 7
Views: 1850

Re: Auto reboot to USB

I'll try to figure that out...
Maybe the best option is to go with raspbian on both sd cards.
by gkovacsp
Tue Dec 22, 2015 6:50 pm
Forum: Advanced users
Topic: Auto reboot to USB
Replies: 7
Views: 1850

Re: Auto reboot to USB

Thanks, of course I've tried that and did not work. (It works when I boot straight from the Minibian SD card).

Something is messed up when the boot partitin is on the raspbian SD card and its system partition points to the minibian system.
by gkovacsp
Mon Dec 21, 2015 6:16 pm
Forum: Advanced users
Topic: Auto reboot to USB
Replies: 7
Views: 1850

Auto reboot to USB

I have a 32GB SD card running raspbian. I would like to regularly create a full SD card backup, but for this the SD card should not be in use. I put a Minibian OS to a different SD card. I put it into Pi1S SD slot and it boots fine. My idea is to -use an SD card reader USB stick as an alternative sy...
by gkovacsp
Fri Jun 08, 2012 6:51 pm
Forum: Troubleshooting
Topic: debian hangs at keymap [Solved]
Replies: 15
Views: 19808

Re: debian hangs at keymap [Solved]

sudo setupcon cured my pi as well

Go to advanced search