View previous topic :: View next topic |
Author |
Message |
Tinitus Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 20 Sep 2004 Posts: 1754
|
Posted: Mon Jan 18, 2010 9:05 pm Post subject: [S]Kernel Modul beim Laden automatisch Parameter übergeben |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
toralf Developer
![Developer Developer](/images/ranks/rank-dev.gif)
![](images/avatars/10034462014367c4dfe33c1.gif)
Joined: 01 Feb 2004 Posts: 3943 Location: Hamburg
|
Posted: Mon Jan 18, 2010 9:56 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
Tinitus Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 20 Sep 2004 Posts: 1754
|
Posted: Mon Jan 18, 2010 10:08 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
Finswimmer Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/1672586922424daf205ec26.jpg)
Joined: 02 Sep 2004 Posts: 5467 Location: Langen (Hessen), Germany
|
Posted: Tue Jan 19, 2010 5:17 am Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
|