WRITE_FPDMA_QUEUED error when installing on MBP 2014

2016-10-24 Thread Lundberg, Johannes
Hi All I read that people successfully installed FreeBSD on 2014's MacBook Pros. I just got a used machine (in excellent shape) and try to install FreeBSD current from USB memory besides OSX and Linux. Every time unpacking fails with WRITE_FPDMA_QUEUED timeout error. I'm worried that the SSD

Re: Weirdness in TTY & VT

2016-09-08 Thread Lundberg, Johannes
Thanks for the feedback. I solved it by asking for next free vt (#nr) and then simply opening /dev/ttyv[#nr+1]. On Thu, Sep 8, 2016 at 10:36 AM, Jilles Tjoelker <jil...@stack.nl> wrote: > On Fri, Sep 02, 2016 at 05:12:12PM -0700, Lundberg, Johannes wrote: > > I'm porting

Weirdness in TTY & VT

2016-09-02 Thread Lundberg, Johannes
​Hi I'm porting some Linux code and have some weird behavior. In this (Linux) code fstat() and minor() is used on a /dev/tty file descriptor to get a tty number to map to. In FreeBSD this returns a number around 60-70 for st_rdev which means VT_ACTIVATE ioctl call will fail because it only

Re: PRs needs to be closed.

2016-08-24 Thread Lundberg, Johannes
​Thanks Kurt! I'm sure that's OK :) -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。 もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、 複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。 --- CONFIDENTIALITY NOTE: The information in this

PRs needs to be closed.

2016-08-24 Thread Lundberg, Johannes
​Hi We can close https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=175260 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209179 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203610 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203512 These are all fixed some time ago. Thanks! ​ --

termios cfmakeraw, disable buffer

2016-08-24 Thread Lundberg, Johannes
​Hi I'm having problem with the Wayland compositors. When opened the tty, it is set to raw mode with cfmakeraw and console is switched to graphics mode with ioctls. So far so good, however, when exiting the compositor (or I think when buffer is full) all the key presses that occurred in the

Wayland update

2016-08-19 Thread Lundberg, Johannes
​Hi Here's a Friday night update on Wayland. ​https://twitter.com/Yohanesu75Tweet/status/766799811328696320 All available as ports very soon on: https://github.com/FreeBSDDesktop/freebsd-ports-graphics/tree/xserver-mesa-next (check for merged PRs) Requires evdev enabled kernel from:

Hardware rendered Wayland client up and running

2016-08-13 Thread Lundberg, Johannes
​Hi FreeBSD hackers! ​ ​Today we reached a big milestone. For the first time, we could render Wayland clients, backed by hardware, not shm (shared memory), on Intel Atom Cherryview. Please see attached image of my setup. UP board (Intel Cherryview) OS running on on-board eMMC (need sdhci and mmc

kevent support to drm

2016-08-13 Thread Lundberg, Johannes
​Hi I've just posted a patch that adds kevent to drm 3.8 branch. This is needed for Wayland (along with evdev). I posted it on phabricator for now. https://reviews.freebsd.org/D7496 Phabricator gave me a horrible username because I used an old email, is there anyway to change it? Best

Re: Wayland work status

2016-08-13 Thread Lundberg, Johannes
Thanks for the help Matthew.. Yeah, I can't believe it was working all along and a stupid copy/paste error gave us so much trouble... On Sat, Aug 13, 2016 at 12:26 AM, Matthew Macy wrote: > > > > > ​Wayland relies on kqueue which is not implemented in drm's 3.8 or 4.6 > >

Re: Wayland work status

2016-08-12 Thread Lundberg, Johannes
scroll in opposite direction by default. ​ ​I'm using xfce4 as desktop environment.​ On Fri, Aug 12, 2016 at 1:12 PM, Jan Kokemüller <jan.kokemuel...@gmail.com> wrote: > Hi, > > On 12.08.16 19:22, Lundberg, Johannes wrote: > >> ​Where can I find xf86-in

Re: Wayland work status

2016-08-12 Thread Lundberg, Johannes
> > If you feel adventurous, you can try out the current state of the libinput > port here (1.4.0): > https://github.com/jiixyj/libinput > > ​Great! Will check it out. ​ > I haven't yet tested the port with the evdev kernel work, though. I've > been using my evdev implementation in userspace

Re: Wayland work status

2016-08-12 Thread Lundberg, Johannes
> There is a similar problem for the drm devices (by default, users can’t > use 3D acceleration). A devfs.conf policy can change the permissions. I’d > suggest that we create a default group called something like console or > local, put new users there by default, and make drm and evdev devices

Wayland work status

2016-08-11 Thread Lundberg, Johannes
Hi Here's a status update of my work and some questions. SETUP: System: FreeBSD 12-CURRENT ( https://github.com/FreeBSDDesktop/freebsd-base-graphics/tree/drm-next-4.6) Ports: https://github.com/freebsd/freebsd-ports-graphics/tree/wayland Package installed from this tree graphics/wayland (built

evdev patches

2016-08-05 Thread Lundberg, Johannes
​Hi The evdev patched kernel found here https://wiki.freebsd.org/SummerOfCode2014/evdev_Touchscreens is over a year old and does not patch cleanly to current. Does anyone have a set of patches for evdev that will apply on current head? If not I will try to clean them up so they apply to

Re: Socket sendmsg() porting question

2016-08-03 Thread Lundberg, Johannes
on freebsd I can't send -1 as fd because that errors to invalid file descriptor. On Wed, Aug 3, 2016 at 10:12 AM, Alan Somers <asom...@freebsd.org> wrote: > On Wed, Aug 3, 2016 at 10:54 AM, Lundberg, Johannes > <johan...@brilliantservice.co.jp> wrote: > > Hi >

Socket sendmsg() porting question

2016-08-03 Thread Lundberg, Johannes
Hi I'm porting a project to fbsd and I have problem with this part that works in linux but not fbsd when fd = -1. https://github.com/Cloudef/wlc/blob/master/src/session/fd.c#L80-L108 I get "invalid argument" from sendmsg() when setting CMSG_LEN(0). Anyone have a clue how to correctly do this

Re: Intel Atom I2C

2016-06-21 Thread Lundberg, Johannes
Hi Imre Thanks for the info! May I ask, isn't your system UEFI, same as mine? Last I tried DragonFly didn't support UEFI... I also had hangs when probing certain I2C controller (maybe it was the 7th...) Perhaps using linuxkpi and the linux driver would be a good option for this. i915 uses I2C

Re: Intel Atom I2C

2016-06-19 Thread Lundberg, Johannes
Lepore <i...@freebsd.org> wrote: > On Sun, 2016-06-19 at 11:36 -0700, Lundberg, Johannes wrote: > > Hi > > > > I am trying to figure out how to get I2C support on Intel Atom x5 > > (Cherryview), which should be same for Baytrail platforms. > > > > On the

Intel Atom I2C

2016-06-19 Thread Lundberg, Johannes
Hi I am trying to figure out how to get I2C support on Intel Atom x5 (Cherryview), which should be same for Baytrail platforms. On the Serial I/O device (PCI device 24) there are 8 devices. #0 is DMA controller #1-7 are I2C controllers (1 & 2 available on GPIO pins). I assume that all traffic

Re: GPIO driver for Intel Atom SoC

2016-06-13 Thread Lundberg, Johannes
urther debugging. > > Imre > > On 13:44 Mon 13 Jun , Lundberg, Johannes wrote: > > Hi Imre > > > > > > I have attached the logs. > > The board is this: http://www.up-board.org/ > > > > Since we don't have sdhci_acpi.c (yet) I select the SDHCI cont

Re: GPIO driver for Intel Atom SoC

2016-06-13 Thread Lundberg, Johannes
Hi Imre This is great information. Thank you! My device have an emmc chip on the pcb (non-removable). Have you tested you code on that kind of system? Current unmodified FreeBSD can detect the sdhci_pci controller and a mmc card on slot0 but timeouts when trying to init the mmc. Not sure why it

Re: GPIO driver for Intel Atom SoC

2016-06-12 Thread Lundberg, Johannes
On Sun, Jun 12, 2016 at 11:02 AM, Ian Lepore wrote: > > Why do we need gpio support for emmc/sdhci? Is there a power-enable > pin that has to be asserted or something? I don't think we have an API > that lets an arbitrary driver which is not a child of the gpiobus >

Re: GPIO driver for Intel Atom SoC

2016-06-12 Thread Lundberg, Johannes
xx_gpio.c. > You have to implement those methods. > > (I think someone did a GPIO controller thing for some AMD CPU too?) > > > -a > > > On 11 June 2016 at 21:59, Lundberg, Johannes > <johan...@brilliantservice.co.jp> wrote: > > Hi > > > > I want

Re: GPIO driver for Intel Atom SoC

2016-06-12 Thread Lundberg, Johannes
org> wrote: > On Sat, 2016-06-11 at 21:59 -0700, Lundberg, Johannes wrote: > > Hi > > > > I want to port the pinctrl-cherryview driver from Linux. > > > > I've seen there is the gpiobus and a controller gpioc, can any of > > these be > > leverage when

GPIO driver for Intel Atom SoC

2016-06-11 Thread Lundberg, Johannes
Hi I want to port the pinctrl-cherryview driver from Linux. I've seen there is the gpiobus and a controller gpioc, can any of these be leverage when porting pinctrl? What is the recommend way to proceed? Thanks! -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Re: Panic when doing installworld/kernel with DESTDIR=USB memory

2016-06-02 Thread Lundberg, Johannes
Btw, I did build with GENERIC-NODEBUG kernconf. Do I need to rebuild with GENERIC? On Thu, Jun 2, 2016 at 10:13 AM, Lundberg, Johannes < johan...@brilliantservice.co.jp> wrote: > I don't think its USB related either. > > There seem to be something weird with my setup.. > I ha

Re: Panic when doing installworld/kernel with DESTDIR=USB memory

2016-06-02 Thread Lundberg, Johannes
't get any core dump.. Even with debug.kdb.panic=1.. Know what might be the reason? /var is same as root partition, plenty of free space.. I do get the files bounds info.0 textdump.tar.0 in /var/crash/ On Thu, Jun 2, 2016 at 9:42 AM, Hans Petter Selasky <h...@selasky.org> wrote: > On 06/02

Panic when doing installworld/kernel with DESTDIR=USB memory

2016-06-02 Thread Lundberg, Johannes
Hi I have a repeatable bug. I get kernel panic when doing installworld/kernel to a USB 3.0 memory on Macbook Air (USB 3.0 port I think). FreeBSD is 11.0-CURRENT from Apr 27th. This can be avoided by mounting synchronized (mount -o sync). Is this a known problem? If not I might be able to try

Re: How to create qemu images?

2016-05-07 Thread Lundberg, Johannes
Got it now. Reading https://www.freebsd.org/cgi/man.cgi?release%287%29 carefully explained a few things. On Sat, May 7, 2016 at 6:52 AM, Lundberg, Johannes < johan...@brilliantservice.co.jp> wrote: > Thanks! > > However, this is not working so well for me. > > Doing

Re: How to create qemu images?

2016-05-07 Thread Lundberg, Johannes
dest folder first? Do I need a jail to point chrootdir to? Thanks On Thu, May 5, 2016 at 8:29 PM, Allan Jude <allanj...@freebsd.org> wrote: > On 2016-05-05 23:18, Lundberg, Johannes wrote: > > Hi > > > > I would like to create a live vm image for qemu like the snaphots

How to create qemu images?

2016-05-05 Thread Lundberg, Johannes
Hi I would like to create a live vm image for qemu like the snaphots vm images of FreeBSD that are available for download (but with my own configuration). Can someone tell me how these are made? If crochet is being used, is there any board configuration for qemu? Thanks! --

Re: asmc pathes

2016-05-02 Thread Lundberg, Johannes
No problems for me to apply the patch compile the module. On Mon, May 2, 2016 at 3:39 PM, Adrian Chadd <adrian.ch...@gmail.com> wrote: > Does this patch apply cleanly on top of what I just committed to -HEAD? > > > -a > > > On 2 May 2016 at 14:49,

Re: asmc pathes

2016-05-02 Thread Lundberg, Johannes
Chadd <adrian.ch...@gmail.com> wrote: > Done! > > > -a > > > On 2 May 2016 at 10:40, Lundberg, Johannes > <johan...@brilliantservice.co.jp> wrote: > > Poke -> Adrian :) > > > > > > On Fri, Apr 29, 2016 at 5:32 PM, Adrian Chadd <adrian.c

Re: asmc pathes

2016-05-02 Thread Lundberg, Johannes
Poke -> Adrian :) On Fri, Apr 29, 2016 at 5:32 PM, Adrian Chadd <adrian.ch...@gmail.com> wrote: > Sure, poke me about it monday and I'll commit it. > > > -a > > > On 29 April 2016 at 16:19, Lundberg, Johannes > <johan...@brilliantservice.co.jp> wrote: >

Re: asmc suspend/resume

2016-04-29 Thread Lundberg, Johannes
I'm using latest 11-current (few days old). On Friday, April 29, 2016, John Baldwin <j...@freebsd.org> wrote: > On Friday, April 29, 2016 02:39:16 PM Lundberg, Johannes wrote: > > Thanks! > > > > Yes, it is UEFI. > > I can't recall if the fixes are in HEAD yet t

asmc pathes

2016-04-29 Thread Lundberg, Johannes
Hi Can someone check this patch out and apply if OK? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209156 We can also close bug #175260, bug #203610 and bug #203512 if we apply this one. Thanks! Johannes -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Re: asmc suspend/resume

2016-04-29 Thread Lundberg, Johannes
Thanks! Yes, it is UEFI. On Fri, Apr 29, 2016 at 12:42 PM, John Baldwin <j...@freebsd.org> wrote: > On Thursday, April 28, 2016 05:48:51 PM Lundberg, Johannes wrote: > > Hi > > > > I've added MacbookAir5,1 to asmc and will send a patch soon. Just wanted > to

Re: asmc suspend/resume

2016-04-28 Thread Lundberg, Johannes
failed 10 times, giving up asmc0: asmc_key_read for key MO_Z failed 10 times, giving up On Thu, Apr 28, 2016 at 5:48 PM, Lundberg, Johannes < johan...@brilliantservice.co.jp> wrote: > Hi > > I've added MacbookAir5,1 to asmc and will send a patch soon. Just wanted > to ask for

asmc suspend/resume

2016-04-28 Thread Lundberg, Johannes
Hi I've added MacbookAir5,1 to asmc and will send a patch soon. Just wanted to ask for some advice first. Copying the configuration from MBA3 I get the following: SMS seems to be not supported. kldload takes minutes to complete and gives weird values. I just disable that for now. FAN seems to

EGL driver for vt?

2016-04-04 Thread Lundberg, Johannes
Hi Would anyone be interested in an Mesa/EGL driver for vt? If we had this we could run wayland/egl-based compositors with llvmpipe on platforms without GPU support similar to X+scfb driver. (if my understanding of the graphics stack if correct..) If similar to the (now deprecated) Linux

Re: question on support processor Intel Atom Z3735F

2016-03-25 Thread Lundberg, Johannes
One problem is that most of these devices have only 32 bit UEFI which FreeBSD does not support (except Intel Compute Stick which has 64 bit UEFI). I use special built Grub to boot a 64 bit Arch Linux on this chip, maybe same approach could be used to boot a 64 bit FreeBSD. However, you probably

Re: Bay Trail 32bit UEFI

2016-03-02 Thread Lundberg, Johannes
On Wed, Mar 2, 2016 at 11:37 AM, Jakob Alvermark <ja...@alvermark.net> wrote: > On Wed, March 2, 2016 20:00, Lundberg, Johannes wrote: > > On Wed, Mar 2, 2016 at 2:10 AM, Joe Holden <m...@m.jwh.me.uk> wrote: > > > > > >> On 02/03/2016 01:45, Lundberg, J

Re: Bay Trail 32bit UEFI

2016-03-02 Thread Lundberg, Johannes
On Wed, Mar 2, 2016 at 2:10 AM, Joe Holden <m...@m.jwh.me.uk> wrote: > On 02/03/2016 01:45, Lundberg, Johannes wrote: > >> CherryTrail devices/boards with 64bit UEFI are already out. Upgrading >> the hardware is one solution (I did). >> >> I'm thinking of the

Re: Bay Trail 32bit UEFI

2016-03-01 Thread Lundberg, Johannes
CherryTrail devices/boards with 64bit UEFI are already out. Upgrading the hardware is one solution (I did). I never did try FreeBSD on BayTrail but for running Linux on BayTrail I used special built Grub that was 32bit but could load 64bit OS. Could this kind of Grub boot a 64bit FreeBSD, I

Re: Meet to hack on new Intel Atom SoC board

2016-02-26 Thread Lundberg, Johannes
. On Friday, February 26, 2016, Larry Maloney <larry.malo...@hackerdojo.com> wrote: > Come to BAFUg at the Hacker Dojo > > Sent from my iPhone > > > On Feb 26, 2016, at 3:51 PM, Lundberg, Johannes < > johan...@brilliantservice.co.jp <javascript:;>> wrote: > &g

Meet to hack on new Intel Atom SoC board

2016-02-26 Thread Lundberg, Johannes
Hi My three boards from UP has arrived. At last, an Intel based small sized dev board! http://up-shop.org/ This is an early developer version board with the new super low power 14nm x5-Z8300 CPU (CherryTrail) with 16GB eMMC and 1GB RAM (a bit different from the specs of the final version). Any

Re: hint.uart.1 in device.hints causes freeze at boot

2016-02-26 Thread Lundberg, Johannes
Yes. Doing that or removing it from device.hints and it will boot properly. I haven't really dug any deeper as to why, yet. On Fri, Feb 26, 2016 at 9:56 AM, Ian Lepore <i...@freebsd.org> wrote: > On Fri, 2016-02-26 at 09:48 -0600, Lundberg, Johannes wrote: > > Hi > > &g

hint.uart.1 in device.hints causes freeze at boot

2016-02-26 Thread Lundberg, Johannes
Hi Not sure if it's ok to cross post but I wasn't sure which list to send to. On Intel Atom X5-Z8300 SoC (CherryTrail) the install memstick image (amd64) halts during boot because of uart.1 settings in device hints. I'm sure it is there for a reason so what is the alternative actions? Is the

Re: Realtek MMC/MMCSD reader?

2016-02-19 Thread Lundberg, Johannes
I'm also newbie and I'm working on adding a sdhci_acpi driver for Intel's Atom SoC. I wonder if your device would work with the existing sdhci_pci driver. Maybe it just a matter of adding the device id and possibly setting some quirks or you might have to write a new driver for the host

Re: Intel Haswell support - Any updates?

2015-09-17 Thread Lundberg, Johannes
I am wondering the same.. I am sure the very few developers we have are working as much as they can on this. However, the lack of support for the most common hardware since three years back is, I believe, preventing many new users, beginners as well as professionals, from coming to FreeBSD, and I

Re: Intel Haswell support - Any updates?

2015-09-17 Thread Lundberg, Johannes
at 6:41 PM, Andreas Nilsson <andrn...@gmail.com> wrote: > I guess interested parties could keep an eye on > https://github.com/freebsd/freebsd-base-graphics/tree/drm-i915-update-38 > and https://wiki.freebsd.org/Graphics > > Best regards > Andreas > > On Thu, Sep

Re: Intel Haswell support - Any updates?

2015-09-17 Thread Lundberg, Johannes
, Sep 17, 2015 at 7:10 PM, David Chisnall <thera...@freebsd.org> wrote: > On 17 Sep 2015, at 10:55, Lundberg, Johannes < > johan...@brilliantservice.co.jp> wrote: > > > > Looking at those pages it seems like development has basically been > > standing still f

Re: Intel Haswell support - Any updates?

2015-09-17 Thread Lundberg, Johannes
17, 2015, Adam McDougall <mcdou...@egr.msu.edu> wrote: > On Thu, Sep 17, 2015 at 12:43:59PM +0100, David Chisnall wrote: > > On 17 Sep 2015, at 11:31, Lundberg, Johannes < > johan...@brilliantservice.co.jp <javascript:;>> wrote: > > > > A

Re: Intel Haswell support - Any updates?

2015-09-17 Thread Lundberg, Johannes
No yet but I would like to have a meeting if possible. Are there any foundation folks in the bay area? Starting from next month I will be based in our Los Altos office for the time being. -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Fri, Sep 18, 2015 at 9:53 AM, Adrian Chadd

Re: Intel Haswell support - Any updates?

2015-09-17 Thread Lundberg, Johannes
is Moore <k...@pcbsd.org> schrieb: > > > > > > > On 09/17/2015 09:48, Matthias Apitz wrote: > > > > > El día Thursday, September 17, 2015 a las 10:41:43PM +0900, > > > > > Lundberg, Johannes > > > > > escribió: > > > > > &g

Re: [Call for testers] DRM device-independent code update to Linux 3.8

2015-02-17 Thread Lundberg, Johannes
I just checked out head and applied the patch and all except the last hunk applied successfully. My sys/modules/drm2/radeonkms/Makefile looks like this at the end and therefor fails: #radeon_prime.c #--radeon_trace_points.c SRCS+=

Re: [Call for testers] DRM device-independent code update to Linux 3.8

2015-02-17 Thread Lundberg, Johannes
Hi Good job! Will do some testing! As for the i915 driver, what versions are supported? Up until and including HD4000 Gen7 Ivy bridge? -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Wed, Feb 18, 2015 at 8:45 AM, Jean-Sébastien Pédron dumbb...@freebsd.org wrote: Hi! An update to the

Re: Weird behavior writing to SSD on 2013 MacBook

2015-02-05 Thread Lundberg, Johannes
fork: https://github.com/dumbbell/freebsd/commit/83723416a6bb8695d60c6573722a81086899f521 -Dimitry On 05 Feb 2015, at 08:32, Lundberg, Johannes johan...@brilliantservice.co.jp wrote: The release is the latest snapshot memstick image and kernel is from https://github.com/dumbbell/freebsd

Re: Weird behavior writing to SSD on 2013 MacBook

2015-02-05 Thread Lundberg, Johannes
It seems like the patch solved my problem. No more freezing of the filesystem. -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Thu, Feb 5, 2015 at 6:19 PM, Alfred Perlstein bri...@mu.org wrote: It's possible original intent of that construct was just a pause/throttle if it used to be an

Weird behavior writing to SSD on 2013 MacBook

2015-02-04 Thread Lundberg, Johannes
Hi I'm thought I was gonna do some test runs with HEAD on a 2013 Macbook Air and noticed some weird behavior regarding disk I/O. This happens both when doing portsnap extract and clone from git repository. For example portsnap extract, the extraction process (the output of it) suddenly stops,

Re: Weird behavior writing to SSD on 2013 MacBook

2015-02-04 Thread Lundberg, Johannes
Buf, 2566M Free Swap: 706M Total, 706M Free I have used FreeBSD with SSD plenty and never seen this behavior before. -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Thu, Feb 5, 2015 at 10:14 AM, Allan Jude allanj...@freebsd.org wrote: On 2015-02-04 19:29, Lundberg, Johannes wrote: Hi

Re: Weird behavior writing to SSD on 2013 MacBook

2015-02-04 Thread Lundberg, Johannes
By the way, For the second test I first ran portsnap extract without removing the old /usr/ports folder and it ran through quickly without any halts.. -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Thu, Feb 5, 2015 at 10:38 AM, Lundberg, Johannes johan...@brilliantservice.co.jp wrote: I

Re: Weird behavior writing to SSD on 2013 MacBook

2015-02-04 Thread Lundberg, Johannes
. What does this mean? / is 13 GB and 80% full. -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Thu, Feb 5, 2015 at 4:21 PM, Allan Jude allanj...@freebsd.org wrote: On 2015-02-04 20:40, Lundberg, Johannes wrote: By the way, For the second test I first ran portsnap extract without

TI WiLink 6.0 (WL1271)

2015-02-01 Thread Lundberg, Johannes
Hi Does anyone with insights into the WiFi world know the porting status of this driver? There seem to be a Linux driver available. What kind of problems would we face for creating a FreeBSD driver? Is it just a matter of someone sitting down doing it or are there any other obstacles? Thanks! --

Re: TI WiLink 6.0 (WL1271)

2015-02-01 Thread Lundberg, Johannes
, Lundberg, Johannes johan...@brilliantservice.co.jp wrote: Hi Does anyone with insights into the WiFi world know the porting status of this driver? There seem to be a Linux driver available. What kind of problems would we face for creating a FreeBSD driver? Is it just a matter of someone

Re: System-On-Module

2015-01-29 Thread Lundberg, Johannes
-snapdragon600 -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Thu, Jan 29, 2015 at 11:33 AM, Bernd Walter ti...@cicely7.cicely.de wrote: On Wed, Jan 28, 2015 at 05:36:00PM -0700, Ian Lepore wrote: On Thu, 2015-01-29 at 09:12 +0900, Lundberg, Johannes wrote: Ah now I see it has EDM

Re: System-On-Module

2015-01-29 Thread Lundberg, Johannes
What I'm most worried about is the graphics stack.. Some companies don't seem so keen on handing out specs. On Thursday, January 29, 2015, Ganbold Tsagaankhuu ganb...@gmail.com wrote: On Thu, Jan 29, 2015 at 4:18 PM, Lundberg, Johannes johan...@brilliantservice.co.jp javascript:_e(%7B%7D

Re: System-On-Module

2015-01-29 Thread Lundberg, Johannes
proprietary software/hardware etc? -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Thu, Jan 29, 2015 at 9:36 AM, Ian Lepore i...@freebsd.org wrote: On Thu, 2015-01-29 at 09:12 +0900, Lundberg, Johannes wrote: Ah now I see it has EDM connection. I didn't look carefully enough. All the images

System-On-Module

2015-01-28 Thread Lundberg, Johannes
Hi Of all the low power, high-spec system/computer-on-modules out there which have best support for FreeBSD? MEN Variscite Technologic system Adlink etc. What I am looking for is a system with roughly this specs ARM or x86, 64bit if possible. 2-4 cores 1.5-2.0 GHz 2 GB RAM ~16 GB Storage USB

Re: System-On-Module

2015-01-28 Thread Lundberg, Johannes
...@cicely7.cicely.de wrote: On Wed, Jan 28, 2015 at 12:27:31PM -0700, Ian Lepore wrote: On Wed, 2015-01-28 at 19:32 +0100, Bernd Walter wrote: On Wed, Jan 28, 2015 at 06:52:52PM +0900, Lundberg, Johannes wrote: Hi Of all the low power, high-spec system/computer-on-modules out

Re: System-On-Module

2015-01-28 Thread Lundberg, Johannes
, Jan 29, 2015 at 8:21 AM, Lundberg, Johannes johan...@brilliantservice.co.jp wrote: Thanks a lot guys. I can specify a bit more details. We don't need any sd-card, sata or external storage. Just the internal eMMC is enough. Display output can be DSI, LVDS or something that can easily

Re: System-On-Module

2015-01-28 Thread Lundberg, Johannes
...@freebsd.org wrote: On Thu, 2015-01-29 at 08:28 +0900, Lundberg, Johannes wrote: By the way, this is for an embedded mobile device so we are looking for something more like http://www.kontron.com/products/computeronmodules/smarc/smarc-samx6i.html instead of Wandboard which has all

Re: System-On-Module

2015-01-28 Thread Lundberg, Johannes
How about these Tegra3 boards? https://www.toradex.com/computer-on-modules/apalis-arm-family/nvidia-tegra-3 -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Thu, Jan 29, 2015 at 9:36 AM, Ian Lepore i...@freebsd.org wrote: On Thu, 2015-01-29 at 09:12 +0900, Lundberg, Johannes wrote: Ah

Re: Intel i915 GPU hung

2014-12-02 Thread Lundberg, Johannes
-b I have never had a crash or tearing. Have no idea why this is but I am just happy I don't get hung GPU anymore. -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Fri, Sep 12, 2014 at 2:07 PM, Lundberg, Johannes johan...@brilliantservice.co.jp wrote: Now with only sna enabled (which I

snapshot iso, memstick.img missing?

2014-11-07 Thread Lundberg, Johannes
Hi I can't seem to find FreeBSD-11.0-CURRENT-amd64-20141025-r273635-memstick.img Any reason why this is missing? -- Johannes Lundberg -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。 もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、

Re: snapshot iso, memstick.img missing?

2014-11-07 Thread Lundberg, Johannes
Same here. Was gonna test it on my new MacBookAir 6,1 (2014 model). -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Sat, Nov 8, 2014 at 9:26 AM, Mason Loring Bliss ma...@blisses.org wrote: On Sat, Nov 08, 2014 at 08:34:17AM +0900, Lundberg, Johannes wrote: I can't seem to find FreeBSD

Re: Intel i915 GPU hung

2014-09-11 Thread Lundberg, Johannes
I often get this on HD3000 when I push the GPU too hard.. (Well not really hard at all, but the harder I push it the sooner I get GPU crash). After the crash the desktop works fine but pure OpenGL apps don't (ie nothing shows up on the screen). I assume it has switched to software rendering(?)

Re: Intel i915 GPU hung

2014-09-11 Thread Lundberg, Johannes
in glxgears or somewhere else... Any experience with this? -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Fri, Sep 12, 2014 at 8:46 AM, Henry Hu henry.hu...@gmail.com wrote: On Thu, Sep 11, 2014 at 7:18 PM, Lundberg, Johannes johan...@brilliantservice.co.jp wrote: I often get this on HD3000

Re: Intel i915 GPU hung

2014-09-11 Thread Lundberg, Johannes
and tearfree, only sna enabled. -- Johannes Lundberg On Fri, Sep 12, 2014 at 9:29 AM, Lundberg, Johannes johan...@brilliantservice.co.jp wrote: I have a feeling I tried that before but I will try it again and report back the results. I would also like to enable tear free by setting swapbufferswait

Re: Intel i915 GPU hung

2014-09-11 Thread Lundberg, Johannes
at 6:08 PM, Lundberg, Johannes johan...@brilliantservice.co.jp wrote: First try with sna+swapbufferswait+tearfree gave me this after a while Xorg.log [ 1901.000] (EE) intel(0): sna_mode_redisplay: page flipping failed, disabling CRTC:3 (pipe=0) [ 1901.365] (EE) intel(0

Re: ucom_free Fatal trap on shutdown / module unload

2014-07-01 Thread Lundberg, Johannes
Hi Hans Thanks for the uhso patch. That did the trick. Now reboot and kldunload works fine. -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Tue, Jul 1, 2014 at 2:33 PM, Hans Petter Selasky h...@selasky.org wrote: Hi, Try the attached patch. Does it make any difference? --HPS --

Re: ucom_free Fatal trap on shutdown / module unload

2014-06-30 Thread Lundberg, Johannes
:01, Lundberg, Johannes wrote: As I mention in earlier mail, it is when I comment out following lines it works # For full debugger support use (turn off in stable branch): options DDB # Support DDB. options GDB # Support remote GDB

Re: ucom_free Fatal trap on shutdown / module unload

2014-06-29 Thread Lundberg, Johannes
wrote: On 06/28/14 08:59, Lundberg, Johannes wrote: The problem exists already from Revision *239180* http://svnweb.freebsd.org/base?view=revisionrevision=239180 where ucom was introduced.. Also observe that it only crashes when full debugging is enabled. No problems with debugging off

Re: ucom_free Fatal trap on shutdown / module unload

2014-06-23 Thread Lundberg, Johannes
attachment approval on the list. -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Tue, Jun 24, 2014 at 1:39 PM, Hans Petter Selasky h...@selasky.org wrote: On 06/23/14 07:34, Lundberg, Johannes wrote: I added some logging to see what is going on and this is what I got (none

Re: ucom_free Fatal trap on shutdown / module unload

2014-06-22 Thread Lundberg, Johannes
just before crash in method ucom_close that it tries to close a connection that has already been closed. -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Fri, Jun 20, 2014 at 4:51 PM, Hans Petter Selasky h...@selasky.org wrote: On 06/20/14 04:25, Lundberg, Johannes wrote: Hi I'm getting

Re: ucom_free Fatal trap on shutdown / module unload

2014-06-22 Thread Lundberg, Johannes
, Jun 23, 2014 at 11:55 AM, Hans Petter Selasky h...@selasky.org wrote: On 06/23/14 03:30, Lundberg, Johannes wrote: Hi I tried replacing DRIVER_MODULE(uhso, uhub, uhso_driver, uhso_devclass, uhso_driver_loaded, 0); with DRIVER_MODULE_ORDERED(uhso, uhub, uhso_driver, uhso_devclass

ucom_free Fatal trap on shutdown / module unload

2014-06-19 Thread Lundberg, Johannes
Hi I'm getting this error on 11-CURRENT amd64 (snapshot from June). (see attached image) Worked fine with 10 I think.. The ucom module is loaded as a dependency by the uhso module. Any clues? -- Johannes Lundberg [image: Inline image 1] --

Re: Apple Trackpad driver

2014-01-29 Thread Lundberg, Johannes
PM, Lundberg, Johannes johan...@brilliantservice.co.jp wrote: This is really good news :) I will try it on my 2012 and 2013 MBAs soon! (hopefully it is same hardware as in the pros) -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Wed, Jan 29, 2014 at 2:13 PM, Adrian Chadd adr

Re: Apple Trackpad driver

2014-01-28 Thread Lundberg, Johannes
This is really good news :) I will try it on my 2012 and 2013 MBAs soon! (hopefully it is same hardware as in the pros) -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Wed, Jan 29, 2014 at 2:13 PM, Adrian Chadd adr...@freebsd.org wrote: holy crap, cool! Hans? Any chance we could get

Re: Move 3G modem from u3g to uhso?

2014-01-11 Thread Lundberg, Johannes
Thanks a lot you both. On Sunday, January 12, 2014, Rui Paulo wrote: On 10 Jan 2014, at 02:54, Lundberg, Johannes johan...@brilliantservice.co.jp javascript:; wrote: Ah I see. Of course usb.conf is generated automatically :) I guess it is generated at make buildkernel and the new one can

newcons + splash image

2014-01-11 Thread Lundberg, Johannes
Hi Does newcons yet support splash images the same way syscons do? What is the current plan around this? Will there be any way to easily display image / animation during boot or is one expected to write a separate program for showing alternate boot or splash image? Best regards -- Johannes

Re: Move 3G modem from u3g to uhso?

2014-01-10 Thread Lundberg, Johannes
, Lundberg, Johannes wrote: Hi I have been using Globetrotter HSUPA Modem Option N.V. usb modem for a while with the uhso driver and now I installed 11-CURRENT and see that it has been added to devd and u3g is loaded automatically. Since this device has support for it wouldn't it be better to use

Intel graphics driver broken on 10-RC5

2014-01-09 Thread Lundberg, Johannes
Hi I just tried a few variants on my 64 bit laptop with Intel HD4000 graphics. Ivy bridge I think (not haswell for sure).. 10.0-RC5 compiled from source [GENERIC kernel config on amd64 and i386] works with vesa but with Intel I can't even start X (this was possible a while ago on 10 alpha I

Re: Install 10.0-RC3 on MacBookPro Late 2013

2014-01-09 Thread Lundberg, Johannes
, 2014 at 9:37 AM, Lundberg, Johannes johan...@brilliantservice.co.jp wrote: Hi Hans Yeah I made sure I got the latest source that contained your latest commit. Sorry no patch at this moment. I've been busy with other things lately so I haven't worked on this for some time now but felt

Error when adding user with multiple groups with bsdconfig

2014-01-09 Thread Lundberg, Johannes
Hi I'm on 11-CURRENT amd64. I wanted to add a user using bsdconfig but got an error when adding to several groups. Error message: ERROR!: pw pw: group `wheel daemon operator dialer network` does not exist. Creating a user who is only added to one group (for example wheel) works fine. I have

Move 3G modem from u3g to uhso?

2014-01-09 Thread Lundberg, Johannes
Hi I have been using Globetrotter HSUPA Modem Option N.V. usb modem for a while with the uhso driver and now I installed 11-CURRENT and see that it has been added to devd and u3g is loaded automatically. Since this device has support for it wouldn't it be better to use uhso driver so we get the

Re: Error when adding user with multiple groups with bsdconfig

2014-01-09 Thread Lundberg, Johannes
At least all dot files were owned by root if I remember correctly. I think there is a PR for this. -- Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Fri, Jan 10, 2014 at 4:33 PM, David Chisnall thera...@freebsd.orgwrote: On 10 Jan 2014, at 00:37, Lundberg, Johannes johan

Re: Install 10.0-RC3 on MacBookPro Late 2013

2014-01-07 Thread Lundberg, Johannes
to r245731, set hint.ahci.0.msi=0 seem to fixed timeout problem of AHCI. Random hang I think still exist, will check later... Cheers, Huang Wen Hui 2014/1/7 Lundberg, Johannes johan...@brilliantservice.co.jp Hi Huang Good job!! By works, which parts do you mean has been fixed? 1. USB

Re: Install 10.0-RC3 on MacBookPro Late 2013

2014-01-07 Thread Lundberg, Johannes
...@bitfrost.nowrote: On 01/07/14 14:22, Lundberg, Johannes wrote: Lucky you! I tried the latest src just now, made memstick on amd64 and ran on MBA2013 but no luck. Reverting xhci* to 243780 as I've done before made it pass the boot sequence and to the installer. Was hoping the same fix

  1   2   >