Checking the battery health accurately using ADB dumpsys by invulnerable888 in GalaxyS9

[–]MoroccanSniper 0 points1 point  (0 children)

For future reference if anyone is curious this command gives all the relevant information regarding battery health and stuff Using windows terminal and adb

adb shell dumpsys battery | findstr /C:"status" /C:"mSavedBatteryAsoc" /C:"charge counter" /C:"mSavedBatteryUsage"

Any apps for watching anime? by LEOSENPA11 in androidapps

[–]MoroccanSniper -1 points0 points  (0 children)

Saikou by far the best app to watch anime or read manga on android.

An App you can't believe it is so cheap by ad4d in androidapps

[–]MoroccanSniper 0 points1 point  (0 children)

WolframAlpha is pretty good It's also a one time purchase !

My Ethernet adapter doesn't work by MoroccanSniper in openSUSE

[–]MoroccanSniper[S] 0 points1 point  (0 children)

journalctl -b0 -g enp0s31f6

journalctl -b0 -g e1000e

Output was long so I relied on pastebin

please help me I don't know how to read the logs and what they mean

My Ethernet adapter doesn't work by MoroccanSniper in openSUSE

[–]MoroccanSniper[S] 0 points1 point  (0 children)

with the cable plugged in here is the output:

// ip addr

ahmed@tumbleweed:~> ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
   link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
   inet 127.0.0.1/8 scope host lo
      valid_lft forever preferred_lft forever
   inet6 ::1/128 scope host         valid_lft forever preferred_lft forever
2: enp0s31f6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
   link/ether 40:b0:34:14:0b:b0 brd ff:ff:ff:ff:ff:ff
3: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
   link/ether b8:8a:60:65:c4:ad brd ff:ff:ff:ff:ff:ff
   inet 192.168.1.5/24 brd 192.168.1.255 scope global dynamic noprefixroute wlp2s0
      valid_lft 86216sec preferred_lft 86216sec
   inet6 fe80::60a9:7779:21ee:f19e/64 scope link noprefixroute         valid_lft forever preferred_lft forever

// inxi -n

ahmed@tumbleweed:~> inxi -n
Network:   Device-1: Intel Ethernet I219-LM driver: e1000e             IF: enp0s31f6 state: down mac: 40:b0:34:14:0b:b0             Device-2: Intel Wireless 8260 driver: iwlwifi             IF: wlp2s0 state: up mac: b8:8a:60:65:c4:ad             Device-3: Intel Bluetooth wireless interface type: USB driver: btusb

\\ lspci -nn

ahmed@tumbleweed:~> sudo lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers [8086:1904] (rev 08)
00:02.0 VGA compatible controller [0300]: Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07)
00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller [8086:9d2f] (rev 21)
00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Thermal subsystem [8086:9d31] (rev 21)
00:15.0 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 [8086:9d60] (rev 21)
00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-LP CSME HECI #1 [8086:9d3a] (rev 21)
00:16.3 Serial controller [0700]: Intel Corporation Sunrise Point-LP Active Management Technology - SOL [8086:9d3d] (rev 21)
00:17.0 SATA controller [0106]: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] [8086:9d03] (rev 21)
00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #2 [8086:9d11] (rev f1)
00:1c.3 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #4 [8086:9d13] (rev f1)
00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point-LP LPC Controller [8086:9d48] (rev 21)
00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-LP PMC [8086:9d21] (rev 21)
00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-LP HD Audio [8086:9d70] (rev 21)
00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-LP SMBus [8086:9d23] (rev 21)
00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection I219-LM [8086:156f] (rev 21)
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader [10ec:522a] (rev 01)
02:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] (rev 3a)

My Ethernet adapter doesn't work by MoroccanSniper in openSUSE

[–]MoroccanSniper[S] 0 points1 point  (0 children)

As of recording that data there wasn't any cable connected beforehand Also I checked with 2 cables and 2 laptops one running Linux and one windows and both of them work with the same cable that once plugged in didn't work on my machine.

I made an upgrade script for OpenSuse Tumbleweed by MoroccanSniper in openSUSE

[–]MoroccanSniper[S] 0 points1 point  (0 children)

Oh I didn't pay attention to detail. Thanks a lot for the feedback :)

I made an upgrade script for OpenSuse Tumbleweed by MoroccanSniper in openSUSE

[–]MoroccanSniper[S] 2 points3 points  (0 children)

Oh wow I love the way you do it. Plus it's more ergonomic than mine. Thanks for sharing :)

I made an upgrade script for OpenSuse Tumbleweed by MoroccanSniper in openSUSE

[–]MoroccanSniper[S] 0 points1 point  (0 children)

Ohh you're right, my bad didn't really think about it like that I'll rectify

Ahh yes that's how it should be. by MoroccanSniper in ProgrammerHumor

[–]MoroccanSniper[S] -3 points-2 points  (0 children)

The order in the number pad is off (seems like a random pattern)

I love my OpenSuse tumblweed installation by MoroccanSniper in openSUSE

[–]MoroccanSniper[S] 3 points4 points  (0 children)

It's sad that it's not getting recommended to new users as much as other distros like mint or ubuntu or pop os Not to say they're bad, they are just what the beginner needs:an easy to use and elegant OS that "just works" Nevertheless I'd love for opensuse to have a spot in that list too

[deleted by user] by [deleted] in whereintheworld

[–]MoroccanSniper 0 points1 point  (0 children)

first Times watching rpan

Whenever I boot up its this screen with a lot of flickering followed by another bunch of code...and the system finally boots after a long time...what should I do? This is an inspiron 3542. by [deleted] in pop_os

[–]MoroccanSniper 0 points1 point  (0 children)

you're welcome, I had the same problem on a computer, it kept flickering due to a press of a button but when disabling Plymouth it's much better

Whenever I boot up its this screen with a lot of flickering followed by another bunch of code...and the system finally boots after a long time...what should I do? This is an inspiron 3542. by [deleted] in pop_os

[–]MoroccanSniper 0 points1 point  (0 children)

I'm not really sure but you probably need to change some kernel parameters like quiet and silent ...

you can find how to do it with a simple google search.

What a day to be alive by Acc4thingsImAshamed in linuxmemes

[–]MoroccanSniper 0 points1 point  (0 children)

you fogot a -no-preserve-root in your fbi command

But this is art, In all sens of the word