What's wrong?

me@Linux-Notebook:~$ git config --global user.email "[email protected]" && git 
config --global user.name "Your Name" && cd $HOME && git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git && patch 
~/linux/drivers/acpi/video.c ~/Desktop/testfix.patch && cd linux && git add . 
&& git commit
Cloning into 'linux'...
remote: Counting objects: 3765525, done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 3765525 (delta 6), reused 0 (delta 0)
Receiving objects: 100% (3765525/3765525), 840.68 MiB | 1.04 MiB/s, done.
Resolving deltas: 100% (3090600/3090600), done.
Checking connectivity... done.
Checking out files: 100% (47503/47503), done.
patching file /home/me/linux/drivers/acpi/video.c
Hunk #1 FAILED at 270.
Hunk #2 FAILED at 289.
2 out of 2 hunks FAILED -- saving rejects to file 
/home/me/linux/drivers/acpi/video.c.rej
patching file /home/me/linux/drivers/acpi/video.c
Hunk #1 FAILED at 1562.
1 out of 1 hunk FAILED -- saving rejects to file 
/home/me/linux/drivers/acpi/video.c.rej
patching file /home/me/linux/drivers/acpi/video.c
Hunk #1 FAILED at 1068.
1 out of 1 hunk FAILED -- saving rejects to file 
/home/me/linux/drivers/acpi/video.c.rej

me@Linux-Notebook:~$ cp /boot/config-`uname -r` .config && yes '' | make 
oldconfig && make clean && make -j `getconf _NPROCESSORS_ONLN` deb-pkg 
LOCALVERSION=-custom && cd .. && sudo dpkg -i *.deb && git fetch origin;git 
fetch origin master;git reset --hard FETCH_HEAD
make: *** No rule to make target `oldconfig'.  Stop.
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).


** Patch added: "testfix.patch"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1283938/+attachment/4227086/+files/testfix.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1283938

Title:
  [Samsung NP535U4X-S01TH] Ubuntu 14.04 blank screen after wakeup from
  sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1283938/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to