Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- While waiting to compile drxvi314.ko from raw source, I loaded the alternative driver bcm_wimax as a test.
- After getting power to U600 via picocom and 'AT4GMODE=2' command 'dmseg -c|tail -45' the following is received:
- "usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
- [ 6945.377764] usb 1-3.2: Product: U600 EVDO Modem
- [ 6945.377770] usb 1-3.2: Manufacturer: Franklin Wireless Corp.
- [ 6945.379700] cdc_acm 1-3.2:1.0: ttyACM0: USB ACM device
- [ 6945.580919] usbcore: registered new interface driver qcaux
- [ 6945.583450] usbserial: USB Serial support registered for qcaux
- [ 6945.583502] qcaux 1-3.2:1.2: qcaux converter detected
- [ 6945.587715] usb 1-3.2: qcaux converter now attached to ttyUSB0
- [ 6945.588841] qcaux 1-3.2:1.3: qcaux converter detected
- [ 6945.589263] usb 1-3.2: qcaux converter now attached to ttyUSB1
- [ 6945.592364] qcaux 1-3.2:1.4: qcaux converter detected
- [ 6945.592735] usb 1-3.2: qcaux converter now attached to ttyUSB2
- [ 6945.592783] qcaux 1-3.2:1.5: qcaux converter detected
- [ 6945.593062] usb 1-3.2: qcaux converter now attached to ttyUSB3
- [ 7006.108244] usb 1-3.1: new high-speed USB device number 7 using ehci-pci
- [ 7006.201093] usb 1-3.1: New USB device found, idVendor=198f, idProduct=0220
- [ 7006.201104] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
- [ 7006.201110] usb 1-3.1: Product: BCSM250 Mobile WiMAX
- [ 7006.201116] usb 1-3.1: Manufacturer: Beceem Communications
- [ 7006.201122] usb 1-3.1: SerialNumber: SCG9001305
- [ 7006.202593] usbbcm_device_probe:subtype[1] = 0x000000ff
- [ 7006.202603] usbbcm_device_probe:subtype[2] = 0x00000000
- [ 7006.202607] usbbcm_device_probe:subtype[4] = 0x00000000
- [ 7006.202611] usbbcm_device_probe:subtype[8] = 0x00000000
- [ 7006.202616] InitAdapter:Initialising Adapter = f2da0500
- [ 7006.202679] InitAdapter:Adapter initialised<7>[ 7006.202688] usbbcm_device_probe:psIntfAdapter 0xf1c08000
- [ 7006.202860] usb 1-3.1: RDM Chip ID 0xbece3301
- [ 7006.216863] beceem: AutoSyncup is Disabled
- [ 7006.216873] beceem: Disabling autolink up
- [ 7006.216877] beceem: DDR Setting: 3
- [ 7006.216881] beceem: Power Save Mode: 0
- [ 7006.216884] beceem: Enabling Auto Firmware Download
- [ 7006.216888] beceem: MIPSConfig : 0x0
- [ 7006.216891] beceem: PMU MODE: 0
- [ 7006.216894] beceem: uiEEPROMFlag : 0x2
- [ 7006.217466] reset_card_proc:Resetting UMA-B
- [ 7006.292222] usb 1-3.1: reset high-speed USB device number 7 using ehci-pci
- [ 7006.407049] ddr_init:Register Count is =48
- [ 7006.433508] usbbcm 1-3.1:1.0: beceem eth1: register usb-0000:00:1d.7-3.1 f4:63:49:07:27:9d
- [ 7006.487970] BcmFileDownload:Opened file is = /lib/firmware/macxvi200.bin and length =0x2084a0 to be downloaded at =0xbfc00000
- [ 7006.487980] BcmFileDownload:download start ccfcc232InterfaceFileDownload:Got end of file! <-------
- [ 7007.245536] InterfaceFileReadbackFromChip:Got end of file!<6>[ 7007.614627] beceem eth1: enabling interface
- [ 7007.615144] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
- [ 7007.638462] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
- [ 7007.719708] beceem eth1: disabling interface"
- The driver qcaux is for diagnosis, etc. as far as I know.
- <------- marks where I think a problem is. "End of file."
- Is it read from the chip as indicated?
- If yes, how to correct it?
- Another bunch of questions.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement