home.social

#configurationdotnix — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #configurationdotnix, aggregated by home.social.

  1. Just in case it is of interest, the #Huawei #E3372 LTE USB #dongle #usbstick #cellularmodem works on a #Thinkpad #X230 under #nixos running #gnome. Details of #configurationdotnix in replies to this post. Credits: chatGPT iteratively....
    Important: use http://192.168.8.1 to set SIM pin manually after the device has been shown to be recognised and modeswitched using the checks:
    lsusb
    nmcli
    ls /dev/cdc-wdm*
    lsmod | grep cdc
    and importantly:
    usb_modeswitch --version
    returns a good output message

  2. Just in case it is of interest, the LTE USB works on a under running . Details of in replies to this post. Credits: chatGPT iteratively....
    Important: use http://192.168.8.1 to set SIM pin manually after the device has been shown to be recognised and modeswitched using the checks:
    lsusb
    nmcli
    ls /dev/cdc-wdm*
    lsmod | grep cdc
    and importantly:
    usb_modeswitch --version
    returns a good output message

  3. Just in case it is of interest, the #Huawei #E3372 LTE USB #dongle #usbstick #cellularmodem works on a #Thinkpad #X230 under #nixos running #gnome. Details of #configurationdotnix in replies to this post. Credits: chatGPT iteratively....
    Important: use http://192.168.8.1 to set SIM pin manually after the device has been shown to be recognised and modeswitched using the checks:
    lsusb
    nmcli
    ls /dev/cdc-wdm*
    lsmod | grep cdc
    and importantly:
    usb_modeswitch --version
    returns a good output message

  4. Just in case it is of interest, the #Huawei #E3372 LTE USB #dongle #usbstick #cellularmodem works on a #Thinkpad #X230 under #nixos running #gnome. Details of #configurationdotnix in replies to this post. Credits: chatGPT iteratively....
    Important: use http://192.168.8.1 to set SIM pin manually after the device has been shown to be recognised and modeswitched using the checks:
    lsusb
    nmcli
    ls /dev/cdc-wdm*
    lsmod | grep cdc
    and importantly:
    usb_modeswitch --version
    returns a good output message

  5. Just in case it is of interest, the #Huawei #E3372 LTE USB #dongle #usbstick #cellularmodem works on a #Thinkpad #X230 under #nixos running #gnome. Details of #configurationdotnix in replies to this post. Credits: chatGPT iteratively....
    Important: use http://192.168.8.1 to set SIM pin manually after the device has been shown to be recognised and modeswitched using the checks:
    lsusb
    nmcli
    ls /dev/cdc-wdm*
    lsmod | grep cdc
    and importantly:
    usb_modeswitch --version
    returns a good output message

  6. Running with or desktop on seems to require

    services.xserver.displayManager.gdm.wayland = false;

    in

    This was what told me, and the fix it worked.

    I used for the first time by following this nice video youtu.be/ACybVzRvDhs

  7. on
    0) Activate WiFi printing on printer (disables previous wired LAN connection, cannot have both)
    1) enter new of the printer by adapting the (IP address shown on printer settings screen & web browser dashboard expressvpnrouter.com)
    2) drag & drop printer into the so-called "group" "No VPN"
    3) enjoy printing

    Had set aside the whole afternoon 4 this but now can do the washing up instead.

  8. @whydoesnothingwork Thanks 🙏 Really good clear useful video of how modules are needed / used in with the to set ( etc. ) parameters using and for an application / providing a .

  9. @whydoesnothingwork Thanks 🙏 Really good clear useful video of how modules are needed / used in #nixos with the #configurationdotnix to set ( #port #ipaddress etc. ) parameters using #execstart and #systemd for an application / #package #clouddns providing a #service .

  10. @whydoesnothingwork Thanks 🙏 Really good clear useful video of how modules are needed / used in #nixos with the #configurationdotnix to set ( #port #ipaddress etc. ) parameters using #execstart and #systemd for an application / #package #clouddns providing a #service .

  11. @whydoesnothingwork Thanks 🙏 Really good clear useful video of how modules are needed / used in #nixos with the #configurationdotnix to set ( #port #ipaddress etc. ) parameters using #execstart and #systemd for an application / #package #clouddns providing a #service .

  12. @whydoesnothingwork Thanks 🙏 Really good clear useful video of how modules are needed / used in #nixos with the #configurationdotnix to set ( #port #ipaddress etc. ) parameters using #execstart and #systemd for an application / #package #clouddns providing a #service .

  13. @wentasah My solution after same and / or similar problems:
    use the following in my
    configuration.nix
    file:
     
    services.printing.enable = true;
    services.printing.drivers = [pkgs.brlaser];

    with additionally the lines in the image below:

    Complete configuration.nix is listed here
    pastebin.com/SCNv2c3h
    see lines 78-158

    feedback welcome !!

  14. After about 4 months running I had to fix the problems. After many hours fiddling & trying various fixes, the only way I got my local to work was to use the following in my
    configuration.nix
    file:

    services.printing.enable = true;
    services.printing.drivers = [pkgs.brlaser];

    with additionally the lines in the image below:

    Complete configuration.nix is listed here
    pastebin.com/SCNv2c3h
    see lines 78-158