Re: FreeBSD EFI projects

2018-09-18 Thread Rebecca Cran
On 9/18/18 4:11 AM, Greg V wrote: > > I can confirm that the kernel already worked fine when booted from > 32-bit EFI. > > I booted an old Mac into HardenedBSD using a 32-bit-EFI build of GRUB2 :) Was that a 64-bit version of FreeBSD? My understanding is the 32-bit FreeBSD boots fine, but

Re: Some delete-old detrius

2018-09-18 Thread Mark Millard
A problem here is that the references should be to usr.bin instead of usr/bin . See: https://lists.freebsd.org/pipermail/svn-src-head/2018-September/118426.html which reports for svn commit: r336601 - head: QUOTE Looks like this head/ObsoleteFiles.inc update has a typo in each thing added to

Re: usb rtwn not loaded properly at boot

2018-09-18 Thread Patrick McMunn
I filed a bug about this issue: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231441 I have encountered it with the run USB wireless driver. I haven't tested it with ethernet. Does this issue only affect wireless devices, only certain drivers, or all network connections? On Tue, Sep 18, 2018

Some delete-old detrius

2018-09-18 Thread Sean Bruno
doing a delete-old run: drwxr-xr-x 2 root wheel 25 Sep 18 22:55 usr/lib/debug/usr/lib/i18n rm: usr/bin/indent/tests/nsac.0: Not a directory rm: usr/bin/indent/tests/nsac.0.pro: Not a directory rm: usr/bin/indent/tests/nsac.0.stdout: Not a directory rm: usr/bin/indent/tests/sac.0: Not a

Re: usb rtwn not loaded properly at boot

2018-09-18 Thread Johannes Lundberg
On Tue, Sep 18, 2018 at 10:03 AM Johannes Lundberg wrote: > > > On Tue, Sep 18, 2018 at 9:43 AM Johannes Lundberg > wrote: > >> >> >> On Tue, Sep 18, 2018 at 9:39 AM Daniel Braniss >> wrote: >> >>> >>> >>> > On 18 Sep 2018, at 10:32, Johannes Lundberg >>> wrote: >>> > >>> > On Tue, Sep 18,

Re: FreeBSD EFI projects

2018-09-18 Thread Greg V
On Mon, Sep 17, 2018 at 11:09 PM, Konstantin Belousov wrote: That said, making only the loader->kernel transition from EFI 32bit to 64bit kernel should be not too hard, and even significantly simpler than to make 32bit EFI load 32bit kernel. amd64 kernels already aware that there might be

Re: usb rtwn not loaded properly at boot

2018-09-18 Thread Johannes Lundberg
On Tue, Sep 18, 2018 at 9:43 AM Johannes Lundberg wrote: > > > On Tue, Sep 18, 2018 at 9:39 AM Daniel Braniss > wrote: > >> >> >> > On 18 Sep 2018, at 10:32, Johannes Lundberg wrote: >> > >> > On Tue, Sep 18, 2018 at 9:27 AM Yuri Pankov wrote: >> > >> >> Johannes Lundberg wrote: >> >>> Hi >>

Re: usb rtwn not loaded properly at boot

2018-09-18 Thread Johannes Lundberg
On Tue, Sep 18, 2018 at 9:39 AM Daniel Braniss wrote: > > > > On 18 Sep 2018, at 10:32, Johannes Lundberg wrote: > > > > On Tue, Sep 18, 2018 at 9:27 AM Yuri Pankov wrote: > > > >> Johannes Lundberg wrote: > >>> Hi > >>> > >>> I have (with 12-ALPHA5) > >>> > >>> /boot/loader.conf > >>>

Re: usb rtwn not loaded properly at boot

2018-09-18 Thread Yuri Pankov
Johannes Lundberg wrote: On Tue, Sep 18, 2018 at 9:27 AM Yuri Pankov wrote: Johannes Lundberg wrote: Hi I have (with 12-ALPHA5) /boot/loader.conf rtwn_load="YES" if_urtw_usb_load="YES" rtwn(4) thinks this should be if_rtwn_usb_load="YES". Ah yes. Sorry about that. I still suffer

Re: usb rtwn not loaded properly at boot

2018-09-18 Thread Daniel Braniss
> On 18 Sep 2018, at 10:32, Johannes Lundberg wrote: > > On Tue, Sep 18, 2018 at 9:27 AM Yuri Pankov wrote: > >> Johannes Lundberg wrote: >>> Hi >>> >>> I have (with 12-ALPHA5) >>> >>> /boot/loader.conf >>> rtwn_load="YES" >>> if_urtw_usb_load="YES" >> >> rtwn(4) thinks this should be

Re: usb rtwn not loaded properly at boot

2018-09-18 Thread Johannes Lundberg
On Tue, Sep 18, 2018 at 9:27 AM Yuri Pankov wrote: > Johannes Lundberg wrote: > > Hi > > > > I have (with 12-ALPHA5) > > > > /boot/loader.conf > > rtwn_load="YES" > > if_urtw_usb_load="YES" > > rtwn(4) thinks this should be if_rtwn_usb_load="YES". > Ah yes. Sorry about that. I still suffer

Re: usb rtwn not loaded properly at boot

2018-09-18 Thread Yuri Pankov
Johannes Lundberg wrote: Hi I have (with 12-ALPHA5) /boot/loader.conf rtwn_load="YES" if_urtw_usb_load="YES" rtwn(4) thinks this should be if_rtwn_usb_load="YES". /etc/rc.conf wlans_rtwn0="wlan0" ifconfig_wlan0="WPA DHCP" but still after boot only lo0 exists and all modules are loaded.

usb rtwn not loaded properly at boot

2018-09-18 Thread Johannes Lundberg
Hi I have (with 12-ALPHA5) /boot/loader.conf rtwn_load="YES" if_urtw_usb_load="YES" /etc/rc.conf wlans_rtwn0="wlan0" ifconfig_wlan0="WPA DHCP" but still after boot only lo0 exists and all modules are loaded. Manually running ifconfig wlan0 create wlandev rtwn0 sets up the interface correctly.