Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121913 - madwifi after r1407 doesn't need to create sta mode in rules.d/65-madwifi.rules?
Summary: madwifi after r1407 doesn't need to create sta mode in rules.d/65-madwifi.rules?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-06 17:26 UTC by Colin Macdonald
Modified: 2006-02-07 05:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Macdonald 2006-02-06 17:26:50 UTC
After reading this:
http://madwifi.org/wiki/UserDocs/autocreate
I'm not sure we need this line in the udev rules:
 KERNEL=="wifi[0-9]*", DRIVER=="ath_pci", ACTION=="add", RUN+="/sbin/wlanconfig ath create wlandev %k wlanmode sta"
(at least my system seems to work without it.)

We can still provide that 65-madwifi.rules file with the access point configuration line commented out...

Unconfirmed because I'm not sure I understand this VAP stuff entirely.

For some reason I can no longer assign to mobile@gentoo.org directly (new bugzilla?) so I CC'd this to mobile@gentoo.org instead.
Comment 1 Henrik Brix Andersen 2006-02-07 02:27:50 UTC
Correct, the udev rules are no longer needed :)

Fixed in net-wireless/madwifi-{driver,tools}-0.1443.20060207. Thank you for reporting this.
Comment 2 Antti Mäkelä 2006-02-07 05:25:54 UTC
Oh my. Good to know that the madwifi-ng team is trying to fix the issue for themselves :)

Just a thought, but maybe a notification that the desired VAP operating mode can be added to /etc/modules.d/ (as option autocreate=type) could be added to the ebuild (since iwconfig athX mode does not work).
Comment 3 Henrik Brix Andersen 2006-02-07 05:35:50 UTC
(In reply to comment #2)
> Just a thought, but maybe a notification that the desired VAP operating mode
> can be added to /etc/modules.d/ (as option autocreate=type) could be added to
> the ebuild (since iwconfig athX mode does not work).

That is considered as basic knowledge. The ebuild already installs the files, listing the available options.