LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-01-2006, 08:15 PM   #31
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30

I installed 2.6-686 but it then also installed 2.6.8-3-686. Will do what you said now.
 
Old 09-01-2006, 08:33 PM   #32
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by LonelyTraveler
I installed 2.6-686 but it then also installed 2.6.8-3-686. Will do what you said now.
You may want to go for the 2.6 kernel from the backports site then because that one is not agreeing with your hardware you can always boot the 2.4 install kernel remove the 2.6.8-3-686 and install the 2.6.16 one that should hopefully have the bug fixed.
 
Old 09-01-2006, 09:21 PM   #33
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
So I just add deb http://www.backports.org/debian sarge-backports main contrib non-free to my sources list, run apt-get update and then search for kernel-image 2.6.16?
 
Old 09-01-2006, 09:40 PM   #34
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by LonelyTraveler
So I just add deb http://www.backports.org/debian sarge-backports main contrib non-free to my sources list, run apt-get update and then search for kernel-image 2.6.16?
Exactly then apt-get -t sarge-backports install kernel-image-2.6.16-???? if I remember the instructions for the -t option correctly and while at it install the rt2500-source from there as well.
 
Old 09-02-2006, 01:36 PM   #35
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
It looks like it is called a Linux-image instead of an kernel-image. Is this right?
 
Old 09-02-2006, 01:47 PM   #36
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by LonelyTraveler
It looks like it is called a Linux-image instead of an kernel-image. Is this right?
Yes that would be consistant with the new kernel package naming it won't make a difference when booting the files still go into the same places.
 
Old 09-02-2006, 03:07 PM   #37
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
I tried to install the kernel, but ran into some problems. It didn't install properly so I uninstalled, but now I can't get on the internet from Linux. So now I'm being faced with the first problem I was faced with when installing Linux for the first time last year I think it was. That is why i ditched Linux.
 
Old 09-02-2006, 03:21 PM   #38
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
Nevermind about the internet part. Got it figured out. I will post a more details description about what is going on with the kernel in a few minutes.
 
Old 09-02-2006, 03:29 PM   #39
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
Okay... First of all. Should I install the 2.6.16-1-686 or the 2.6.16-2-686?
 
Old 09-02-2006, 04:04 PM   #40
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by LonelyTraveler
Okay... First of all. Should I install the 2.6.16-1-686 or the 2.6.16-2-686?
The -2-686 it has the higher version number.
 
Old 09-02-2006, 04:19 PM   #41
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
When I run apt-get -t sarge-backports install linux-image-2.6.16-2-686, this is the problem I run into:

Code:
You are installing a kernel with an initrd image                         │
 │                                                                           │
 │ You are attempting to install an initrd kernel image (version             │
 │ 2.6.16-2-686) on a machine currently running kernel version               │
 │ 2.4.27-2-386.                                                             │
 │                                                                           │
 │ I have been unable to find a suitable tool for generating initrd images   │
 │ (I looked at the list "mkinitramfs-kpkg mkinitrd.yaird") This will break  │
 │ the installation, unless such tools are also being installed right now    │
 │ in the same run. (This means, one from the following list                 │
 │ initramfs-tools (>= 0.53) | yaird (>= 0.1.11) | linux-initramfs-tool,)
 
Old 09-02-2006, 04:38 PM   #42
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by LonelyTraveler
When I run apt-get -t sarge-backports install linux-image-2.6.16-2-686, this is the problem I run into:

Code:
You are installing a kernel with an initrd image                         │
 │                                                                           │
 │ You are attempting to install an initrd kernel image (version             │
 │ 2.6.16-2-686) on a machine currently running kernel version               │
 │ 2.4.27-2-386.                                                             │
 │                                                                           │
 │ I have been unable to find a suitable tool for generating initrd images   │
 │ (I looked at the list "mkinitramfs-kpkg mkinitrd.yaird") This will break  │
 │ the installation, unless such tools are also being installed right now    │
 │ in the same run. (This means, one from the following list                 │
 │ initramfs-tools (>= 0.53) | yaird (>= 0.1.11) | linux-initramfs-tool,)
I never use an initrd so am not sure which is needed but check to see which of those packages listed is available on my install only the first two initramfs-tools and yaird are here. I would choose the first since it looks like a generic package the install line to use would be apt-get -t sarge-backports install linux-image-2.6.16-2-686 initramfs-tools then they will both be installed at the same time with the ramfs being configured first for use when installing the kernel.
 
Old 09-02-2006, 05:36 PM   #43
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
I don't know if you are still subscribed to my other thread about resolution locate at http://www.linuxquestions.org/questi...93#post2406693 but I'm trying to sort out my nvidia driver again. So if you can just take a look there it would be much appreciated.
 
Old 09-02-2006, 05:36 PM   #44
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
Oh yeah, The Kernel is working. Thanks
 
Old 09-03-2006, 04:30 PM   #45
CrownAmbassador
Member
 
Registered: Mar 2005
Location: Cape Town, South Africa
Distribution: Ubuntu 8.10
Posts: 374

Original Poster
Rep: Reputation: 30
Success! But I still can't pickup the wifi card though. What do I do now? I checked the first page you sent me to for setting up the card, but I don't know where to resume.
 
  


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
New install - then new hardware matelot Linux - Newbie 5 05-05-2006 05:59 PM
How to install new hardware azazello Linux - Hardware 2 01-21-2006 03:04 PM
how do i install my hardware mandrakelinux Slackware 1 11-22-2005 05:46 PM
How can i install a new hardware? Ronnie85 Slackware 2 04-22-2005 01:46 AM
configure hardware before install OR install elo touchscreen drivers ahnree General 2 06-28-2004 08:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:53 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