Just found this in a box and according to some Googling, its TPD is 6.8w!!! Got Debian on there with LXDE but I don’t need another laptop. The big drawback is that it has a 32bit processor. It has a 100mbit network port, USB2.0, 2gb RAM and WiFi which isn’t working but is listed in ip -a

I’ve used it to add wireless capabilities to my ancient Brother laser printer but it was extremely slow ( 15 mins before a text page started printing, PER PAGE)

  • A_norny_mousse@feddit.org
    link
    fedilink
    English
    arrow-up
    27
    ·
    4 days ago
    • Basically anything a (low-spec) Raspberry pi can do
    • Music box

    BTW I’m pretty sure you can get the WiFi working.

    And for most use case you’ll want to get rid of the GUI. In Debian’s case, best to reinstall the so-called minimal or netinst image.

    • afk_strats@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      11
      ·
      4 days ago

      that’s a great idea re: music. i use a ton of Chromecast audios and, when Google “forgot to update the certs” I was SOL

      • haverholm@kbin.earth
        link
        fedilink
        arrow-up
        3
        ·
        3 days ago

        +1 re WiFi. As I recall, with older laptops you may have to dig around to find some WiFi drivers for Debian — but they’re most likely there, just not in the default repo.

        • poweruser@lemmy.sdf.org
          link
          fedilink
          English
          arrow-up
          6
          ·
          3 days ago

          In addition this was back when airlines had strong restrictions on wireless being used on planes, so many devices had physical switches to turn WiFi/Bluetooth off. Maybe it’s still turned off

        • irmadlad@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          3 days ago

          Can confirm. A lot of the old wifi drivers are missing from Debian 32 bit and OP will have to dig those up. I have an ancient Dell, 32 bit laptop I use when I am reading before bedtime. It didn’t have to be anything super nice, as I just read on that laptop. I installed Debian 32 bit, but the drivers were not available, and being as it was just barely a viable laptop that I’m trying to squeeze the last drops of usefulness out of it, I didn’t bother trying to find drivers. I dropped back and installed MX Linux. So, yeah, OP might need to do a little leg work.

  • muhyb@programming.dev
    link
    fedilink
    English
    arrow-up
    11
    ·
    3 days ago

    I have a netbook from 2011 and I use it as Pi-hole and Jellyfin. You can add a backup system as well. Just go with headless Debian, you’ll need every bit of CPU. Then you can just ssh into it and do everything like that.

  • Valmond@lemmy.world
    link
    fedilink
    English
    arrow-up
    9
    ·
    3 days ago

    A 100Mb connection is not that bad IMO. Lots of people doesn’t have a much better uplink speed.

  • the_wiz@feddit.org
    link
    fedilink
    English
    arrow-up
    10
    ·
    4 days ago

    What about a trip into the smol-web? Perhaps a Gopher or Gemini Server? A IRC Bouncer? Or enter the fascinating world of telnet BBS systems!

  • sj_zero@lotide.fbxl.net
    link
    fedilink
    arrow-up
    7
    ·
    3 days ago

    The n280 is specifically limited since it’s 32-bit, but low powered machines can be useful regardless. Two of the servers in my empire of dirt are atom d2550s, and I’m even able to run proxmox on them (since that model is 64-bit), but in terms of bare metal, they were able to run Matrix conduit, ejabbered, a nostr relay, and for a while my searx and yacy instances. (Though as I recall the cpus lack of instructions eventually stopped me from running searx on that hardware) I think I was even able to run invidious.

    If it’s just for you, it would surprise you how much you can do with a very small amount of CPU power.

    Another thing that a machine like that might be useful for is a jump box. You can just put a very light distribution on it, and make it accessible to the outside world and one way or the other (secured of course) so you can hop into it if you need to do any remote administration.

    The one thing that I found when I was using stuff that was particularly low powered is drive latency matters a lot. If you are using an SSD for storage, even much faster processors end up spending a lot of time sitting there waiting for the spinning hard drive to get to where it needs to be so you can be a lot more efficient with less CPU power.