-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notes #3
Comments
Thanks for the feedback :) to compile the kernel yourself, I would actually apt-get source linux-surface There are so many new patches I've added, a few to improve the I'll certainly look into Bluez5, blueman is okay but not that amazing (I On Thursday, 7 April 2016, 0E800 [email protected] wrote:
|
I got lazy and just decided to apt-get install linux-surface and was blown away. In the event you stop patching kernels in the future, may you please post your most current patches? Even though the OS works great, the LiveISO I create from the Surface kernel I got from your PPA are not booting from USB. I get Kernel panic and errors. I would like to try manually patching the kernel by hand. Btw - do you know how to use the touchscreen to activate clicks? update: the pen works, tapping on the icon opens the application. |
Hey, I'll do my best to publish the patches I'm using into GitHub this weekend. I'm surprised you are having problems creating your own LiveISO. Did you apt-get update -o .. and then go through by hand doing apt-get install on each package (that I don't know of any CLI trick for making the power button act as sleep, Oh and finally, I've looked into Bluez 5. It seems to be quite a pain on On Thu, Apr 7, 2016 at 11:39 PM, 0E800 [email protected] wrote:
|
Thank you for your prompt response. I was hoping to try my luck with your patches against a Debian kernel. I used Systemback (lazy) to create the LiveISO - its worked for me up to the point that I installed the patched surface kernel. I was thinking I could create the ISO with the most current Ubuntu-kernel (4.4.x) and then manually switch to the Surface kernel after the OS is installed. I am kinda taken back by manually installing packages through chroot and have most likely forgotten the previous tweaks/edits I made in order to make the OS work in the past. This is one of those times I don't feel like getting up out of bed but know that I must. I will learn to use JLIVECD and see if I get better results. Thank you for the tips. I installed Bluez5 from source, had to install a few lib-devs:
before running
It installed fine. However, when I tried to compile the most current version of Blueman (which I believe uses Bluez) it complained that I did not meet the Bluez5 requirements. For whatever reason it didn't find the version 5 I installed. I ended up adding the Blueman PPA and installing from there. Still not able to connect to the MX Master mouse that uses Smart Bluetooth connection. Also unable to correctly pair the Surface pen. Would like to map the purple top button. I couldn't find a cli trick to map the power button. So I used Cinnamon keyboard shortcut setting to map the key to the shutdown dialog box. Works for me. Hope you have a pleasant weekend. |
No problem, with JLIVECD by the way you should be able to use your existing As for Bluez 5, I'm only going from what this PPA states: I've not tried to rebuild blueman against this yet either, naturally, and Have a good weekend yourself too :) On Friday, 8 April 2016, 0E800 [email protected] wrote:
|
Adding the PPA and upgrading to bluez5 was a miss. I had similar issues. Having to reboot in the middle of upgrade because bluez5 package update hangs.
Login fails with session errors.
Looks like things are back to normal :) I am okay for the moment just using Windows for my 'Smart' bluetooth devices. Was just hoping it would be a little easier to upgrade to bluez5. Side note: I am guessing it has to do with the case design / very little airflow? Best regards, |
I tried following this tutorial to try to lower the cpu temp: However, it looks like I need the package linux-tools-4.4.6-1-surface which is not available. Do you think enabling intel-pstate might help? |
Not really an issue. HUGE thank you for your time and effort and documentation.
Just going to use this area for notes.
Your version of Mint rocks on the SP3.
I installed a *ton of distros trying to find one with perfect HDPI to match the SP3 resolution. Solus looked and acted great out the box, but I had issues with getting the bootloader to work and Solus is lacking in many packages.
Your SP3 version of Mint is what I was looking for.
Now I would like to compile the kernel myself.
I am running your build_kernel_4.4.sh script.
I edited the script to download a more recent kernel ;
https://launchpad.net/ubuntu/+archive/primary/+files/linux_4.4.0.orig.tar.gz
I noticed a few autoconf errors at the begging of the script.
sudo apt-get install autoconf libtool
Fixed those.
Line 13, 14
^Issue - the directory needs to be created before the archive can be extracted to it.
Also tar needs the -C flag in order to extract to a directory.
Should be corrected to:
Questions:
Are you able to install Bluez5 to support 'Smart' Bluetooth?
How do you fix DPI for the Mints screen-saver lock-screen? I notice its clipped and doesnt look like its supposed to.
The text was updated successfully, but these errors were encountered: