Advertisement
Guest User

Data for 'dmesg' with drxvi314.ko

a guest
Sep 3rd, 2013
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. Follow up to my previous attempt.
  2. Since I forgot to take a dmsg -c|tail xxx when ppo was running, I retraced my steps, loaded the module again and received the following message for:
  3.  
  4. dmesg -c|tail -45
  5.  
  6. sudo dmesg -c |tail -45
  7. [sudo] password for peter:
  8. [ 321.193654] usb 1-3.2: Product: U600 EVDO Modem
  9. [ 321.193660] usb 1-3.2: Manufacturer: Franklin Wireless Corp.
  10. [ 321.195450] cdc_acm 1-3.2:1.0: ttyACM0: USB ACM device
  11. [ 321.336188] usbcore: registered new interface driver qcaux
  12. [ 321.338756] usbserial: USB Serial support registered for qcaux
  13. [ 321.341677] qcaux 1-3.2:1.2: qcaux converter detected
  14. [ 321.342054] usb 1-3.2: qcaux converter now attached to ttyUSB0
  15. [ 321.342108] qcaux 1-3.2:1.3: qcaux converter detected
  16. [ 321.342394] usb 1-3.2: qcaux converter now attached to ttyUSB1
  17. [ 321.342442] qcaux 1-3.2:1.4: qcaux converter detected
  18. [ 321.342706] usb 1-3.2: qcaux converter now attached to ttyUSB2
  19. [ 321.342750] qcaux 1-3.2:1.5: qcaux converter detected
  20. [ 321.343019] usb 1-3.2: qcaux converter now attached to ttyUSB3
  21. [ 402.780136] usb 1-3.1: new high-speed USB device number 5 using ehci-pci
  22. [ 402.873004] usb 1-3.1: New USB device found, idVendor=198f, idProduct=0220
  23. [ 402.873014] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  24. [ 402.873020] usb 1-3.1: Product: BCSM250 Mobile WiMAX
  25. [ 402.873026] usb 1-3.1: Manufacturer: Beceem Communications
  26. [ 402.873031] usb 1-3.1: SerialNumber: SCG9001305
  27. [ 402.874504] usbbcm_device_probe:subtype[1] = 0x000000ff
  28. [ 402.874513] usbbcm_device_probe:subtype[2] = 0x00000000
  29. [ 402.874517] usbbcm_device_probe:subtype[4] = 0x00000000
  30. [ 402.874521] usbbcm_device_probe:subtype[8] = 0x00000000
  31. [ 215.086014] Initialisation failed for usbbcm
  32. [ 402.874527] InitAdapter:Initialising Adapter = efd80500InitAdapter:Adapter initialised
  33. [ 402.874596] usbbcm_device_probe:psIntfAdapter 0xf1c6b000
  34. [ 402.874769] usb 1-3.1: RDM Chip ID 0xbece3301
  35. [ 402.884883] beceem: AutoSyncup is Disabled
  36. [ 402.884890] beceem: Disabling autolink up
  37. [ 402.884894] beceem: DDR Setting: 3
  38. [ 402.884897] beceem: Power Save Mode: 0
  39. [ 402.884901] beceem: Enabling Auto Firmware Download
  40. [ 402.884904] beceem: MIPSConfig : 0x0
  41. [ 402.884907] beceem: PMU MODE: 0
  42. [ 402.884910] beceem: uiEEPROMFlag : 0x2
  43. [ 402.885378] reset_card_proc:Resetting UMA-B
  44. [ 402.960142] usb 1-3.1: reset high-speed USB device number 5 using ehci-pci
  45. [ 403.073838] ddr_init:Register Count is=48
  46. [ 403.097079] usbbcm 1-3.1:1.0: beceem eth1: register usb-0000:00:1d.7-3.1 f4:63:49:xx:xx:xx <--------
  47. [ 403.097580] beceem eth1: link up failed (download in progress) <---------------- ???
  48. [ 403.152372] BcmFileDownload:Opened file is = /lib/firmware/macxvi200.bin and length =0x2084a0 to be downloaded at =0xbfc00000
  49. [ 403.152382] BcmFileDownload:download start db5281eeInterfaceFileDownload:Got end of file! <-----------------
  50. [ 403.747602] InterfaceFileReadbackFromChip:Got end of file!<6>[ 403.877186] beceem eth1: enabling interface
  51. [ 403.878144] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
  52. [ 403.883744] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
  53.  
  54.  
  55.  
  56. The IP addresses in the ppp0 data all point to Sprint Nextel in Kansas or in Long Beach, CA.
  57. Name server is 127.0.1.1.
  58.  
  59. And the routing table looks like this:
  60.  
  61. Kernel IP routing table
  62. Destination Gateway Genmask Flags Metric Ref Use Iface
  63. 0.0.0.0 66.1.60.193 0.0.0.0 UG 0 0 0 ppp0
  64. 66.1.60.193 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
  65. 169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 ppp0
  66. 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
  67.  
  68.  
  69. To be continued tomorrow.
  70. I do not have the time right now to start the process again.
  71. By the way, drxvi314.ko needs to be loaded every time I start my computer, though it is in the 'interfaces' file.
  72. But the Linux native driver bcm_wimax is automatically loaded despite the fact that I have blacklisted it.
  73.  
  74. Why?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement