View previous topic :: View next topic |
Author |
Message |
Gentree Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/1364161114417d616b9645b.jpg)
Joined: 01 Jul 2003 Posts: 5350 Location: France, Old Europe
|
Posted: Sun Dec 27, 2009 10:39 pm Post subject: what is module name for CONFIG_VORTEX ? |
|
|
HI,
I am trying to untangle the latest destruction udev has done to my system by undoing my specific udev rules for onboard eth controllers. They now fail to match my own udev rules to give them static device names and have started floating around eth0 , eth1 etc. again.
I have one forcedeth , one e100 and one 3con vortex card.
The first two are clearly labeled in the kernel config as "this module will be named ...". Nice and clear. The latter one is not named. Digging in the kernel source shows it should be named VORTEX.
Clearly this is not the case since no such module exists.
How can I find the name of this driver and why the hell isn't it clearly documented ?
TIA, Gentree. ![Cool 8)](images/smiles/icon_cool.gif) _________________ Linux, because I'd rather own a free OS than steal one that's not worth paying for.
Gentoo because I'm a masochist
AthlonXP-M on A7N8X. Portage ~x86 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
d2_racing Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/1190120345458c61e31ec3c.jpg)
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Sun Dec 27, 2009 10:52 pm Post subject: |
|
|
Hi, you should try my twist
Code: |
sylvain@gentootux ~ $ find /usr/src/linux-2.6.31-gentoo-r6 -name Makefile | xargs grep -i vortex
/usr/src/linux-2.6.31-gentoo-r6/drivers/net/Makefile:obj-$(CONFIG_VORTEX) += 3c59x.o
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
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
|
|