Re: OpenBSD on Macbook 12" 2017?

2019-03-18 Thread andrew fabbro
Interesting - I thought SPI was as old as the hills, but I see Intel has an
"enhanced" SPI now.

https://en.wikipedia.org/wiki/Serial_Peripheral_Interface

On Fri, Mar 15, 2019 at 10:31 AM joshua stein  wrote:

> On Fri, 15 Mar 2019 at 09:18:02 +0100, Harald Dunkel wrote:
> > Hi folks,
> >
> > does it work, OpenBSD on a 12" Macbook 2017? I tried Linux once,
> > but keyboard and trackpad were not working, so I kept MacOS.
>
> The keyboard and touchpad are connected over SPI now, so they
> require a new Intel SPI controller driver and then two custom
> drivers for the keyboard and touchpad.
>
> So no, the device does not work on OpenBSD unless you use a USB
> keyboard/mouse.
>
>

-- 
andrew fabbro
and...@fabbro.org


Re: OpenBSD on Macbook 12" 2017?

2019-03-15 Thread joshua stein
On Fri, 15 Mar 2019 at 09:18:02 +0100, Harald Dunkel wrote:
> Hi folks,
> 
> does it work, OpenBSD on a 12" Macbook 2017? I tried Linux once,
> but keyboard and trackpad were not working, so I kept MacOS.

The keyboard and touchpad are connected over SPI now, so they 
require a new Intel SPI controller driver and then two custom 
drivers for the keyboard and touchpad.

So no, the device does not work on OpenBSD unless you use a USB 
keyboard/mouse.



Re: OpenBSD on Macbook 12" 2017?

2019-03-15 Thread jcmdln



> does it work, OpenBSD on a 12" Macbook 2017? I tried Linux once,
> but keyboard and trackpad were not working, so I kept MacOS.

I'm running a snapshot of OpenBSD on an 8th gen Intel laptop (not a
mac) without issue. I would suggest using dmesg to examine your
hardware requirements and read over the FAQ, especially the networking
section.

https://www.openbsd.org/faq/index.html



OpenBSD on Macbook 12" 2017?

2019-03-15 Thread Harald Dunkel

Hi folks,

does it work, OpenBSD on a 12" Macbook 2017? I tried Linux once,
but keyboard and trackpad were not working, so I kept MacOS.

Looking on Google I found just Macbook Airs and Pros. Hopefully
I wasn't too blind to see.


Every helpful comment is highly appreciated
Harri



Re: Installing openbsd on MacBook air 2014

2017-05-18 Thread Joerg Jung

> On 17. May 2017, at 13:51, flipchan <flipc...@riseup.net> wrote:
> 
> Yeah the amd64 works to install and it boots but it disabled all port 
> includeing the keyboard:
> 
> I have tried both 6.1 6.0 and 5.9 all same 
> error: [drm:pid0:intel_uncore_check_errors] eERROR Unclaimed register before 
> interupt
> nvram invalid checksum
> uhub0: device problem, disabling port 1,3,5,12

Are you sure that you bootet a amd64 6.1 or 6.0? If I remember correctly, the 
“nvram invalid checksum” 
message was removed earlier. 
Are your EFI/SMC/firmwares up2date (patched via OSX)? Does any other OS boot 
and work, e.g. can 
you rule out that the hub is is not broken? I used similar MacBook Air's from 
various generations all 
working fine here.

> On May 16, 2017 3:49:57 PM GMT+02:00, Stefan Sperling <s...@stsp.name> wrote:
>> On Tue, May 16, 2017 at 12:22:18PM +, flipchan wrote:
>>> Here is the output:
>>> 
>>> 
>>> first boot didnt work so i searched around and found this blog post
>> http://www.sacrideo.us/openbsd-on-macbook/ and i tried typing in the
>> mkdir commands i it booted
>>> 
>>>>> OpenBSD/i386 BOOT 3.31
>>> boot>
>>> boot>mkdir cd-dir
>>> boot>cd cd-dir
>>> boot>mkdir -p 4.2/i386
>>> boot>mkdir -p etc
>>> boot>cp ~/cdboot ~/cdbr ~/bsd.rd 4.2/i386
>>> boot>config -ef 4.2/i386/bsd.rd
>> 
>> These aren't commands for the boot loader. This guide recommends that
>> you create a custom ISO image. It's very outdated. I would not rely on
>> it.
>> 
>>> Welcome to the OpenBSD/i386 6.1 installation program:
>> 
>> Please try amd64 instead of i386.
> 
> -- 
> Take Care Sincerely flipchan layerprox dev



Re: Installing openbsd on MacBook air 2014

2017-05-17 Thread flipchan
Yeah the amd64 works to install and it boots but it disabled all port 
includeing the keyboard:

I have tried both 6.1 6.0 and 5.9 all same 
error: [drm:pid0:intel_uncore_check_errors] eERROR Unclaimed register before 
interupt
nvram invalid checksum
uhub0: device problem, disabling port 1,3,5,12



On May 16, 2017 3:49:57 PM GMT+02:00, Stefan Sperling <s...@stsp.name> wrote:
>On Tue, May 16, 2017 at 12:22:18PM +, flipchan wrote:
>> Here is the output:
>> 
>> 
>> first boot didnt work so i searched around and found this blog post
>http://www.sacrideo.us/openbsd-on-macbook/ and i tried typing in the
>mkdir commands i it booted
>> 
>> >>OpenBSD/i386 BOOT 3.31
>> boot>
>> boot>mkdir cd-dir
>> boot>cd cd-dir
>> boot>mkdir -p 4.2/i386
>> boot>mkdir -p etc
>> boot>cp ~/cdboot ~/cdbr ~/bsd.rd 4.2/i386
>> boot>config -ef 4.2/i386/bsd.rd
>
>These aren't commands for the boot loader. This guide recommends that
>you create a custom ISO image. It's very outdated. I would not rely on
>it.
> 
>> Welcome to the OpenBSD/i386 6.1 installation program:
>
>Please try amd64 instead of i386.

-- 
Take Care Sincerely flipchan layerprox dev

Re: Installing openbsd on MacBook air 2014

2017-05-16 Thread Stefan Sperling
On Tue, May 16, 2017 at 12:22:18PM +, flipchan wrote:
> Here is the output:
> 
> 
> first boot didnt work so i searched around and found this blog post 
> http://www.sacrideo.us/openbsd-on-macbook/ and i tried typing in the mkdir 
> commands i it booted
> 
> >>OpenBSD/i386 BOOT 3.31
> boot>
> boot>mkdir cd-dir
> boot>cd cd-dir
> boot>mkdir -p 4.2/i386
> boot>mkdir -p etc
> boot>cp ~/cdboot ~/cdbr ~/bsd.rd 4.2/i386
> boot>config -ef 4.2/i386/bsd.rd

These aren't commands for the boot loader. This guide recommends that
you create a custom ISO image. It's very outdated. I would not rely on it.
 
> Welcome to the OpenBSD/i386 6.1 installation program:

Please try amd64 instead of i386.



Re: Installing openbsd on MacBook air 2014

2017-05-16 Thread flipchan
Here is the output:


first boot didnt work so i searched around and found this blog post 
http://www.sacrideo.us/openbsd-on-macbook/ and i tried typing in the mkdir 
commands i it booted

>>OpenBSD/i386 BOOT 3.31
boot>
boot>mkdir cd-dir
boot>cd cd-dir
boot>mkdir -p 4.2/i386
boot>mkdir -p etc
boot>cp ~/cdboot ~/cdbr ~/bsd.rd 4.2/i386
boot>config -ef 4.2/i386/bsd.rd

pci11 at ppb10 bus 4
ahci0 at pci11 dev 0 function 0 vendor "Marvell", unknown product 0x9183 rev 
0x14: msi, AHCI 1.0
ahci0: port 0: 6.0Gb/s
scsibus0 at ahci0: 32 targets
sd0 at scsibus0 targ 0 lun 0:<ATA, APPLE SSD SD0128, A222> SCSI3 0/direct fixed 
naa.5001b44c33d7ff40
sd0: 115712MB, 512 bytes/sector, 236978176 sectors, thin
pcib0 at pci0 dev 31 function 0 "Intel 8 Series LPC" rev 0x04
"Intel 8 Series SMBus" rev 0x04 at pci0 dev 31 function 3 not configured
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns8250, no fifo
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
uhub0: device problem, disabling port 1
uhub0: device problem, disabling port 3
uhub0: device problem, disabling port 5
uhub0: device problem, disabling port 12

Welcome to the OpenBSD/i386 6.1 installation program:
(I)nstall, (Upgrade), (A)utoinstall or (S)hell

i cant do anything cuz my keyboard is disabled


On May 16, 2017 1:31:02 PM GMT+02:00, Stefan Sperling <s...@stsp.name> wrote:
>On Tue, May 16, 2017 at 08:43:39AM +, flipchan wrote:
>> Hi the install61.fs boots up but it gets frozen giveing errors 
>> 
>> Link to pic :
>https://www.file-upload.net/download-12501308/2017-05-1610.41.54.jpg.html
>
>Sorry, I tried a few times, enabled some java script in firefox
>along the way, and then gave up. I cannot see your image.
>
>> Maybe I'm missing something
>
>Please do not send image attachements, or links like this.
>
>If you want help, please describe your problem in plain text.
>If necessary type off your screen. Yes it feels very silly to do that,
>but it saves everyone else a bit of time.

-- 
Take Care Sincerely flipchan layerprox dev

Re: Installing openbsd on MacBook air 2014

2017-05-16 Thread flipchan
I boot it and it outputs 

uhub0: device problem. disabling port 1,2,3,5,12

Welcome to the OpenBSD installing program:

And the nothing happens cuz I can't use my keyboard

On May 16, 2017 1:31:02 PM GMT+02:00, Stefan Sperling  wrote:
>On Tue, May 16, 2017 at 08:43:39AM +, flipchan wrote:
>> Hi the install61.fs boots up but it gets frozen giveing errors 
>> 
>> Link to pic :
>https://www.file-upload.net/download-12501308/2017-05-1610.41.54.jpg.html
>
>Sorry, I tried a few times, enabled some java script in firefox
>along the way, and then gave up. I cannot see your image.
>
>> Maybe I'm missing something
>
>Please do not send image attachements, or links like this.
>
>If you want help, please describe your problem in plain text.
>If necessary type off your screen. Yes it feels very silly to do that,
>but it saves everyone else a bit of time.

-- 
Take Care Sincerely flipchan layerprox dev

Re: Installing openbsd on MacBook air 2014

2017-05-16 Thread Stefan Sperling
On Tue, May 16, 2017 at 08:43:39AM +, flipchan wrote:
> Hi the install61.fs boots up but it gets frozen giveing errors 
> 
> Link to pic : 
> https://www.file-upload.net/download-12501308/2017-05-1610.41.54.jpg.html

Sorry, I tried a few times, enabled some java script in firefox
along the way, and then gave up. I cannot see your image.

> Maybe I'm missing something

Please do not send image attachements, or links like this.

If you want help, please describe your problem in plain text.
If necessary type off your screen. Yes it feels very silly to do that,
but it saves everyone else a bit of time.



Re: Installing openbsd on MacBook air 2014

2017-05-16 Thread flipchan
Hi the install61.fs boots up but it gets frozen giveing errors 

Link to pic : 
https://www.file-upload.net/download-12501308/2017-05-1610.41.54.jpg.html


Maybe I'm missing something

On May 16, 2017 10:00:22 AM GMT+02:00, Stefan Sperling <s...@stsp.name> wrote:
>On Tue, May 16, 2017 at 07:49:51AM +, flipchan wrote:
>> Hi I am trying to install openbsd on my MacBook air 2014. I have
>tried burning the  6.1 intel install61.iso to a USB and tried to boot
>from that but I have got zero success (burned it with dd like a normal
>os install). Does anyone know how to install openbsd on a MacBook air?
>The MacBook air don't detect the USB as a bootable device.
>> 
>> 
>> Take care and have a good day
>
>The first comment here indicates you may need to hold down the
>Option key while booting: https://www.geeklan.co.uk/?p=1283o
>And this also supports the idea:
>https://support.apple.com/en-us/HT201255
>
>Good luck!

-- 
Take Care Sincerely flipchan layerprox dev

Re: Installing openbsd on MacBook air 2014

2017-05-16 Thread Stefan Sperling
On Tue, May 16, 2017 at 07:49:51AM +, flipchan wrote:
> Hi I am trying to install openbsd on my MacBook air 2014. I have tried 
> burning the  6.1 intel install61.iso to a USB and tried to boot from that but 
> I have got zero success (burned it with dd like a normal os install). Does 
> anyone know how to install openbsd on a MacBook air? The MacBook air don't 
> detect the USB as a bootable device.
> 
> 
> Take care and have a good day

The first comment here indicates you may need to hold down the
Option key while booting: https://www.geeklan.co.uk/?p=1283o
And this also supports the idea: https://support.apple.com/en-us/HT201255

Good luck!



Re: Installing openbsd on MacBook air 2014

2017-05-16 Thread Atanas Vladimirov

On 2017-05-16 10:49, flipchan wrote:

Hi I am trying to install openbsd on my MacBook air 2014. I have tried
burning the  6.1 intel install61.iso to a USB and tried to boot from
that but I have got zero success (burned it with dd like a normal os
install). Does anyone know how to install openbsd on a MacBook air?
The MacBook air don't detect the USB as a bootable device.


Take care and have a good day

Hi,
Try with install61.fs.
Regards.



Installing openbsd on MacBook air 2014

2017-05-16 Thread flipchan
Hi I am trying to install openbsd on my MacBook air 2014. I have tried burning 
the  6.1 intel install61.iso to a USB and tried to boot from that but I have 
got zero success (burned it with dd like a normal os install). Does anyone know 
how to install openbsd on a MacBook air? The MacBook air don't detect the USB 
as a bootable device.


Take care and have a good day
-- 
Take Care Sincerely flipchan layerprox dev

OpenBSD on Macbook Pro : / not properly unmounted at each reboot

2015-02-04 Thread hyjial
Hi list,

I have just installed amd64 -current on a Macbook Pro from late 2013 (dmesg
below) and am slightly worried by 1) some of the things I read in the dmesg
and 2) having to run fsck_ffs(8) at each reboot in single user mode.

The laptop has an SSD, partitioned in 4 : ESP, OSX, OSX recovery and
OpenBSD.
I configured it so that it starts in USB 2 emulation mode. The OpenBSD
install is the default one as regards disklabel.

Each time, I shut OpenBSD down, I get the config_active_children... lines
at the end of the dmesg below. Upon reboot, hot or cold, the system
complains that / has not been unmounted properly. Automatic file system
check succeeds on / but fails on /var. It drops to single user mode, where
I need to run fsck_ffs manually and only then go multi-user.

Has any one experienced a similar behaviour?
Are some errors/warnings in the dmesg I can/should do something about?

Thanks in advance for your feedback.

Alexis

OpenBSD 5.7-beta (GENERIC.MP) #834: Tue Feb  3 18:08:48 MST 2015
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
RTC BIOS diagnostic error
ffclock_battery,ROM_cksum,config_unit,memory_size,fixed_disk,invalid_time
real mem = 4182765568 (3988MB)
avail mem = 4067536896 (3879MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.4 @ 0xe (43 entries)
bios0: vendor Apple Inc. version MBP111.88Z.0138.B11.1408291433 date
08/29/2014
bios0: Apple Inc. MacBookPro11,1
acpi0 at bios0: rev 2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP HPET APIC SBST ECDT SSDT SSDT SSDT SSDT SSDT SSDT
SSDT SSDT SSDT MCFG DMAR
acpi0: wakeup devices P0P2(S3) EC__(S3) HDEF(S3) RP01(S3) RP02(S3) RP03(S4)
ARPT(S4) RP05(S3) RP06(S3) EHC1(S3) EHC2(S3) XHC1(S3) ADP1(S3) LID0(S3)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpihpet0 at acpi0: 14318179 Hz
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i5-4258U CPU @ 2.40GHz, 2300.31 MHz
cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX
,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEA
DLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,
BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 100MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Core(TM) i5-4258U CPU @ 2.40GHz, 2300.01 MHz
cpu1:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX
,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEA
DLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,
BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 1 (application processor)
cpu2: Intel(R) Core(TM) i5-4258U CPU @ 2.40GHz, 2300.01 MHz
cpu2:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX
,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEA
DLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,
BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID
cpu2: 256KB 64b/line 8-way L2 cache
cpu2: smt 1, core 0, package 0
cpu3 at mainbus0: apid 3 (application processor)
cpu3: Intel(R) Core(TM) i5-4258U CPU @ 2.40GHz, 2300.01 MHz
cpu3:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX
,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEA
DLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,
BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID
cpu3: 256KB 64b/line 8-way L2 cache
cpu3: smt 1, core 1, package 0
ioapic0 at mainbus0: apid 2 pa 0xfec0, version 20, 40 pins
acpiec0 at acpi0
acpimcfg0 at acpi0 addr 0xe000, bus 0-155
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (P0P2)
acpiprt2 at acpi0: bus 1 (RP01)
acpiprt3 at acpi0: bus 2 (RP02)
acpiprt4 at acpi0: bus 3 (RP03)
acpiprt5 at acpi0: bus 5 (RP05)
acpiprt6 at acpi0: bus 4 (RP06)
acpicpu0 at acpi0: C3, C1, PSS
acpicpu1 at acpi0: C3, C1, PSS
acpicpu2 at acpi0: C3, C1, PSS
acpicpu3 at acpi0: C3, C1, PSS
acpibat0 at acpi0: BAT0 model 3545797981023400290 type
3545797981528607052 oem 3545797981528673619
acpiac0 at acpi0: AC unit online
acpibtn0 at acpi0: LID0
acpibtn1 at acpi0: PWRB
acpibtn2 at acpi0: SLPB
acpivideo0 at acpi0: IGPU
acpivout0 at acpivideo0: DD01
cpu0: Enhanced SpeedStep 2300 MHz: speeds: 2401, 2400, 2300, 2000, 1800,
1500, 1300, 1100, 900, 768 MHz

Re: OpenBSD on Macbook Pro : / not properly unmounted at each reboot

2015-02-04 Thread Kirill Bychkov
On Wed, February 4, 2015 23:41, hyjial wrote:
 Hi list,

Hi,
 I have just installed amd64 -current on a Macbook Pro from late 2013 (dmesg
 below) and am slightly worried by 1) some of the things I read in the dmesg
 and 2) having to run fsck_ffs(8) at each reboot in single user mode.

 The laptop has an SSD, partitioned in 4 : ESP, OSX, OSX recovery and
 OpenBSD.

I have the same problem some time ago but not on Mac. I solved this issue by
updating SSD firmware. Can't say is it your case or not.

 I configured it so that it starts in USB 2 emulation mode. The OpenBSD
 install is the default one as regards disklabel.

 Each time, I shut OpenBSD down, I get the config_active_children... lines
 at the end of the dmesg below. Upon reboot, hot or cold, the system
 complains that / has not been unmounted properly. Automatic file system
 check succeeds on / but fails on /var. It drops to single user mode, where
 I need to run fsck_ffs manually and only then go multi-user.

 Has any one experienced a similar behaviour?
 Are some errors/warnings in the dmesg I can/should do something about?

 Thanks in advance for your feedback.

 Alexis

 OpenBSD 5.7-beta (GENERIC.MP) #834: Tue Feb  3 18:08:48 MST 2015
 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
 RTC BIOS diagnostic error
 ffclock_battery,ROM_cksum,config_unit,memory_size,fixed_disk,invalid_time
 real mem = 4182765568 (3988MB)
 avail mem = 4067536896 (3879MB)
 mpath0 at root
 scsibus0 at mpath0: 256 targets
 mainbus0 at root
 bios0 at mainbus0: SMBIOS rev. 2.4 @ 0xe (43 entries)
 bios0: vendor Apple Inc. version MBP111.88Z.0138.B11.1408291433 date
 08/29/2014
 bios0: Apple Inc. MacBookPro11,1
 acpi0 at bios0: rev 2
 acpi0: sleep states S0 S3 S4 S5
 acpi0: tables DSDT FACP HPET APIC SBST ECDT SSDT SSDT SSDT SSDT SSDT SSDT
 SSDT SSDT SSDT MCFG DMAR
 acpi0: wakeup devices P0P2(S3) EC__(S3) HDEF(S3) RP01(S3) RP02(S3) RP03(S4)
 ARPT(S4) RP05(S3) RP06(S3) EHC1(S3) EHC2(S3) XHC1(S3) ADP1(S3) LID0(S3)
 acpitimer0 at acpi0: 3579545 Hz, 24 bits
 acpihpet0 at acpi0: 14318179 Hz
 acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
 cpu0 at mainbus0: apid 0 (boot processor)
 cpu0: Intel(R) Core(TM) i5-4258U CPU @ 2.40GHz, 2300.31 MHz
 cpu0:
 FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
 H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX
 ,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEA
 DLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,
 BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID
 cpu0: 256KB 64b/line 8-way L2 cache
 cpu0: smt 0, core 0, package 0
 mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
 cpu0: apic clock running at 100MHz
 cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4, IBE
 cpu1 at mainbus0: apid 2 (application processor)
 cpu1: Intel(R) Core(TM) i5-4258U CPU @ 2.40GHz, 2300.01 MHz
 cpu1:
 FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
 H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX
 ,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEA
 DLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,
 BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID
 cpu1: 256KB 64b/line 8-way L2 cache
 cpu1: smt 0, core 1, package 0
 cpu2 at mainbus0: apid 1 (application processor)
 cpu2: Intel(R) Core(TM) i5-4258U CPU @ 2.40GHz, 2300.01 MHz
 cpu2:
 FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
 H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX
 ,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEA
 DLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,
 BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID
 cpu2: 256KB 64b/line 8-way L2 cache
 cpu2: smt 1, core 0, package 0
 cpu3 at mainbus0: apid 3 (application processor)
 cpu3: Intel(R) Core(TM) i5-4258U CPU @ 2.40GHz, 2300.01 MHz
 cpu3:
 FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS
 H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX
 ,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEA
 DLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,
 BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID
 cpu3: 256KB 64b/line 8-way L2 cache
 cpu3: smt 1, core 1, package 0
 ioapic0 at mainbus0: apid 2 pa 0xfec0, version 20, 40 pins
 acpiec0 at acpi0
 acpimcfg0 at acpi0 addr 0xe000, bus 0-155
 acpiprt0 at acpi0: bus 0 (PCI0)
 acpiprt1 at acpi0: bus -1 (P0P2)
 acpiprt2 at acpi0: bus 1 (RP01)
 acpiprt3 at acpi0: bus 2 (RP02)
 acpiprt4 at acpi0: bus 3 (RP03)
 acpiprt5 at acpi0: bus 5 (RP05)
 acpiprt6 at acpi0: bus 4 (RP06)
 acpicpu0 at acpi0: C3, C1, PSS
 acpicpu1 at acpi0: C3, C1, PSS
 acpicpu2 at acpi0: C3, C1, PSS
 acpicpu3 at acpi0: C3, C1, PSS
 acpibat0 at acpi0: BAT0 model 3545797981023400290 type
 3545797981528607052 oem 

OpenBSD on MacBook

2014-02-13 Thread Michael Vetter
Hello,

I haven't tried out OpenBSD yet, but used Linux for some years.

Recently I got a Macbook, thought first about installing Linux on it,
but because of different reasons I am considering OpenBSD now.

Does anybody have any experience with this? Would be glad
for any information that would help me accomplish it.
And would be great if the hardware is even supported yet.

Since it is my first install, somebody with experience
whom I can ask for help would be great, however I am aware
that this is probably too much to ask for, and I will be glad for
every piece of information I can get on the subject.

I own the MacBook Pro Retina, mid 2012 version,
which seems to be known as MacBookPro10,1.

regards,
Michael



Re: OpenBSD on MacBook

2014-02-13 Thread Zé Loff
On Thu, Feb 13, 2014 at 02:54:54AM +0100, Michael Vetter wrote:
 Hello,
 
 I haven't tried out OpenBSD yet, but used Linux for some years.
 
 Recently I got a Macbook, thought first about installing Linux on it,
 but because of different reasons I am considering OpenBSD now.
 
 Does anybody have any experience with this? Would be glad
 for any information that would help me accomplish it.
 And would be great if the hardware is even supported yet.
 
 Since it is my first install, somebody with experience
 whom I can ask for help would be great, however I am aware
 that this is probably too much to ask for, and I will be glad for
 every piece of information I can get on the subject.
 
 I own the MacBook Pro Retina, mid 2012 version,
 which seems to be known as MacBookPro10,1.
 
 regards,
 Michael

Can't you just boot it off the OpenBSD installation CD and send a dmesg?
It would help a great deal. Without it we're all pretty much guessing
what's in it.

One thing's for sure: you have the 'dual GPU' model, one of which is a
NVIDIA out of which you won't get any acceleration (the other is an
Intel HD Graphics 4000).

Cheers
Zé



Re: OpenBSD on MacBook

2014-02-13 Thread Wayne Oliver
On 13 Feb 2014, at 3:54, Michael Vetter michael.vet...@uni-konstanz.de
wrote:

 Hello,

 I haven't tried out OpenBSD yet, but used Linux for some years.

 Recently I got a Macbook, thought first about installing Linux on it,
 but because of different reasons I am considering OpenBSD now.

 Does anybody have any experience with this? Would be glad
 for any information that would help me accomplish it.
 And would be great if the hardware is even supported yet.

 Since it is my first install, somebody with experience
 whom I can ask for help would be great, however I am aware
 that this is probably too much to ask for, and I will be glad for
 every piece of information I can get on the subject.

 I own the MacBook Pro Retina, mid 2012 version,
 which seems to be known as MacBookPro10,1.

 regards,
 Michael


Not sure about the hardware in your model.
But the biggest issue I had with installing OpenBSD on my Macbook (5,1) was
the wireless adapter.
Blasted BCM43xx, and there is good chance you have the same one.

—
Wayne

[demime 1.01d removed an attachment of type application/pgp-signature which had 
a name of signature.asc]



Re: OpenBSD on MacBook

2014-02-13 Thread Stefan Sperling
On Thu, Feb 13, 2014 at 02:17:08PM +0200, Wayne Oliver wrote:
 But the biggest issue I had with installing OpenBSD on my Macbook (5,1) was
 the wireless adapter.
 Blasted BCM43xx, and there is good chance you have the same one.

Unlikely to be supported in the near term, if ever, unfortunately.

No hardware docs, and the BSD-licensed vendor-provided driver[1] in
Linux is a massive unreadable mess of magic numbers the size of OpenBSD's
entire wifi stack (look at phy/phy_n.c for laughs). Which effectively
means only the vendor can maintain this driver without unreasonable effort.

A supported USB wifi stick can be used as a workaround until this
situation improves. Or try swapping out the card inside the laptop
with one that works.

[1] 
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/net/wireless/brcm80211/brcmsmac



OpenBSD on MacBook Pro

2007-03-18 Thread Jason Dixon
I'm trying to install OpenBSD on a MacBook Pro with the Core Duo  
processor.  I've created a 20G partition using BootCamp, but the  
OpenBSD installer won't boot all the way.  I've tried the 4.0-release  
CD, as well as a -current cd41.iso I built with all acpi options  
enabled.  If I let either CD boot normally, it stops at the following  
line:


uhci3 at pci0 dev 29 function 3 Intel 82801GB USB rev 0x02: irq 10

If I do a boot -c, it hangs at the UKC prompt.  I've seen that Paul  
de Weerd was able to get OpenBSD installed on his MacBook Pro Core  
Duo (T2500).  I've also spoke with Otto Moerbeek who got it installed  
on his MacBook Core Duo.  Has anyone else managed to get OpenBSD 4.x  
installed on their MacBook [Pro] Core Duo?


Thanks,

--
Jason Dixon
DixonGroup Consulting
http://www.dixongroup.net