Skip Navigation
techsupport

techsupport

  • EndeavourOS freezing during boot process. Any idea on how to proceed?

    I have EndeavourOS installed on my X200S. When I power it on it gets past "Welcome to EndeavourOS" but gets stuck around

    > Starting Bluetooth service...

    Or

    > Starting Network Manager...

    I believe it got stuck on a few other spots previously but I can't recall where. The "Drive in use" indicator light stops flashing at this point. At that point the only option as far as I can tell is to press the power button.

    I can boot from a USB drive without any issues.

    I had updated my computer but I believe I was believe I did a successful reboot after that.

    Any suggestions? I can't seem to find a solution online. A lot of the support pages end with them giving up and reinstalling EndeavourOS.

    2
  • How do I disable permanent delete for PCloud and flash drive (Windows 10)

    I primarily use external drives (USB flash drives) and cloud storage (PCloud) for active file management and storage but unfortunately the default file delete action is a permanent delete and not a send-to-recycle bin and I have scoured the internet looking for a way to change the delete settings but they only tell you how to permanently delete files. So to prevent future disaster, is there a way to make sure I don't delete things from at least my flash drive, since I believe PCloud has a backup feature.

    1
  • 1tb drive showing up as 237gb after cloning

    I was cloning my moms 237gb ssd to her new 1tb ssd on her windows 11 S computer using clonezilla and after booting into the 1tb drive it is showing up as 237gb. So I took out my live usb with gparted only to find out the partition used to store the data was indeed taking up 1tb. Is the a reason why it is not showing up as 1tb. Here are the options I choose to clone the drive if that helps. I also have some screenshots as well.

    Screenshots

    File Explorer

    Windows Disk Management

    GParted

    Clonezilla Steps I took

    1. device to device

    2. Expert mode

    3. disk to local disk

    4. Chose my soure and target drive

    5. Left everything at default

    6. skiped disk checking

    7. -k1 Create partition table proportionally

    8
  • Is it a good idea to get a high wattage phone charging brick and standard USB C cord to use for a laptop charger?

    My laptop charges with USB C, so when the standard charger broke, I just used the USB out port from an EcoFlow battery. The display on the battery said the laptop pulled 25-30 watts while charging. So, why can't I use just any USB brick that can output more than 30 watts?

    Is there something that is bound to go wrong that I don't know about?

    Are laptop chargers really that special?

    (Edited for clarity)

    18
  • Recent strange android headphone problems - Tentatively Fixed

    I use wired earbuds. Last week, I started noticing issues with my current pair on my android phone. The first issue was that the audio would disconnect if the headphones cord going into the jack was slightly moved. The issue seemed to progress, whereby audio disconnects happened more commonly. Eventually, the headphone issue started changing tracks in Tidal (the headphones do not have a next track button) all by itself and launching the google music app and playing songs in it.

    I assumed my earbuds were at fault, but the same earbuds perform fine in my laptop and other earbuds experience the same issue in my phone.

    Restarting the phone temporarily removes this issue, but it seems to start up again the longer the phone is on.

    Has anyone else experience this? Does anyone know what's going on and how I can fix this? Did an update get pushed to my phone that's intended to brick earbuds?

    Edit: Thanks to everyone for their helpful suggestions and comments ☺️!

    6
  • ASUS Vivobook 15 Pro KC3500 Motherboard Issues - Anyone Experienced This?

    Hi everyone,

    I’m experiencing some frustrating issues with my ASUS Vivobook 15 Pro K3500PC and I'm wondering if anyone else has come across similar problems.

    A few days ago, my laptop was working fine, but after a 30-minute trip home, it wouldn’t turn on. I tried charging it, but the LED indicator didn’t light up. After some research, I found a suggestion to hold the power button for about 40 seconds to turn it on. Surprisingly, it worked!

    However, when I tried to adjust the brightness, the indicator showed it was increasing, but the screen brightness remained the same. I seemed to stay at the lowest level. At least it was working, but a few hours later, I went to get some coffee, and when I came back, it was off again with no charging indicator.

    To add to the frustration, my warranty expired a few months ago. I took it to the repair shop I usually go to, and they informed me that there’s an issue with the motherboard.

    Has anyone else experienced these power and brightness issues with their ASUS Vivobook 15 Pro K3500PC? Any suggestions or advice would be greatly appreciated!

    Thanks!

    0
  • Best external drive for Shield Pro?

    Hi,

    Can anyone give some recommendations for an external storage for Nvidia Shield Pro (USB 3.0)?

    Requirements:

    • Reliability (so it won't die on me in a few years or won't start having issues with the data on it)

    • Fast (it's for the purpose of storing and playing videos, including 4K)

    • Size 8-10TB

    • Price up to ~ $255 (unless it's extremely worth it to go a little above that)

    Thanks in advance.

    1
  • Creating a home cloud storage network?

    Hello! I am interested in creating my own cloud storage network, but I have to idea how to even start it. It's just for myself, mainly pictures and videos. Ideally what I would like to do is be able to manually and/or automatically upload pictures and videos from my phone to my home cloud storage. I have Xfinity as my service provider. What is the cheapest and simplest way to achieve this?

    8
  • General questions about LVM2 and RAID

    Hi all! I recently built a cold storage server with three 1TB drives configured in RAID5 with LVM2. This is my first time working with LVM, so I'm a little bit overwhelmed by all its different commands. I have some questions:

    1. How do I verify that none of the drives are failing? This is easy in case of a catastrophic drive failure (running lvchange -ay <volume group> will yell at you that it can't find a drive), but what about subtler cases?
    2. Do I ever need to manually resync logical volumes? Will LVM ever "ask" me to resync logical volumes in cases other than drive failure?
    3. Is there any periodic maintenance that I should do on the array, like running some sort of health check?
    4. Does my setup prevent me from data rot? What happens if a random bit flips on one of the hard drives? Will LVM be able to detect and correct it? Do I need to scan manually for data rot?
    5. LVM keeps yelling at me that it can't find dmeventd. From what I understand, dmeventd doesn't do anything by itself, it's just a framework for different plugins. This is a cold storage server, meaning that I will only boot it up every once in a while, so I would rather perform all maintenance manually instead of delegating it to a daemon. Is it okay to not install dmeventd?
    6. Do I need to monitor SMART status manually, or does LVM do that automatically? If I have to do it manually, is there a command/script that will just tell me "yep, all good" or "nope, a drive is failing" as opposed to the somewhat overwhelming output of smartctl -a?
    7. Do I need to run SMART self-tests periodically? How often? Long test or short test? Offline or online?
    8. The boot drive is an SSD separate from the raid array. Does LVM keep any configuration on the boot drive that I should back up?

    Just to be extra clear: I'm not using mdadm. /proc/mdstat lists no active devices. I'm using the built-in raid5 feature in lvm2. I'm running the latest version of Alpine Linux, if that makes a difference.

    Anyway, any help is greatly appreciated!

    ---

    How I created the array: ``` pvcreate /dev/sda /dev/sdb /dev/sdc vgcreate myvg /dev/sda /dev/sdb /dev/sdc

    pvresize /dev/sda pvresize /dev/sdb pvresize /dev/sdc

    lvcreate --type raid5 -L 50G -n vol1 myvg lvcreate --type raid5 -L 300G -n vol2 myvg lvcreate --type raid5 -l +100%FREE -n vol3 myvg ```

    For education purposes, I also simulated a catastrophic drive failure by zeroing out one of the drives. My procedure to repair the array was as follows, which seemed to work correctly: pvcreate /dev/sda vgextend myvg /dev/sda vgreduce --remove --force myvg lvconvert --repair myvg/vol1 lvconvert --repair myvg/vol2 lvconvert --repair myvg/vol3

    0
  • Monitor High Pitch Noise

    Just got a high refresh rate monitor (PG248QP) and it makes this high pitched noise when I set it to 500hz. Anyone else have this problem with this or other high refresh rate monitors?

    1
  • Is there some way to make bluetooth only auto connect if it isn't paired yet; but then stop so it doesn't just randomly switch devices?

    I have my phone set to remember my car, my wife's car, and a pair of bluetooth headphones. When it's within range of one of them, it connects and all is well.... until it detects another one, then it changes to that.

    On the way home from work yesterday, I passed my wife on the interstate. Didn't notice her car, but did notice my music suddenly stop... oh well; not gonna futz with bluetooth when I'm driving... guess it'll just be quiet for the rest of the trip.

    Couple minutes later, it comes back. Yay!

    Make it home, and as I'm getting out of the car, the wife pulls up, so I wait for her and we're chatting our way back to the apartment. She mentions her car randomly started playing heavy metal on the way home for a minute, then stopped. Now the gears are turning - I ask if it was around the area when mine went silent, and yup! I was a couple lanes over, but my phone detected her car and ditched mine to connect to it.

    I've noticed it auto-hop from my car to my headphones or vice versa before, but car to car is a new one.

    It's really annoying... and seems like the kind of thing that should be a check box in the settings, but I got nothing.

    Phone is a Google Pixel 8 if that helps.

    I'd really like it to connect when it comes in range of a recognized device ONLY if it's not already connected to another device...

    Am I just stupid? This seems super basic...

    6
  • Oculus PC app setup crashes before launching, making installation impossible

    (Event log details at the end) Trying to run OculusSetup.exe from the Meta website seems to be impossible on my home PC, as the installer hard crashes before any UI is even shown.

    As expected, Meta support is completely and utterly fucking worthless. All they know how to do is email you the basic instructions already on their worthless ass website.

    I am running Windows 10 x64 Home, and can be bothered to provide further tech specs if someone provides a specific reason for needing them. I also have Avast AV installed, but completely uninstalling and rebooting made absolutely no difference in outcome or error output.

    No, I am not open to reinstalling Windows.

    Running the installer results in 3 administrative error events :

    1. .NET Runtime
    spoiler

    Log Name: Application Source: .NET Runtime Date: 7/2/2024 2:26:29 AM Event ID: 1026 Task Category: None Level: Error Keywords: Classic User: N/A Computer: ---- Description: Application: OculusSetup.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.ArithmeticException

    Exception Info: System.OverflowException at System.Windows.Media.Imaging.ColorConvertedBitmap.FinalizeCreation() at System.Windows.Media.Imaging.ColorConvertedBitmap..ctor(System.Windows.Media.Imaging.BitmapSource, System.Windows.Media.ColorContext, System.Windows.Media.ColorContext, System.Windows.Media.PixelFormat) at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation() at System.Windows.Media.Imaging.BitmapImage.EndInit() at System.Windows.Media.Imaging.BitmapImage..ctor(System.Uri, System.Net.Cache.RequestCachePolicy) at Daybreak.Gooey.SleekImage..ctor(System.Uri) at Dawn.Gooey.DawnWindow.OnLoaded(System.Object, System.Windows.RoutedEventArgs) at System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs) at System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean) at System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs) at System.Windows.UIElement.RaiseEvent(System.Windows.RoutedEventArgs) at System.Windows.BroadcastEventHelper.BroadcastEvent(System.Windows.DependencyObject, System.Windows.RoutedEvent) at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(System.Object) at MS.Internal.LoadedOrUnloadedOperation.DoWork() at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks() at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks() at System.Windows.Media.MediaContext.RenderMessageHandlerCore(System.Object) at System.Windows.Media.MediaContext.RenderMessageHandler(System.Object) at System.Windows.Media.MediaContext.Resize(System.Windows.Media.ICompositionTarget) at System.Windows.Interop.HwndTarget.OnResize() at System.Windows.Interop.HwndTarget.HandleMessage(MS.Internal.Interop.WindowMessage, IntPtr, IntPtr) at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)

    Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name=".NET Runtime" /> <EventID Qualifiers="0">1026</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2024-07-02T08:26:29.5208066Z" /> <EventRecordID>79576</EventRecordID> <Correlation /> <Execution ProcessID="0" ThreadID="0" /> <Channel>Application</Channel> <Computer>----</Computer> <Security /> </System> <EventData> <Data>Application: OculusSetup.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.ArithmeticException

    Exception Info: System.OverflowException at System.Windows.Media.Imaging.ColorConvertedBitmap.FinalizeCreation() at System.Windows.Media.Imaging.ColorConvertedBitmap..ctor(System.Windows.Media.Imaging.BitmapSource, System.Windows.Media.ColorContext, System.Windows.Media.ColorContext, System.Windows.Media.PixelFormat) at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation() at System.Windows.Media.Imaging.BitmapImage.EndInit() at System.Windows.Media.Imaging.BitmapImage..ctor(System.Uri, System.Net.Cache.RequestCachePolicy) at Daybreak.Gooey.SleekImage..ctor(System.Uri) at Dawn.Gooey.DawnWindow.OnLoaded(System.Object, System.Windows.RoutedEventArgs) at System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs) at System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean) at System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs) at System.Windows.UIElement.RaiseEvent(System.Windows.RoutedEventArgs) at System.Windows.BroadcastEventHelper.BroadcastEvent(System.Windows.DependencyObject, System.Windows.RoutedEvent) at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(System.Object) at MS.Internal.LoadedOrUnloadedOperation.DoWork() at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks() at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks() at System.Windows.Media.MediaContext.RenderMessageHandlerCore(System.Object) at System.Windows.Media.MediaContext.RenderMessageHandler(System.Object) at System.Windows.Media.MediaContext.Resize(System.Windows.Media.ICompositionTarget) at System.Windows.Interop.HwndTarget.OnResize() at System.Windows.Interop.HwndTarget.HandleMessage(MS.Internal.Interop.WindowMessage, IntPtr, IntPtr) at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)

    </Data> </EventData> </Event>

    1. Application Error 1
    spoiler

    Log Name: Application Source: Application Error Date: 7/2/2024 2:26:29 AM Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/A Computer: ---- Description: Faulting application name: OculusSetup.exe, version: 1.97.0.0, time stamp: 0x6632b1c5 Faulting module name: KERNELBASE.dll, version: 10.0.19041.4597, time stamp: 0xe77e2ab7 Exception code: 0xe0434352 Fault offset: 0x00140b92 Faulting process id: 0x2e28 Faulting application start time: 0x01dacc597bd3d92d Faulting application path: C:\Users\---\AppData\Local\Temp\OculusSetup-4a1e1d83-cbde-43f4-b781-b2517c0be2a3\OculusSetup.exe Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll Report Id: 2d236814-9329-4595-a463-331f921c2a4c Faulting package full name: Faulting package-relative application ID: Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Application Error" /> <EventID Qualifiers="0">1000</EventID> <Version>0</Version> <Level>2</Level> <Task>100</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2024-07-02T08:26:29.7018055Z" /> <EventRecordID>79577</EventRecordID> <Correlation /> <Execution ProcessID="0" ThreadID="0" /> <Channel>Application</Channel> <Computer>----</Computer> <Security /> </System> <EventData> <Data>OculusSetup.exe</Data> <Data>1.97.0.0</Data> <Data>6632b1c5</Data> <Data>KERNELBASE.dll</Data> <Data>10.0.19041.4597</Data> <Data>e77e2ab7</Data> <Data>e0434352</Data> <Data>00140b92</Data> <Data>2e28</Data> <Data>01dacc597bd3d92d</Data> <Data>C:\Users\---\AppData\Local\Temp\OculusSetup-4a1e1d83-cbde-43f4-b781-b2517c0be2a3\OculusSetup.exe</Data> <Data>C:\WINDOWS\System32\KERNELBASE.dll</Data> <Data>2d236814-9329-4595-a463-331f921c2a4c</Data> <Data> </Data> <Data> </Data> </EventData> </Event>

    1. Application Error 2
    spoiler

    Log Name: Application Source: Application Error Date: 7/2/2024 2:26:33 AM Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/A Computer: ---- Description: Faulting application name: OculusSetup.exe, version: 1.97.0.0, time stamp: 0x6632b1c5 Faulting module name: KERNELBASE.dll, version: 10.0.19041.4597, time stamp: 0xe77e2ab7 Exception code: 0xc000041d Fault offset: 0x00140b92 Faulting process id: 0x2e28 Faulting application start time: 0x01dacc597bd3d92d Faulting application path: C:\Users\---\AppData\Local\Temp\OculusSetup-4a1e1d83-cbde-43f4-b781-b2517c0be2a3\OculusSetup.exe Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll Report Id: e9a29fe3-f6d3-4e50-afa8-56100a08f8e7 Faulting package full name: Faulting package-relative application ID: Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Application Error" /> <EventID Qualifiers="0">1000</EventID> <Version>0</Version> <Level>2</Level> <Task>100</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2024-07-02T08:26:33.1126243Z" /> <EventRecordID>79580</EventRecordID> <Correlation /> <Execution ProcessID="0" ThreadID="0" /> <Channel>Application</Channel> <Computer>----</Computer> <Security /> </System> <EventData> <Data>OculusSetup.exe</Data> <Data>1.97.0.0</Data> <Data>6632b1c5</Data> <Data>KERNELBASE.dll</Data> <Data>10.0.19041.4597</Data> <Data>e77e2ab7</Data> <Data>c000041d</Data> <Data>00140b92</Data> <Data>2e28</Data> <Data>01dacc597bd3d92d</Data> <Data>C:\Users\---\AppData\Local\Temp\OculusSetup-4a1e1d83-cbde-43f4-b781-b2517c0be2a3\OculusSetup.exe</Data> <Data>C:\WINDOWS\System32\KERNELBASE.dll</Data> <Data>e9a29fe3-f6d3-4e50-afa8-56100a08f8e7</Data> <Data> </Data> <Data> </Data> </EventData> </Event>

    .

    PS, if the only thing you can think of is "HURR JUST WIPE YOUR DRIVE AND DO A CLEAN OS INSTALL", fuck yourself with a pitchfork or I'll fucking find you and do it myself. That's reddit shit and you know it

    UPDATE I'm seeing a lot of references to KERNELBASE.dll, as well as some kind of image drawing/color issue that I don't understand. If anyone has any ideas about those, I'd appreciate it

    UPDATE 2 Found a log from the Oculus app its self in my appdata. Main take away so far is this line:

    "System.OverflowException: The image data generated an overflow during processing. ---> System.ArithmeticException: Overflow or underflow in the arithmetic operation".

    I remember looking up an exception code earlier and something came up about trying to divide by zero. Anyone have a clue here? It almost sounds to me like the Meta people just can't fucking code to save their lives (or careers, which I'm not to confident in right now).

    5
  • Windows Users Can't Seem to Blame Windows For Its Own Problems (clip from Destination Linux 179) - by Michael Tunnell (TuxDigital), Published on June 10, 2020

    This video is from four years ago, but it still true to this date:

    Windows Users Can't Seem to Blame Windows For Its Own Problems (clip from Destination Linux 179) - by Michael Tunnell (TuxDigital), Published on June 10, 2020

    https://www.youtube.com/watch?v=4p_jezxzGKk

    I still can't believe that there are so many users, as far as I've seen in Reddit, trying to fix the unfixable in Windows.

    TechSupport Subreddit: https://www.reddit.com/r/techsupport/new/

    7
  • How might I go about either rotating one mirrored display but not the other, or setting up a second display such that the mouse does not move over the edge and must be switched with a hotkey or such?

    I know this seems like two unrelated questions, so let me explain why I would like to do one of these two things: I recently got a drawing pen tablet with a display, which works fine, except that I am left handed, and my wrist keeps hitting the side buttons. The driver allows me to flip the pen inputs, but not the actual display, it just works as a regular monitor in that regard and relies on the windows settings (windows 11 in my case).

    Now, I can flip it if I set it to extend my main monitor, however, I would like to be able to see what I am doing on either monitor, so I would prefer it to mirror my main monitor, just rotated 180 degrees. Some googling suggests that windows does not allow you to do this, except for a glitch involving changing the settings to extend and then back to duplicate, which I cannot manage to achieve. Does anyone know any workaround, or some extra software or such, that would allow me to do this?

    Alternatively, if this cannot be done by any means, I would rather not use the extend function as is as I also often play games where moving the mouse to the edge of the screen moves the map around, and so would rather my mouse stay at an edge when reached instead of moving to the next monitor, ideally with some sort of hotkey to toggle what monitor the mouse is on. Is there a way I might achieve something like this?

    EDIT: turns out this was all unnecessary, because the tablet itself has an option to do this rotation, its just in a part of the on-board display settings I didnt see before, isnt accessible from the driver UI that Ive seen, and wasnt mentioned on the tutorials that I found on the manufacturer's site that suggested windows had be used to control that rotation. Thanks anyways to everyone that tried to help me while I spent hours searching for a workaround needlessly.

    6
  • Can't access webserver from WAN after Opnsense upgrade

    I finally decided to upgrade my opnsense box after a couple of years of deferring and, in the heat of the moment, forgot to double-check I had configuration backups. After the upgrade to OPNsense 24.1.8-amd64 (FreeBSD 13.2-RELEASE-p11), there were some issues with LAN clients accessing the WAN that I solved by resetting to default settings. (I have not modified much, so it’s somewhat trivial to add back aliases and rules.)

    Now, however, I am facing a problem where port forwarded services do not work. I am running Nginx Proxy Manager to handle the various web services on my LAN and the setup has served me well for years. I have made no changes to Nginx PM, to my port forwarding rules (see below), or to the individual services and their boxes. Put simply, everything was working 100% without issue until I foolishly upgraded.

    Firewall: NAT: Port Forward

    I suspect the issue is a double NAT issue with my godawful BGW320-505 gateway. I have had this configured to IP passthrough mode without issue for years. But, after the Opnsense upgrade (and defaults), I did notice that my interfaces display what looks to be an upstream-gateway assigned IP address. Previously, my upstream WAN gateway was the IP address of the BGW320-505 box.

    IP passthrough mode

    System: Gateways: Configuration

    Interfaces

    Despite all of the above, there seems to be some weird DNS issue/NAT issue. The strongest example I’ve uncovered of this is, from my LAN directly accessing my WAN IP. While this should show me my http-facing webserver, the request times out for a while then eventually resolves to a 404 page but–and this is the bizarre part–not before appending :440 (my webgui port for Opnsense) to the WAN IP in the address bar. (Note that this does not occur when accessing my direct IP address from exterior to the network.) I’m hoping that is the key to solving this but, after more than 15 hours spent researching this and trying various solutions available on forums/reddit/etc., I have not found anything to work.

    Please help!

    1
  • Animated GIFs in Lemmy Thumbnails/Icons – Disable/Block?

    Call me old-fashioned, but I think 86MB is an obscenely large size for an image thumbnail. Would rather not have these automatically download as I'm on a limited data plan. Wish I had the option to substitute a static image for the thumbnail.

    I realize that post may be entirely appropriate for the community to which it was submitted, but have seen plenty of animated avatar icons, etc. and just find that sort of thing distracting and would like to disable or block them if possible. Using Firefox and already running a script blocker with allowances for Lemmy server instances.

    3
  • RX 550 or 560 (D), which one would be a better pair for the i5-3470?

    which one wold pair up better, less bottleneck and all that, a bottleneck calculator said the 560 works better, can i trust it? Is there any other gpus i should consider? (Small budget, Brazil is complicated)

    (I use linux, if that changes something)

    3
  • Audio output jack does nothing, only bluetooth works (Windows 11)

    Ever since I installed an SSD and fixed my monitor, all forms of audio stopped working in my computer except for bluetooth devices. I've tried everything you can find with searching "site:reddit.com" but I've found nothing helpful. Please help, I'll try to answer any questions for more information.

    10
  • What's computer architecture?

    Is it a physical structure of the chip or is it programming? Because how can linux ARM run on a device that used to run windows x86?

    5
  • Laptop screen remains off after sleep on graphical session

    Hi guys! Hope this is the appropriate place to ask this question, but here it goes.

    I have a Dell Inspiron 7520 laptop with integrated Intel and ATI graphics.

    Recently I've installed Debian 12 on it, using Plasma.

    Everything is fine and dandy, but there's a problem; when the system comes back from sleep, or I boot up the PC with the lid closed down, the screen never comes back. The system is running, but there is no screen.

    Also, it's not just a blank screen, it does not get power, no backlight, no image on the screen if I shine a flashlight onto it and look hard.

    Interrestingly, if I switch sessions to any ttys, the screen comes back and the terminal session displays fine. If I Alt+F7 back to the graphical session, the screen turns off again.

    In theory, every graphics driver should be installed, I have non-free-firmware in my sources.list, all the packages that the Debian documentation mentions are installed.

    Don't know, if relevant, but same on both X11 and Wayland.

    Any ideas?

    Thanks, guys :)

    Some specs of the machine:

    • CPU: Intel Core i7 (3rd Gen) 3612QM / 2.1 GHz
    • GPU: Intel HD Graphics 4000 + AMD Radeon HD 7730M (switchable*)
    • RAM: 16GB**

    *: Not sure this switchable thingamajig works, tho. Haven't really tested, the only purpose of this machine is to start OBS and begin outputting video on NDI.

    **: Though 16GB is not really supported on paper I guess and had some really funky issues before, not sure what was the real purpose, the system is rock solid since the last few OS installs.

    0
  • how do i move 1 singular jam from jamboard to lucidspark?

    it keeps looping in an infinite loop when i log in, even if i disable access it would begin the log in loop again, any way to fix it? also, not a issue with the browser engine. ( i mean google log in loop)

    0
  • How to block this annoying toggle in uBlock Origin?

    I'm not sure if this is a good place to ask this, but I couldnt find any active uBlock Origin -communities here. Please delete if this is inappropriate to ask.

    This blog has an annoying dark mode toggle, that keeps following the page as you scroll. I have tried to block it by uBlock Origins picker tool, but it only allows selecting the little flame image, creating a filter:

    "acoup.blog##.darkmode-toggle"

    Yet there remains a partly transparent, unselectable round artifact after this, that keeps following the page like the toggle.

    I know I can disable javascript on the page to make it go away, but its tedious to do it every time.

    Any tips how to block that annoying little toggle?

    10
  • Problems with UUSBrain.dll

    I'm not sure when this actually started, but it's been mildly annoying. I'm not able to find any results online about what causes it, or how to fix it.

    In the case of the screenshot, it appears when I click the "Health" tab of Wintoys. This error also sometimes shows up when opening the Settings app, and every time I launch Forza Horizon 5. The error always shows 3 times, one after another, then as far as I can tell nothing else happens.

    From my research it has something to do with updating, but I'm not sure why it tries to load it in Horizon 5.

    Steps I've taken (not in this specific order)

    • Tried every built in file system/windows error checker (found no errors)

    • Tried copying over an "older" version of the DLL from a previous update stack (required SYSTEM permissions, so didn't press further)

    • Tried repairing using Windows Installation Media ("couldn't repair")

    • Tried updating windows (no luck)

    I'm trying here because I'm hoping maybe there are some helpful anecdotes that might be able to fix it! I am using a Ryzen 7 5800X, just in case this is caused by an incompatibility that I don't know about. I can provide more specs/information if needed :)

    Edit: reformatted the steps I took, since it looks like it turned into a big wall of text (at least on Sync)

    Edit 2: added the edit text 🤫

    3
  • How do I extract a movie from a DVD?

    I got a bunch of DVDs my local library was getting rid of and there are a few very obscure ones that I would like to archive. However I am unsure how to get the data from the DVD into a shareable format what’s the easiest way to do this? Thanks!

    19
  • Bluetooth Support Service Startup Type keeps changing to Disabled and Bluetooth User Service keep stopping on their own randomly

    I use Windows 10 22H2 on desktop with an Orico Bluetooth dongle. A few days ago I tested a Baseus Bluetooth dongle for my brother, ever since then, these services start having issues. I tried borrowing it back but the same thing still happens. I uninstalled both dongles drivers and reinstall only the Orico one but that didn't fix anything. I even tried changing the value in regedit to automatic but the services don't start on their own and stop after a while. Blue Support Service even straight up Disabled even though the value in regedit doesn't change Windows Troubleshoot says that it's fixed but it didn't do anything. I've tried updating Windows but I've getting error for months.

    I even bought another dongle from a different brand and the problem still there. Is there a way to fix this? I have 2TB of data in the C drive and have no way to back it up so I don't want to reinstall Window.

    0
  • Strange hard crashes on Windows 11

    So I have a fresh Windows 11 install on my PC; I did it to attempt to fix another issue I was having, but it turns out that was due to faulty RAM. Since I’ve been on the fresh install though, I've been encountering hard crashes that I can’t diagnose.

    I’ve installed drivers (Chipset, CPU, GPU)

    Updated my SSD firmware (though not on my boot drive or for my hard drives)

    Updated BIOS

    Reset CMOS

    Have my GPU running stock and very well-cooled

    I do have XMP enabled, as well as PBO on my 5900X. There was no issue with these for the year+ I was on my old Windows 11 install, or on Windows 10 before that, and I’d really prefer to leave these on since I game on this computer.

    I leave my computer running with the monitors off most of the time, since it also functions as a Plex server. Recently I’ve been leaving the screens on, and caught a DPC_Watchdog_Violation blue screen which had evidently hard-crashed once it reached 100%. A post from Tom’s Hardware recommended going into Control Panel to install “Standard SATA AHCI Controller” for my SSDs, which I did, but I’m still getting the hard crashing.

    I’m at a bit of a loss here; the only real common factor is that my displays are turned off when the hard crashes occur. I left them on all day yesterday with no issue, turned them off through the night, turn them back on the today, still with no issue, and then had a hard crash this afternoon during the 1 hour period I had them switched off. Also, this issue has never occurred while I’ve been using my PC, and it seems to happen at random intervals.

    I’ve had issues with hard crashes in the past related to GPU temps and messing with the GPU voltage, or playing with CPU voltage, but never something like this. This didn’t happen while I was using my PC like this on the previous Windows install.

    EDIT: Did 2 runs with memtest (all tests selected) and it passed both times. Also ran OCCT with the more demanding workload, and again no crashes

    EDIT 2: I finally found a solution. Having tried a ton of different fixes, nothing could make the problem go away, and it resembled previous issues I’d had when components weren’t getting enough voltage. Finally I found this post, and after changing the settings in BIOS (setting Power Supply Idle Control to “Typical”, and Global C-State control to “Off”), I’ve had no further issues.

    3
  • Win10) BSOD while running certain games

    (I know Linux is better than Windows, there's a better time and place for that talk)

    SPECS: OS: Windows 10 Pro N Motherboard: MSI MPG B550 Gaming Plus CPU: AMD Ryzen 9 5900X GPU: NVidia GeForce RTX 4060 Ti RAM: 4x HyperX Fury DDR4 8GB sticks (two rated for one clock speed, the other two rated for another. As I understand it the faster sticks will just run at the speed of the lower two, and it deffo ain't causing issues cause I've tested games with just one pair or the other. Both gave me crashes)

    Minidump file: https://www.mediafire.com/file/g34xykxagp29246/050524-8937-01.dmp/file

    Simply put, built a custom Windows machine and it gives me BSODs on many more recent games. Deep Rock Galactic, crashes within seconds to minutes of actual gameplay (not including the hub). Remnant: From the Ashes, crashes within minutes on the overworld. Starfield, crashes within minutes to two hours. Blood West, crashes within five minutes of gameplay. Helldivers 2 works fine ingame, but once I quit the game it blue screens within seconds of returning to the desktop.

    I've reinstalled drivers. I've disabled sound drivers. I've popped the computer open and reseated everything at least two or three times so far. RAM was tested using MemTest86, no issues at all. CPU temps tend not to exceed anything higher than the 70-75 range ingame (hot, but my processor is rated for up to 90 Celsius). I've reapplied thermal paste four times. I'm on my third install of Windows so far, with this being the Pro N version rather than the Pro version I tried the first two installs. I've had a bit of a go at googling the highlighted files in the Minidump file, but at this point I'm all but giving up. If the Internet can't fix this shit, I'll just sell the components or machine at a loss and stick with an older gaming laptop.

    6
  • Does YouTube Takeout work for you guys?

    Youtube takeout has given me empty null files.. Please help!

    0
  • External monitor has intermittent signal and flashes black unless I disable it in device manager

    I bought a new external monitor recently and have had the issue of an intermittent display signal

    Disabling the monitor in device manager fixes the issue and the monitor works fine when disabled so it's highly likely its some weird software issue but I'd like to find a proper fix for it

    I am able to get it to have constant display signal by chance sometimes without disabling the display in device manager but turning off the external display brings back the issue when I turn it back on and it reconnects

    OS: Windows 11

    Display: Lenovo G27QC-30 with Lenovo's drivers installed *have tried with Microsoft drivers and run into the same issue

    Have already tried uninstalling and reinstalling monitor on device manager and reinstalling drivers and that hasn't fixed the issue

    Also have already tried using display driver uninstaller to clean install graphics drivers

    Edit:

    the events tab in windows device manager for the monitor properties does show this error sometimes:

    Device not started (monitor)

    Device DISPLAY\LEN66F4\5&3287afbc&1&UID4352 had a problem starting.

    Driver Name: oem64.inf Class Guid: {4d36e96e-e325-11ce-bfc1-08002be10318} Service: monitor Lower Filters: Upper Filters: Problem: 0x0 Problem Status: 0xC00000E5

    !

    Edit 2:

    The monitor will work fine once if i restart my laptop but disabling and re=enabling in device manager causes the problem

    18
  • Disable Zero RPM on RX 7900 xtx on Linux

    Hi all!

    I have an RX 7900 xtx AMD graphics card and by default it is enabled. In windows it is easy enough to disable through the adrenaline software but there is no such thing on Linux.

    So far I've tried with both corectrl (1.3.11) and lact (0.5.4) and with lact i have been able to edit the fan curve but that only takes effect after the threshold of the zero rpm, which is annoying.

    If it's of any help, my model is the sapphire vapor-X.

    Thanks in advanced!!

    3
  • Any keyword filters available that work. Userscript or extension.

    The only one I've found is this one, but it doesn't work. It only triggers if I open the keyword interface and save it after every page load. I don't know enough to fix it.

    2
  • My monitor has a headphone jack in the back. Can I use it only sometimes without having to plug/unplug it?

    I would occasionally like to use (wired) headphones, but 90% of the time I am fine with just hearing the audio that comes out of the crappy monitor speakers. If I plug the 3.5mm cable into the monitor's headphone jack (even without headphones attached), then no audio will come out of the speaker anymore.

    It is really cumbersome to plug and unplug the cable from the monitor, because I have to pull my desk away from the wall and bend upside down to even be able to see the port where I am supposed to plug it in.

    Is there some simple solution to this problem, or am I just stuck using one or the other? I have a small desk and don't really have room for external speakers.

    13
  • Is the Nvidia GPU Activity monitor app inaccurate?

    I have a laptop with both a dGPU and iGPU. when gaming i see the nvidia dGPU in use but the Activity Monitor remains "grey". If i open the app i see it lists the game is using the dGPU. At some point the Activity Monitor will switch from grey to colored to properly indicate that the dGPU is in use.

    Later, after I close the game the Activity Monitor will remain lit up, even though it's correctly showing no programs using the dGPU.

    Should i just accept that this app is pretty awful?

    0
  • Windows: remap caps to control (work computer)

    At work I have a Windows PC. I don't have much personal experience with Windows which is why I am asking.

    I want to remap the caps lock key to function as a control key. Ideally, on a per-user basis as sometimes other people use the workstation and I don't want to confuse them.

    • Was able to install Auto Hot Key. A test script worked. However I couldn't find working instructions about how to do this specific remapping. Example scripts I found seem to have some conflict between v1 and v2 of AH.

    • I don't have admin access however I could probably ask for something, but it would have to work immediately without a lot of fooling around. I will not be granted admin access to try a bunch of things til I find something that works.

    What's the best way?

    17
  • Windows Shares Inaccessible after Network Reconfiguration

    I recently encountered an error with my router that required a factory reset in order to fix. I figured since I was already resetting everything, I'd might as well reorganize my network. I switched from 192 to 10 based IPs. I got all my devices configured and everything connects to the internet fine, no hiccups anywhere, except when I try to access my Windows network shares using any device on the network. They worked prior to the reconfiguration, but I also did updates when rebooting the machines, so I don't know what the problem is. The errors I get are 0x80004005 (Unspecified error) when attempting to access \\10.0.1.{deviceIP} and 0x80070035 (The network path was not found.) when attempting to access \\{deviceName}. I've disabled all my firewalls, I've tried the registry changes, reconfiguring services, reconfiguring and even resetting network settings (including NetBIOS), and I'm out of ideas as to what the issue could be. The device shows up under Network on other devices, but attempting to access it hangs for a minute or two and then gives 0x80070035. FWIW, my network is configured to have 10.0.0.x be infrastructure (router and DNS), 10.0.1.x be personal devices (PCs, laptops, phones, anything I own, etc.), and 10.0.2.x is DHCP for visiting/guest devices or anything I can't configure myself.

    Any help is appreciated.

    8
  • win10/11 zip files... how to include empty folders?

    im trying to wrap up a minor process (small dir tree of crap) into a zip file for use by others, but microsoft has decided zips shouldnt include empty folders? wtf?

    has it always been this way?

    3
  • Briefly notified 2 new emails but actually 1

    Sorry for the title, didn’t know how to succinctly describe it. Here goes.

    I have my gmail set up in my iOS device using the default app. Whenever a new email comes in, the number of new emails in the inbox would appear very briefly appear as 2, instead of 1.

    After maybe a second or less, that number goes to 1, which is the correct number. It’s usually very quick so I don’t have a recording.

    Has anyone encountered this? Anyone knows why it happens?

    Thanks!

    2
  • Interesting and terrifying new hard drive sounds. ~12 sec in.

    No SMART warnings, no hitches in performance, no discernable vibration when the clicks are happening. I did just move the drives into an actual case from a Sabrent USB enclosure, I'm wondering if these sounds are normal and they were just muffled before. They are directly attached to a metal case now, and these clicks are audible in the next room over if it's quiet.

    3
  • I copied 2TB of data on an exfat disk from a dying Mac. Then on Windows this data is (almost) missing

    I have an old mac with a dying hfs hdd with failing SMART. I copied 2tb of data on an exfat drive but windows only sees only 3 directories and 80gb. Where's my other stuff? Now after I did that long copy session that lasted a whole day, the disk died from stress and the mac doesn't boot anymore. Even if it boots, i don't think the disk can last another full copy session...

    Testdisk can show the data, there's a way to tell windows that the files are there?

    10
  • MacBook pro freezes on log in and crashes

    I just got this Mac from my grandma because she said it wasn't working. It boots and lets me go into recovery mode but crashes in a similar way whenever a loading bar starts. I've tried booting every different way and cleared nvram. I didn't see any clearly visible damage on the logic board, and I'm willing to try any ideas as long as I can keep the price of fixing this under $100.

    27
10 Active users