LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 12-01-2010, 02:47 PM   #1
FloridaRoadie
LQ Newbie
 
Registered: Dec 2010
Posts: 6

Rep: Reputation: 0
upgrading kernel question


Hello,
I have a HP T5545 Thin Client with a VIA Eden Processor and I am trying to get it to work with an HP L2105tm touch screen monitor. I searched the web and found I need to upgrade the kernel to 2.6.34 or newer. I have spoken with someone from HP and was told the thin client is running a Debian version of linux.
When I look under systems info it shows
OS Version 2.6.26-2-686
I ran uname -m and it shows
HP0025b3d62f80 #1 smp Thu Mar 26 01:08:11 UTC 2009 i686 GNL/Linux
I ran uname -a and it shows
i686

I know zip about Linux.

Would someone tell me what files I need to download and the command line I need to upgrade the kernel

Thanks for your assistance,
FloridaRoadie
 
Old 12-01-2010, 02:54 PM   #2
forrestt
Senior Member
 
Registered: Mar 2004
Location: Cary, NC, USA
Distribution: Fedora, Kubuntu, RedHat, CentOS, SuSe
Posts: 1,288

Rep: Reputation: 99
Well, I'm pretty sure you switched the command-to-output of the above, but not a big deal. Have you updated the system lately? If not, you need to run (from a terminal)

Code:
% sudo apt-get update
% sudo apt-get upgrade
Then see what version of the kernel you are using with 'uname -r'. If there is a version of the kernel for your distro that is already 2.6.34 or later, it would be better (and easier) to use that. If the latest updates don't get you there, then we can work on other ways to upgrade your kernel.

HTH

Forrest
 
1 members found this post helpful.
Old 12-02-2010, 09:43 AM   #3
FloridaRoadie
LQ Newbie
 
Registered: Dec 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Thanks Forrest for helping me.
I ran apt-get update and it said it was building list and then gave a done message.
I ran apt-get upgrade and it gave this message.
0 upgrade 0 newly installed 0 to remove and 0 not upgraded

Where do I go from here?
 
Old 12-02-2010, 09:52 AM   #4
forrestt
Senior Member
 
Registered: Mar 2004
Location: Cary, NC, USA
Distribution: Fedora, Kubuntu, RedHat, CentOS, SuSe
Posts: 1,288

Rep: Reputation: 99
What is the output of "cat /etc/lsb-release"?

Forrest
 
Old 12-02-2010, 10:52 AM   #5
FloridaRoadie
LQ Newbie
 
Registered: Dec 2010
Posts: 6

Original Poster
Rep: Reputation: 0
I ran cat /etc/lsb-release and got
no such file or directory

I cd to /etc and did ls it shows lsb-base and a lsb-base-logging.sh no other file beginning with lsb.

Thanks again for you help
Greg
 
Old 12-02-2010, 11:02 AM   #6
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Try:cat /etc/debian_version
 
Old 12-02-2010, 11:08 AM   #7
forrestt
Senior Member
 
Registered: Mar 2004
Location: Cary, NC, USA
Distribution: Fedora, Kubuntu, RedHat, CentOS, SuSe
Posts: 1,288

Rep: Reputation: 99
Sorry, I've not used Debian. I assumed (falsely obviously) that Ubuntu got lsb-release from Debian (LSB stands for Linux Standard Base).

Forrest
 
Old 12-02-2010, 11:15 AM   #8
FloridaRoadie
LQ Newbie
 
Registered: Dec 2010
Posts: 6

Original Poster
Rep: Reputation: 0
It came back with
5.0.1

Greg
 
Old 12-02-2010, 11:19 AM   #9
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
That will be Lenny then.
Looks like you will have to compile your own kernel,Backports has 2.6.32 i'm afraid.
 
Old 12-02-2010, 11:31 AM   #10
FloridaRoadie
LQ Newbie
 
Registered: Dec 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Who or what is Lenny?
How do I go about compiling a kernel?
How would I figure out what needs to be in the kernel?

Thanks,
Greg
 
Old 12-02-2010, 11:37 AM   #11
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
Who or what is Lenny?
The particular version of Debian you are using.

Quote:
How do I go about compiling a kernel?
Here's a place to start:

http://www.linuxquestions.org/questi...-howto-838890/

Be aware this is a non-trivial task.

Quote:
How would I figure out what needs to be in the kernel?
You tell me,you said you needed kernel 2.6.34.
It's not available in the Debian main or Backport repositories.
So as you are using Lenny that just leaves compiling your own.
 
Old 12-02-2010, 11:44 AM   #12
FloridaRoadie
LQ Newbie
 
Registered: Dec 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Forrest, thanks for your assistance.

Looks like i get to get my feet wet in Linux.

Greg
 
Old 12-02-2010, 11:53 AM   #13
forrestt
Senior Member
 
Registered: Mar 2004
Location: Cary, NC, USA
Distribution: Fedora, Kubuntu, RedHat, CentOS, SuSe
Posts: 1,288

Rep: Reputation: 99
Well, compiling and installing a kernel manually, while not the easiest thing to do, is far from brain surgery. But, like brain surgery, it does have the potential for problems. If you run into problems, we'll be here to help.

Good luck,

Forrest
 
1 members found this post helpful.
Old 12-02-2010, 12:01 PM   #14
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Your question is already answered in the thread you started here.
 
Old 12-02-2010, 12:13 PM   #15
forrestt
Senior Member
 
Registered: Mar 2004
Location: Cary, NC, USA
Distribution: Fedora, Kubuntu, RedHat, CentOS, SuSe
Posts: 1,288

Rep: Reputation: 99
Well, your question wasn't answered there as the last post in that thread mentions.

Quote:
Judging by the 2.6.26 version, that's Lenny that's running in the thin client. That means the Liquorix headers won't install, since they require a newer gcc version.
Let us know if you need any advice.

Forrest
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Upgrading to 12: Kernel Config Question solostyle Slackware 3 01-15-2008 07:26 PM
Question about upgrading to 2.6.x kernel cothrige Slackware 3 03-18-2006 10:00 PM
Kernel Upgrading Question hsimah Slackware 3 03-11-2006 02:15 AM
upgrading the Linux kernel question.. oasisbhrnw99 Linux - Newbie 1 10-26-2004 07:10 PM
Question about upgrading kernel fireforge Linux - Software 2 03-19-2002 02:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 04:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration