Thanks for being so detailed!

On Thu, Dec 17, 2015 at 1:27 AM, Andreas Beckmann <a...@debian.org> wrote:

> Take a look at
> https://wiki.debian.org/KernelModesetting
>
> and try booting with "nomodeset"
>
> and maybe try disabling any graphics stuff in /etc/default/grub
> (needs running 'update-grub' after editing)
>

I included nomodeset on /etc/default/grub and updated grub afterwards. I
dont think I have any special configuration there (it doesnt show up while
running debsumbs -ce nor any other file that seems that might affect). I
attach my grub file nonetheless

This didnt do anything


>
>
> -------------------------------
>
>
> You can try to forcibly move the nouveau module away:
>
> dpkg-divert --rename
> /lib/modules/4.3.0-1-amd64/kernel/drivers/gpu/drm/nouveau/nouveau.ko
>
> (that's the "friendly" way, it tells apt about the rename, and apt will
> respect
> it on kernel upgrades (as long as it stays in the same path, i.e. until
> you upgrade to
> 4.4 or an ABI bump for 3.3 happens (the ABI version is the '1' in
> '4.3.0-1-amd64'))
>
> To undo this later on use
>
> dpkg-divert --remove --rename
> /lib/modules/4.3.0-1-amd64/kernel/drivers/gpu/drm/nouveau/nouveau.ko
>
>
> Then rebuild the initramfs (update-initramfs -u) just in case ...
> any maybe while rebooting you find something that complains that it cannot
> load the nouveau module
> Thereafter (hopefully) the nvidia module should be loadable.
>

This finally did it!

sddm always starts with a weird resolution and i dont see the user or
password boxes, but i enter my password blindly, press enters and it logins
with my usual resolutions (this might have to do with the fact that xrandr
showed a ghost vga-1 along with my other two dvi-0 and vga-0)

# journalctl -b and searching for nouveau showed nothing, but in tty1
outside the logs and before the login prompt I can read the text attached
in nolog.output

How that text scape the logs is a good question. I dont have or never had
raids... not sure why is giving the other error

as useless as it might be I also attach modules-load.service.log and
divert.output showing the output of

$ sudo journalctl -b -u systemd-modules-load.service (before the diversion)

and

$ update-initramfs -u (after the diversion)




I have no idea what is triggering nouveau to load. I am the only one having
this issue or is it more general? because I dont think I have many special
configurations


Thanks for your time!

Attachment: grub
Description: Binary data

Attachment: nolog.output
Description: Binary data

Attachment: divert.output
Description: Binary data

-- Logs begin at Wed 2015-04-29 10:00:43 CEST, end at Thu 2015-12-17 11:07:44 CET. --
Dec 17 11:06:21 tachikoma systemd-modules-load[301]: Inserted module 'lp'
Dec 17 11:06:21 tachikoma systemd-modules-load[301]: Inserted module 'ppdev'
Dec 17 11:06:21 tachikoma systemd-modules-load[301]: Inserted module 'parport_pc'
Dec 17 11:06:21 tachikoma systemd-modules-load[301]: Inserted module 'loop'
Dec 17 11:06:21 tachikoma systemd-modules-load[301]: modprobe: ERROR: could not insert 'nvidia_current': No such device
Dec 17 11:06:21 tachikoma systemd-modules-load[301]: Error running install command for nvidia
Dec 17 11:06:21 tachikoma systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Dec 17 11:06:21 tachikoma systemd[1]: Failed to start Load Kernel Modules.
Dec 17 11:06:21 tachikoma systemd[1]: systemd-modules-load.service: Unit entered failed state.
Dec 17 11:06:21 tachikoma systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Dec 17 11:06:22 tachikoma systemd[1]: Starting Load Kernel Modules...
Dec 17 11:06:22 tachikoma systemd-modules-load[619]: modprobe: ERROR: could not insert 'nvidia_current': No such device
Dec 17 11:06:22 tachikoma systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Dec 17 11:06:22 tachikoma systemd[1]: Failed to start Load Kernel Modules.
Dec 17 11:06:22 tachikoma systemd[1]: systemd-modules-load.service: Unit entered failed state.
Dec 17 11:06:22 tachikoma systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Dec 17 11:06:22 tachikoma systemd[1]: Starting Load Kernel Modules...
Dec 17 11:06:22 tachikoma systemd-modules-load[752]: modprobe: ERROR: could not insert 'nvidia_current': No such device
Dec 17 11:06:22 tachikoma systemd-modules-load[752]: Error running install command for nvidia
Dec 17 11:06:22 tachikoma systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Dec 17 11:06:22 tachikoma systemd[1]: Failed to start Load Kernel Modules.
Dec 17 11:06:22 tachikoma systemd[1]: systemd-modules-load.service: Unit entered failed state.
Dec 17 11:06:22 tachikoma systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.

Reply via email to