Page 1 of 1

[Solved] How Do I Upgrade to Linux Kernel 3.6.6?

Posted: Thu Nov 15, 2012 4:11 pm
by WhatUsernameIsFree?
Hi all,

I'd like to upgrade to Linux Kernel 3.6.6 as it includes the drivers for my wireless card. Please can someone tell me how I can do this please?

Thanks

Re: How Do I Upgrade to Linux Kernel 3.6.6?

Posted: Thu Nov 15, 2012 6:06 pm
by zerozero
http://liquorix.net/ is at the moment at 3.6.0-6
http://packages.qa.debian.org/l/linux.html debian experimental is at 3.6.6-1

Re: How Do I Upgrade to Linux Kernel 3.6.6?

Posted: Fri Nov 16, 2012 3:18 am
by WhatUsernameIsFree?
Hi,

Thank you so much for your response. I've tried Liquorix's Kernel and it doesn't have the drivers that I need. I've added

Code: Select all

deb http://ftp.debian.org/debian experimental main
to sources.list but I can't work out how to install 3.6.6. Apparently I need to use

Code: Select all

apt-get -t experimental install <package name>
, but I can't find it using 'aptitude search' and therefore am unsure of what it's exactly called to install it.

I swear I'll never buy a brand new laptop again. The drivers are all a few months away from general release. :lol:

Thanks :)

Re: How Do I Upgrade to Linux Kernel 3.6.6?

Posted: Fri Nov 16, 2012 11:45 am
by zerozero
hi :)
as a general disclaimer (not specifically directed to you :lol: ) we should avoid experimental if we are unsure how to use it.

but as you need this kernel here goes:

Code: Select all

apt update

Code: Select all

apt-cache search linux | grep trunk

Code: Select all

apt install <package1> <package2> #you need for sure the image and the headers
disable again the repo

Code: Select all

sudo update-grub #might not be necessary but just in case
this should do it :wink:
and i hope your wireless will work now

Re: How Do I Upgrade to Linux Kernel 3.6.6?

Posted: Fri Nov 16, 2012 12:29 pm
by WhatUsernameIsFree?
Hi,

Thank you once again. I'm sure I'm very close. I can't install headers and trunk due to kbuild3.6 apparently not being available.

Code: Select all

The following packages have unmet dependencies:
linux-headers-3.6-trunk-amd64 : Depends : linux-kbuild-3.6 but it is not installable
E: Unable to correct problems, you have held broken packages.
Searching aptitude shows that linux-kbuild-3.5 is available, as is 3.2, but no 3.6 :(

Re: How Do I Upgrade to Linux Kernel 3.6.6?

Posted: Fri Nov 16, 2012 1:05 pm
by zerozero
actually (i'm replicating this here in a 64bit system so might be different) image-3.6-trunk-amd64 and headers-3.6-trunk-common would install; the problem is headers-3.6-trunk-amd64 (and this one is fundamental specially if you need to build any driver against the kernel)
3.6.6 was uploaded yesterday to experimental http://lists.debian.org/debian-devel-ch ... 00788.html but there's a bug against kbuild (linux-tools) for some time
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690011
guess is not installable atm (not the headers) but soon...

Re: How Do I Upgrade to Linux Kernel 3.6.6?

Posted: Fri Nov 16, 2012 2:10 pm
by WhatUsernameIsFree?
It appears thanks to your help I am now running 3.6.6.1~experimental. Unfortunately, within Network Manager my wireless card now says "device not ready (firmware missing)" so it appears to be a different message now, but still not resolved.

Any ideas? :(

Re: How Do I Upgrade to Linux Kernel 3.6.6?

Posted: Fri Nov 16, 2012 2:39 pm
by WhatUsernameIsFree?
Fixed it!

Code: Select all

Get the firmware by
git clone git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
cd
cd linux-firmware
sudo cp rt3290.bin /lib/firmware
That solved it for me!

Re: [Solved] How Do I Upgrade to Linux Kernel 3.6.6?

Posted: Fri Nov 16, 2012 4:00 pm
by zerozero
8)
glad you got it sorted :D

Re: [Solved] How Do I Upgrade to Linux Kernel 3.6.6?

Posted: Sat Nov 24, 2012 5:52 pm
by zerozero
just a heads-up on this: if you need/want the headers they should be installable soon
Jonathan Nieder [email removed] via lists.debian.org

21:44 (9 minutes ago)

to debian-kernel
I intend to upload linux-tools version 3.6-1~experimental.1 to
experimental tomorrow. The source is nicely xz-compressed for the
first time (thanks, Ben and Sedat!). The upload should make perf and
kbuild usable again for people using a packaged 3.6.y kernel.

Regards,
Jonathan

Re: [Solved] How Do I Upgrade to Linux Kernel 3.6.6?

Posted: Sun Nov 25, 2012 5:22 am
by WhatUsernameIsFree?
Thank you very much and it's very kind of you to think of us that were looking to do this.

I'll admit I'm a little scared to do any more as it's working, and I don't like to fix what isn't broken. :lol:

Re: [Solved] How Do I Upgrade to Linux Kernel 3.6.6?

Posted: Sun Nov 25, 2012 4:14 pm
by zerozero
WhatUsernameIsFree? wrote:I don't like to fix what isn't broken. :lol:
yep, if all is working as it should leave it as-is 8)