Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260416 - /etc/modules.d/usb: it needs an /etc/modprobe.d/usb
Summary: /etc/modules.d/usb: it needs an /etc/modprobe.d/usb
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-26 18:29 UTC by Erik Quaeghebeur
Modified: 2009-03-02 09:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Quaeghebeur 2009-02-26 18:29:10 UTC
After sighting an error in my bootup screen urging met to

# update-modules --force
 * Updating modules.conf ...                                            [ ok ]
 * Updating modules.dep ...                                             [ ok ]
 * Please file a bug about /etc/modules.d/rt2500: it needs an /etc/modprobe.d/rt2500
 * Please file a bug about /etc/modules.d/usb: it needs an /etc/modprobe.d/usb
 * Updating modprobe.conf by hand ...  

I was a nice guy and did what was asked (filing a bug; and a separate one for the other line).
Comment 1 Erik Quaeghebeur 2009-02-26 21:09:16 UTC
additional info:

# qfile -C /etc/modules.d/usb

gives no results.

# modprobe -l| grep usb
/lib/modules/2.6.27-gentoo-r8/kernel/drivers/usb/storage/usb-storage.ko
/lib/modules/2.6.27-gentoo-r8/kernel/drivers/usb/class/usblp.ko
/lib/modules/2.6.27-gentoo-r8/kernel/drivers/usb/host/uhci-hcd.ko
/lib/modules/2.6.27-gentoo-r8/kernel/drivers/usb/host/ehci-hcd.ko
/lib/modules/2.6.27-gentoo-r8/kernel/drivers/usb/core/usbcore.ko
/lib/modules/2.6.27-gentoo-r8/kernel/drivers/usb/mon/usbmon.ko
/lib/modules/2.6.27-gentoo-r8/kernel/drivers/hid/usbhid/usbhid.ko
/lib/modules/2.6.27-gentoo-r8/kernel/sound/usb/snd-usb-lib.ko
/lib/modules/2.6.27-gentoo-r8/kernel/sound/usb/snd-usb-audio.ko

# cat /etc/modules.autoload.d/kernel-2.6 | grep usb
usbcore

Do not hesitate to ask for further info, but please be concrete when doing so.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2009-02-27 22:20:20 UTC
(In reply to comment #1)
> # qfile -C /etc/modules.d/usb
> 
> gives no results.

That's a problem, then. Which package does own that file?
Comment 3 Erik Quaeghebeur 2009-02-27 23:39:36 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > # qfile -C /etc/modules.d/usb
> > 
> > gives no results.
> 
> That's a problem, then. Which package does own that file?
> 
Does anybody else have this file there?
Perhaps it's just some leftover from earlier times.

# cat /etc/modules.d/usb
#options usbhid mousepolling=1

So it contains more-or-less nothing, given there is only one commented-out line. Would it hurt to rm the file and see what happens?
Comment 4 Matthias Schwarzott gentoo-dev 2009-03-02 09:27:54 UTC
If it contains nothing, or just comments, then just delete it and nothing bad will happen.

Marking invalid, as no packages seem to be concerned.