christopher@Mowgli-Linux:~> uname -r
2.6.18.2-34-default
christopher@Mowgli-Linux:~> cat /etc/SuSE-release
openSUSE 10.2 (X86-64)
VERSION = 10.2
christopher@Mowgli-Linux:~> rpm -qa wlan-kmp* kernel* gcc* make*
gcc-info-4.1.3-29
gcc-32bit-4.1.3-29
make-3.81-23
gcc41-info-4.1.2_20061115-5
gcc41-32bit-4.1.2_20061115-5
gcc41-java-4.1.2_20061115-5
wlan-kmp-default-1_2.6.18.2_34-16
gcc-gij-4.1.3-29
gcc41-gij-32bit-4.1.2_20061115-7
gcc-4.1.3-29
kernel-source-2.6.18.2-34
gcc-java-4.1.3-29
kernel-default-2.6.18.2-34
gcc41-gij-4.1.2_20061115-7
gcc41-4.1.2_20061115-5
gcc41-c++-4.1.2_20061115-5
gcc-c++-4.1.3-29
christopher@Mowgli-Linux:~> grep -r rt2500 /etc/modprobe*
christopher@Mowgli-Linux:~> grep -i persistent /etc/sysconfig/network/config
# Forces all interfaces eth* ath* wlan* and ra* to be persistent via udev.
# See /usr/share/doc/packages/sysconfig/README.Persistent_Interface_Names for
FORCE_PERSISTENT_NAMES=yes
christopher@Mowgli-Linux:~> egrep 'eth|ath|wlan|ra' /etc/udev/rules.d/*persistent*
/etc/udev/rules.d/30-net_persistent_names.rules:# This rules are autogenerated from /lib/udev/rename_netiface.
/etc/udev/rules.d/30-net_persistent_names.rules:# generation. Only if all interfaces get a rule the renaming will work
/etc/udev/rules.d/30-net_persistent_names.rules:SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:03:0d:18:0f:84", IMPORT="/lib/udev/rename_netiface %k eth0"
/etc/udev/rules.d/30-net_persistent_names.rules:SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:11:09:0b:0a:bf", IMPORT="/lib/udev/rename_netiface %k wlan0"
/etc/udev/rules.d/60-persistent-input.rules:SUBSYSTEMS=="usb", IMPORT{program}="usb_id -x"
/etc/udev/rules.d/60-persistent-input.rules:# by-path
/etc/udev/rules.d/60-persistent-input.rules:IMPORT{program}="path_id %p"
/etc/udev/rules.d/60-persistent-input.rules:ENV{ID_PATH}=="?*", KERNEL=="mouse*", SYMLINK+="input/by-path/$env{ID_PATH}-$env{ID_CLASS}"
/etc/udev/rules.d/60-persistent-input.rules:ENV{ID_PATH}=="?*", KERNEL=="event*", SYMLINK+="input/by-path/$env{ID_PATH}-event-$env{ID_CLASS}"
/etc/udev/rules.d/60-persistent-storage.rules:# persistent storage links: /dev/{disk,tape}/{by-id,by-uuid,by-label,by-path,by-name}
/etc/udev/rules.d/60-persistent-storage.rules:ACTION!="add", GOTO="persistent_storage_end"
/etc/udev/rules.d/60-persistent-storage.rules:SUBSYSTEM!="block", GOTO="persistent_storage_end"
/etc/udev/rules.d/60-persistent-storage.rules:KERNEL=="ram*|loop*|fd*|nbd*|gnbd*|dm-*|md*", GOTO="persistent_storage_end"
/etc/udev/rules.d/60-persistent-storage.rules:KERNEL=="hd*[!0-9]", ATTR{removable}=="1", DRIVERS=="ide-cs|ide-floppy", GOTO="persistent_storage_end"
/etc/udev/rules.d/60-persistent-storage.rules:KERNEL=="hd*[0-9]", ATTRS{removable}=="1", GOTO="persistent_storage_end"
/etc/udev/rules.d/60-persistent-storage.rules:KERNEL=="hd*[!0-9]", IMPORT{program}="ata_id --export $tempnode"
/etc/udev/rules.d/60-persistent-storage.rules:KERNEL=="sd*[!0-9]|sr*|st*", ENV{ID_SERIAL}=="", IMPORT{program}="usb_id -x"
/etc/udev/rules.d/60-persistent-storage.rules:KERNEL=="sd*[!0-9]|sr*|st*", ENV{ID_SERIAL}=="", IMPORT{program}="scsi_id -g -x -s %p -d $tempnode"
/etc/udev/rules.d/60-persistent-storage.rules:KERNEL=="sd*[!0-9]|sr*|st*", ENV{ID_SERIAL}=="", IMPORT{program}="scsi_id -g -x -a -s %p -d $tempnode"
/etc/udev/rules.d/60-persistent-storage.rules:KERNEL=="dasd*[!0-9]", IMPORT{program}="dasd_id --export $tempnode"
/etc/udev/rules.d/60-persistent-storage.rules:# by-path (shortest physical path)
/etc/udev/rules.d/60-persistent-storage.rules:KERNEL=="*[!0-9]|sr*", IMPORT{program}="path_id %p", SYMLINK+="disk/by-path/$env{ID_PATH}"
/etc/udev/rules.d/60-persistent-storage.rules:KERNEL=="st*", IMPORT{program}="path_id %p", SYMLINK+="tape/by-path/$env{ID_PATH}"
/etc/udev/rules.d/60-persistent-storage.rules:KERNEL=="sr*|st*", GOTO="persistent_storage_end"
/etc/udev/rules.d/60-persistent-storage.rules:KERNEL=="*[0-9]", ENV{ID_PATH}=="?*", SYMLINK+="disk/by-path/$env{ID_PATH}-part%n"
/etc/udev/rules.d/60-persistent-storage.rules:KERNEL=="*[!0-9]", ATTR{removable}=="1", GOTO="persistent_storage_end"
/etc/udev/rules.d/60-persistent-storage.rules:IMPORT{program}="vol_id --export $tempnode"
/etc/udev/rules.d/60-persistent-storage.rules:KERNEL=="*[!0-9]", IMPORT{program}="edd_id --export $tempnode"
/etc/udev/rules.d/60-persistent-storage.rules:LABEL="persistent_storage_end"
christopher@Mowgli-Linux:~> egrep -r 'eth[0-10]|ath[0-10]|wlan[0-10]|ra[0-10]' /etc/modprobe.*|egrep -v '#|blacklist'
/etc/modprobe.conf:install eth0 /bin/true
/etc/modprobe.conf:install eth1 /bin/true