The thing is like this: I have a windows laptop I use for work, and a Linux desktop machine. I have a single screen keyboard etc. and I switch between the two using a docking station. But, I wonder if there is a way for me to “cut the middle man” and just plug/unplug my linux machine.

I guess I can use a remote desktop solution approach on my laptop, but I wonder if there is a more “extreme” solution. Mostly since I have only one Ethernet port in my home office.

  • @jordanlund@lemmy.world
    link
    fedilink
    1620 days ago

    I guess I’m not understanding the question…

    You have a laptop connected to a docking station.

    You have linux PC connected to a monitor, keyboard, and mouse.

    You want to use the same monitor, keyboard and mouse on both machines? Switching between the two?

    The monitor is the easy part, lots of monitors have multiple inputs, so you put the Linux PC on one input and the laptop dock on the other. Switch video inputs using the buttons on the monitor.

    The keyboard and mouse would be tricky without a KVM switch. In theory, with a wireless keyboard and mouse, you could connect it to both machines, but you’d run the risk of using one and sending garbage data to the other if both were turned on at the same time.

    I’d just get a KVM, that’s what they’re there for.

    • a new sad meOP
      link
      fedilink
      320 days ago

      I have a docking station, or better said KVM, connected to the monitor, keyboard etc. Currently, I’m switching the KVM between the laptop and the desktop machine using a USB C. I wonder if there is a way for me to turn my desktop into a KVM.

      • @jordanlund@lemmy.world
        link
        fedilink
        1520 days ago

        Typicaly the way a KVM worls is you connect both computers to it, then a single monitor, keyboard and mouse.

        Flipping the switch on the KVM moves the keyboard and mouse input, and video output, from machine #1 to Machine #2.

  • @bloodfart@lemmy.ml
    link
    fedilink
    819 days ago

    Okay, I think I get it:

    Op has a Linux desktop with a usbc hub attached to it. The hub has all their shit plugged in so when they wanna use their laptop they just unplug the hub from the desktop and plug it into the laptop.

    Op wants to get rid of the hub and just plug their laptop into their desktop (or into the hub or something) and get access to the desktops resources like keyboard, mouse, monitor and Ethernet.

    Did I get that right?

    If so, You Can’t Do That.

    You actually can, but it’s a huge insane headache! Resource sharing that just works is a plan9 thing, not a windows or Linux thing.

    Some possible workarounds:

    Put the Ethernet on the hub. Get a usb network adapter with Linux and windows support and use that.

    Get a little Ethernet switch and a couple of wires instead and then you have Ethernet when you put the laptop on the desk.

    Get a little switch and some wires instead, and use something like barrier (the fork of synergy) for keyboard and mouse sharing.

  • arran 🇦🇺
    link
    fedilink
    819 days ago

    Some monitors like the Dell U4323qe have a KVM built in, the KVM does Ethernet too.

    • @Goun@lemmy.ml
      link
      fedilink
      219 days ago

      Wow, TIL. Would it allow for another screen to be connected to it? That’d be pretty cool.

      • arran 🇦🇺
        link
        fedilink
        319 days ago

        I have never tired Daisy Chaining but I hear it exists on some of the models not sure about the specific one I linked.

  • Possibly linux
    link
    fedilink
    English
    619 days ago

    Maybe I’m missing something but why can’t you use your computer as a computer?

    • a new sad meOP
      link
      fedilink
      118 days ago

      There’s a work computer and a home computer. I don’t want my work files ending up on my own computer (for confidentiality reasons) and I don’t want my porn viruses ending up on my work laptop.

  • @HamsterRage@lemmy.ca
    link
    fedilink
    519 days ago

    Deal with the ethernet port issue by purchasing a 5 port ethernet switch. Maybe the rest of your issues go away?

  • @seaQueue@lemmy.world
    link
    fedilink
    4
    edit-2
    19 days ago

    Why not just use something like Synergy so you can control both machines from the mouse+kb at your desktop? Just enable the software when you need to and you can move the mouse off the edge of the screen and onto the other machine as if it were a second monitor. That’s what I do with laptop + desktop setups. Get a small cheap Ethernet switch so you can plug both machines in.

    • trevor
      link
      English
      118 days ago

      Synergy doesn’t work with Wayland, sadly.

    • a new sad meOP
      link
      fedilink
      118 days ago

      There are two issues here:

      1. I have only one monitor
      2. I would like to avoid the risk of copying files between the computer
  • @Nibodhika@lemmy.world
    link
    fedilink
    319 days ago

    Not exactly what you’re asking but it could help.

    Say you want to always use your desktop as the main device. You would plug everything onto the desktop, and have the laptop only plugged into the monitor (this is easier if you have two monitors so you can make one of them be forever desktop and the other forever laptop, so you don’t have to keep switching the monitor inputs).

    You will install Barrier on both of them, then configure your desktop to be the server and the laptop to connect to it. So for example suppose you keep your laptop to the right of the main screen, if you configure this properly you will be able to move your mouse from your monitor (desktop) to the laptop screen and click and write there even though the mouse and keyboard are plugged onto the desktop.

    From there it’s a quick jump to having both plugged onto the same monitor and switching the input and moving the mouse right until it shows up.

    Now this is not perfect, but it lets you use both PCs without a KVM. But just so you know I used this for a couple of years and bought a KVM and have never looked back, so since you’re already using a KVM this might feel janky or slow, but give it a try.

  • a new sad meOP
    link
    fedilink
    117 days ago

    Yes, you got it right.

    Thanks for the answer, I suspected that this would be the case from the suggestions, but thanks for explaining.

    I saw that someone did that, but it’s too much of digging into his explanation for me to manage to do it.