Gentoo Archives: gentoo-user

From: Bill Kenworthy <billk@×××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] tablet
Date: Tue, 31 May 2016 14:18:48
Message-Id: 574D9D33.2080103@iinet.net.au
In Reply to: Re: [gentoo-user] tablet by Giampiero Gabbiani
1 On 31/05/16 06:43, Giampiero Gabbiani wrote:
2 > In data martedì 31 maggio 2016 05:55:10, Bill Kenworthy ha scritto:
3 >> On 30/05/16 20:09, Neil Bothwick wrote:
4 >>> On Sat, 28 May 2016 14:46:02 +0300, Thanasis wrote:
5 >>>> On 05/28/2016 09:03 AM, Bill Kenworthy wrote:
6 >>>>> I was just about to spring for a mid range MS surface pro 4 tablet
7 >>>>> when I saw a few posts about hardware problems ... MS hardware is
8 >>>>> usually solid (in contrast to their software! :)
9 >>>>>
10 >>>>> Are there any other similar tablets out there that are gentoo/Linux
11 >>>>> friendly that are worth looking at?
12 >>>>>
13 >>>>> I have been using an old Samsung android tablet and google has just
14 >>>>> crossed the line and creeped me out past what I can tolerate so its
15 >>>>> time to move on :(
16 >>>>>
17 >>>>> BillK
18 >>>>
19 >>>> Aquaris M10
20 >>>>
21 >>>> https://store.bq.com/gl/
22 >>>
23 >>> Have you actually run Gentoo on one of these?
24 >>
25 >> Tried to do gentoo on android but was missing some essential settings in
26 >> the kernel available ... and its not the most powerful beast :) I did
27 >> eventually build a custom cyanogenmod but in the end decided that with a
28 >> failing battery, it wasn't worth it :(
29 >>
30 >> The surface 4 is running gentoo but but I am running out of chickens
31 >> trying to get the bootloader going ... seems like grub cant see the NVMe
32 >> ssd the sp4 uses and rEFInd is being ... difficult :)
33 >>
34 >> EFI is like bad magic ... doesn't really work! My last efi adventure
35 >> was an apple air some 4 years or more ago (which eventually worked) - it
36 >> hasn't progressed much in that time.
37 >>
38 >> BillK
39 >
40 > On both surface Pro and Pro 3 it worked with the following partition:
41 >
42 > /dev/sda1 ef00 fat32 512MiB
43 >
44 > Grub2 was compiled with device-mapper USE flag and GRUB_PLATFORMS="efi-64"
45 >
46 > And installed with
47 >
48 > # grub2-install --target=x86_64-efi --efi-directory=/boot/efi --boot-
49 > directory=/boot/efi
50 >
51 > What exactly is the problem?
52 >
53 > Grub2 succeeded in installation? If yes could you give the efibootmgr output?
54 >
55 > Regards
56 > Giampiero
57 >
58
59 Working ... well the basics (console)!
60
61 EFI - was down to me misunderstanding the syntax for refind and then a
62 few other bugs/missing kernel driver etc. Booting from rEFInd directly
63 using the kernel EFI stub. grub2 has been removed.
64
65 Patched the kernel for the type 4 keyboard so have the MS type 4 KB
66 working at the console including the mousepad (using gpm)
67
68 WiFi (thanks to the the recent wpa_supplicant thread saving me time to
69 refamilise myself with this) working to WPA2 - relatively easy :)
70
71 Next is X and the fruit :)
72
73 BillK

Replies

Subject Author
Re: [gentoo-user] tablet R0b0t1 <r030t1@×××××.com>
Re: [gentoo-user] tablet Giampiero Gabbiani <giampiero@××××××××.org>