You are not logged in.

#26 2023-11-05 16:57:17

jojo06
Member
Registered: 2023-11-04
Posts: 299

Re: [SOLVED]Cant login with user

My HOOK Array: HOOKS=(base udev autodetect modconf keyboard keymap consolefont block filesystems fsck) << i deleted the kms but there wasnt any nouveau
Im unable to use DeepL so its reverso.net fault not mine. I was trying to translate the background-color of text. Highlight ?

Offline

#27 2023-11-05 17:52:25

loqs
Member
Registered: 2014-03-06
Posts: 18,604

Re: [SOLVED]Cant login with user

jojo06 wrote:

My HOOK Array: HOOKS=(base udev autodetect modconf keyboard keymap consolefont block filesystems fsck) << i deleted the kms but there wasnt any nouveau

Did you then regenerate the initramfs?

Offline

#28 2023-11-05 18:09:46

jojo06
Member
Registered: 2023-11-04
Posts: 299

Re: [SOLVED]Cant login with user

Yes, i did it with 'linux -p' and with -P for all. And reboot, still same.

Offline

#29 2023-11-05 18:33:19

loqs
Member
Registered: 2014-03-06
Posts: 18,604

Re: [SOLVED]Cant login with user

Please post an updated journal.

Offline

#30 2023-11-05 18:48:07

jojo06
Member
Registered: 2023-11-04
Posts: 299

Re: [SOLVED]Cant login with user

Sure, should i use grep "fail" or grep "Nov 05" or "Nvidia" ?

I was looking the "fail" tho:

(udev-worker)[259]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
dbus-daemon[426]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
/usr/lib/gdm-wayland-session[518]: dbus-daemon[518]: [session uid=120 pid=518] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
dbus-daemon[426]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
dbus-daemon[426]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
/usr/lib/gdm-x-session[5127]: _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed

Offline

#31 2023-11-05 18:50:08

loqs
Member
Registered: 2014-03-06
Posts: 18,604

Re: [SOLVED]Cant login with user

Please use the same command as in post #11.

Offline

#32 2023-11-05 18:54:03

jojo06
Member
Registered: 2023-11-04
Posts: 299

Re: [SOLVED]Cant login with user

Offline

#33 2023-11-05 19:48:53

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,475

Re: [SOLVED]Cant login with user

Nov 05 18:07:47 roses kernel: nouveau 0000:01:00.0: vgaarb: deactivate vga console
…
Nov 05 18:07:49 roses kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 235
Nov 05 18:07:49 roses kernel: NVRM: The NVIDIA probe routine was not called for 1 device(s).
Nov 05 18:07:49 roses kernel: NVRM: This can occur when a driver such as: 
                              NVRM: nouveau, rivafb, nvidiafb or rivatv 
                              NVRM: was loaded and obtained ownership of the NVIDIA device(s).
Nov 05 18:07:49 roses kernel: NVRM: Try unloading the conflicting kernel module (and/or
                              NVRM: reconfigure your kernel without the conflicting
                              NVRM: driver(s)), then try loading the NVIDIA kernel module
                              NVRM: again.
Nov 05 18:07:49 roses kernel: NVRM: No NVIDIA devices probed.

Nothing changed - nouveau is in the initramfs.

Im unable to use DeepL

Why? What's your native tongue?

What are the outputs of

lsblk -f
sudo mkinitcpio -P

Online

#34 2023-11-05 20:29:06

jojo06
Member
Registered: 2023-11-04
Posts: 299

Re: [SOLVED]Cant login with user

I told you; when i type in to the DeepL box, its not detecting, nothing happening. "Write something" still remain and its not translating. So i was using reverso.

lsblk -f :

NAME   FSTYPE FSVER LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
sda                                                                           
sdb                                                                           
├─sdb1 vfat   FAT32       E647-6FFE                               1.9G     3% /boot
├─sdb2 swap   1           8a06dd2d-8c4a-4b2b-9926-d43a3983e54a                [SWAP]
└─sdb3 ext4   1.0         201fd336-75ee-4609-8f99-4e766457e476  197.7G     7% /
sr0 

sudo mkinitcpio -P :

==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img --microcode /boot/intel-ucode.img
==> Starting build: '6.5.9-arch2-1'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect --microcode /boot/intel-ucode.img
==> Starting build: '6.5.9-arch2-1'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'wd719x'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
==> Image generation successful

Last edited by jojo06 (2023-11-05 20:59:48)

Offline

#35 2023-11-05 20:35:17

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,475

Re: [SOLVED]Cant login with user

├─sdb1 vfat   FAT32       E647-6FFE                               1.9G     3% /boot

but

Nov 05 18:07:47 roses kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=201fd336-75ee-4609-8f99-4e766457e476 rw loglevel=3 quiet

You're booting from the root partition - umount /boot
Edit #2: and then of course re-run mkinitcpio.

"Write something" still remain and its not translating.

IOW you've issues w/ your browser, likely your GPU driver.

Please also use [code][/code] tags. Edit your post in this regard.

Edit: you can eg. https://www.deepl.com/translator#es/en/arco

Last edited by seth (2023-11-05 21:00:29)

Online

#36 2023-11-05 21:07:06

jojo06
Member
Registered: 2023-11-04
Posts: 299

Re: [SOLVED]Cant login with user

Its same with that link too. I unmouted the /boot partition. How can i test its solved or not ?
Edit: I hope the problem about GPU because i like the Arch Web Browser.

Last edited by jojo06 (2023-11-05 21:09:58)

Offline

#37 2023-11-05 21:09:50

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,475

Re: [SOLVED]Cant login with user

seth wrote:

Edit #2: and then of course re-run mkinitcpio.

The journal will then show you no nvidia errors and no traces of nouveau anymore.

Online

#38 2023-11-05 21:18:43

jojo06
Member
Registered: 2023-11-04
Posts: 299

Re: [SOLVED]Cant login with user

I still have errors and traces of noveau:
http://0x0.st/Htu5.txt

Output of sudo mkinitcpio -P:

==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img --microcode /boot/intel-ucode.img
==> Starting build: '6.5.9-arch2-1'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect --microcode /boot/intel-ucode.img
==> Starting build: '6.5.9-arch2-1'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'wd719x'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
==> Image generation successful

Offline

#39 2023-11-05 21:21:10

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,475

Re: [SOLVED]Cant login with user

What you're supposed to do is

sudo umount /boot
sudo mkinitcpio -P
sudo reboot

Online

#40 2023-11-05 21:31:08

jojo06
Member
Registered: 2023-11-04
Posts: 299

Re: [SOLVED]Cant login with user

Still have some traces of nouveau but its about trying to load and it fails.
And some warnings about nvidia:

http://0x0.st/HtSr.txt

Offline

#41 2023-11-05 21:38:58

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,475

Re: [SOLVED]Cant login with user

No, nouveau is gone.
Enable https://wiki.archlinux.org/title/NVIDIA … de_setting but you're already running gnome-x11 on the nvidia driver.

Please tell me that your browser and deepl.com now works …

Online

#42 2023-11-05 22:44:33

jojo06
Member
Registered: 2023-11-04
Posts: 299

Re: [SOLVED]Cant login with user

seth wrote:

No, nouveau is gone.
Enable https://wiki.archlinux.org/title/NVIDIA … de_setting but you're already running gnome-x11 on the nvidia driver.

Please tell me that your browser and deepl.com now works …

Im sorry but i am not sure what to enable. I tried to run

If added to the initramfs, do not forget to run "mkinitcpio" every time there is a nvidia driver update.

mkinitcpio but didnt solved.
Do i need to create a 'pacman hook' conf file with the exact input ? If so, i did the the mkinitcpio with -P, without parameter. In the example it shows TARGET=linux, so what is my TARGET will be ? ALL ?

Offline

#43 2023-11-06 09:02:41

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,475

Re: [SOLVED]Cant login with user

I'll ask this one last time so we *might* get ahead here: What is your native tongue? The language you actually speak?

Online

#44 2023-11-06 13:17:14

jojo06
Member
Registered: 2023-11-04
Posts: 299

Re: [SOLVED]Cant login with user

seth wrote:

I'll ask this one last time so we *might* get ahead here: What is your native tongue? The language you actually speak?

I did not understand what help would be, but I am saying, I hope I will not be ban or a negative trail, allegation. Turkish

Offline

#45 2023-11-06 13:38:33

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,475

Re: [SOLVED]Cant login with user

You're supposed to add "nvidia_drm.modeset=1" to the kernel parameters, https://wiki.archlinux.org/title/Kernel_parameters
This does not require to rebuild the initramfs.
As for deepl.com, what browser are you using?
---
Çekirdek parametrelerine "nvidia_drm.modeset=1" eklemeniz gerekiyor, https://wiki.archlinux.org/title/Kernel_parameters
Bu, initramfs'in yeniden oluşturulmasını gerektirmez.
deepl.com'a gelince, hangi tarayıcıyı kullanıyorsunuz?

And there will be no repercussions because of your origin or native tongue.
Welcome to the west.
----
Ve kökeniniz ya da anadiliniz nedeniyle hiçbir tepki görmeyeceksiniz.
Batıya hoş geldiniz.

Online

#46 2023-11-06 14:33:09

jojo06
Member
Registered: 2023-11-04
Posts: 299

Re: [SOLVED]Cant login with user

I remembered that, I did it before. The problem is caused by, these are not listed in links you sent earlier.
Wiki that has not clearly stated which file path is in the last link. There are a few.
The file path I found from the internet coincides with GRUB, not kernel. I added GRUB_CMDLINE_LINUX="here" in /etc/default/grub I hope it's true.

grub-mkconfig -o /boot/grub/grub.cfg 
sudo update-grub

If i don't need that commands, im rebooting.
Arch, I use its own web browser. Epiphany, I loved it.

I'm glad to be here. Thank you.

Offline

#47 2023-11-06 15:06:03

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,475

Re: [SOLVED]Cant login with user

Please post an updated journal and try eg. chromium as browser.

Online

#48 2023-11-06 16:12:08

jojo06
Member
Registered: 2023-11-04
Posts: 299

Re: [SOLVED]Cant login with user

seth wrote:

Please post an updated journal and try eg. chromium as browser.

I can never use or use Chrome and Thorium. If there is a problem with Arch's Web browser. I can prefer Firefox.
But as I said, just the privacy and preventiveness provided by Epiphany, no cookies and no data about me made me dependent on Arch.
And I liked it like crazy. Please let's try to fix Arch Web. But if it is not subject, if it is not possible, I would not want to tire you too.
I tried paid vpn, + I used dns, Opera etc. none of them benefited.
But this simple Web browser turned into DuckDuckGo Web with my activation of a single button, it's amazing. Beat Youtube and Google

This is with Epiphany >> http://0x0.st/Ht_k.txt

But even when writing to reverso, there is a delay and a latency. When FPS falls below 25 like

Offline

#49 2023-11-06 19:24:45

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,475

Re: [SOLVED]Cant login with user

epiphany is NOT "Arch's Web browser" - it is a limited browser that comes with gnome, based on rather dated webkit code.
"Arch" doesn't have a browser, and it would probably by lynx.

Try firefox then, all browsers can fairly easily switch the default search engine, that's more related to your understanding of the english GUI…

Online

#50 2023-11-06 20:23:05

jojo06
Member
Registered: 2023-11-04
Posts: 299

Re: [SOLVED]Cant login with user

It looks fine. Videos are in high resoulition, no tearing, slow buffering or such.
I can jump over on a time stamps in video. No sound/auido problem.

If you dont see any error/warnings in the below journalctl i will mark as SOLVED:
http://0x0.st/Htf8.txt

Offline

Board footer

Powered by FluxBB