LINUX LITE 7.4 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Acer C720 Touchpad
#4
The problem seems to be here:

Code:
# Grab Ubuntu kernel source
apt-get source linux-image-$mykern
cd $mykernver

if [ -f drivers/platform/x86/chromeos_laptop.c ]; then
  platform_folder=x86
elif [ -f drivers/platform/chrome/chromeos_laptop.c ]; then
  platform_folder=chrome
fi

The value of $platform_folder is undefined, because chromeos_laptop.c is in neither of those directories. I can't find it at all, in fact. So, even if it WAS defined, then the script would later attempt to patch a source file that doesn't exist.

EDIT:
One of the comments is a guy who is trying to run Elementary OS got that same error for patching files that I did. Since elementary OS is also based on LTS 12.04, I am pretty optimistic about this link:

http://realityequation.net/installing-el...omebook-14
Reply


Messages In This Thread
Acer C720 Touchpad - by HarryFarthing - 05-01-2014, 01:48 PM
Re: Acer C720 Touchpad - by gold_finger - 05-01-2014, 08:43 PM
Re: Acer C720 Touchpad - by Harry_Farthing - 05-02-2014, 08:51 AM
Re: Acer C720 Touchpad - by Harry_Farthing - 05-02-2014, 09:46 AM
Re: Acer C720 Touchpad - by gold_finger - 05-02-2014, 06:12 PM
Re: Acer C720 Touchpad - by Harry_Farthing - 05-03-2014, 02:06 AM
Re: Acer C720 Touchpad - by gold_finger - 05-03-2014, 04:11 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)