Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
modprobe fetal help
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
asianboi2k
n00b
n00b


Joined: 26 Jan 2003
Posts: 50

PostPosted: Sat Jan 03, 2004 3:09 am    Post subject: modprobe fetal help Reply with quote

Can anyone help me with this? I have the soundcard cs46xx installed as a module and the uhci_hcd also installed as a module but I am still gettting this what's wrong how do I get rid of it? These show up when I type lsmod, but I am still gettting these message when i am booting up. Here is what I got out of messages from syslog-ng.

Code:
Jan  2 03:06:13 localhost hub 2-0:1.0: USB hub found
Jan  2 03:06:13 localhost hub 2-0:1.0: 2 ports detected
Jan  2 03:06:14 localhost modprobe: FATAL: Module snd_cs46xx already in kernel.
Jan  2 03:06:14 localhost modprobe: FATAL: Module uhci_hcd already in kernel.
Jan  2 03:06:14 localhost modprobe: FATAL: Module snd_cs46xx already in kernel.
Jan  2 03:06:14 localhost modprobe: FATAL: Module uhci_hcd already in kernel.
Jan  2 03:06:14 localhost hub 1-0:1.0: new USB device on port 1, assigned address 2
Jan  2 03:06:14 localhost hub 1-1:1.0: USB hub found
Jan  2 03:06:14 localhost hub 1-1:1.0: 3 ports detected
Jan  2 03:06:14 localhost modprobe: FATAL: Module snd_cs46xx already in kernel.
Jan  2 03:06:14 localhost modprobe: FATAL: Module uhci_hcd already in kernel.
Jan  2 03:06:14 localhost modprobe: FATAL: Module snd_cs46xx already in kernel.
Jan  2 03:06:14 localhost modprobe: FATAL: Module uhci_hcd already in kernel.
Jan  2 03:06:14 localhost modprobe: FATAL: Module snd_cs46xx already in kernel.
Jan  2 03:06:14 localhost modprobe: FATAL: Module uhci_hcd already in kernel.
Jan  2 03:06:14 localhost hub 1-0:1.0: new USB device on port 2, assigned address 3
Jan  2 03:06:15 localhost drivers/usb/core/usb.c: registered new driver hid
Jan  2 03:06:15 localhost drivers/usb/input/hid-core.c: v2.0:USB HID core driver
Jan  2 03:06:15 localhost modprobe: FATAL: Module mousedev not found.
Jan  2 03:06:15 localhost modprobe: FATAL: Module snd_cs46xx already in kernel.
Jan  2 03:06:15 localhost modprobe: FATAL: Module uhci_hcd already in kernel.
Jan  2 03:06:15 localhost input: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:1f.2-2
Jan  2 03:06:15 localhost modprobe: FATAL: Module snd_cs46xx already in kernel.
Jan  2 03:06:15 localhost modprobe: FATAL: Module uhci_hcd already in kernel.
Jan  2 03:06:15 localhost hub 1-1:1.0: new USB device on port 1, assigned address 4
Jan  2 03:06:15 localhost modprobe: FATAL: Module snd_cs46xx already in kernel.
Jan  2 03:06:15 localhost modprobe: FATAL: Module keybdev not found.
Jan  2 03:06:15 localhost modprobe: FATAL: Module uhci_hcd already in kernel.
Jan  2 03:06:15 localhost modprobe: FATAL: Module snd_cs46xx already in kernel.
Jan  2 03:06:15 localhost modprobe: FATAL: Module uhci_hcd already in kernel.
Jan  2 03:06:15 localhost modprobe: FATAL: Module snd_cs46xx already in kernel.
Jan  2 03:06:15 localhost modprobe: FATAL: Module uhci_hcd already in kernel.
Jan  2 03:06:15 localhost modprobe: FATAL: Module snd_cs46xx already in kernel.
Jan  2 03:06:15 localhost modprobe: FATAL: Module uhci_hcd already in kernel.
Jan  2 03:06:15 localhost modprobe: FATAL: Module snd_cs46xx already in kernel.
Jan  2 03:06:15 localhost modprobe: FATAL: Module uhci_hcd already in kernel.
Back to top
View user's profile Send private message
ikaro
Advocate
Advocate


Joined: 14 Jul 2003
Posts: 2527
Location: Denmark

PostPosted: Sat Jan 03, 2004 6:52 am    Post subject: Reply with quote

edit /etc/modules.autoload/*
_________________
linux: #232767
Back to top
View user's profile Send private message
mike4148
l33t
l33t


Joined: 09 Sep 2003
Posts: 641

PostPosted: Sat Jan 03, 2004 4:58 pm    Post subject: Reply with quote

Don't worry about them; hotplug is repeatedly trying to load the same modules for different devices, and the loads are failing because they've already been loaded (and, thus, do not need to be loaded again). In other words, it's not a problem.
Back to top
View user's profile Send private message
funkmankey
Guru
Guru


Joined: 06 Mar 2003
Posts: 304
Location: CH

PostPosted: Sat Jan 03, 2004 5:30 pm    Post subject: Reply with quote

make sure that you are loading them in modules.autoload (or alsasound script, etc) and then put them into the hotplug blacklist file. stupid solution yeah, but eh....
_________________
I've got the brain, I'm insane, you can't stop the power
Back to top
View user's profile Send private message
DumbAss
Apprentice
Apprentice


Joined: 30 Sep 2003
Posts: 247
Location: 't Steen

PostPosted: Thu Jan 15, 2004 4:47 pm    Post subject: Reply with quote

OK. I had a similar error. But it only occured at boot.
I had to change the last line of /etc/modules.d/bttv from:

post-install bttv modprobe tuner; modprobe videodev

to:

pre-install bttv modprobe tuner; modprobe videodev

And that's how I got rid of the error.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum