Guest User

Download mystery or miracle?

a guest
Sep 3rd, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. A download miracle?
  2.  
  3. On 09/01/13 I tested the newly created driver module drxvi314.ko.
  4.  
  5. 'modprobe' does not load it, though I am looking at the driver file. Error:
  6. 'file does not exist/file not found'.
  7.  
  8. However, insmod does indeed load the module.
  9.  
  10. ifconfig -a gives the regular data for eth1.
  11.  
  12. Then:
  13. sudo ifconfig eth1 down
  14. sudo ifconfig eth1 192.168.100.1 up
  15. ifconfig -a
  16.  
  17. Result:
  18. eth1 Link encap:Ethernet HWaddr f4:63:49:xx:xx:xx
  19. inet addr:192.168.100.1 Bcast:192.168.100.255 Mask:255.255.255.0
  20. UP BROADCAST MULTICAST MTU:1400 Metric:1
  21. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  22. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  23. collisions:0 txqueuelen:1000
  24. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  25.  
  26. ... and
  27.  
  28. ppp0 Link encap:Point-to-Point Protocol
  29. inet addr:173.117.111.224 P-t-P:66.1.60.193 Mask:255.255.255.255
  30. UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
  31. RX packets:57 errors:0 dropped:0 overruns:0 frame:0 <------------------
  32. TX packets:70 errors:0 dropped:0 overruns:0 carrier:0
  33. collisions:0 txqueuelen:3
  34. RX bytes:9665 (9.6 KB) TX bytes:5649 (5.6 KB) <------------------
  35.  
  36. ppp0 is transmitting and receiving data.
  37. I am mystified.
  38.  
  39. While this download is going on, I do:
  40.  
  41. wimaxd -D -c /etc/wimaxd.conf
  42. Result:
  43. . . .
  44. Message queue initialized.
  45. Process messages thread started successfully.
  46. Changed state to: Library initialized
  47. FATAL ERROR: Listen socket bind failed
  48. Timer Periodic Action thread has started.
  49. Timer Check Timeouts thread has started.
  50.  
  51. New screen:
  52. wimaxc -i:
  53. result:
  54. wimaxc -i
  55. Beceem CM Server Version 1.1.7.0
  56. > search
  57. Beceem WiMAX device is NOT present
  58. >
  59. As usual!!!!!
  60.  
  61. But something is downloading.
  62. See here:
  63. ppp0 Link encap:Point-to-Point Protocol
  64. inet addr:68.26.19.127 P-t-P:66.1.60.193 Mask:255.255.255.255
  65. UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
  66. RX packets:1224 errors:0 dropped:0 overruns:0 frame:0 <----------------
  67. TX packets:1521 errors:0 dropped:0 overruns:0 carrier:0 <----------------
  68. collisions:0 txqueuelen:3
  69. RX bytes:685722 (685.7 KB) TX bytes:163069 (163.0 KB)
  70.  
  71. Surprised, I forget to do a dmseg.
  72.  
  73. The inet addresses shown above all point to SprintPcs.
  74.  
  75. Later I find a notations somewhere that macxv200.bin was downloaded. Unfortunately, I either did not save the message or am unable to find it right now.
  76.  
  77. So, what do the experts say to this mystery of this miraculous download??
Add Comment
Please, Sign In to add comment