Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[S]Kernel Modul beim Laden automatisch Parameter übergeben
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
Tinitus
Veteran
Veteran


Joined: 20 Sep 2004
Posts: 1754

PostPosted: Mon Jan 18, 2010 9:05 pm    Post subject: [S]Kernel Modul beim Laden automatisch Parameter übergeben Reply with quote

Hallo,

ich habe hier einen Netzwerkkontroller von NVIDIA(MCP55 Rev.2). Leider läuft dieser nicht richtig mit dem Modul forcedeth.

Deshalb mache ich in der Konsole folgendes:

rmmod forcedeth
modprobe forcedeth msi=0 msix=0
/etc/init.d/net.eth0 restart

Wie kann man das automatisch beim Systemstart machen?
Was bedeuten diese 2 Parameter eigentlich?

G. R.


Last edited by Tinitus on Mon Jan 18, 2010 10:09 pm; edited 1 time in total
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3943
Location: Hamburg

PostPosted: Mon Jan 18, 2010 9:56 pm    Post subject: Reply with quote

Also, für das Modul ipt_recent beispielsweise habe ich das hier :
Code:
n22 /etc # cat modprobe.d/ipt_recent.conf
options ipt_recent ip_list_tot=1000
Back to top
View user's profile Send private message
Tinitus
Veteran
Veteran


Joined: 20 Sep 2004
Posts: 1754

PostPosted: Mon Jan 18, 2010 10:08 pm    Post subject: Reply with quote

toralf wrote:
Also, für das Modul ipt_recent beispielsweise habe ich das hier :
Code:
n22 /etc # cat modprobe.d/ipt_recent.conf
options ipt_recent ip_list_tot=1000


Hallo,

habe gerade auch was probiert wwas geht..

nano /etc/modprobe.conf

Code:

options forcedeth msi=0 msix=0


Danke noch mal...
Back to top
View user's profile Send private message
Finswimmer
Bodhisattva
Bodhisattva


Joined: 02 Sep 2004
Posts: 5467
Location: Langen (Hessen), Germany

PostPosted: Tue Jan 19, 2010 5:17 am    Post subject: Reply with quote

Code:
### This file is automatically generated by update-modules
#
# Please do not edit this file directly. If you want to change or add
# anything please take a look at the files in ./etc/modprobe.d and read
# the manpage for update-modules(8).
#

Das ist der Anfang der Datei, die du editiert hast.
Diese Datei wird automatisch von update-modules erzeugt.
Lege alse in /etc/modprobe.d eine Datei mit dem Namen deines Modules und den Optionen darin an, sonst wirst du das Problem in naher Zukunft wieder haben.

Tobi
_________________
Bitte auf Rechtschreibung, korrekte Formatierung und Höflichkeit achten!
Danke
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