Double-check address and port, what android version?

|
grazzolini 2022-08-10 17:17:50
il_muflone 2022-08-10 17:16:27
undefined symbol refers to an abi difference somewhere

so different binaries or different lookup paths

Yeah, I would be surprised if this isn’t a partial upgrade issue.

Papy95 2022-08-10 17:18:11
grazzolini 2022-08-10 17:12:36
Are you following the installation guide?

I’m using the same guide that I wrote for myself last install which worked just fine https://pastebin.com/6k0zxzNV

grazzolini 2022-08-10 17:21:13
Papy95 2022-08-10 17:18:11
I’m using the same guide that I wrote for myself last install which worked just fine https://pastebin.com/6k0zxzNV

Yeah, this kind of stuff tends to happen. Things change, your guide didn’t. I’m reading it, but it’s hard to tell if anything on it is wrong. My suggestion for you is to follow the installation guide.

Papy95 2022-08-10 17:22:18
I’m reading the guide now, its states Update the system clock
Use timedatectl(1) to ensure the system clock is accurate:

# timedatectl set-ntp true

Papy95 2022-08-10 17:22:32
but again I get the same error message
grazzolini 2022-08-10 17:23:47
Papy95 2022-08-10 17:22:18
I’m reading the guide now, its states Update the system clock
Use timedatectl(1) to ensure the system clock is accurate:

# timedatectl set-ntp true

You’re trying to do a lot of things during the installation that might not work well inside a chroot. I suggest you install arch and configure at minimum networking, and then after you boot the real system you proceed with the post installation guide, where you’d install xorg and everything else.

Papy95 2022-08-10 17:26:32
I understand, -though again, all worked last time) except, If I do most of my commands I can boot, but to a blank screen and no network to continue as systemctl enable NetworkManager doesn’t enable my network
grazzolini 2022-08-10 17:28:46
That depends a lot on what your GPU is, and what driver you’re using for it. Also, you’re heaving tearing only when playing videos, or on the entire Xorg session?
jonathn 2022-08-10 17:28:58
There are different methods depending on your GPU driver and compositor, e.g.

https://wiki.archlinux.org/title/Picom#Fullscreen_tearing

https://wiki.archlinux.org/title/Intel_graphics#Tearing

grazzolini 2022-08-10 17:29:39
Papy95 2022-08-10 17:26:32
I understand, -though again, all worked last time) except, If I do most of my commands I can boot, but to a blank screen and no network to continue as systemctl enable NetworkManager doesn’t enable my network

That would indicate you’re trying to use the wrong video driver. Again, this is why you shouldn’t try to do everything within the installation, don’t try to automatically start Xorg if you don’t even know if the configuration is correct.

Papy95 2022-08-10 17:31:33
that I’m fairly sure as very old card, and need to set up the changes that were done some months ago, I could probably get around that if I could just get the network up and running
Papy95 2022-08-10 17:32:12
I’ll keep on trying, it’s only a second setup to play with, I can replug in my main ssd
avenod 2022-08-10 17:45:31
new install arch in vbox, tor not work https://ibb.co/zXSz2CD
C0rn3j 2022-08-10 17:48:06
avenod 2022-08-10 17:45:31
new install arch in vbox, tor not work https://ibb.co/zXSz2CD

Read what’s on your screen then

grazzolini 2022-08-10 18:01:51
Then you should probably need a compositor
grazzolini 2022-08-10 18:02:42
it could. Also, what GPU is this?
grazzolini 2022-08-10 18:03:04
You shouldn’t have tearing with a nvidia
grazzolini 2022-08-10 18:06:18
lspci | grep -e VGA -e 3D -e Display
grazzolini 2022-08-10 18:07:38
I want the output
Ryoma123 2022-08-10 19:29:00
Guys, I can no longer use scrcpy wirelessly, yet until yesterday I could connect and use my mobile phone remotely
Ryoma123 2022-08-10 19:30:22
scrcpy –tcpip=192.168.****
scrcpy 1.24 <https://github.com/Genymobile/scrcpy>
INFO: Connecting to 192.168.****:****…
failed to connect to ‘192.168.1.****:****’: Connection refused
ERROR: Could not connect to 192.168.1.****:****
ERROR: Server connection failed
Peter 2022-08-10 19:35:11
Ryoma123 2022-08-10 19:30:22
scrcpy –tcpip=192.168.****
scrcpy 1.24 <https://github.com/Genymobile/scrcpy>
INFO: Connecting to 192.168.****:****…
failed to connect to ‘192.168.1.****:****’: Connection refused
ERROR: Could not connect to 192.168.1.****:****
ERROR: Server connection failed

Double-check address and port, what android version?

Ryoma123 2022-08-10 19:36:20
Peter 2022-08-10 19:35:11
Double-check address and port, what android version?

I have already double checked the address and port and my Android version is 7

Peter 2022-08-10 19:38:13
Ryoma123 2022-08-10 19:36:20
I have already double checked the address and port and my Android version is 7

Try using wired mode once, unplug and try again. I’ve had some issues way back when, but I just rooted the phone and shellscripted away :p

Ryoma123 2022-08-10 19:38:55
Peter 2022-08-10 19:38:13
Try using wired mode once, unplug and try again. I’ve had some issues way back when, but I just rooted the phone and shellscripted away :p

Already done and nothing changes

Peter 2022-08-10 19:40:49
Do you have adb binary installed? community/android-tools IIRC
Peter 2022-08-10 19:42:11
Peter 2022-08-10 19:40:49
Do you have adb binary installed? community/android-tools IIRC

If yes, try to adb tcpip [address]

Peter 2022-08-10 19:42:43
Peter 2022-08-10 19:42:11
If yes, try to adb tcpip [address]

Or adb connect [address]

Ryoma123 2022-08-10 19:53:08
Peter 2022-08-10 19:42:43
Or adb connect [address]

I have already tried it and the result was “Could not connect to ‘192.168. ***: ***’: Connection refused”

AntiMoane 2022-08-10 20:05:20
jonathn 2022-08-10 12:26:02
> sudo pacman -Rdd $(pacman -Qqdt)

-Rdd seems like a bad idea there… ?

if you explain me why I’m interested.

jonathn 2022-08-10 21:01:51
AntiMoane 2022-08-10 20:05:20
if you explain me why I’m interested.

Can you explain why -Rdd is needed?

AntiMoane 2022-08-10 21:02:51
jonathn 2022-08-10 21:01:51
Can you explain why -Rdd is needed?

-Rdd is for deleting those unused packages or dependencies without deleting others than the list given by -Qqdt

jonathn 2022-08-10 21:03:21
AntiMoane 2022-08-10 21:02:51
-Rdd is for deleting those unused packages or dependencies without deleting others than the list given by -Qqdt

So you’re breaking other package’s dependencies?

AntiMoane 2022-08-10 21:04:12
normally no, but if pacman only gives me a list of unused packages I want to be sure only those will be deleted
jonathn 2022-08-10 21:09:20
I still don’t understand why -Rdd is needed over -R, or what happens if the orphan package brought in other packages as direct dependencies.
|