Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
(SOLVED) module laden?
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
lituxer
Tux's lil' helper
Tux's lil' helper


Joined: 04 Aug 2007
Posts: 90
Location: Sauerland

PostPosted: Mon Jun 08, 2009 6:10 pm    Post subject: (SOLVED) module laden? Reply with quote

Hallo

Ich möchte ein Modul automatisch laden. Mein Problem ist, das ich dem Modul was mit auf dem Weg geben muss.

Code:
modprobe w83627ehf force_id=0x8860


Das funktioniert so einwandfrei.

Wie trage ich es denn so in die /etc/conf.d/modules ein?

Mein Eintrag sieht so aus:
Code:
modules_2_6_29_gentoo_r5="w83627ehf force_id=0x8860"


Beim booten sagt er mir immer, das er das Modul nicht laden kann. Mit modprobe funktioniert das aber.
force_id=0x8860 kann ich nicht weglassen, denn dann funktioniert es nicht.

Hat jemand eine Idee?
_________________
GentooFreunde


Last edited by lituxer on Mon Jun 08, 2009 9:40 pm; edited 1 time in total
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Mon Jun 08, 2009 6:30 pm    Post subject: Reply with quote

man /etc/conf.d/modules
;)

// edit:
dickes sorry :/ Hab grad gesehen, dass das nur meine modules-conf ausgibt, und darin stehen halt noch teils die org.-Kommentare.
Aber in dem openrc-Leitfaden von Gentoo steht das doch auch gut beschrieben:
http://www.gentoo.org/doc/en/openrc-migration.xml
Unter "Kernel modules".
Back to top
View user's profile Send private message
mv
Watchman
Watchman


Joined: 20 Apr 2005
Posts: 6749

PostPosted: Mon Jun 08, 2009 7:55 pm    Post subject: Reply with quote

Wie franzf schon schrieb (zumindest implizit):
Code:
module_w83627ehf_arg="force_id=0x8860"

Wenn Du das allerdings sowieso grundsätzlich haben wills, wäre ein alternativer und vielleicht besserer Weg in /etc/modprobe.d/irgendwas.conf (der letzte Name ist nicht wichtig, außer dass er auf .conf enden sollte) den Eintrag
Code:
options w83627ehf force_id=0x8860
zu setzen, denn dann funktioniert es später auch normal mit "modprobe w83627ehf".
Back to top
View user's profile Send private message
lituxer
Tux's lil' helper
Tux's lil' helper


Joined: 04 Aug 2007
Posts: 90
Location: Sauerland

PostPosted: Mon Jun 08, 2009 9:39 pm    Post subject: Reply with quote

An den openrc Leitfaden habe ich garnicht gedacht.
Aber Ihr wisst ja, da sucht und sucht man, aber auf die einfache Lösung kommt man nicht. Danke franzf

Ich habe die Sache aber in /etc/modprobe.d, so wie mv es vorschlug gelöst.
Code:
options w83627ehf force_id=0x8860


Denn w83627ehf brauche ich um den Hardware Sensor auf meinen Asus Board zum arbeiten zubewegen.

Nochmals Danke an Euch beiden.
_________________
GentooFreunde
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