You are not logged in.

#1 2020-09-01 01:27:36

shlyapa
Member
Registered: 2020-05-20
Posts: 33

[SOLVED] can't see tty after fresh install on macbook pro 11,2

it gets stuck on the boot log:

journalctl -b-1

http://ix.io/2vPm

if you search for login:auth, you can see there are login attempts when tty is hidden

i assumed it's graphics related and tried early KMS with i915.modeset=1 but no luck

lspci -k

http://ix.io/2vPH

/boot/loader/entries/arch.conf

http://ix.io/2vPK

/etc/fstab

http://ix.io/2vPL

any suggestions are appreciated.

Last edited by shlyapa (2020-09-03 14:51:09)

Offline

#2 2020-09-01 01:46:24

GaKu999
Member
From: US/Eastern
Registered: 2020-06-21
Posts: 696

Re: [SOLVED] can't see tty after fresh install on macbook pro 11,2

Very weird, have you tried with nomodeset?
Is this from a mac? It seems to be a mac.
Also have you done early KMS with i915 on the initramfs?
If so, remove it and rebuild your initramfs...

Btw once you fix this beware of an update, tally2 is deprecated and as soon as you update you will have pacnews to apply to login and auth.


My reposSome snippets

Heisenberg might have been here.

Offline

#3 2020-09-01 01:55:43

shlyapa
Member
Registered: 2020-05-20
Posts: 33

Re: [SOLVED] can't see tty after fresh install on macbook pro 11,2

GaKu999 wrote:

Very weird, have you tried with nomodeset?
Is this from a mac? It seems to be a mac.
Also have you done early KMS with i915 on the initramfs?
If so, remove it and rebuild your initramfs...

oh, thanks! nomodeset is for the win, didn't know that was an option.

and yes, that was a mac.

GaKu999 wrote:

Btw once you fix this beware of an update, tally2 is deprecated and as soon as you update you will have pacnews to apply to login and auth.

thanks!

Last edited by shlyapa (2020-09-01 01:56:25)

Offline

#4 2020-09-01 02:14:18

GaKu999
Member
From: US/Eastern
Registered: 2020-06-21
Posts: 696

Re: [SOLVED] can't see tty after fresh install on macbook pro 11,2

Nomodeset is not a permanent solution, it’s a workaround, but if that works then it’s an issue with i915 probably, and that still must be fixed...

Tho idk who’d to report in that case...

Also we still don’t know why i915 (if it’s indeed the culprit) is nuking the framebuffer...

Since it’s a mac, this should be good starting material, just in case it’s an already documented issue and there are more sane workarounds than just nuking KMS.

Last edited by GaKu999 (2020-09-01 02:27:41)


My reposSome snippets

Heisenberg might have been here.

Offline

#5 2020-09-01 07:16:21

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,731

Re: [SOLVED] can't see tty after fresh install on macbook pro 11,2

Also try to pass

i915.enable_fbc=0 i915.enable_psr=0

to the kernel parameters instead of "nomodeset"

Offline

#6 2020-09-02 00:01:49

shlyapa
Member
Registered: 2020-05-20
Posts: 33

Re: [SOLVED] can't see tty after fresh install on macbook pro 11,2

seth wrote:

Also try to pass

i915.enable_fbc=0 i915.enable_psr=0

to the kernel parameters instead of "nomodeset"

i tried to use those

1) if i have i915 in /etc/mkinitcpio.conf (with or without intel_agp in front of it) then everything stops with this:

:: running early hook [udev]
Starting version 246.3-1-arch

it can only boot with nomodeset

2) if i remove i915 from /etc/mkinitcpio.conf passing any kernel options makes it boot without tty (except nomodeset)

---

also after it boots with nomodeset i get an error printed on the screen after some time:

snd_hda_intel 0000:00:03.0: HSW/BDW HD-audio HDMI/DP requires binding with gfx driver

i guess that happens because of nomodeset, can it maybe affect i915?

Last edited by shlyapa (2020-09-02 00:09:46)

Offline

#7 2020-09-02 06:29:12

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,731

Re: [SOLVED] can't see tty after fresh install on macbook pro 11,2

Do you only edit /etc/mkinitcpio.conf  or do you also actually regenerate the initramfs?
Also (assuming it's still there) remove the "quiet" parameter.
If you setup a graphical.target (graphical DM) and remove "nomodeset", does that skip the TTY but ultimately get you a visible output on the DM?

Offline

#8 2020-09-02 17:15:52

shlyapa
Member
Registered: 2020-05-20
Posts: 33

Re: [SOLVED] can't see tty after fresh install on macbook pro 11,2

seth wrote:

Do you only edit /etc/mkinitcpio.conf  or do you also actually regenerate the initramfs?

i do regenerate it every time i edit /etc/mkinitcpio.conf

seth wrote:

Also (assuming it's still there) remove the "quiet" parameter.

i don't have it anymore

seth wrote:

If you setup a graphical.target (graphical DM) and remove "nomodeset", does that skip the TTY but ultimately get you a visible output on the DM?

i've just installed sddm (never used DM actually) but nothing changed (i saw it installed a bunch of X-related packages, just in case I didn't set up any of them)

journalctl log: http://ix.io/2vYd (i can see "Sep 02 10:03:36 taiga systemd[1]: Started Simple Desktop Display Manager.")

Last edited by shlyapa (2020-09-02 17:16:56)

Offline

#9 2020-09-03 01:51:37

shlyapa
Member
Registered: 2020-05-20
Posts: 33

Re: [SOLVED] can't see tty after fresh install on macbook pro 11,2

I just realized that the graphics card on this macbook pro which is Intel Iris Pro 5200 might not even be supported by xf86-video-intel and that people've been using fbdev driver

I guess my course of action would be to install X first and try it with fbdev

(I was hoping to try Wayland/sway instead of X)

Last edited by shlyapa (2020-09-03 01:53:27)

Offline

#10 2020-09-03 06:23:23

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,731

Re: [SOLVED] can't see tty after fresh install on macbook pro 11,2

There're no notable errors and the macbook should™ work "out of the box"
https://wiki.archlinux.org/index.php/Mi … om_kernels
https://wiki.archlinux.org/index.php/MacBookPro11,x

Did you have problems when instlling arch? Did you go for "nomodeset" then as well?
Try the LTS kernel.

Offline

#11 2020-09-03 14:50:55

shlyapa
Member
Registered: 2020-05-20
Posts: 33

Re: [SOLVED] can't see tty after fresh install on macbook pro 11,2

seth wrote:

Did you have problems when instlling arch? Did you go for "nomodeset" then as well?

you're absolutely right! I couldn't boot the latest iso due to a different error so I went for an older one which booted without nomodeset, but then after pacman -Syu I had to go nomodeset

seth wrote:

Try the LTS kernel.

yay, it works! thanks very much again for your help seth!

Offline

#12 2020-09-03 15:05:33

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,731

Re: [SOLVED] can't see tty after fresh install on macbook pro 11,2

Kernel regression, you should check whether it's fixed in a future kernel, otherwise raise a bug (because at some point this will hit the LTS kernel)

Offline

#13 2020-09-03 15:14:24

shlyapa
Member
Registered: 2020-05-20
Posts: 33

Re: [SOLVED] can't see tty after fresh install on macbook pro 11,2

thanks! would it be right to assume that the subsystem is device driver infrastructure? never filed a bug on linux kernel.

Offline

#14 2020-09-03 15:40:04

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,731

Re: [SOLVED] can't see tty after fresh install on macbook pro 11,2

https://bugs.freedesktop.org. Product: DRI. Component: DRM/Intel

Offline

#15 2020-09-03 16:37:53

shlyapa
Member
Registered: 2020-05-20
Posts: 33

Re: [SOLVED] can't see tty after fresh install on macbook pro 11,2

seth wrote:

https://bugs.freedesktop.org. Product: DRI. Component: DRM/Intel

appreciated!

Offline

Board footer

Powered by FluxBB