Here's 'git bisect log'...
---------------------------------------------
master@master-MS-7623:~/Desktop/Clone/ubuntu-saucy$ git bisect log# bad: 
[ee5918d3e6e54ce18ee5d983062dd44555f8c9f7] UBUNTU: Ubuntu-3.11.0-19.33
# good: [2f97cdb509b076833bec97b07a7a629448d71388] UBUNTU: Ubuntu-3.11.0-18.32
git bisect start 'Ubuntu-3.11.0-19.33' 'Ubuntu-3.11.0-18.32'
# bad: [0636759f761301ffa74f5232242b107d0a9318fa] usb-storage: restrict 
bcdDevice range for Super Top in Cypress ATACB
git bisect bad 0636759f761301ffa74f5232242b107d0a9318fa
# bad: [248a0cc70d36331137096e8ebd3d047ce30feeb6] arm64: vdso: update wtm 
fields for CLOCK_MONOTONIC_COARSE
git bisect bad 248a0cc70d36331137096e8ebd3d047ce30feeb6
# bad: [3a4b6148835925f6bc6ff8647fea3a0a7d7c2628] [media] af9035: add ID 
[2040:f900] Hauppauge WinTV-MiniStick 2
git bisect bad 3a4b6148835925f6bc6ff8647fea3a0a7d7c2628
# bad: [624fa8ce67e46da3c6e2544d36b5c21e30db4994] crypto: s390 - fix des and 
des3_ede ctr concurrency issue
git bisect bad 624fa8ce67e46da3c6e2544d36b5c21e30db4994
# bad: [dd350c2dc8a4d43ded7fc7489229599f8542b262] ftrace: Have function graph 
only trace based on global_ops filters
git bisect bad dd350c2dc8a4d43ded7fc7489229599f8542b262
# bad: [cb292e6eac7d92c6852044e63e3a4eca21570b8a] ftrace: Synchronize setting 
function_trace_op with ftrace_trace_function
git bisect bad cb292e6eac7d92c6852044e63e3a4eca21570b8a
# bad: [adf9f52ea6327238cc00801d0c77933ac72dc8da] UBUNTU: Start new release
git bisect bad adf9f52ea6327238cc00801d0c77933ac72dc8da
# first bad commit: [adf9f52ea6327238cc00801d0c77933ac72dc8da] UBUNTU: Start 
new release


commit would not build
cb292e6eac7d92c6852044e63e3a4eca21570b8a
---------------------------------------------
 LD [M]  drivers/gpu/drm/nouveau/nouveau.o
  LD      drivers/gpu/drm/built-in.o
  LD      drivers/gpu/built-in.o
make[2]: *** [drivers] Error 2
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/home/master/Desktop/Clone/ubuntu-saucy'
make: *** 
[/home/master/Desktop/Clone/ubuntu-saucy/debian/stamps/stamp-build-generic] 
Error 2


Steps which got me here...
--------------------------------------
cd '/home/master/Desktop/Clone'  
git clone git://kernel.ubuntu.com/bradf/ubuntu-saucy/.git
cd '/home/master/Desktop/Clone/ubuntu-saucy' 
git checkout -b mybisect origin/master
git bisect start Ubuntu-3.11.0-19.33 Ubuntu-3.11.0-18.32
cd '/home/master/Desktop/Clone/ubuntu-saucy' 
fakeroot debian/rules clean
fakeroot debian/rules binary-headers binary-generic
cd ..
sudo dpkg -i linux*3.11.0-19.33*.deb
sudo reboot

#repeat
cd '/home/master/Desktop/Clone/ubuntu-saucy'
git bisect bad
fakeroot debian/rules clean
fakeroot debian/rules binary-headers binary-generic
cd ..
sudo dpkg -i linux*3.11.0-19.33*.deb
sudo reboot
#end repeat

Could not find a good commit. All return blank/black screen.

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

Title:
  [MSI 880GM-E41] No Desktop Display for kernel versions

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to