NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: [SUCCESS partial] Disabling framebuffer at boot time
On Sat, 20 Aug 2022, tlaronde%polynum.com@localhost wrote:
Booting without framebuffer and without multiprocessor, it works and
I have the dmesg from NetBSD (it can be downloaded here):
http://downloads.kergis.com/misc/rpt_netbsd9.3_monocore_no-fb.dmesg
Good show. So the problem was with the i915drmkms driver (as you suspected).
From your dmesg output:
```
[ 1.000000] WARNING: module error: built-in module sequencer can't find builtin dependency `midi'
[ 1.000000] WARNING: module error: built-in module sequencer prerequisite midi failed, error 2
```
Looks like you should disable `pseudo-device sequencer` also.
And possibly, `hdaudio*`-stuff if you don't intend to use it.
```
[ 1.026366] hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
[ 1.026366] hdaudio0: interrupting at msi1 vec 0
[ 1.026366] hdafg0 at hdaudio0: vendor 10ec product 0892
```
If someone thinks there can be interest in how I set dual booting,
chainloading NetBSD from GRUB2, and configuring the boot procedure, I
can write a mini-page about it.
Why not: It's not everyday that one sees examples of troubleshooting-by-
rebooting.
Cheers,
-RVP
Home |
Main Index |
Thread Index |
Old Index