starting X on AMD R9 Nano crashes system

2024-04-08 Thread r0ller
Sorry for the html email again but still cannot get to my thunderbird.I have an R9 Nano for which I built a custom kernel (amd64, NetBSD 10.0 release) with amdgpu enabled but the system crashes on boot if xdm is enabled. When xdm is disabled, it boots but on trying to startx either as root or

RE: EXT MAIL : Re: compile kernel

2024-04-08 Thread Derrick Lobo
Just comment the lines you don’t want.. And then to compile its Config GENERIC.new cd ../compile/GENERIC.new make depend && make -Original Message- From: netbsd-users-ow...@netbsd.org On Behalf Of Todd Gruhn Sent: Monday, April 8, 2024 8:12 AM To: Martin Husemann Cc: Chris Pinnock

Re: compile kernel

2024-04-08 Thread Brad Spencer
Todd Gruhn writes: > Is there a better way to config a netbsd kernel. > > GENERIC is getting so big. I assume that this is in reference to NetBSD/amd64... Use the MODULAR kernel?? This list might be incomplete, but it does remove a number of drivers from the kernel. Edit GENERIC and remove /

Re: compile kernel

2024-04-08 Thread Todd Gruhn
What about all the devices, SCSI, PCI, ISA, CardBus, aon other types of stuff? Too, many ethers, and MII / PHY stuff... On Mon, Apr 8, 2024 at 2:44 PM Martin Husemann wrote: > > On Mon, Apr 08, 2024 at 02:15:30PM +0100, Chris Pinnock wrote: > > > > > > > On 8 Apr 2024, at 10:11, Todd Gruhn

Re: IRC

2024-04-08 Thread pms-...@outlook.com
Justin Parrott wrote: Anybody want to talk about an IRC client? Which one? Most people use web-based interface nowadays AFIK.

Re: compile kernel

2024-04-08 Thread Martin Husemann
On Mon, Apr 08, 2024 at 02:15:30PM +0100, Chris Pinnock wrote: > > > > On 8 Apr 2024, at 10:11, Todd Gruhn wrote: > > > > Is there a better way to config a netbsd kernel. > > > > GENERIC is getting so big. > > In arch/*/conf you can copy the GENERIC kernel config file and edit the new >

Re: compile kernel

2024-04-08 Thread Chris Pinnock
> On 8 Apr 2024, at 10:11, Todd Gruhn wrote: > > Is there a better way to config a netbsd kernel. > > GENERIC is getting so big. In arch/*/conf you can copy the GENERIC kernel config file and edit the new file to remove drivers and features. (e.g. if you don’t use NFS, you can remove it.)

compile kernel

2024-04-08 Thread Todd Gruhn
Is there a better way to config a netbsd kernel. GENERIC is getting so big.

Re: Failing to build a bootable custom kernel

2024-04-08 Thread Valery Ushakov
On Sun, Apr 07, 2024 at 19:28:24 -0400, Jared Barnak wrote: > export DESTDIR=/home/jared/Projects/netbsd/obj/destdir [...] > ./build.sh -u -O ../obj -U - -E m amd64 -N3 -j24 > install=/home/jared/Projects/netbsd/obj/destdir > ``` > > which then yields the following error > > ``` > [ same error