View previous topic :: View next topic |
Author |
Message |
r00dy n00b
Joined: 14 Apr 2006 Posts: 14
|
Posted: Mon Jun 25, 2007 4:30 pm Post subject: How modify options for loading ath_pci module |
|
|
I've modified options in /etc/modules.d/ath_pci to autocreate AP mode.
But I'm getting the managed mode instead all the time (on boot or while modprobing by hand).
My /etc/modules.d/ath_pci:
Code: |
options ath_pci autocreate=ap xchanmode=1
|
Are these options correct?
I'm using similar file for bttv ant this one works correct.
What's with ath_pci? |
|
Back to top |
|
|
didymos Advocate
Joined: 10 Oct 2005 Posts: 4798 Location: California
|
Posted: Tue Jun 26, 2007 3:33 am Post subject: |
|
|
Try setting them in /etc/modules.autoload.d/kernel-2.6 instead. _________________ Thomas S. Howard |
|
Back to top |
|
|
r00dy n00b
Joined: 14 Apr 2006 Posts: 14
|
Posted: Wed Jul 04, 2007 4:29 pm Post subject: |
|
|
didymos wrote: | Try setting them in /etc/modules.autoload.d/kernel-2.6 instead. |
It worked, thx. But why do not work the /etc/modules.d/ ? |
|
Back to top |
|
|
didymos Advocate
Joined: 10 Oct 2005 Posts: 4798 Location: California
|
Posted: Wed Jul 04, 2007 10:17 pm Post subject: |
|
|
I just give the options in kernel-2.6 because that's what works. I don't know why it won't honor the setting if you stick it in a different file. Just one of those things I've never tried to track down, mainly because I forgot about it until you just brought it up. _________________ Thomas S. Howard |
|
Back to top |
|
|
PaulBredbury Watchman
Joined: 14 Jul 2005 Posts: 7310
|
Posted: Wed Jul 04, 2007 10:24 pm Post subject: Re: How modify options for loading ath_pci module |
|
|
r00dy wrote: | /etc/modules.d/ath_pci |
Run "update-modules" to recreate /etc/modprobe.conf - this is the file that matters. |
|
Back to top |
|
|
|