* [gentoo-user] Kernel error messages: gentoo-sources 2.6.13-r5
@ 2005-10-30 21:46 Kevin O'Gorman
2005-10-30 22:51 ` Richard Fish
0 siblings, 1 reply; 6+ messages in thread
From: Kevin O'Gorman @ 2005-10-30 21:46 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1508 bytes --]
When I boot I get several kinds of error messages. My system runs okay, but
I'd like confirmation or information that I do/don't need to fix something.
1) My 2-channel SCSI card (39160): should I worry about "unable to reserve"
or "already in use"?
PCI: Enabling device 0000:03:01.0 (0116 -> 0117)
PCI: Unable to reserve mem region #2:1000@fc200000 for device 0000:03:01.0
aic7xxx: <Adaptec AIC-7899 Ultra 160/m SCSI host adapter> at PCI 3/1/0
aic7xxx: I/O ports already in use, ignoring.
PCI: Enabling device 0000:03:01.1 (0116 -> 0117)
PCI: Unable to reserve mem region #2:1000@fc201000 for device 0000:03:01.1
aic7xxx: <Adaptec AIC-7899 Ultra 160/m SCSI host adapter> at PCI 3/1/1
aic7xxx: I/O ports already in use, ignoring.
2) The init scripts complain that the system doesn't support DEVFS or UDEV,
but
a) I thought I *did* have UDEV; I remember a big deal about converting to
it.
b) at the moment, I can't remember how I got it, and don't see an option for
it
in the kernel config. Where is it, or where else would it be?
This message comes out during init scripts, but before logging starts, so I
don't
have the exact text.
3) Sound: I get this message, but sound works okay. Is it a problem? Can I
or
should I make the message go away? I have run alsamixer, and set all sliders
in the green.
Oct 30 13:14:23 treat rc-scripts: Could not detect custom ALSA settings.
Loading all detected alsa drivers.
Please advise.
++ kevin
--
Kevin O'Gorman, PhD
[-- Attachment #2: Type: text/html, Size: 1900 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Kernel error messages: gentoo-sources 2.6.13-r5
2005-10-30 21:46 [gentoo-user] Kernel error messages: gentoo-sources 2.6.13-r5 Kevin O'Gorman
@ 2005-10-30 22:51 ` Richard Fish
2005-10-31 15:47 ` Kevin O'Gorman
0 siblings, 1 reply; 6+ messages in thread
From: Richard Fish @ 2005-10-30 22:51 UTC (permalink / raw
To: gentoo-user
Kevin O'Gorman wrote:
> 2) The init scripts complain that the system doesn't support DEVFS or
> UDEV, but
> a) I thought I *did* have UDEV; I remember a big deal about
> converting to it.
> b) at the moment, I can't remember how I got it, and don't see an
> option for it
> in the kernel config. Where is it, or where else would it be?
> This message comes out during init scripts, but before logging
> starts, so I don't
> have the exact text.
There is no kernel option for udev. Make sure that the file
/dev/.devfsd does not exist. If this file exists, /sbin/rc will disable
udev.
> 3) Sound: I get this message, but sound works okay. Is it a problem?
> Can I or
> should I make the message go away? I have run alsamixer, and set
> all sliders
> in the green.
>
> Oct 30 13:14:23 treat rc-scripts: Could not detect custom ALSA
> settings. Loading all detected alsa drivers.
Run "alsaconf" and save the results when prompted.
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Kernel error messages: gentoo-sources 2.6.13-r5
2005-10-30 22:51 ` Richard Fish
@ 2005-10-31 15:47 ` Kevin O'Gorman
2005-10-31 16:18 ` Ted Ozolins
0 siblings, 1 reply; 6+ messages in thread
From: Kevin O'Gorman @ 2005-10-31 15:47 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1670 bytes --]
This changed things, but not for the better. See below.
On 10/30/05, Richard Fish <bigfish@asmallpond.org> wrote:
>
> Kevin O'Gorman wrote:
>
> > 2) The init scripts complain that the system doesn't support DEVFS or
> > UDEV, but
> > a) I thought I *did* have UDEV; I remember a big deal about
> > converting to it.
> > b) at the moment, I can't remember how I got it, and don't see an
> > option for it
> > in the kernel config. Where is it, or where else would it be?
> > This message comes out during init scripts, but before logging
> > starts, so I don't
> > have the exact text.
>
>
> There is no kernel option for udev. Make sure that the file
> /dev/.devfsd does not exist. If this file exists, /sbin/rc will disable
> udev.
I got rid of the file, and now X cannot see my mouse, and refuses to start.
I think the problem is that it used to be /dev/mouse and is now
/dev/input/mouse0
or some such. I'm not sure. I don't know where the Xorg config file is,
so I don't know what to change. (I used to know when I used XFree, but
I didn't track the whole switchover).
> 3) Sound: I get this message, but sound works okay. Is it a problem?
> > Can I or
> > should I make the message go away? I have run alsamixer, and set
> > all sliders
> > in the green.
> >
> > Oct 30 13:14:23 treat rc-scripts: Could not detect custom ALSA
> > settings. Loading all detected alsa drivers.
>
>
> Run "alsaconf" and save the results when prompted.
I never get prompted. It just says everything's okay, and quits. The message
remains.
-Richard
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
Kevin O'Gorman, PhD
[-- Attachment #2: Type: text/html, Size: 2774 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Kernel error messages: gentoo-sources 2.6.13-r5
2005-10-31 15:47 ` Kevin O'Gorman
@ 2005-10-31 16:18 ` Ted Ozolins
2005-11-01 4:51 ` Kevin O'Gorman
0 siblings, 1 reply; 6+ messages in thread
From: Ted Ozolins @ 2005-10-31 16:18 UTC (permalink / raw
To: gentoo-user
Kevin O'Gorman wrote:
>
>
> I got rid of the file, and now X cannot see my mouse, and refuses to
> start.
> I think the problem is that it used to be /dev/mouse and is now
> /dev/input/mouse0
> or some such. I'm not sure. I don't know where the Xorg config file is,
> so I don't know what to change. (I used to know when I used XFree, but
> I didn't track the whole switchover).
/etc/X11/xorg.conf
You might want to try /dev/input/mice
Here is the section out of my xorg.conf:
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "ChordMiddle"
--
Ted Ozolins(VE7TVO)
Westbank, B. C
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Kernel error messages: gentoo-sources 2.6.13-r5
2005-10-31 16:18 ` Ted Ozolins
@ 2005-11-01 4:51 ` Kevin O'Gorman
2005-11-01 10:00 ` Neil Bothwick
0 siblings, 1 reply; 6+ messages in thread
From: Kevin O'Gorman @ 2005-11-01 4:51 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1208 bytes --]
On 10/31/05, Ted Ozolins <ted1@telus.net> wrote:
>
> Kevin O'Gorman wrote:
>
> >
> >
> > I got rid of the file, and now X cannot see my mouse, and refuses to
> > start.
> > I think the problem is that it used to be /dev/mouse and is now
> > /dev/input/mouse0
> > or some such. I'm not sure. I don't know where the Xorg config file is,
> > so I don't know what to change. (I used to know when I used XFree, but
> > I didn't track the whole switchover).
>
> /etc/X11/xorg.conf
> You might want to try /dev/input/mice
> Here is the section out of my xorg.conf:
>
> Section "InputDevice"
>
> # Identifier and driver
>
> Identifier "Mouse1"
> Driver "mouse"
> Option "Protocol" "IMPS/2"
> Option "Device" "/dev/input/mice"
> Option "ZAxisMapping" "4 5"
> Option "ChordMiddle"
Thanks. That got X working again, although it turned out that I have no
xorg.conf although there *is* and xorg.conf.example. The file I wound
up changing was XF86Config!!! But I'm definitely using xorg.
I suppose this is a last-ditch attempt to start that's used when the
regular config file is not found.
Now back to tracking down the other errors.
++ kevin
--
Kevin O'Gorman, PhD
[-- Attachment #2: Type: text/html, Size: 1977 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Kernel error messages: gentoo-sources 2.6.13-r5
2005-11-01 4:51 ` Kevin O'Gorman
@ 2005-11-01 10:00 ` Neil Bothwick
0 siblings, 0 replies; 6+ messages in thread
From: Neil Bothwick @ 2005-11-01 10:00 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 517 bytes --]
On Mon, 31 Oct 2005 20:51:58 -0800, Kevin O'Gorman wrote:
> Thanks. That got X working again, although it turned out that I have no
> xorg.conf although there *is* and xorg.conf.example. The file I wound
> up changing was XF86Config!!! But I'm definitely using xorg.
X.Org uses the XFree86 config file if it can't find its own. If you are no
longer going to use XFree86 you may as well rename that file to xorg.conf
to avoid any future confusion.
--
Neil Bothwick
OS/2 = Half an Operating System
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-11-01 10:07 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-30 21:46 [gentoo-user] Kernel error messages: gentoo-sources 2.6.13-r5 Kevin O'Gorman
2005-10-30 22:51 ` Richard Fish
2005-10-31 15:47 ` Kevin O'Gorman
2005-10-31 16:18 ` Ted Ozolins
2005-11-01 4:51 ` Kevin O'Gorman
2005-11-01 10:00 ` Neil Bothwick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox