Spyke

Posts

turkey·Turkey 🇹🇷bymuhyb

Yeni yasayla beraber gog.com banlandı mı?

Bildiğiniz üzere yeni yasayla beraber belli bir kullanıcı sayısı üzerinde olan siteler artık Türkiye'de temsilci bulundurmak zorunda. Bir süredir gog.com üzerinde alışveriş yapamıyorum ve defalarca hem kendileriyle hem banka müşteri hizmetleriyle görüştüm ve sonunda bugün müşteri hizmetlerinden birisi bana GOG'un ban listesinde yer aldığını ve oradan alışveriş yapılamayacağını söyledi. Bunu bile söylemiyorlardı.

Sizde de durum böyle midir? Yoksa Vakıfbank devlet bankası olduğundan GOG'a shadowban mı attılar? Başka hesabım olmadığı için deneyemiyorum açıkçası. Zaten mümkün mertebe kredi kartı bile kullanmayan birisiyim. Steam'de böyle bir sorun yok.

View original on programming.dev
gog·GOGbymuhyb

Final Fantasy on GOG

Out of many games, Final Fantasy titles were the least of my expectations to see on GOG. If you know Square Enix, you surely understand.

Anyway, this is a great day for DRM-free. 4 of the FF titles are finally here. Hopefully these are baby steps from Square Enix.

https://www.gog.com/en/promo/final_fantasyOpen linkView original on programming.dev
android·Androidbymuhyb

[Solved] Can I dirty-install "MicroG for LineageOS" ROM over regular LineageOS?

I have a Redmi Note 9 (merlinx) and currently have LineageOS 20 (which is the last official ROM). It's generally fine but I have some problems with a couple apps, so I need MicroG to fix this. I don't want to go bunch of hoops to install it on my current system if possible. Would dirty-installing the same ROM with MicroG pre-installed applicable? Or do I need a clean install if I want to go that way?

Edit: It seems it's not so feasible. I guess I'll just do clean install.

Edit 2: I did dirty install and everything works fine.

View original on programming.dev

How do I save my display config on KDE?

And preferably run it as single.sh and dual.sh when I need whichever. It's a Wayland session.

(Otherwise I'd have to manually arrange them every time I plug/unplug one of them.)

Edit: I also would like to do this without unplugging. Currently, when I disable/enable a monitor, its geometry gets reset.

Edit 2: Unplugging/plugging works, no idea why it didn't work before. However I still would like to do this via scripts because setting monitor setup from super+P also resets the geometry.

View original on programming.dev
linux·Linuxbymuhyb

How to solve wi-fi problem on Macbook Air mid 2013?

cross-posted from: https://programming.dev/post/38558693

We have a Macbook Air mid 2013 and no matter what distro I tried, making wi-fi work was pain due to Broadcom drivers and not having ethernet port. Basically had to install the drivers via phone tethering.

However, probably because of the drivers, there are certain problems like disconnecting out of blue or really slow connection or cannot reconnect unless reboot the PC.

So I want to ask, if you have this Macbook and have Linux installed, which distro you're using it with? How is it?

Recently I installed Bazzite on a home computer and printers, Xbox controller, iPhone connection, everything the owners need worked out of the box. I'm wondering, would it also work fine with this Macbook too?


Edit: I added these to a blocklist, which I created here >> /etc/modprobe.d/broadcom-wl.conf

This is for BCM4360 adapter.

blacklist b43
blacklist b43legacy
blacklist bcm43xx
blacklist bcma
blacklist brcm80211
blacklist brcmfmac
blacklist brcmsmac
blacklist ssb

For now, it seems fine but need more time to see if the problems are actually gone. At least the reception issue is gone I guess.


Edit 2: Installed LMDE, which wi-fi was working even on live ISO. However, same problems also present here. It has dkms version of the driver but I don't sense any difference. Same connection drops, same random slowness.

Also found this thread. It describes my issues, but sadly no replies.


Edit 3: Currently experimenting with iwd since I found out this thread from Reddit, surprisingly not deleted, yet.

I installed iwd, disabled NetworkManager, enabled iwd.

sudo systemctl stop NetworkManager
sudo systemctl disable NetworkManager
sudo systemctl start iwd
sudo systemctl enable iwd

Put these on /etc/iwd/main.conf.

[Scan]
DisablePeriodicScan=true
[DriverQuirks]
DefaultInterface=wl
[General]
EnableNetworkConfiguration=true
[Rank]
BandModifier5Ghz=9.0 

Though I didn't add BandModifier since we don't have 5Ghz anyway.

Then edited /etc/resolv.conf.

nameserver 192.168.1.3 #pi-hole IP

Also installed iwgtk to manage iwd with UI.

Seems fine so far, will edit again if it's good or not.


Edit 4: It's... better. Not the ultimate solution though. Slowings on network speed still happen. At least disabling/re-enabling wi-fi fixes the issue. With broadcom-wl driver, it needed Macbook to restart. That's an improvement I guess.

View original on programming.dev
linux·Linuxbymuhyb

How to solve wi-fi problem on Macbook Air mid 2013?

We have a Macbook Air mid 2013 and no matter what distro I tried, making wi-fi work was pain due to Broadcom drivers and not having ethernet port. Basically had to install the drivers via phone tethering.

However, probably because of the drivers, there are certain problems like disconnecting out of blue or really slow connection or cannot reconnect unless reboot the PC.

So I want to ask, if you have this Macbook and have Linux installed, which distro you're using it with? How is it?

Recently I installed Bazzite on a home computer and printers, Xbox controller, iPhone connection, everything the owners need worked out of the box. I'm wondering, would it also work fine with this Macbook too?


Edit: I added these to a blocklist, which I created here >> /etc/modprobe.d/broadcom-wl.conf

This is for BCM4360 adapter.

blacklist b43
blacklist b43legacy
blacklist bcm43xx
blacklist bcma
blacklist brcm80211
blacklist brcmfmac
blacklist brcmsmac
blacklist ssb

For now, it seems fine but need more time to see if the problems are actually gone. At least the reception issue is gone I guess.


Edit 2: Installed LMDE, which wi-fi was working even on live ISO. However, same problems also present here. It has dkms version of the driver but I don't sense any difference. Same connection drops, same random slowness.

Also found this thread. It describes my issues, but sadly no replies.


Edit 3: Currently experimenting with iwd since I found out this thread from Reddit, surprisingly not deleted, yet.

I installed iwd, disabled NetworkManager, enabled iwd.

sudo systemctl stop NetworkManager
sudo systemctl disable NetworkManager
sudo systemctl start iwd
sudo systemctl enable iwd

Put these on /etc/iwd/main.conf.

[Scan]
DisablePeriodicScan=true
[DriverQuirks]
DefaultInterface=wl
[General]
EnableNetworkConfiguration=true
[Rank]
BandModifier5Ghz=9.0 

Though I didn't add BandModifier since we don't have 5Ghz anyway.

Then edited /etc/resolv.conf.

nameserver 192.168.1.3 #pi-hole IP

Also installed iwgtk to manage iwd with UI.

Seems fine so far, will edit again if it's good or not.


Edit 4: It's... better. Not the ultimate solution though. Slowings on network speed still happen. At least disabling/re-enabling wi-fi fixes the issue. With broadcom-wl driver, it needed Macbook to restart. That's an improvement I guess.

View original on programming.dev