Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How do i update my kernel to 3.11+ ?

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
persson121
Posts: 43
Joined: 2011-03-22 19:19

How do i update my kernel to 3.11+ ?

#1 Post by persson121 »

Hello!

I have used Lubuntu but it's to weak for me so i need to try Debian 7. I have a Chromebook Acer C710 who i have flashed away the orginal BIOS and flashed a new BIOS calles SeaBios from JohnLewis.ie

But i need to fix the touchpad and i don't know how to update my kernel.
In ubuntu i did this:

Add this ones in /etc/modules
loop
lp
rtc
i2c-i801
i2c-dev
chromeos-laptop
cyapa
Download this ones:
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100_3.11.0-031100.201309021735_all.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100-generic_3.11.0-031100.201309021735_amd64.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-image-3.11.0-031100-generic_3.11.0-031100.201309021735_amd64.deb
Install:
sudo dpkg -i linux-headers* linux-image*
Then reboot the laptop and the touchpad works! But what do i need to download for debain? What Linux image do debain offer? I have tried to searsh in apt-get system and i only found 3.2 Linux Kernel. Not newer.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: How do i update my kernel to 3.11+ ?

#2 Post by stevepusser »

Install the newest kernel from wheezy-backports (backports.org).

I don't think you need to manually create directories in /lib/modules; the kernel install is supposed to do that.
MX Linux packager and developer

sgosnell
Posts: 975
Joined: 2011-03-14 01:49

Re: How do i update my kernel to 3.11+ ?

#3 Post by sgosnell »

The touchpad still doesn't work. I'm running 3.13 on a C720, and have not been able to get the touchpad to work. I just use a mouse. I'm hoping 3.14 fixes it.
Take my advice, I'm not using it.

persson121
Posts: 43
Joined: 2011-03-22 19:19

Re: How do i update my kernel to 3.11+ ?

#4 Post by persson121 »

Hello again!

I have one problem. I don't know what kernel of 3.11 amd64 and headers of 3.11 amd64 i need to choose from blackports of Wheezy.
Do you know what headers and kernel in .deb format i need to download?

persson121
Posts: 43
Joined: 2011-03-22 19:19

Re: How do i update my kernel to 3.11+ ?

#5 Post by persson121 »

I think i will install the kernel and headers i have post above. Is that a bad idea or shall i try with wheezy blackports kernel&headers who i cannot find?

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: How do i update my kernel to 3.11+ ?

#6 Post by stevepusser »

persson121 wrote:I think i will install the kernel and headers i have post above. Is that a bad idea or shall i try with wheezy blackports kernel&headers who i cannot find?
Those 3.11 kernels have been updated to 3.12 and 3.13 versions in backports. You can still find them in snapshot.debian.org, but I'd go with the newer kernels.

Usually touchpads are supported by some xorg-xserver-input driver, and you may have some odd one. Usually you can find some kind of guide to get the touchpad working by doing a websearch...

such as here: https://wiki.archlinux.org/index.php/Ac ... el_Modules

I'd try using the Chrobuntu script to get, build, and install the special drivers for the touchpad.
MX Linux packager and developer

persson121
Posts: 43
Joined: 2011-03-22 19:19

Re: How do i update my kernel to 3.11+ ?

#7 Post by persson121 »

Hi! I tried to install the ubuntu kernel and headers above. And not my touchpad works!

It's on Acer C710. Is there any way i can add this to....you do you call it..?....to the updates or something so everybody knows that this will work?
But tapping is not working beacuse the install if the headers & kernel was not 100%.

Add this ones in /etc/modules

loop
lp
rtc
i2c-i801
i2c-dev
chromeos-laptop
cyapa



Download this ones:

wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100_3.11.0-031100.201309021735_all.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100-generic_3.11.0-031100.201309021735_amd64.deb
wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-image-3.11.0-031100-generic_3.11.0-031100.201309021735_amd64.deb



Install:

sudo dpkg -i linux-headers* linux-image*

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: How do i update my kernel to 3.11+ ?

#8 Post by stevepusser »

I believe you will have to run the script to build and install those special touchpad drivers, no matter what kernel you're running.
MX Linux packager and developer

persson121
Posts: 43
Joined: 2011-03-22 19:19

Re: How do i update my kernel to 3.11+ ?

#9 Post by persson121 »

But my touchpad works! Only tapping on it don't work...yet. =)

In ubuntu these works 100% with Chromebook Acer C710.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: How do i update my kernel to 3.11+ ?

#10 Post by stevepusser »

Oh, the touchpad is working now? You may just have to enable tapping in the touchpad configuration utility for your desktop environment, then.
MX Linux packager and developer

persson121
Posts: 43
Joined: 2011-03-22 19:19

Re: How do i update my kernel to 3.11+ ?

#11 Post by persson121 »

Damn! :oops:

I have allreade installed Lubuntu Linux beacuse i forgot that it's a function to enable tapping on the touchpad in Debian.
But now we know a solution to fix the touchpad for the Acer C710. I don't know if that works with Acer C720. Mabey somebody test?

But install a Ubuntu kernel onto Debian, it's no point to use Debian then.

Post Reply