LinuxQuestions.org
Review your favorite Linux distribution.
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 04-03-2005, 10:58 PM   #91
TimmyP
Member
 
Registered: Dec 2003
Location: Newark, DE
Distribution: Debian "sarge"
Posts: 50

Rep: Reputation: 15

I followed your howto word for word, and i am now using my 2.6.11 kernel. thank you so much for writing it! however, i have lost all sound support. when i run alsaconf, it picks up my card and loads modules, but when i run alsamixer, i can't turn up the master volume level.

i get this error when i try and run xmms:

libmikmod.so.2: cannot open shared object file: No such file or directory
Inconsistency detected by ld.so: ../sysdeps/generic/dl-tls.c: 72: _dl_next_tls_modid: Assertion `result <= _rtld_local._dl_tls_max_dtv_idx' failed!

i double checked, and all the sound options in the xconf were compiled and installed as modules, like they were on the kernel that was installed with debian. any ideas?
 
Old 04-04-2005, 03:12 PM   #92
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Original Poster
Rep: Reputation: 101Reputation: 101
The xmms problem is described here:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=219352

and here:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=219962

I think if you run:
Code:
apt-get install libmikmod2
It will fix it, but I am not certain of that.
 
Old 04-04-2005, 05:59 PM   #93
TimmyP
Member
 
Registered: Dec 2003
Location: Newark, DE
Distribution: Debian "sarge"
Posts: 50

Rep: Reputation: 15
i followd your instructions, and installed libmikmod2, and now xmms will start up and play songs....but still no sound. none of the installed mixers will let me adjust the master volume setting, it's not muted...just isnt available.

any ideas?
 
Old 04-04-2005, 07:06 PM   #94
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Original Poster
Rep: Reputation: 101Reputation: 101
I've never seen that. You may be better off posting the question as a new thread. More people will look at it that way.
 
Old 04-04-2005, 07:15 PM   #95
alaxulas
LQ Newbie
 
Registered: Nov 2004
Posts: 28

Rep: Reputation: 15
one question...is there anyway I can install the logo without recompiling the kernel?
 
Old 04-04-2005, 08:29 PM   #96
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Original Poster
Rep: Reputation: 101Reputation: 101
As far as I know, you have to patch the kernel to get the Debian logo. However, there is a neat package called "boot-icons" that will show boot progress graphically. You can install it with:
Code:
apt-get install boot-icons
For it to work, the kernel framebuffer display has to be working properly, but it doesn't require recompiling the kernel.
 
Old 04-07-2005, 11:52 PM   #97
flebber
Member
 
Registered: Jan 2005
Location: Newcastle, Australia
Distribution: debian stable
Posts: 394

Rep: Reputation: 30
cannot find kernel source

Hi stuck right at the start of this tutorial with the first command I receieve this error

debian:/home/flebber# apt-get -t unstable install kernel-image-2.6.11-6-386
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package kernel-image-2.6.11-6-386
debian:/home/flebber# apt-get -t unstable install kernel-image-2.6.11-1-386
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package kernel-image-2.6.11-1-386
debian:/home/flebber# apt-get -t unstable install kernel-image-2.6.10-1-386
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package kernel-image-2.6.10-1-386
debian:/home/flebber# apt-get -t unstable install kernel-image-2.6.7-1-386
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package kernel-image-2.6.7-1-386
 
Old 04-08-2005, 04:54 AM   #98
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Original Poster
Rep: Reputation: 101Reputation: 101
Make sure you have "unstable" sources available. Add a line in /etc/apt/sources.list
Code:
deb ftp://ftp.debian.org/debian unstable main contrib non-free
Then do:
Code:
apt-get update
If you then run:
Code:
apt-cache search kernel-source-2.6
It will tell you what 2.6.x kernels are available. To install kernel 2.6.11, run:
Code:
apt-get -t unstable install kernel-source-2.6.11
Note you don't need to add the -6-386.
 
Old 04-10-2005, 02:13 AM   #99
alaxulas
LQ Newbie
 
Registered: Nov 2004
Posts: 28

Rep: Reputation: 15
does anyone know if someone has built packages with the kernel logo?
 
Old 04-15-2005, 08:56 AM   #100
Sirkent
LQ Newbie
 
Registered: Jul 2004
Posts: 28

Rep: Reputation: 15
I've followed the 2.6 kernel upgrade thread and upgraded the kernel with no problems. However my boot logo is a little odd. The screen is definetly in the res I want, with a decent level of colours, but only the debian logo shows - no text - which is obviously a pain.

I *did* compile in VGA 8x8 font and VGA 8x16 font and have tried vesa and vesafb. Both give me the debian logo but no text.

I'm not sure where to head next with this one, any ideas?
 
Old 04-23-2005, 12:13 PM   #101
japetto
Member
 
Registered: Dec 2004
Posts: 61

Rep: Reputation: 15
i have a simple question that i can not figure out (based on this thread and 2.6 kernel). why not compile ide / filesystem support for your system directly into the kernel, as opposed to modules and the need for initrd?
 
Old 04-23-2005, 12:14 PM   #102
japetto
Member
 
Registered: Dec 2004
Posts: 61

Rep: Reputation: 15
I have a simple question that i can not figure out (based on this thread and 2.6 kernel): why not compile ide / filesystem support for your system directly into the kernel, as opposed to modules and the need for initrd?
 
Old 04-23-2005, 12:45 PM   #103
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Original Poster
Rep: Reputation: 101Reputation: 101
There is nothing stopping you from compiling everything you need into the kernel and eliminating the initrd. You just need to be sure that you do in fact have everything you need, otherwise the kernel won't boot. I just felt like there was not anything really to be gained by NOT having the initrd.
 
Old 04-23-2005, 01:15 PM   #104
japetto
Member
 
Registered: Dec 2004
Posts: 61

Rep: Reputation: 15
Quote:
There is nothing stopping you from compiling everything you need into the kernel and eliminating the initrd. You just need to be sure that you do in fact have everything you need, otherwise the kernel won't boot. I just felt like there was not anything really to be gained by NOT having the initrd.
i see. time for me to move up to a 2.6 kernel. thanks for the reply and post!
 
Old 05-08-2005, 10:04 AM   #105
asouldja
LQ Newbie
 
Registered: May 2005
Posts: 11

Rep: Reputation: 0
Nice guide, vavoum also helped me sort out my problem with the framebuffer console.

For some reason, even though I was using the .config file of a working 2.6.8 kernel, compiling a new one with the same config file gave me a blank screen on reboot. Blank screen only when using a vga mode for fbconsole naturally.

Had to use what was suggested in original post plus only support for rivatnt module.


Last edited by asouldja; 05-09-2005 at 02:55 AM.
 
  


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
Recompile drivers after upgrade? Tons of Fun Debian 4 09-11-2005 10:00 PM
recompile kernel laurentwahl Linux - Software 5 06-02-2005 02:27 PM
Another Kernel Guide 2.6.11 xaos5 Slackware 20 03-26-2005 12:49 PM
kernel recompile error (kernel panic) tombaaaaa Linux - Newbie 4 08-04-2004 04:32 PM
should i recompile after kernel upgrade? doralsoral Linux - Software 1 03-26-2004 11:50 PM

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

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