View previous topic :: View next topic |
Author |
Message |
kookay n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 17 May 2006 Posts: 5
|
Posted: Wed May 17, 2006 8:50 am Post subject: modprobe error (ignoring bad line...) |
|
|
Hi everybody
since a few days ago, (I think it was after a emerge -avu world) everytime I load a module (that means about a dozen times during system boot) I get the following four messages:
Code: | May 17 10:39:53 matthi-mobile modprobe: WARNING: /etc/modprobe.conf line 164: ignoring bad line starting with 'option'
May 17 10:39:53 matthi-mobile modprobe: WARNING: /etc/modprobe.conf line 165: ignoring bad line starting with 'option'
May 17 10:39:53 matthi-mobile modprobe: WARNING: /etc/modprobe.conf line 166: ignoring bad line starting with 'enable'
May 17 10:39:53 matthi-mobile modprobe: WARNING: /etc/modprobe.conf line 217: ignoring bad line starting with 'probeall' |
Well, anybody got an idea what to do about it? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
PaulBredbury Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/15669254994381f44a81f83.jpg)
Joined: 14 Jul 2005 Posts: 7310
|
Posted: Wed May 17, 2006 9:03 am Post subject: |
|
|
Look at the lines in /etc/modprobe.conf, and trace them back to the particular files in /etc/modules.d/.
Fix the files in /etc/modules.d/, then run update-modules to recreate /etc/modprobe.conf. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
musv Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/17022956523ec2f01a46f03.jpg)
Joined: 01 Dec 2002 Posts: 3369 Location: de
|
Posted: Fri May 26, 2006 10:20 pm Post subject: |
|
|
Nice answer but it doesn't solve the problem.
I think, the origin of the problem is modules-init-tools version 3.2.2-r1. Either it's a bug or the commad probeall is banned out of the package. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
romildo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Cars/2.gif)
Joined: 01 Mar 2003 Posts: 45 Location: Brazil
|
Posted: Wed May 31, 2006 5:25 pm Post subject: |
|
|
I am having the same problem for a while now. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
JohnBlbec Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 08 Feb 2003 Posts: 306
|
Posted: Tue Jul 03, 2007 11:18 am Post subject: |
|
|
the same problem |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
PaulBredbury Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/15669254994381f44a81f83.jpg)
Joined: 14 Jul 2005 Posts: 7310
|
Posted: Tue Jul 03, 2007 11:24 am Post subject: |
|
|
Saying "me too" is useless. Provide some information. Show the output of:
Code: | grep option /etc/modprobe.conf
grep enable /etc/modprobe.conf
grep probeall /etc/modprobe.conf |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
JohnBlbec Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 08 Feb 2003 Posts: 306
|
Posted: Wed Jul 04, 2007 4:40 am Post subject: |
|
|
PaulBredbury wrote: | Saying "me too" is useless. Provide some information. Show the output of:
Code: | grep option /etc/modprobe.conf
grep enable /etc/modprobe.conf
grep probeall /etc/modprobe.conf |
|
Code: |
options snd cards_limit=1
probeall /dev/svga svgalib_helper
|
I have problem with probeall only. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
UTgamer Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/6011832114050d3278e0ee.jpg)
Joined: 10 Aug 2003 Posts: 1326 Location: Troisdorf (Köln) Deutschland
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
surveyor n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 04 Jul 2006 Posts: 4
|
Posted: Sat Jul 14, 2007 9:10 am Post subject: |
|
|
I have the first described problem too.
I looked into "modprobe.conf" and there is a hint, that this file generated by "update-modules" from the files in
/etc/modules.d/ - config snippets for old module utilities (<= linux-2.4)
/etc/modules.conf - sum of all files in /etc/modules.d/
/etc/modprobe.d/ - config snippets for new module utilities (>= linux-2.6)
/etc/modprobe.conf - sum of all files in /etc/modprobe.d/
I use kernel 2.6.21.x, but there is no directory "/etc/modprobe.d/".
Is it possible to create the directory "/etc/modprobe.d" and copy all files from "/etc/modules.d" and run "update-modules"? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
PaulBredbury Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/15669254994381f44a81f83.jpg)
Joined: 14 Jul 2005 Posts: 7310
|
Posted: Sat Jul 14, 2007 9:42 am Post subject: |
|
|
surveyor wrote: | and copy all files |
Do not make the problem worse by duplicating files. Just do what I say above. If it's a problem in /etc/modules.d/svgalib, then fix that one file and rerun:
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Dabljuh n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 04 Mar 2004 Posts: 48
|
Posted: Thu Aug 23, 2007 2:42 am Post subject: |
|
|
You don't seem to be understanding the issue.
How should you fix what isn't broken?
Why is "probeall" no longer recognized?
How should (if) a line that begins with probeall be changed? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
redtoade n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 25 Sep 2007 Posts: 1
|
Posted: Tue Sep 25, 2007 8:07 pm Post subject: exactly |
|
|
Apparently there is no PROBEALL in the man for modprobe.conf
So you have your choice: ALIAS or INSTALL.
I found this in the TODO for module-init-tools
+ generate-modprobe.conf: convert "probeall" to a sequence of "alias" lines
perhaps it's a clue as to what to do.
although I would think INSTALL makes more sense.
Can someone please take a look at this?! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
oliver2104 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/1890165408551cfb11e5457.jpg)
Joined: 27 Jul 2004 Posts: 214 Location: Wien
|
Posted: Thu Nov 01, 2007 12:22 pm Post subject: |
|
|
Hello,
I had the same problem: if you have a line in /etc/modprobe.conf starting with "probeall"
this will give you error messages during boot-time.
In my case it was the line: probeall /dev/svga svgalib_helper
if that is the same with you, you need to edit the file /etc/modules.d/svgalib_helper
Change the line :
probeall /dev/svga svgalib_helper
to:
install /dev/svga svgalib_helper
Now run:
# update-modules
Next time you boot, that error messages should not appear.
But I cannot say, if this changes the system behavior.
Maybe it is only a "cosmetic" solution (no ugly errror messages) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gary Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Simpsons/simpsons_groundskeeper_will.gif)
Joined: 11 Jan 2004 Posts: 110 Location: Auburn, CA
|
Posted: Mon Mar 03, 2008 10:08 am Post subject: Any new gen? |
|
|
Umm...any update on this subject? I have the same bit with svgalib - which is mentioned twice in my modules.conf, for whatever reason.
Is changing from probeall to install or alias the right solution?
Thanks for any thoughts... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
man in the hill Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/123133140745d9ef8127513.jpg)
Joined: 15 Dec 2005 Posts: 1552 Location: Madinina
|
Posted: Sun Apr 06, 2008 11:48 am Post subject: Re: Any new gen? |
|
|
gary wrote: | Umm...any update on this subject? I have the same bit with svgalib - which is mentioned twice in my modules.conf, for whatever reason.
Is changing from probeall to install or alias the right solution?
Thanks for any thoughts... |
Hi,
I just build svgalib with the USE build and this output go away. _________________ Get Up and Go ! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gary Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Simpsons/simpsons_groundskeeper_will.gif)
Joined: 11 Jan 2004 Posts: 110 Location: Auburn, CA
|
Posted: Mon Apr 07, 2008 7:00 pm Post subject: |
|
|
Quote: | Hi,
I just build svgalib with the USE build and this output go away. |
Thanks! I will try that right away. ![Very Happy :D](images/smiles/icon_biggrin.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|