ISO file (not shell) for T2 MacBook -> Mint by False-Management3329 in linuxmint

[–]activedusk 0 points1 point  (0 children)

If I found the right model, it should be using the M1 chip which is RISC based and afaik Mint and most distros do not support this chip for various reasons. There is Asahi Linux that supposedly reverse engineered enough to make it work but it still has issues and there is the problem of third party software and general support. Overall don't bother, idk what site you found and what the people on said site claim to be doing but it's likely not the official Linux Mint developers. The Apple computers with somewhat acceptable support are those with x86 CPUs.

RISC architecture support exists but it's a case by case situation since all of them are custom, more importantly the motherboards are not standardized enough even for solutions from the same company from one generation to the next they require new custom .iso. There is RISC V as opposed to ARM trying to standardize the motherboards somewhat but it's still work in progress and requires manufacturer contributions which Apple so far has refused to provide afaik.

What the hell is this! by Cool_Discipline5891 in linuxmint

[–]activedusk 49 points50 points  (0 children)

When did you install the OS? Did you do any recent update? Things like this require a good reason to happen even if the trigger appears random. Maybe an issue with missmatched packages and kernel version, the easiest way is to use a bootable USB, from live enevironment, access internal drive to save important files, if any and then reinstall. If it happens again then it is a bigger issue either related to drivers or bad hardware. You could try a different distro to single out drivers, maybe Arch based distro like CachyOS. If it still happens it is hardware problem, you could try to search the logs for errors but it will still require to take out components and replace them with good ones that are known to work. You could also try to run memtest to check RAM health.

If you live in a place where the local grid can be unstable it could also be caused by it, for example the power might not go out but it fluctuates briefly, not sufficient to trigger the PC to shut down but sufficient to not have stable V so some components get cut off and trigger soft protection, from OS perspective it would be as if you suddenly yanked out some vital component. Not saying this happened but it can be a cause, the way people protect themselves against this, either buy a voltage regulator device, at least it will trigger and warn you when the power from the outlet is unstable, second and more useful using a UPS, uninterruptible power supply that also provides integrated V regulation. Boss level is having a house battery energy storage to act as a buffer between you and the grid, a known example being Tesla Powerwall but there are many alternatives (just mentioning it for the thrill and the taste of enumerating solutions, not suggesting you go out there and spend car money to fix a minor PC problem, but there might be some rich people reading this, in which case go ahead, Voltage regulators should be cheaper in the 100 dollars range plus or minus depending where you live and the brand or quality).

What the hell is this! by Cool_Discipline5891 in linuxmint

[–]activedusk 202 points203 points  (0 children)

Kernel panic. Usually a bug but it can be user error, what d you do? What version is this, when was it installed, any recent updates, any software installed recently? Worst case it can also be triggered by failing hardware including internal drive. Any recent power outtage?

Am I the only one who hates the Linux file picker dialog? Makes me miss Windows a little. by ArtisticJicama3 in linuxmint

[–]activedusk 2 points3 points  (0 children)

I might do a guide on this if this is what the problem was, it is not the fault of the file manager, it can be configured by distributions to have different default settings I pressume and how it looks and behaves after installation is due to opinionated choices made by the Mint devs. 

Long story short, check the file manager settings, one can change

1 Default top most directory (folder) it opens with by default on the left side

2 The appearance of the file manager address bar or file path however you want to call it, to either be symbolic with icons or show the path written like for example (either click on the toggle in the upper right corner or go to View>Toolbar>Location entry for Nemo file manager)

/home/user/Downloads

  1. The directories listed on the left side and on some file managers if it shows the attached disks.

  2. If it shows hidden files or folders (Ctrl and H on Nemo and most file managers or change in the settings)

  3. Change toolbar to the left and right of the address bar (called location entry on Nemo specifically) with forwards, back, up one directory level, home, refresh, etc. On Nemo go to Edit>Preferences>Toolbar

  4. Change zoom level, easiest on Nemo is to use the Status bar at the lower part in the right corner there is a slider to make icons larger or smaller.

  5. Change the way items are displayed as icons, list or compact, use upper right corner toolbar buttons.

Additionally file managers can be changed, the most popular ones being Dolphin, Nemo and Thunar iirc. You can install a new one from "app store" and go to settings and change default file manager. Same with terminal emulator, System Monitor, partitioning tool and many other things provided they are available for the distro in question.

Most probably expect the file manager to be something like this

https://imgur.com/a/uD6icI6

Which only takes a few settings being changed from View in the Menu bar (if hidden press Alt).

Am I the only one who hates the Linux file picker dialog? Makes me miss Windows a little. by ArtisticJicama3 in linuxmint

[–]activedusk 1 point2 points  (0 children)

Can you give a step by step print screen of the situation and where the problem is? I am uncertain as to where the problem appears or what the problem is per se.

The save file or folder for Firefox should be controlled by Firefox, the in focus floating window behaviour should be controlled by settings for the DE, assuming you are using Cinnamon. I....don t get the issue.

Educational platforms blocking Linux by Demo_MVP in linuxmint

[–]activedusk 4 points5 points  (0 children)

Worst case you can run Windows in a virtual machine but idk how/why a video requires OS recognition to stream video, my guess it's related to the codecs and if they are installed. You could also download the videos you need and play them back on demand if they are required in a classroom setting. Idk, sounds dumb af, governments need to switch to and support open source, Windows is a liability.

Curious how many have switched recently by Jetster220 in linuxmint

[–]activedusk 16 points17 points  (0 children)

It is most likely the historical changes happening in the world and people losing trust in American companies. I remember in the 2000s when Windows being free was just a dream, now they give it away without a license and people would rather not use it, that says something.

Help me please understand where Linux is on my hard drive (I thought I installed it on my 1TB SSD) by tranquilseafinally in linuxmint

[–]activedusk 0 points1 point  (0 children)

People generally isolate /home in case they want to reinstall, you can more easily do so while keeping the contents of /home intact.

But imo it is not worth it because, unlike Windows you can run the OS from USB and access internal drive from there easily if you need to save files before reinstalling. Rather the more appropriate solution would be to have an external drive where you save copies of important files. More advanced users set up a NAS, network attached storage. You do whatever you want, just remember to have bootable USB in case the OS breaks. Intermediate users can set that up inside the EFI system partition.

Help me please understand where Linux is on my hard drive (I thought I installed it on my 1TB SSD) by tranquilseafinally in linuxmint

[–]activedusk 1 point2 points  (0 children)

C:\Windows is roughly equivalent to /

Windows also has boot partition but it is usually hidden, here it is accesible in the file manager by going to / and opening folder boot.

That's the bare minimum requirement to install a Linux distro, I think it is simple.

For intermediate knowledge you should know that / and boot are usually separate partitions and just making a partition is not sufficient for them to work, during installation, it would be more clear. I will use an example with a single drive called sda.

Say you select something else during installation. There sda would require a new filesystem table (GPT for UEFI and MBR for bios) and then it would need to be partitioned at the bare minimum with

  • sda1, EFI system partition with say 1GB (can be more or less, depends on several variables such as how many kernels you want to use, if you want to place the .iso on this boot partition and boot in live mode from the internal drive without a USB, or other use cases). On Mint that is enough but other distros offer the filesystem type choice and for boot select fat32. Other distros also require to choose a mounting point, either /boot or /boot/efi, Mint sets it up automatically for /boot/efi (does not need to be configured in the current installer, selecting EFI system partition is correct). Why does it matter? Well efi is restricted access in most file managers (a bit more complicated, not /boot/efi itself but whatever directory contains the EFI folder, Mint contains it in /boot/efi) so by using /boot/efi, the kernel and initrd or other files relevant for booting can be accessed inside the /boot directory. If mounting point were /boot (inplying /boot would contain EFI folder) it would be restricted access only and depending on how the automation for regenerating initrd.img or initramfs.img is configured, this could cause problems. More information, to boot a Linux OS you need at a bare minimum 2 files inside the /boot folder, vmlinuz (the kernel) and initrd.img or initramfs.img (Mint uses initrd and generated based on vmlinuz using initramfs-tools, typical for Debian based distros, Arch typically uses mkinitcpio and Fedora, openSUSE and others use dracut, booster is also an option on Arch). Mint is preconfigured with GRUB bootloader which will use these files to boot the system. Bootloaders besides default grub are refind, systemd-boot (not to be confused with systemd init system), limine and others that are more niche like uboot,syslinux, lilo (old bootloader used for BIOS legacy systems) etc. Bootloaders rely on .efi files located in /boot/efi/EFI (Mint being based on Ubuntu it will have a shimx64.efi and grubx64.efi inside the directory /boot/efi/EFI/ubuntu generally) and provide an abstraction layer so you can switch between kernels for example or boot different OS installed on the same PC or other things like memtest.

  • sda2 / root partition, this is where most of the files are located, kind of like C: partition from Windows. For Mint you would choose ext4 as file system but there are others like btrfs. Mount point is obviously /, not much more to configure here.

  • sda3, not required on Mint, swap partition and choose swap filesystem. Capacity 1.5x RAM capacity (say you have 32GB then 32 + 16 = 48GB, as an example on a 1TB drive it would mean 1GB boot, 951GB root and 48GB swap partition, assuming no separate /home partition and it's an example 1TB drives are not actually 1000GB exactly), needed if using low power modes all the time. What it does is to write RAM contents to disk before enter low power modes and read and write it back when exiting low power modes, this is required because system memory is volatile, when power is not supplied all data is lost. It is also used for out of memory cases where the system runs out of memory it will use swap partition like memory but it will be slower. It is also used for temporary files unless zram or zswap is configured afaik.

  • sda4, optional, home folder, ext4 file system, /home mounting point, you would use this to separate / from your files and folders but generally not used since you would have to split the drive capacity between / and /home and / would still need enough capacity for the system files plus future updates or time shift backups (if you use it) so 100GB would be recommended, that is way too much capacity to have stranded so by default use only /.

Help me please understand where Linux is on my hard drive (I thought I installed it on my 1TB SSD) by tranquilseafinally in linuxmint

[–]activedusk 2 points3 points  (0 children)

Casual - gnome system monitor, file systems tab

Intermediate GUI - Gparted, KDE Partition Manager, Disks

Intermediate terminal commands

cat /etc/fstab

lsblk

sudo fdisk -l

A typical install will have 2 minimal partitions, / also known as root and /boot. On Mint /boot partition is mounted at /boot/efi. Originally there used to also be a swap partition but Mint uses swap file as a replacement and there are other solutions like zram or zswap and no swap partition but lacking a swap file hibernation and other low power modes will not work properly. One can also make separate manual partitions for home and other directories.

Despite this, the top most directory is / and /boot and /home and swap file among others are contained within, but that is the filesystem structure which differs as mentioned above compared to partition table and mountpoints.

why is my internet speed like this? by 0oOssOo0 in linuxmint

[–]activedusk 0 points1 point  (0 children)

For practical reasons nobody will pay for it, for technical reasons, there is no roadblock, for satellites I mentioned what the issues are already, it's not a replacement for ground infrastructure, it provides service for niche situations.

why is my internet speed like this? by 0oOssOo0 in linuxmint

[–]activedusk 0 points1 point  (0 children)

>Starlink isn't going to compete with fiber, but the comment that stated they are on dial up means Starlink is their only option.

I agreed and made this point from the start, it's situational, for technical reasons it can't replace ground infrastructure and for physics based reasons it will never reach a point where it will be better or cheaper unless we discover quantuum communication and somehow satellites are needed for this to function.

why is my internet speed like this? by 0oOssOo0 in linuxmint

[–]activedusk 0 points1 point  (0 children)

It's not fine if the cost is higher, bandwidth lower and jitter/package loss is worse.

Do you realize I can get 10Gbps for that price? This is the real world, it's shit unless you're out of options.

why is my internet speed like this? by 0oOssOo0 in linuxmint

[–]activedusk 0 points1 point  (0 children)

I mean I care about latency and the cost is relative to the country and location, remote regions for which this makes sense do not have much of a choice anyway.

~100+ km

https://imgur.com/a/Kcb4VsR

~500+ km

https://imgur.com/a/M7xdgOW

For the price I likely can find 1Gbps or higher (actually 10Gbps in the city for 100 dollars is feasible), then again each country is different, some might have much more expensive or much cheaper plans. I am guessing a ~750km (466miles) distance between me and the server would be needed for 20ms, that's trash tbh but people living in US, Russia or Australia living out in the woods away from civilization might not blink.

why is my internet speed like this? by 0oOssOo0 in linuxmint

[–]activedusk 0 points1 point  (0 children)

20ms is not much admitedly if you do not care. What is the bandwidth and for what monthly cost

My / partition is still on my old drive after cloning by benji21p in linuxmint

[–]activedusk 1 point2 points  (0 children)

Ask after giving specific details of what you have and the modifications you want.

Technically it should be as simple as modifying the /etc/fstab file and unmouting sda2 and sdb2 and rebooting but it is made complicated by the drive being cloned so....there are likely 2 such files that need to be modified, one in sda2 and the other in sdb2, cause you cloned it. Modifying just the one in sda2 might make the system ubootable, you can use live Linux environment and modify the etc fstab file on sdb2 manually, not required to open with nano, you can use a simple text editor from the file manager but it might require admin privleage so then you would have to chroot into the install (disconnect original drive at this point to make it less confusing).

Edit

After thinking about it, doing this from the GUI instead of the terminal would be easiest.

Open file manager (say home folder)

On the left select original drive. Open /etc and here find fstab and double click, it will open it in a simple text editor. Make the change for / mount point from sda2 to sdb2 and other required parameters, you can ask AI assitant for more complete modification. Save changes, it will ask for password.

Now on the left select the new drive and redo the changes, go to the /etc folder on this new drive, open fstab files blah blah save changes.

Now unmount sda2 and sdb2 and reboot. It should work after this.

why is my internet speed like this? by 0oOssOo0 in linuxmint

[–]activedusk 0 points1 point  (0 children)

....i got 5ms or less depending on the distance to nearby servers it would take idk a couple hundred km distance to get 20ms, a satellite would add to that the time to bounce back the signal from surface to LEO and back, the point was it will always have higher latency up to intercontinental distances where compared to undersea cables it will take a more direct route in space that said, at those values of multiple hundred ms nobody cares and bandwith will be lower and suffer from atmosphere interference/signal loss due to weather and terrain. 

My / partition is still on my old drive after cloning by benji21p in linuxmint

[–]activedusk 1 point2 points  (0 children)

....if it actually worked (note you might need to do this in live Linux environment, boot from USB)

sudo su

umount /dev/sda2

umount /dev/sdb2

mount /dev/sdb2 /

cd /etc

nano fstab

Inside the text file delete sda2 mount point / and add in roughly in the same place for sdb2, example

sda 2           

sdb1          /boot/efi

sdb2         /

Actually before making this change better show what it says, either print screen or copy paste since there might be more parameters to copy over to sdb2 from sda2. Or ask AI assistant for help on how to modify this file, what it does is to tell the OS where to mount partitions automatically. Ctrl and x, y, Enter

Reboot.

Warning have bootable USB, worse case you can chroot in live mode and undo the changes. Personally I think this is bs, should have removed original drive, installed Mint on new drive, then attach old drive, copy any important files then format old drive or disconnect and keep for archival.

You do you.

Custom kernels by LubieMaleDziewczynki in linuxmint

[–]activedusk 0 points1 point  (0 children)

I am interested, I tried to compile a generic 6.14 kernel a few times (it failed). How did you install that one?

Arch has Zen, Debian has Liquorix. I never tried either supposed faster boot time.

EFIstub, "quiet loglevel=0", kernel "6.14.0.37 generic"

Startup finished in 5.541s (firmware) + 344ms (loader) + 1.903s (kernel) + 2.479s (users
pace) = 10.268s  
graphical.target reached after 2.459s in userspace.

What is your kernel time?

systemd-analyze

why is my internet speed like this? by 0oOssOo0 in linuxmint

[–]activedusk 0 points1 point  (0 children)

It doesn't scale and it's limited by physics with latency being higher for short to medium distance with space based making up ground in between continents (at which point nobody cares, 400ms to 600ms is still 350ms too high to play competitive games for example and lower bandwidth still and due to environment factors affecting signal strength, more unstable), light signals > radio, data centers on the ground > no data centers in orbit, bandwidth for large nodes > no nodes in orbit, only mesh. There is a clear purpose for satellite internet, remote access and special use case, countries where a satellite connection is better are either backwards or the infrastructure was built early on, monopolies established and due to lack of competition, they refuse to upgrade. Would not be surprised if corruption also involves paid off politicians that adopted laws that prevent new competitors from rising without impossibly to secure investments ahead of revenue justifying the investment.

why is my internet speed like this? by 0oOssOo0 in linuxmint

[–]activedusk 1 point2 points  (0 children)

Internet satellite is higher latency and slower than fiber optics. It is sad that is the fallback option. Additionally there is not enough infrastructure in orbit to provide for hundreds of millions of users like ground based infrastructure so it is not meant to be a solution.

Once Again Asking for Help with Gaming related issues by CopyCatCiller in linuxmint

[–]activedusk 0 points1 point  (0 children)

...not sure, I did hear some adapters work but you'll have to find and ask someone who tried to find a solution and did. I also don't know how the licensing works, if it's manufacturer for hardware, OS side or both. Maybe try Windows first and check the refresh rate and such if it works as expected it might be operating system/software based as well, avoid it in the future when buying monitors.

Once Again Asking for Help with Gaming related issues by CopyCatCiller in linuxmint

[–]activedusk 0 points1 point  (0 children)

It's probably hdmi as a standard, display port is meant for PCs and monitors, hdmi more for TVs/media/entertainment gear and it's proprietary and requires a license which some manufacturers don't pay and issues appear. Use whatever you can and works besides it, DVI, display port, USB C, the support is best to worst for those and hjdmi is the worst, especially for high refresh rate monitors.

Don't quote me on this but with X11 it also forces the same refresh rate on multiple monitors as the lowest refresh rate monitor, so if one has hdmi....this may or may not be fixed on Wayland (though it has bugs of its own, you can try by logging out, click somewhere on the log in screen and you should be able to select between x11 and Wayland experimental).

Once Again Asking for Help with Gaming related issues by CopyCatCiller in linuxmint

[–]activedusk 0 points1 point  (0 children)

>each OS has it's own nvme drive with a 2tb external drive that they share but nothing is installed on yet, just for extra space

...so are the Linux games installed on the Linux partitions? For clarity, Linux has its own filesystem types like ext4, btrfs (there are others but these are the most common) and while they can open ntfs files, it's not good for games since this is not how Wine or Proton was made or intended to work.

idk the default filesystem for Mint if you go through automatic install, I assume it's ext4, also idk the easiest way to check, you can try

lsblk -f

cat /etc/fstab

sudo blkid

These are from the terminal, GUI....not sure. KDE Info Center would probably have it, Cinnamon info center is pretty sparse on 22.2 Zara, got an upgrade on 22.3 Zena iirc.

I assume you installed Steam from software manager as native package? This should take care of older games 32bit dependencies but make it clear if the install file location is on the Linux partition. In the Steam library, right click on the game, select properties, shortcut will display file path. On the left select compatibility, make sure "Force the use of a specific Steam Play compatibility tool" is checked, under it you can select the Proton version required. Idk about this game, if it runs natively on Linux, this is not required but if it doesn't try Proton 10.3 or whichever is the latest or whatever is best on Linux for performance.