LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-20-2005, 01:15 PM   #1
YBA^[x]
Member
 
Registered: Apr 2004
Location: Denmark
Distribution: Slackware 10.2
Posts: 121

Rep: Reputation: 15
a few issues after compiling 2.6.9


Hey.

I recently completed my first "almost successful" kernel 2.6.9 compile. I've earlier tried with 2.6.10 but somewhere in the process things got messed up, either by my ignorance or by the kernel, I do not know. Most likely due to ignorance since a few things are messed up again.

I've compiled what I believe I need into the kernel, and no modules. I've managed to solve most of the problems, however a few still remains.

From dmesg:
Code:
Probing IDE interface ide2...
ide2: Wait for ready failed before probe !
Probing IDE interface ide3...
ide3: Wait for ready failed before probe !
Probing IDE interface ide4...
ide4: Wait for ready failed before probe !
Probing IDE interface ide5...
ide5: Wait for ready failed before probe !

and

ACPI: PCI interrupt 0000:00:0f.2[C] -> GSI 11 (level, low) -> IRQ 11
I get several of these acpi related interrupts, what is this all about? Btw, do I need any acpi related when running a desktop rather than a laptop?

From messages:
Code:
Jan 20 19:05:13 master kernel: RAMDISK: Couldn't find valid RAM disk image starting at 0.
Anyone who could explain what the above means?

And finally this is written during boot:
Code:
FATAL: Module snd_mixer_oss not found
FATAL: Module snd_pcm_oss not found
There is not such modules, as I compiled them into the kernel. Somewhere else I read that doing so is a no-no, when dealing with alsa, is this so? And if so, why? Oh, I might need to add that sound is working like a charm.

Any help will be greatly appreciated.

Regards.

EDIT:
xterm and rxvt stopped working after installing the new kernel. When issueing xterm from a gnome terminal I get this:
Code:
xterm: Error 14, errno 21: Is a directory
Reason: spawn: open() failed on /dev/tty
Any ideas?

If I were to post my kernel .config, would any care to read through it and comment?

Last edited by YBA^[x]; 01-20-2005 at 01:21 PM.
 
Old 01-20-2005, 04:03 PM   #2
Boow
Member
 
Registered: Feb 2004
Distribution: Slackware 10.2
Posts: 669

Rep: Reputation: 32
Since im a noob myself I'll give it a try.

Probing IDE interface ide2...
ide2: Wait for ready failed before probe !
Probing IDE interface ide3...
ide3: Wait for ready failed before probe !
Probing IDE interface ide4...
ide4: Wait for ready failed before probe !
Probing IDE interface ide5...
ide5: Wait for ready failed before probe !

and

ACPI: PCI interrupt 0000:00:0f.2[C] -> GSI 11 (level, low) -> IRQ 11

what guessing is you probably have more ide options selected like pci-ide in the kernel just ignore it as long as everything works.
apci is just power management stuff i have mine enabled so i can just press the power button to shut my pc down

Jan 20 19:05:13 master kernel: RAMDISK: Couldn't find valid RAM disk image starting at 0.

You do't have an initrd but since you compiled your filesystems in the kernel you don't need one so ignore

FATAL: Module snd_mixer_oss not found
FATAL: Module snd_pcm_oss not found

you chose these to be compiled in the kernel but there still in your /etc/modules.conf or /etc/modprobe.conf. You might check your /etc/rc.d/rc.alsa is excutable if it is chmod -x it im not sure on this.

xterm: Error 14, errno 21: Is a directory
Reason: spawn: open() failed on /dev/tty

You need to enable devpts in the psuedo filesystems its not enabled by default on 2.6 kernels.
 
Old 01-20-2005, 04:19 PM   #3
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi

Probing IDE interface ide2...
ide2: Wait for ready failed before probe !
Probing IDE interface ide3...
ide3: Wait for ready failed before probe !
Probing IDE interface ide4...
ide4: Wait for ready failed before probe !
Probing IDE interface ide5...
ide5: Wait for ready failed before probe

i think u haven't compiled the suport in ur kenrel for PCI-ide chipset support
do not compile as modules

also if u do not have oss modules then

run
generate-modprobe.conf

this will build ur modprobe.conf w.r.t to ur present kernel modules

regards
 
Old 01-21-2005, 03:56 AM   #4
YBA^[x]
Member
 
Registered: Apr 2004
Location: Denmark
Distribution: Slackware 10.2
Posts: 121

Original Poster
Rep: Reputation: 15
I appreciate your replies.

The

Probing IDE interface ide2...
ide2: Wait for ready failed before probe !

issue was solved by removing some of the selected pci related options, most likely the generic ones. The acpi interrupts solved by removing acpi support. (I had chosen apm as well before, most likely there was a conflict) The xterm and xvrt issue solved by removing Legacy (BSD) PTY support from Device Drivers > Character devices.

The ramdisk and alsa issues are still present, though. If I do a chmod /etc/rc.d/rc.alsa -x, I cannot by no means get sound to work. I do have a initrd, as I need one for the bootsplash.
 
Old 01-22-2005, 02:44 AM   #5
YBA^[x]
Member
 
Registered: Apr 2004
Location: Denmark
Distribution: Slackware 10.2
Posts: 121

Original Poster
Rep: Reputation: 15
Oh, well. Choosing sound related stuff as modules rather that compiling into the kernel solved it. Not the solution I prefer, but I've got fed up with the warnings. If anyone has a idea of how to solve this issue when compiling it into the kernel, I'd really appreciate it.

Regards.
 
  


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
X11 TTF Issues; OOo Font Issues Kenji Miyamoto Slackware 2 05-27-2005 06:30 PM
New to linux, so so lost, auto mounting issues, permissions issues slowhand22 Linux - Newbie 2 02-10-2005 09:41 AM
Probelm copiling fluxbox wearetheborg Linux - Software 4 11-07-2004 01:50 PM
Copiling kernel 2.6.6 on ASus p4c800e-delux asus Linux - Software 0 05-24-2004 02:03 PM
Sound issues + Mouse wheel issues matt3333 Slackware 2 10-12-2003 03:09 PM

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

All times are GMT -5. The time now is 09:06 AM.

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