On 2018/08/14 13:24, geannie wrote: > System: HP EliteDesk 705 G1 DM Business PC > Network card: Broadcom BCM762 > > Unable to do trace as USB keyboard is not working at ddb. > > How do I enable USB keyboard in ddb?
sysctl machdep.forceukbd=1 (or add machdep.forceukbd=1 to /etc/sysctl.conf) if you're able .. But what you included did have a trace. > I searched the archives and recent commits and was unable to find > anything pertaining to this. > > I was able to choose bge0 during installation to pull files, but in > 6.3-release and 6.4-beta, I get this panic during boot, and bsd.sp causes > the same: I'll insert some spaces to make this easier to read: > pf enabled > starting network > panic: mii_phy_setmedia > Stopped at db_enter+0x5: popq %rbp > TID PID UID PRFLAGS PFLAGS CPU COMMAND > *502360 43328 0 0x3 0 0K dhclient > db_enter() at db_enter+0x5 > panic() at panic+0x129 > mii_phy_setmedia(2) at mii_phy_setmedia+0x11b > ukphy_service(ffff80000047b660,0,ffff8000001ad600) at ukphy_service+0x86 > mii_mediachg(8803) at mii_mediachg+0x4c > bge_stop(7,ffff80000047b000) at bge_stop+0x889 > bge_init(ffff80000047b00) at bge_init+0x28 > bge_ioctl(ffffff03b98fd188,fff80000047b048,80206910) at bge_ioctl+0x31b > ifioctl(ffff8000221f6a30,ffff8000ffffb1d0,ffffff042cb740e0,20) at > ifioctl+0x500 > sys_ioctl(360,ffff8000ffffb1d0,0) at sys_ioctl+0x346 > syscall() at syscall+0x279 > --- syscall (number 54) --- > end of kernel > end trace fram: 0x7f7fffff27d0, count: 4 0x1a076d516d6a: > https://www.openbsd.org/ddb.html describes the minimum info required in bug > repots. Insufficient info makes it difficult to find and fix bugs. ddb{0}> Have you tried older versions as well or just 6.3 / 6.4-beta? If you've tried older, are they also failing on this machine? Or, if older ones are working, what's the first one that fails? Did bsd.rd work? Or did you do the install some other way (not directly on the machine, or with bge disabled)?
