First time build of a linux kernel and it worked!
lizbeth
Status: Interested
Joined: 07 Nov 2012
Posts: 14
Location: United States
Reply Quote
I used 3.9 stable from Linus Torvalds git repo found here:

:: Code ::
git://github.com/torvalds/linux.git


Built it using these instructions for debian found here:

www.debian.org/releases/stable/i386/ch08s06.html.en
<fixed links: techadmin>

And it works! First time up! How easy that was! My machine boots faster too!

Sweet!
Back to top
damentz
Status: Assistant
Joined: 09 Sep 2008
Posts: 1122
Reply Quote
Excellent, glad you got it working :).
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4127
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
Even I have managed to do that, following directions, which is saying something. It's surprisingly easy to do as long as you turn off the brain's gray matter and just read the steps and do them. Not something I'd want to do routinely but it's nice to know it's possible to do should it be necessary. Thanks also for posting the links that showed you how to do that so others can give it a try if they want to dip into that world.
Back to top
lizbeth
Status: Interested
Joined: 07 Nov 2012
Posts: 14
Location: United States
Reply Quote
:P
Back to top
lizbeth
Status: Interested
Joined: 07 Nov 2012
Posts: 14
Location: United States
Reply Quote
Well, that brings up a question now though....

What optimizations do you use? 3.9 works but I do get errors about parsing usb something or other at boot up...

My usb devices all work so I am not sure what those errors are about...

I was trying to instal your 3.8 kernel and got a number of errors on version .10 on install....

broken pipe and such...
:: Code ::



Preconfiguring packages ...
Selecting previously unselected package linux-image-3.8-10.dmz.1-liquorix-amd64.
(Reading database ... 201737 files and directories currently installed.)
Unpacking linux-image-3.8-10.dmz.1-liquorix-amd64 (from .../linux-image-3.8-10.dmz.1-liquorix-amd64_3.8.0-6_amd64.deb) ...
Selecting previously unselected package linux-headers-3.8-10.dmz.1-liquorix-amd64.
Unpacking linux-headers-3.8-10.dmz.1-liquorix-amd64 (from .../linux-headers-3.8-10.dmz.1-liquorix-amd64_3.8.0-6_amd64.deb) ...
Selecting previously unselected package linux-headers-liquorix-amd64.
Unpacking linux-headers-liquorix-amd64 (from .../linux-headers-liquorix-amd64_3.8.0-6_amd64.deb) ...
Selecting previously unselected package linux-image-liquorix-amd64.
Unpacking linux-image-liquorix-amd64 (from .../linux-image-liquorix-amd64_3.8.0-6_amd64.deb) ...
Setting up linux-image-3.8-10.dmz.1-liquorix-amd64 (3.8.0-6) ...
Running depmod.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/dkms 3.8-10.dmz.1-liquorix-amd64 /boot/vmlinuz-3.8-10.dmz.1-liquorix-amd64
dkms.conf: Error! No 'BUILT_MODULE_NAME' directive specified for record #0.
Error! Bad conf file.
File:
does not represent a valid dkms.conf file.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.8-10.dmz.1-liquorix-amd64 /boot/vmlinuz-3.8-10.dmz.1-liquorix-amd64
update-initramfs: Generating /boot/initrd.img-3.8-10.dmz.1-liquorix-amd64



I wanted to recompile 3.9 using some of the defaults in the config of 3.8 but the new version isn't working so well you see..

3.8-08 was working good but how to install that?

My first build of 3.9 used configs in 3.2 kernel...
Back to top
lizbeth
Status: Interested
Joined: 07 Nov 2012
Posts: 14
Location: United States
Reply Quote
and my links aren't working?????
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4127
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
the https in debian didn't work I fixed it to be http. git isn't a link, it's a thing for setting up git, so I put that into code block.
Back to top
teresaejunior
Status: Interested
Joined: 02 Oct 2010
Posts: 30
Reply Quote
It's not really the kernel that is failing to install, but some dkms package failing to compile. What's the output of

:: Code ::
dpkg -l | grep dkms


If you want to revert to a version of liquorix that worked, you may try to find cached packages on /var/cache/apt/archives:

:: Code ::
ls /var/cache/apt/archives/*liquorix*

Back to top
Display posts from previous:   

All times are GMT - 8 Hours