This might look promising, I think something in the iptables is left over. From here https://serverfault.com/questions/497438/how-to-reset-ubuntu-12-04-iptables-to-default-without-locking-oneself-out
I found this that will reset the iptables back to default. ( preferably read the link before pasting ...
Search found 25 matches
- Tue Feb 14, 2023 8:53 am
- Forum: MX Help
- Topic: Solved: MX-19.4 no longer has internet access
- Replies: 9
- Views: 680
- Mon Feb 13, 2023 11:07 am
- Forum: MX Help
- Topic: Solved: MX-19.4 no longer has internet access
- Replies: 9
- Views: 680
Re: MX-19.4 no longer has internet access
It looks like it might be a front end to the system firewall, probably ufw. I checked my system with the below commands and go the output shown ( I believe this is default settings ).
Might start here to see if is did turn on ufw and set any rules.
$ sudo iptables -L
Chain INPUT (policy ACCEPT ...
Might start here to see if is did turn on ufw and set any rules.
$ sudo iptables -L
Chain INPUT (policy ACCEPT ...
- Mon Feb 13, 2023 7:48 am
- Forum: MX Help
- Topic: Micro SD card with an adopter fails to be recognised as bootable. What could be the reason?
- Replies: 18
- Views: 871
Re: Micro SD card with an adopter fails to be recognised as bootable. What could be the reason?
Late, but alluded to earlier about the cards:
SD cards have two modes of operation, SD mode and SPI mode. SPI is full duplex synchronous, ie bi-directional. This is what most likely allows you to boot from an SD card. The SPI mode is optional in the microSD card. So there is a difference between ...
SD cards have two modes of operation, SD mode and SPI mode. SPI is full duplex synchronous, ie bi-directional. This is what most likely allows you to boot from an SD card. The SPI mode is optional in the microSD card. So there is a difference between ...
- Sun Feb 12, 2023 2:51 pm
- Forum: MX Help
- Topic: No soundcard found on new laptop
- Replies: 66
- Views: 3978
Re: No soundcard found on new laptop
You may need to blacklist snd_soc_skl and snd_sof_pci_intel_apl. You can add to or create a blacklist.conf in /etc/modprobe.d containing:
blacklist snd_soc_skl
blacklist snd_sof_pci_intel_apl
reboot.
I had a similar issue on older kernel recently and after creating a conf file in /etc ...
blacklist snd_soc_skl
blacklist snd_sof_pci_intel_apl
reboot.
I had a similar issue on older kernel recently and after creating a conf file in /etc ...
- Sat Feb 11, 2023 7:52 pm
- Forum: MX Help
- Topic: disk-manager crashes [Solved]
- Replies: 10
- Views: 592
Re: disk-manager crashes [Solved]
@roundup976 , It's been my experience that disk mangers won't work correctly when you are running a RAID. There is no fix for it.
Looks like it, but MX19 had no issues.
In MX-19 disk-manager was provided by debian and was the original abandoned python2 version. Since it couldn't be built ...
- Sat Feb 11, 2023 6:32 pm
- Forum: MX Help
- Topic: disk-manager crashes [Solved]
- Replies: 10
- Views: 592
Re: disk-manager crashes [Solved]
@roundup976 , It's been my experience that disk mangers won't work correctly when you are running a RAID. There is no fix for it.
Looks like it, but MX19 had no issues. Still, the RAID was a hold over from the original Windows setup and I had long ago broke the RAID but never removed it. It was ...
- Sat Feb 11, 2023 6:29 pm
- Forum: MX Help
- Topic: disk-manager crashes [Solved]
- Replies: 10
- Views: 592
Re: disk-manager crashes [Solved]
disk-manager.png
Ok, added the entry back into grub for MX21 and booted it up. The screenshot shows disk-manager working but removing some drives from the list, presumably related to the RAID disk?
Opening it a second time after the removal there were no pop-ups and it works as expected ...
- Sat Feb 11, 2023 5:18 pm
- Forum: MX Help
- Topic: disk-manager crashes [Solved]
- Replies: 10
- Views: 592
Re: disk-manager crashes [Solved]
I changed from the RAID and no longer have a grub entry or an UEFI boot entry for MX21. I need to take care of that issue now, not sure what went wrong or how that happened. The RAID disk was not even the one with MX21 on it.
- Sat Feb 11, 2023 4:57 pm
- Forum: MX Help
- Topic: disk-manager crashes [Solved]
- Replies: 10
- Views: 592
Re: disk-manager crashes [Solved]
# Pluggable devices are handled by uDev, they are not in fstab
UUID=e869b8c6-6a47-4fce-baa7-c1fbf3274efe / ext4 discard,noatime 0 1
UUID=e26dcd3e-6c4b-4c70-aa48-465a4c57f286 /home ext4 noatime 0 2
UUID=da8dc875-5cf8-4c84-9162-e7400c35090a swap swap noatime 1 2
UUID=17DD-3778 /boot/efi vfat noatime ...
- Sat Feb 11, 2023 3:36 pm
- Forum: MX Help
- Topic: disk-manager crashes [Solved]
- Replies: 10
- Views: 592
Re: disk-manager crashes [Solved]
@fehlix based on your last comment would you then recommend a bug report instead?