|
|

楼主 |
发表于 2008-3-31 23:34:24
|
显示全部楼层
Post by gulfstream;1833334
怎么修改呢?
见http://wiki.debian.org/iwlwifi
in /etc/udev/rules.d/z25_persistent-net.rules remove the line like
# PCI device 0x8086:0x4227 (ipw3945)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:13:02:4c:12:12", NAME="eth2"
then remove the module and re-insert it.
rmmod iwl3945
modprobe iwl3945
in /etc/udev/rules.d/z25_persistent-net.rules you should now have a line like :
# PCI device 0x8086:0x4227 (iwl3945)
SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:13:02:4c:12:12", ATTR{type}=="1", NAME="wlan0" |
|