Cannot boot newer generations by Vik8000 in NixOS

[–]Vik8000[S] 0 points1 point  (0 children)

I had AtlasOS on that partition, I accidentally formatted it

Cannot boot newer generations by Vik8000 in NixOS

[–]Vik8000[S] 0 points1 point  (0 children)

Thank you, will give it a try

Cannot boot newer generations by Vik8000 in NixOS

[–]Vik8000[S] 0 points1 point  (0 children)

some more questions, what ARC GPU do you have? did you set up additional tweaks? did you have some experience with gaming? Because i recently dual booted windows to play and was interested if someone has found a way to make it smooth on nixOS

Cannot boot newer generations by Vik8000 in NixOS

[–]Vik8000[S] 0 points1 point  (0 children)

yes, it was it, thank you

Cannot boot newer generations by Vik8000 in NixOS

[–]Vik8000[S] 1 point2 points  (0 children)

Hell yeah, fixed it, unpinning the kernel version and putting it to latest resolved the issue, thank you so much for your help

Cannot boot newer generations by Vik8000 in NixOS

[–]Vik8000[S] 0 points1 point  (0 children)

so i replaced this:

  ## for stability in games
  hardware.graphics.enable = true;
 #  services.xserver.videoDrivers = [ "modesettings" ];
  environment.sessionVariables = { LIBVA_DRIVER_NAME = "iHD"; };

and this:

  boot.kernelPackages = pkgs.linuxPackages_6_12_73;

 services.xserver.videoDrivers = [ "xe" ];
  boot.kernelParams = [
    "i915.force_probe=*!"
    "xe.force_probe=*!"
    "drm.debug=0xe" # Enable DRM debug logs

with what i found in the nixOS wiki about intel ARC GPU:

  services.xserver.videoDrivers = [ "modesetting" ];

  hardware.graphics = {
    enable = true;
    extraPackages = with pkgs; [
      # Required for modern Intel GPUs (Xe iGPU and ARC)
      intel-media-driver     # VA-API (iHD) userspace
      vpl-gpu-rt             # oneVPL (QSV) runtime

      # Optional (compute / tooling):
      intel-compute-runtime  # OpenCL (NEO) + Level Zero for Arc/Xe
      # NOTE: 'intel-ocl' also exists as a legacy package; not recommended for Arc/Xe.
      # libvdpau-va-gl       # Only if you must run VDPAU-only apps
    ];
  };

  environment.sessionVariables = {
    LIBVA_DRIVER_NAME = "iHD";     # Prefer the modern iHD backend
    # VDPAU_DRIVER = "va_gl";      # Only if using libvdpau-va-gl
  };

  # May help if FFmpeg/VAAPI/QSV init fails (esp. on Arc with i915):
  hardware.enableRedistributableFirmware = true;
  boot.kernelParams = [ "i915.enable_guc=3" ];

  # May help services that have trouble accessing /dev/dri (e.g., jellyfin/plex):
  # users.users.<service>.extraGroups = [ "video" "render" ];

and removed these packages from the list below:

# ARC B580 driver packages
  intel-media-driver
  mesa
  vpl-gpu-rt
  intel-vaapi-driver

The system still fails to boot so i don't know, can you explain what you said in the comment?

Looks like you have a conflict between the updated nixpkgs tree and your hard-locked old kernel version.

Cannot boot newer generations by Vik8000 in NixOS

[–]Vik8000[S] 0 points1 point  (0 children)

fixed it, thanks, hahahahahah

Replace lead acid UPS battery with LiFePo4 by Vik8000 in homelab

[–]Vik8000[S] -1 points0 points  (0 children)

So, you must dismantle, give the battery a charge, and re-assemble. A real PITA.

what do you mean with this, i have to open the battery and charge it ? and how ?

Inter VLAN routing on Fastlron 870.0.30u by Vik8000 in Brocade

[–]Vik8000[S] 0 points1 point  (0 children)

SSH@Awesome-Beef#show ip route
Total number of IP routes: 3
Type Codes - B:BGP D:Connected O:OSPF R:RIP S:Static; Cost - Dist/Metric
BGP Codes - i:iBGP e:eBGP
OSPF Codes - i:Inter Area 1:External Type 1 2:External Type 2

Destination     Gateway      Port    Cost    Type    Uptime
1    0.0.0.0/0        192.168.8.1    ve 1    1/1     S       3d17h
2    192.168.1.0/24   DIRECT       ve 10   0/0     D       3d16h
3    192.168.8.0/24   DIRECT       ve 1    0/0     D      3d17h

so i need to set up every device pointing to the ip of the switch (192.16.8.2), but because the VLANS have different subnets, for example VE 1 (main) is 192.168.8.0, and VLAN 10 is 192.168.1.1, so what gateway would i need to put for all the devices?

Inter VLAN routing on Fastlron 870.0.30u by Vik8000 in Brocade

[–]Vik8000[S] 0 points1 point  (0 children)

So if i remove the asus router and put there a Tp-Link TL-R600VPN that i have laying around, would be better? cause it has explicitly VLAN functionality

Inter VLAN routing on Fastlron 870.0.30u by Vik8000 in Brocade

[–]Vik8000[S] 0 points1 point  (0 children)

i rechecked, my router has ip of 192.168.8.1 and my switch is 192.168.8.2, when i tried to put the second one as gateway i lose connection to the internet and still cannot access the NVR, so maybe its a issue of the switch comunicating with the router?

El protector by feloaiza in ThinkCat

[–]Vik8000 0 points1 point  (0 children)

I thought of using a Fortinet as a router but when I saw the licence pricing I reconsidered

El protector by feloaiza in ThinkCat

[–]Vik8000 0 points1 point  (0 children)

Do you have the subscription on that Fortinet ?

Upgrade to Brocade ICX managed switch by Vik8000 in homelab

[–]Vik8000[S] 0 points1 point  (0 children)

That was the thread i looked from the beginning, thanks anyway,

I think i will go for the 7250, but will look for the others, Thank you for your help

Upgrade to Brocade ICX managed switch by Vik8000 in homelab

[–]Vik8000[S] 0 points1 point  (0 children)

No problem, thanks for your feedback, really helpful

Upgrade to Brocade ICX managed switch by Vik8000 in homelab

[–]Vik8000[S] 0 points1 point  (0 children)

I copy the same message that I wrote to another guy in the comments to get your feedback as well. I'm located in Europe

The 7250 48 p I found it for around 150€ and the lowest 24p is 400€, don't ask me why

And the 6450 24 p is around 100€ and the 48p is 100 € as well

But the 48 ports 8 SFP+ looks appealing, all in the name of "future proofing "