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

Archived topics about LMDE 1 and LMDE 2
Locked
WhatUsernameIsFree?

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

Post 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
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
zerozero

Re: How Do I Upgrade to Linux Kernel 3.6.6?

Post 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
WhatUsernameIsFree?

Re: How Do I Upgrade to Linux Kernel 3.6.6?

Post 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 :)
zerozero

Re: How Do I Upgrade to Linux Kernel 3.6.6?

Post 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
WhatUsernameIsFree?

Re: How Do I Upgrade to Linux Kernel 3.6.6?

Post 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 :(
zerozero

Re: How Do I Upgrade to Linux Kernel 3.6.6?

Post 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...
WhatUsernameIsFree?

Re: How Do I Upgrade to Linux Kernel 3.6.6?

Post 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? :(
WhatUsernameIsFree?

Re: How Do I Upgrade to Linux Kernel 3.6.6?

Post 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!
zerozero

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

Post by zerozero »

8)
glad you got it sorted :D
zerozero

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

Post 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
WhatUsernameIsFree?

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

Post 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:
zerozero

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

Post 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)
Locked

Return to “LMDE Archive”