NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Can I use NetBSD as a desktop system?



On Thu, Jul 20, 2017 at 10:37:14AM +0200, Riccardo Mottola wrote:
> Hi,
> 
> coypu%sdf.org@localhost wrote:
> > Even if there is no information ral(4) looks very suspicious in suspend.
> > I am looking at the code.
> > does drvctl -d ral0 before suspend make it get further?
> 
> Issuing that command, causes a kernel panic and instant reboot.
> 
> panic: kernel diagnostic assertion "requested_size > 0" failed: file
> "/usr/src/sys/kern/subr_kmem.c", line 339
> 
> and then savecore.
> 
> I fear the driver Christos imported for Ralink is still buggy.

After reboot, look at your newest file in /var/crash/netbsd.*.core.gz
If the newest is netbsd.123.core.gz,
# cd /var/crash
# gunzip netbsd.123.core.gz
# gunzip netbsd.123.gz
# crash -M netbsd.123.core -N netbsd.123
> bt


And reply with the output of it, mentioning kernel version or output of:
ident /netbsd |grep -e if_ral_pci -e rt2860


Home | Main Index | Thread Index | Old Index