Debian This forum is for the discussion of Debian Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
04-03-2005, 10:58 PM
|
#91
|
|
Member
Registered: Dec 2003
Location: Newark, DE
Distribution: Debian "sarge"
Posts: 50
Rep:
|
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?
|
|
|
|
04-04-2005, 05:59 PM
|
#93
|
|
Member
Registered: Dec 2003
Location: Newark, DE
Distribution: Debian "sarge"
Posts: 50
Rep:
|
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?
|
|
|
|
04-04-2005, 07:06 PM
|
#94
|
|
Senior Member
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,158
Original Poster
Rep:
|
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.
|
|
|
|
04-04-2005, 07:15 PM
|
#95
|
|
LQ Newbie
Registered: Nov 2004
Posts: 28
Rep:
|
one question...is there anyway I can install the logo without recompiling the kernel?
|
|
|
|
04-04-2005, 08:29 PM
|
#96
|
|
Senior Member
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,158
Original Poster
Rep:
|
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.
|
|
|
|
04-07-2005, 11:52 PM
|
#97
|
|
Member
Registered: Jan 2005
Location: Newcastle, Australia
Distribution: Debian, Solydk
Posts: 377
Rep:
|
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
|
|
|
|
04-08-2005, 04:54 AM
|
#98
|
|
Senior Member
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,158
Original Poster
Rep:
|
Make sure you have "unstable" sources available. Add a line in /etc/apt/sources.list Then do: 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.
|
|
|
|
04-10-2005, 02:13 AM
|
#99
|
|
LQ Newbie
Registered: Nov 2004
Posts: 28
Rep:
|
does anyone know if someone has built packages with the kernel logo?
|
|
|
|
04-15-2005, 08:56 AM
|
#100
|
|
LQ Newbie
Registered: Jul 2004
Posts: 25
Rep:
|
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?
|
|
|
|
04-23-2005, 12:13 PM
|
#101
|
|
Member
Registered: Dec 2004
Posts: 61
Rep:
|
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?
|
|
|
|
04-23-2005, 12:14 PM
|
#102
|
|
Member
Registered: Dec 2004
Posts: 61
Rep:
|
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?
|
|
|
|
04-23-2005, 12:45 PM
|
#103
|
|
Senior Member
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,158
Original Poster
Rep:
|
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.
|
|
|
|
04-23-2005, 01:15 PM
|
#104
|
|
Member
Registered: Dec 2004
Posts: 61
Rep:
|
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!
|
|
|
|
05-08-2005, 10:04 AM
|
#105
|
|
LQ Newbie
Registered: May 2005
Posts: 11
Rep:
|
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.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:44 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|