View previous topic :: View next topic |
Author |
Message |
Sajes n00b
Joined: 25 Apr 2008 Posts: 20 Location: Michigan
|
Posted: Sun Jun 08, 2008 7:53 pm Post subject: [Solved] Mdev fails to activate at boot |
|
|
Before compiling a new kernel, mdev activated normally, which makes me believe I messed up a setting someplace or another.
uname -r:
I got it from the gentoo-sources ebuild.
mdev gives out the following error:
ls: : no such file or folder found
Or something of the likes. So what I'm gathering from this is that it needs / to be mounted, but it's trying to activate mdev before mounting root.
Any suggestions?
Last edited by Sajes on Thu Jun 12, 2008 1:29 am; edited 1 time in total |
|
Back to top |
|
|
code933k n00b
Joined: 30 Aug 2007 Posts: 52
|
Posted: Mon Jun 09, 2008 7:35 am Post subject: Re: Mdev fails to activate at boot |
|
|
Sajes wrote: | Before compiling a new kernel, mdev activated normally, which makes me believe I messed up a setting someplace or another.
uname -r:
I got it from the gentoo-sources ebuild.
mdev gives out the following error:
ls: : no such file or folder found
Or something of the likes. So what I'm gathering from this is that it needs / to be mounted, but it's trying to activate mdev before mounting root.
Any suggestions? |
Yeah! I can swear you don't have an /etc/mdev.conf. Do you? _________________ If gods were created by language then praying is an infinite loop. |
|
Back to top |
|
|
Sajes n00b
Joined: 25 Apr 2008 Posts: 20 Location: Michigan
|
Posted: Mon Jun 09, 2008 9:25 pm Post subject: |
|
|
As it turns out, I don't. Thanks for pointing that out, now I have to go learn how to create one :p |
|
Back to top |
|
|
code933k n00b
Joined: 30 Aug 2007 Posts: 52
|
Posted: Mon Jun 09, 2008 10:21 pm Post subject: |
|
|
Sajes wrote: | As it turns out, I don't. Thanks for pointing that out, now I have to go learn how to create one :p |
Just check out the documentation.
It is composed of regexp like this:
Code: | dsp[0-9]* root:audio 660
fb[0-9]* root:video 660
hd[a-b][0-9]* root:disk 640
|
That's it. Good luck.
By the way, if you can turn a hardware scanner to work please let me know. xsane made me mad about mdev, though I still love the idea and will be trying to use it again with my next distro [...] _________________ If gods were created by language then praying is an infinite loop. |
|
Back to top |
|
|
Sajes n00b
Joined: 25 Apr 2008 Posts: 20 Location: Michigan
|
Posted: Thu Jun 12, 2008 1:31 am Post subject: |
|
|
Thanks. For some reason, my mdev.conf ate itself or something else deleted it. (I may have even given it permission to delete it when I was up late at midnight by accident)
But now it's working. Woot.
EDIT: I don't have a scanner, never had a use for one. Sorry |
|
Back to top |
|
|
|