Clint Bollywood
Clint Bollywood
UBUniversal Blue
Created by Clint Bollywood on 2/17/2025 in #🛟bazzite-help
startup scripts?
I'm hoping at least for now that I don't have to go much deeper than this 🤣
48 replies
UBUniversal Blue
Created by Clint Bollywood on 2/17/2025 in #🛟bazzite-help
startup scripts?
That makes a lot of sense I'm not sure why I didn't think of it earlier. Oh well, I've learned something new today. As confusing as this linux journey is, I'm loving the challenge 🤣
48 replies
UBUniversal Blue
Created by Clint Bollywood on 2/17/2025 in #🛟bazzite-help
startup scripts?
I managed to get it working this morning to my surprise lol. I created a service in /etc/systemd/system, removed all the sudo commands from my script and added a 3 second sleep timer. That didn't work and threw an error that access was denied to the script directory. I changed the location of my script from /home/kyle/scripts/startup/ to /usr/local/bin/ and that worked once I updated the service file to match. Thanks for all your help in figuring it out!!
48 replies
UBUniversal Blue
Created by Clint Bollywood on 2/17/2025 in #🛟bazzite-help
startup scripts?
Thanks for all the help so far
48 replies
UBUniversal Blue
Created by Clint Bollywood on 2/17/2025 in #🛟bazzite-help
startup scripts?
No worries, I'll try again tomorrow and report back, hopefully that will fix it 🤣
48 replies
UBUniversal Blue
Created by Clint Bollywood on 2/17/2025 in #🛟bazzite-help
startup scripts?
Usb-wake-fix could not be found It's a .unit file, should I make it a .service file instead?
48 replies
UBUniversal Blue
Created by Clint Bollywood on 2/17/2025 in #🛟bazzite-help
startup scripts?
#!/bin/bash sleep 10 chmod 666 /sys/bus/usb/devices/1-7.2/power/wakeup echo "disabled" > /sys/bus/usb/devices/1-7.2/power/wakeup #disables keyboard usb wakeup chmod 644 /sys/bus/usb/devices/1-7.2/power/wakeup chmod 666 /sys/bus/usb/devices/1-13.4/power/wakeup echo "disabled" > /sys/bus/usb/devices/1-13.4/power/wakeup #disables mouse usb wakeup chmod 644 /sys/bus/usb/devices/1-13.4/power/wakeup chmod 666 /sys/bus/usb/devices/1-13.1/power/wakeup echo "enabled" > /sys/bus/usb/devices/1-13.1/power/wakeup #enables bluetooth usb wakeup chmod 644 /sys/bus/usb/devices/1-13.1/power/wakeup
48 replies
UBUniversal Blue
Created by Clint Bollywood on 2/17/2025 in #🛟bazzite-help
startup scripts?
I'll send it as soon as I get back to my pc
48 replies
UBUniversal Blue
Created by Clint Bollywood on 2/17/2025 in #🛟bazzite-help
startup scripts?
I also removed sudo from each command in the script and added a 10 second sleep command just in case it was being overwritten
48 replies
UBUniversal Blue
Created by Clint Bollywood on 2/17/2025 in #🛟bazzite-help
startup scripts?
I've attempted this with both multi-user and default, running from /etc/systemd/system/usb-wake-fix.unit but neither have worked when booting up. Is there no other way to set the USB wakeup state per device? I'm at a loss for why the script doesnt run
48 replies
UBUniversal Blue
Created by Clint Bollywood on 2/17/2025 in #🛟bazzite-help
startup scripts?
When I previously tried the systemd method, I used a .service file and used systemctl enable --now file path Is a .unit file different?
48 replies
UBUniversal Blue
Created by Clint Bollywood on 2/17/2025 in #🛟bazzite-help
startup scripts?
I'll try this when I next get chance, thank you!!
48 replies
UBUniversal Blue
Created by Clint Bollywood on 2/17/2025 in #🛟bazzite-help
startup scripts?
Didn't mean to type the / at the end on my message, the / isn't there on the script
48 replies
UBUniversal Blue
Created by Clint Bollywood on 2/17/2025 in #🛟bazzite-help
startup scripts?
The first line of the script is #!/bin/bash/ and I haveade it executable with chmod +x followed by the path to the script. I currently have the script added to steam and when I run it from there it works and sets the right wakeup values so the script is working
48 replies
UBUniversal Blue
Created by Clint Bollywood on 2/17/2025 in #🛟bazzite-help
startup scripts?
When I created the script I added #!/bin/bash to the first line if that's what you mean?
48 replies
UBUniversal Blue
Created by Clint Bollywood on 2/17/2025 in #🛟bazzite-help
startup scripts?
Is that within the script itself? Or the autostart settings? I'm very new to Linux apologies if that's a simple question
48 replies
UBUniversal Blue
Created by Clint Bollywood on 2/17/2025 in #🛟bazzite-help
startup scripts?
How do I make sure the script is executing with bash using the autostart function?
48 replies
UBUniversal Blue
Created by Clint Bollywood on 2/17/2025 in #🛟bazzite-help
startup scripts?
No luck with this, whenever I restart, the autostart tab in settings just says "Not yet autostarted" next to my script. I have attempted to run it as a program which created a .desktop file in the autostart directory, but this also didn't work. I recreated the original script within the autostart directory too. For clarification I'm using KDE not Gnome.
48 replies