Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
usb-uhci wird nicht geladen
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
hopfe
Guru
Guru


Joined: 22 Oct 2002
Posts: 456
Location: Frankfurt Main oder Aachen

PostPosted: Wed Oct 23, 2002 6:02 am    Post subject: usb-uhci wird nicht geladen Reply with quote

Obwohl ich das Modul in der
Code:
/etc/modules.autoload
eingetragen habe, wird sie nicht geladen.
Wenn ich es von hand mit
Code:
modprobe usb-uhci
lade funktioniert es ohne Probleme ?
Gibt es ein script wo in dem ich modprobe noch vorm gdm ausführen kann ? Oder kennt jemand von euch eine andere Lösung ?
Back to top
View user's profile Send private message
Beforegod
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 1494
Location: Frankfurt/Main

PostPosted: Wed Oct 23, 2002 7:47 am    Post subject: Reply with quote

Probier mal ein
Code:

update-modules


Und wie sieht Dein Eintrag in der /etc/modules.autoload aus?
Back to top
View user's profile Send private message
hopfe
Guru
Guru


Joined: 22 Oct 2002
Posts: 456
Location: Frankfurt Main oder Aachen

PostPosted: Wed Oct 23, 2002 8:35 am    Post subject: update-modules Reply with quote

hab ich durch geführt und neu gestartet, geht aber immer noch nicht.

Code:

###Inhalt meiner /etc/modules.autoload ###
input
mousedev
usb-uhci
hid
Back to top
View user's profile Send private message
Sören
n00b
n00b


Joined: 20 Oct 2002
Posts: 20

PostPosted: Wed Oct 23, 2002 8:59 am    Post subject: Reply with quote

Ich weiss nicht wieviel du von dem "USB-Zeug" fest in der Kernel kompiliert hast, aber ich muss vorher noch ein paar andere Module laden

Code:

input
usbcore
usb-uhci
hid
mousedev
usbmouse


So sieht das bei mir aus :)
Back to top
View user's profile Send private message
hopfe
Guru
Guru


Joined: 22 Oct 2002
Posts: 456
Location: Frankfurt Main oder Aachen

PostPosted: Wed Oct 23, 2002 9:16 am    Post subject: Reply with quote

Sören wrote:
Ich weiss nicht wieviel du von dem "USB-Zeug" fest in der Kernel kompiliert hast, aber ich muss vorher noch ein paar andere Module laden

Code:

input
usbcore
usb-uhci
hid
mousedev
usbmouse


So sieht das bei mir aus :)

hab es mit der veränderten Reihenfolge und den zusätzlichen Modulen versucht, aber mit den selben ergebniss :(
Back to top
View user's profile Send private message
Beforegod
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 1494
Location: Frankfurt/Main

PostPosted: Wed Oct 23, 2002 9:40 am    Post subject: Reply with quote

Code:

usbcore
usb-uhci
hid
input
mousedev
usbmouse


So sollte die Reihenfolge aussehen (modules.autoload macht kein modprobe, deswegen werden benötigte Module nicht automatisch geladen!)
Back to top
View user's profile Send private message
hopfe
Guru
Guru


Joined: 22 Oct 2002
Posts: 456
Location: Frankfurt Main oder Aachen

PostPosted: Wed Oct 23, 2002 9:59 am    Post subject: Andere Lösung Reply with quote

hat leider auch nicht funktioniert.
Ich habe jetzt aber als Alternative meine local.start und local.stop ergänzt

Code:
# Inhalt von /etc/conf.d/local.start
modprobe usb-uhci

und
Code:
# Inhalt von /etc/conf.d/local.stop
modprobe -r usb-uhci


ist zwar nicht unbedingt eine schöne lösung aber sie erfüllt ihren zweck :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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