Would anyone be willing to share their knowledge on: How to compile and install Linux Kernel 3.19 in Debian jessie?
So the new kernel is out and I've been patiently waiting for its release for the support of Microsoft Surface peripherals. I recently switched over to Debian because I'm not fond of some of the moves Ubuntu is making. So thats the short story, and fundamentally unimportant to the question.
Considering my lack of experience with Linux, or should I say others extensive experience, please be as detailed as you care to be. I did end up finding instructions containing 4 or so lines with 3 or so words in each line, buried in some website, but the information wasn't sufficient for me to follow. Needless to say those instructions were for someone who didn't need the specific terminal commands which I certainly do.
amd64
Thank You.
I previously installed kdenlive in previous Debian versions with the suggested command:
apt-get install kdenlive frei0r-plugins dvgrab recordmydesktop dvdauthor genisoimage
but it gives error messages in debian 8 saying packages not available
maybe my sources.list is wrong?
# deb cdrom:[Debian GNU/Linux 8.0.0 _Jessie_ - Official amd64 DVD Binary-1 20150425-12:54]/ jessie contrib main
deb http://security.debian.org/ jessie/updates main contrib
deb-src http://security.debian.org/ jessie/updates main contrib
deb-src http://ftp.fr.debian.org/debian/ jessie-updates main contrib non-free
deb http://ftp.fr.debian.org/debian/ jessie-updates main contrib non-free
deb http://www.debian-multimedia.org jessie main
# jessie-updates, previously known as 'volatile'
# A network mirror was not selected during install. The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
# deb http://ftp.debian.org/debian/ jessie-updates main contrib
# deb-src http://ftp.debian.org/debian/ jessie-updates main contrib
What should I do?
Hi I am new to linux kernel programming.
To debugging kernel I am using Debian-Squeeze.
Actually "apt-get install gcc" occur some errors in Debian
When I use ifconfig there is no ethernet so that I guess Internet is
unavailable even if there is internet connection
Below is my screenshot from terminal.
Please somebody help me.
Thanks.
What Is Linux Kernel?
Those who don't know what is the Linux Kernel they should know it because Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.
Latest Stable Linux Kernel Version 3.18.1
It's been a quiet week, and the patch from rc7 is tiny, so 3.18 is out.
I'd love to say that we've figured out the problem that plagues 3.17 for a couple of people, but we haven't. At the same time, there's absolutely no point in having everybody else twiddling their thumbs when a couple of people are actively trying to bisect an older issue, so holding up the release just didn't make sense. Especially since
that would just have then held things up entirely over the holiday break.
So the merge window for 3.19 is open, and DaveJ will hopefully get his bisection done (or at least narrow things down sufficiently that we have that "Ahaa" moment) over the next week. But in solidarity with Dave (and to make my life easier too let's try to avoid introducing any _new_ nasty issues, ok?]
To read all the changes and bugs fixed Download the changelog below -
Changelog
Why to Upgrade to the Latest Linux kernel
Recently in December Linux Kernel version 3.18.1 has been released and announced by Linus Torvalds. If you are using Ubuntu 14.04/14.10 or Linux Mint or any other debian/Ubuntu based then you can update to the latest kernel 3.18.1 to fix bugs, increase performance and security of the system.
Install Linux Kernel 3.18.1
Because it is not available via PPA, the needed deb packages of Kernel 3.18.1 are available via kernel.ubuntu.com. Follow the instructions for your system’s architecture exactly, in order to get a successful installation.
To install or update Latest Stable Kernel 3.18.1 on Ubuntu 15.04 vivid vervet, Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) , Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:
For Linux system 32 bit :
Pass the following commands in the terminal to download the kernel file.
$ wget http://kernel.ubuntu.com/~kernel-ppa...170637_all.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa...70637_i386.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa...70637_i386.deb
Install Linux Kernel 3.18.1
$ sudo dpkg -i linux-headers-3.18.1*.deb linux-image-3.18.1*.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
For Linux system 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa...170637_all.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa...0637_amd64.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa...0637_amd64.deb
Install Linux Kernel 3.18.1
$ sudo dpkg -i linux-headers-3.18.1*.deb linux-image-3.18.1*.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
How To Uninstall Linux Kernel 3.18.1
If you come across any problem after installing/upgrading to linux kernel, can uninstall the newly installed kernel and switch back to old kernel.
$ sudo apt-get remove 'linux-headers-3.18.1*' 'linux-image-3.18.1*'
I just installed on my Sony Vaio "Jessie" and my wifi doesn't work.
When I was using "wheezy" after installation I did the following:
add line to Sources.list:
deb http://http/debian.net/debian/ wheezy main contrib non-free
do followwing commands:
# apt-get update && apt-get install firmware-iwlwifi
# modprobe -r iwl4965
# modprobe iwl4965
# aptitude update
# aptitude install plasma-widget-networkmanagement
I tried to do the same in "Jessie"
add line to Sources.list:
deb http://http/debian.net/debian/ jessie main contrib non-free
but it didn't work. Any ideas?
Hi all,
This is my /etc/apt/sources.list of jessie, what's wrong as I am getting the following error output .
error :-
Code:
Err http://http.debian.net jesssie/main Sources
404 Not Found [IP: 54.192.190.154 80]
Err http://http.debian.net jesssie/contrib Sources
404 Not Found [IP: 54.192.190.154 80]
Err http://http.debian.net jesssie/non-free Sources
404 Not Found [IP: 54.192.190.154 80]
Fetched 7,819 B in 25s (307 B/s)
W: The repository 'http://http.debian.net jesssie Release' does not have a Release file. This is deprecated, please contact the owner of the repository.
W: Failed to fetch http://http.debian.net/debian/dists/jesssie/main/source/Sources 404 Not Found [IP: 54.192.190.154 80]
W: Failed to fetch http://http.debian.net/debian/dists/jesssie/contrib/source/Sources 404 Not Found [IP: 54.192.190.154 80]
W: Failed to fetch http://http.debian.net/debian/dists/jesssie/non-free/source/Sources 404 Not Found [IP: 54.192.190.154 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
This is my /etc/apt/sources.list :-
Code:
[$] cat /etc/apt/sources.list [2:23:45]
#### testing #########
deb http://http.debian.net/debian jessie main contrib non-free
deb-src http://http.debian.net/debian jesssie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
# testing-updates, previously known as 'volatile'
#deb http://http.debian.net/debian jessie-updates main contrib non-free
#deb-src http://http.debian.net/debian jessie-updates main contrib non-free
Now I am guessing one or more of the entries above are wrong, as probably all of testing-updates would probably come into play once jessie is released, right ?
This was generated via http://debgen.simplylinux.ch/ for lack of better places to generate sources.list from.
Hi everyone (i hope this is the right section)
Im trying to install the RT patch preempt_rt 3.18.9 im running Ubuntu 14.04 with kernel v 3.16
i installed the rt patch "patch-3.18.9-rt5.patch" and also a new kernel "3.18.9" i patched the patch file with
patch -p1 < patch-3.18.9.patch
but there is somthing i don't know about linking folders of old kernel and new kernel, i searched about it and found
rm -rf linux && ln -s /usr/src/linux-3.18.9 linux && cd /usr/src/linux
then
make oldconfig
then
make menuconfig
i selected Full preemptive kernel then
make
then this error
cc1: some warnings being treated as errors make[2]: * [kernel/locking/locktorture.o] Error 1 make[1]: * [kernel/locking] Error 2 make: *** [kernel] Error 2
So..... Any help?? can someone walk me through this
or any other real time patch, Thanx.. plzzzzzz
I try to upgrade the disto currently running in my box:
Description: Debian GNU/Linux 6.0 (squeeze)
Release: 6.0
Codename: squeeze
My sources.list looks like following:
deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main
# wheezy-updates, previously known as 'volatile'
deb http://mirrors.kernel.org/debian/ wheezy-updates main
deb-src http://mirrors.kernel.org/debian/ wheezy-updates main
After 2 commands:
aptitude update
aptitude upgrade
I have the same old good squeeze.
Help, please
yours`
sehrguey
I'm running kali linux. I'm having troubles installing pretty much anything, because when I add any ppa using the add-apt-repository command, I get an error message. I'll use simple screen recorder as an example
add-apt-repository ppa:maarten-baert/simplescreenrecorder
maarten-baert/simplescreenrecorder
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.EQM7zzCyye --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-stable.gpg --keyring /etc/apt/trusted.gpg.d//kali-archive-keyring.gpg --keyserver keyserver.ubuntu.com
Can someone please tell me what is going on? I have never been able to add a ppa before using kali linux.
I recently installed debian-7.8.0-i386-DVD-1.iso on a VirtualBox. It "live booted" just fine and then I followed the install instructions. As far as I can tell it works. ??? I dont know. here is the issue. When I tried to instal from the Add/remove software in the applications. I get a notice to load 'Debian GNU/Linux 7.8.0_Wheezy_- Official i386 DVD Binary-1' in the dvd tray, after it starts to load/install. so what is really going on there? why do I need to use this? how do I get around it. I appreciate the input. Keep in mind I have know idea about how Linux works. First time user.
OK, I've created my user, I read all the post like: "Sticky: Please READ this before posting!" and the recommended post.
This morning I tried to upgrade my Debian Wheezy to Debian Jessie. I took a while to read the release-notes, change the source.list typing "jessie" in order of "wheezy".
Then, I opened a script with:
# script -t 2>~/actualiza-a-jessie01.time -a ~/actualiza-a-jessie01.script
and, finally:
# apt-get dist-upgrade
The installation started and all was go on until the postgresql when the installation stops and there was nothing to do. A lot of time after I decide restar the computer but now it doesn't start.
Appears the Debian 8 start menu with:
GNU GRUP versión 2.02
And the menu options:
Debian GNU/Linux
Opciones avanzadas para Debian GNU/Linux
Memory test (memtest86+)
Memory test (memtest86+, serial console 115200)
Memory test (memtest86+, experimental multiboot)
Memory test (memtest86+, serial console 115200, experimental multiboot)
When I select GNU/Linux I only get:
Loanding, please wait...
fsck from util-linux 2.25.2
/dev/sda1: clean, 619892/30269440 files, 68856006/121052672 blocks
and then.... nothing.
What can I do to restore my computer?
Thanks in advance.