<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">I'm still struggling to get Bluetooth (and tablet buttons) to work. I'm almost at the point of giving up and returning to an older device with horrible GMA500 graphics!</p>
<p style="margin-top:0;margin-bottom:0">I've finally put together a list of the process that I'm using: could someone kindly point out where I'm going wrong?</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"><font size="2"><span style="font-size:11pt;"></span></font></p>
<div>cd /home/user/build<br>
<br>
 wget -N https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.13.tar.bz2<br>
 wget -N http://www.zaurus.org.uk/download/toshiba_click_mini_l9w/john_brodie_patches_4.13-rc7-20171015T112653Z-001.zip<br>
 wget -N https://www.zaurus.org.uk/download/toshiba_click_mini_l9w/config-4.13-jbpm0<br>
 wget -N https://www.zaurus.org.uk/download/toshiba_click_mini_l9w/disable-elan.patch<br>
 wget -N https://www.zaurus.org.uk/download/toshiba_click_mini_l9w/sound_click_mini.patch<br>
<br>
unzip /usr/src/john_brodie_patches_4.13*.zip<br>
<br>
# Use a fresh source<br>
# rm -Rf linux-source-4.13.0<br>
# tar -xvjf /usr/src/*.bz2<br>
 cd linux-source-4.13.0<br>
<br>
cp ../config-4.13-jbpm0 .config<br>
patch -p1 < ../disable-elan.patch<br>
patch -p1 < ../sound_click_mini.patch<br>
# John Brodie patches<br>
for X in ../4.13-rc7/*patch<br>
do<br>
    patch -p1 < $X<br>
done<br>
<br>
# sed 's/EXTRAVERSION.*/EXTRAVERSION = -user/' Makefile<br>
<br>
# Check for new settings and switch CPU type to Atom<br>
make menuconfig<br>
# Use 12 vCPU processing<br>
make -j 12 deb-pkg<br>
<br>
# Once completed I then use isorespin to give further drivers and patches..<br>
<br>
./isorespin.sh -i linuxmint-18.3-mate-64bit.iso --atom --upgrade -p "pavucontrol" -l "../build/linux-image-4.13.13-user_amd64.deb" -l "../build/linux-headers-4.13.13-user_amd64.deb" -l "../build/linux-firmware-image-4.13.13-user_amd64.deb"<br>
<br>
<br>
</div>
<p></p>
</div>
</body>
</html>