Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LO
Posts
5
Comments
35
Joined
4 mo. ago
  • The PSVita but I'm a GenZ so I haven't used any hardware before the PS2

    The Vita's first-party though are remarkable compared to other stuff releasing, it kinda felt like everyone wanted to port PS3 games and forgot to make games targeting the handheld itself, the community is making a great job though, you can run CUPHEAD AND HOLLOW KNIGHT on that tiny beast

  • Linux @lemmy.ml
    lonesomeCat @lemmy.ml

    Can I use BTRFS to keep seperate root and home while being able to format root while keeping home intact?

    I want to be able to format my system without formatting my home, I know I can keep them seperate partitions but I would prefer if I can have dynamic sizes of each, can I achieve that by creating a sub volume for each? Would I be able to distrohop without removing my home while keeping the sizes dynamic? I never sat up a BTRFS before so I'm clueless

    Linux @lemmy.ml
    lonesomeCat @lemmy.ml

    What bios settings do I need to change before installing Linux?

    So I got a new HP Victus 2023, and I want to install Fedora on it, it has an RTX 4050 and has win11 preinstalled, my last laptop was a 2014 Toshiba and I only had to disable secure boot for Linux to run, is there something else to disable before installing Fedora ? Maybe TPM?

  • Yes, it's listed in lsusb output.

    Here's svlogtail output

    2025-02-12T11:59:59.37471 kern.info: [ 8726.412768] usb 4-2: new full-speed USB device number 2 using uhci_hcd 2025-02-12T11:59:59.54085 kern.info: [ 8726.578922] usb 4-2: New USB device found, idVendor=045e, idProduct=0b12, bcdDevice= 5.09 2025-02-12T11:59:59.54125 kern.info: [ 8726.578957] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 2025-02-12T11:59:59.54147 kern.info: [ 8726.578974] usb 4-2: Product: Controller 2025-02-12T11:59:59.54125 kern.info: [ 8726.578957] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 2025-02-12T11:59:59.54147 kern.info: [ 8726.578974] usb 4-2: Product: Controller 2025-02-12T11:59:59.54164 kern.info: [ 8726.578986] usb 4-2: Manufacturer: Microsoft 2025-02-12T11:59:59.54191 kern.info: [ 8726.578997] usb 4-2: SerialNumber: 3039564C30313733323634323337 2025-02-12T11:59:59.54164 kern.info: [ 8726.578986] usb 4-2: Manufacturer: Microsoft 2025-02-12T11:59:59.54191 kern.info: [ 8726.578997] usb 4-2: SerialNumber: 3039564C30313733323634323337 2025-02-12T12:00:00.14687 user.info: Feb 12 15:00:00 mtp-probe: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:1d.2/usb4/4-2" 2025-02-12T12:00:00.15166 user.info: Feb 12 15:00:00 mtp-probe: bus: 4, device: 2 was not an MTP device 2025-02-12T12:00:00.58454 kern.warn: [ 8727.623272] xone_gip: loading out-of-tree module taints kernel. 2025-02-12T12:00:00.58477 kern.notice: [ 8727.623294] xone_gip: module verification failed: signature and/or required key missing - tainting kernel 2025-02-12T12:00:00.58454 kern.warn: [ 8727.623272] xone_gip: loading out-of-tree module taints kernel. 2025-02-12T12:00:00.58477 kern.notice: [ 8727.623294] xone_gip: module verification failed: signature and/or required key missing - tainting kernel 2025-02-12T12:00:00.58454 kern.warn: [ 8727.623272] xone_gip: loading out-of-tree module taints kernel. 2025-02-12T12:00:00.58477 kern.notice: [ 8727.623294] xone_gip: module verification failed: signature and/or required key missing - tainting kernel 2025-02-12T12:00:00.70751 kern.info: [ 8727.745802] usb 4-2: reset full-speed USB device number 2 using uhci_hcd 2025-02-12T12:00:00.86144 kern.info: [ 8727.896637] usbcore: registered new interface driver xone-wired 2025-02-12T12:00:00.88730 user.info: Feb 12 15:00:00 mtp-probe: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:1d.2/usb4/4-2" 2025-02-12T12:00:00.88984 user.info: Feb 12 15:00:00 mtp-probe: bus: 4, device: 2 was not an MTP device

  • Linux @lemmy.ml
    lonesomeCat @lemmy.ml

    Can't get Xbox controller to work with 32bit Void Linux via USB

    I've installed xone and xboxdrv.

    The controller vibrates on plug in but the LED stays off, if I hold down the Xbox button it boots in Bluetooth mode.

    Xboxdrv reports no controllers found.

    lsusb reports the controller and it has a file in /dev/js0 (or something similar).

    Update: there's no js file in /dev/input

    retroarch reports detection of Xbox controller on plug in.

    I added my user to input group.

    My system is up to date.

    I installed the system with the XFCE build.

    The controller works as intended on Arch, Windows and Android via USB and Bluetooth

    Update 2: I installed jstest-gtk and it's not detecting the controller at all

    Linux @lemmy.ml
    lonesomeCat @lemmy.ml

    Base installation voidlinux doesn't allow sudo in Xorg

    I installed LXDM and LightDM, I couldn't login from the DM in either cases, so I decided to run LXQt using startx which worked, except I couldn't sudo from the terminal emulator inside LXQt, while I was able to sudo normally in tty, I've tried enabling elogind, nothing changed, my user is in the wheel group and my system is up to date

    Programming @programming.dev
    lonesomeCat @lemmy.ml

    How do I post and store binary data correctly in Laravel?

    I have the following migration:

    (Schema::create('user_images',function(Blueprint $table){ $table->id(); $table->binary('image'); $table->unsignedBigInteger('user_id'); $table->foreign('user_id')->references('id')->on('users'); });)

    And the following corresponding model:

    `class UserImage extends Model { protected $fillable=[ 'image' ];

     undefined
            public function user():BelongsTo{
            return $this->belongsTo(User::class);
        }
    
      

    }`

    I am trying to create new UserImage records with UserImage::create but it is always failing, I am sending the image data using curl:

    curl -v -F image=@$1 $URL/api/users -H "Accept: application/json"

    I have tried so many things but I got different SQL-related errors, I am not sure how am I supposed to encode the image data to get them stored, I know that accessing $request->image returns only a temporary path of the image on the HDD.