| 1 |
sh-3.1# modprobe -v ath_hal |
|---|
| 2 |
insmod /lib/modules/2.6.23.1-C3Systems-Intel/net/ath_hal.ko |
|---|
| 3 |
[ 415.464457] kobject ath_hal: registering. parent: <NULL>, set: module |
|---|
| 4 |
[ 415.464565] kobject holders: registering. parent: ath_hal, set: <NULL> |
|---|
| 5 |
[ 415.464656] kobject_uevent_env |
|---|
| 6 |
[ 415.464741] kobject filter function caused the event to drop! |
|---|
| 7 |
[ 415.464836] kobject_uevent_env |
|---|
| 8 |
[ 415.464926] fill_kobj_path: path = '/module/ath_hal' |
|---|
| 9 |
[ 415.465237] ath_hal: 0.9.18.0 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) |
|---|
| 10 |
sh-3.1# modprobe -v ath_rate_sample |
|---|
| 11 |
insmod /lib/modules/2.6.23.1-C3Systems-Intel/net/wlan.ko |
|---|
| 12 |
[ 322.036091] kobject wlan: registering. parent: <NULL>, set: module |
|---|
| 13 |
[ 322.036149] kobject holders: registering. parent: wlan, set: <NULL> |
|---|
| 14 |
[ 322.036185] kobject_uevent_env |
|---|
| 15 |
[ 322.036216] kobject filter function caused the event to drop! |
|---|
| 16 |
[ 322.036256] kobject_uevent_env |
|---|
| 17 |
[ 322.036298] fill_kobj_path: path = '/module/wlan' |
|---|
| 18 |
[ 322.036765] wlan: 0.8.4.2 (0.9.3.3) |
|---|
| 19 |
insmod /lib/modules/2.6.23.1-C3Systems-Intel/net/ath_rate_sample.ko |
|---|
| 20 |
[ 322.037946] kobject ath_rate_sample: registering. parent: <NULL>, set: module[ 322.038046] kobject holders: registering. parent: ath_rate_sample, set: <NULL> |
|---|
| 21 |
[ 322.038193] kobject_uevent_env |
|---|
| 22 |
[ 322.038278] kobject filter function caused the event to drop! |
|---|
| 23 |
[ 322.038373] kobject_uevent_env |
|---|
| 24 |
[ 322.038463] fill_kobj_path: path = '/module/ath_rate_sample' |
|---|
| 25 |
[ 322.038761] ath_rate_sample: 1.2 (0.9.3.3) |
|---|
| 26 |
|
|---|
| 27 |
The messages after loading ath_pci I copy from a photo that I take, since the server completly freezer after loading it (so I discard run times): |
|---|
| 28 |
|
|---|
| 29 |
sh-3.1# modprobe -v ath_pci |
|---|
| 30 |
insmod /lib/modules/2.6.23.1-C3Systems-Intel/net/ath_pci.ko |
|---|
| 31 |
kobject ath_pci: registering. parent: <NULL>, set: module |
|---|
| 32 |
kobject holders: registering. parent: ath_pci, set: <NULL> |
|---|
| 33 |
kobject_uevent_env |
|---|
| 34 |
kobject filter function caused the event to drop! |
|---|
| 35 |
kobject_uevent_env |
|---|
| 36 |
fill_kobj_path: path = '/module/ath_pci' |
|---|
| 37 |
ath_pci: 0.9.4.5 (0.9.3.3) |
|---|
| 38 |
kobject holders: registering. parent: <NULL>, set: drivers |
|---|
| 39 |
kobject_uevent_env |
|---|
| 40 |
fill_kobject_path: path = '/bus/pci/drivers/ath_pci' |
|---|
| 41 |
|
|---|
| 42 |
After this message the server completely freeze. |
|---|