Advertisement
pjj90292

bcm_wimax test - just for fun once again

Aug 29th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. While waiting to compile drxvi314.ko from raw source, I loaded the alternative driver bcm_wimax as a test.
  2.  
  3. After getting power to U600 via picocom and 'AT4GMODE=2' command 'dmseg -c|tail -45' the following is received:
  4.  
  5.  
  6. "usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  7. [ 6945.377764] usb 1-3.2: Product: U600 EVDO Modem
  8. [ 6945.377770] usb 1-3.2: Manufacturer: Franklin Wireless Corp.
  9. [ 6945.379700] cdc_acm 1-3.2:1.0: ttyACM0: USB ACM device
  10. [ 6945.580919] usbcore: registered new interface driver qcaux
  11. [ 6945.583450] usbserial: USB Serial support registered for qcaux
  12. [ 6945.583502] qcaux 1-3.2:1.2: qcaux converter detected
  13. [ 6945.587715] usb 1-3.2: qcaux converter now attached to ttyUSB0
  14. [ 6945.588841] qcaux 1-3.2:1.3: qcaux converter detected
  15. [ 6945.589263] usb 1-3.2: qcaux converter now attached to ttyUSB1
  16. [ 6945.592364] qcaux 1-3.2:1.4: qcaux converter detected
  17. [ 6945.592735] usb 1-3.2: qcaux converter now attached to ttyUSB2
  18. [ 6945.592783] qcaux 1-3.2:1.5: qcaux converter detected
  19. [ 6945.593062] usb 1-3.2: qcaux converter now attached to ttyUSB3
  20. [ 7006.108244] usb 1-3.1: new high-speed USB device number 7 using ehci-pci
  21. [ 7006.201093] usb 1-3.1: New USB device found, idVendor=198f, idProduct=0220
  22. [ 7006.201104] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  23. [ 7006.201110] usb 1-3.1: Product: BCSM250 Mobile WiMAX
  24. [ 7006.201116] usb 1-3.1: Manufacturer: Beceem Communications
  25. [ 7006.201122] usb 1-3.1: SerialNumber: SCG9001305
  26. [ 7006.202593] usbbcm_device_probe:subtype[1] = 0x000000ff
  27. [ 7006.202603] usbbcm_device_probe:subtype[2] = 0x00000000
  28. [ 7006.202607] usbbcm_device_probe:subtype[4] = 0x00000000
  29. [ 7006.202611] usbbcm_device_probe:subtype[8] = 0x00000000
  30. [ 7006.202616] InitAdapter:Initialising Adapter = f2da0500
  31. [ 7006.202679] InitAdapter:Adapter initialised<7>[ 7006.202688] usbbcm_device_probe:psIntfAdapter 0xf1c08000
  32. [ 7006.202860] usb 1-3.1: RDM Chip ID 0xbece3301
  33. [ 7006.216863] beceem: AutoSyncup is Disabled
  34. [ 7006.216873] beceem: Disabling autolink up
  35. [ 7006.216877] beceem: DDR Setting: 3
  36. [ 7006.216881] beceem: Power Save Mode: 0
  37. [ 7006.216884] beceem: Enabling Auto Firmware Download
  38. [ 7006.216888] beceem: MIPSConfig : 0x0
  39. [ 7006.216891] beceem: PMU MODE: 0
  40. [ 7006.216894] beceem: uiEEPROMFlag : 0x2
  41. [ 7006.217466] reset_card_proc:Resetting UMA-B
  42. [ 7006.292222] usb 1-3.1: reset high-speed USB device number 7 using ehci-pci
  43. [ 7006.407049] ddr_init:Register Count is =48
  44. [ 7006.433508] usbbcm 1-3.1:1.0: beceem eth1: register usb-0000:00:1d.7-3.1 f4:63:49:xx:xx:xx
  45. [ 7006.487970] BcmFileDownload:Opened file is = /lib/firmware/macxvi200.bin and length =0x2084a0 to be downloaded at =0xbfc00000
  46. [ 7006.487980] BcmFileDownload:download start ccfcc232InterfaceFileDownload:Got end of file! <-------
  47. [ 7007.245536] InterfaceFileReadbackFromChip:Got end of file!<6>[ 7007.614627] beceem eth1: enabling interface
  48. [ 7007.615144] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
  49. [ 7007.638462] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
  50. [ 7007.719708] beceem eth1: disabling interface"
  51.  
  52. The driver qcaux is for diagnosis, etc. as far as I know.
  53.  
  54. <------- marks where I think a problem is. "End of file."
  55. Is it read from the chip as indicated?
  56. If yes, how to correct it?
  57.  
  58. Another bunch of questions.
  59.  
  60. But:
  61.  
  62. ifconfig -a:
  63.  
  64. eth1 Link encap:Ethernet HWaddr f4:63:49:xx:xx:xx
  65. BROADCAST NOARP MULTICAST MTU:1400 Metric:1
  66. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  67. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  68. collisions:0 txqueuelen:5
  69. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  70.  
  71. Network Manager shows a new Broadband Connection called 'unmanaged' Networking Interface.
  72. Connection state: Unmanaged
  73. IP address: No IP address
  74. system name: eth1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement