OpenELEC Testbuilds for RaspberryPi Part 2
(2014-04-02, 09:57)mildenhall Wrote:
(2014-04-01, 22:26)mildenhall Wrote:
(2014-04-01, 22:15)MilhouseVH Wrote: Try "dwc_otg.fiq_fsm_enable=0" in place of "dwc_otg.fiq_enable=0"

Basically the same thing! Confused

Code:
dwc_otg.fiq_enable=1 dwc_otg.fiq_fsm_enable=1 dwc_otg.fiq_fsm_mask=0x3 root=/dev/ram0 rdinit=/init BOOT_IMAGE=/kernel.img dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=984 bcm2708.boardrev=0xf bcm2708.serial=0x9fb56012 smsc95xx.macaddr=B8:27:EB:B5:60:12 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000  boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 dwc_otg.fiq_fsm_enable=0 quiet textmode

OK, I've tried (1) a new install, (2) a new SD card, and (3) a new PI. 1 and 2 still had the same problem. 3 didn't so I've ordered a new Pi. My two Pis were in the 2nd batch to ever be made and one of the Pis has always been slightly slower than the other Pi to download things.
Are you sure you are looking at the correct line of the "dmesg | grep FIQ" output?
Where "dwc_otg.fiq_enable=0" does nothing for me but gives me:
Code:
[    1.657197] WARN::hcd_init:473: FIQ at 0xc04d2884
[    1.657217] WARN::hcd_init:474: FIQ ASM at 0xc04d296c length 36
[    1.659409] dwc_otg: FIQ enabled
[    1.659440] dwc_otg: FIQ split-transaction FSM enabled
Note the "enabled" behind both lines.

"dwc_otg.fiq_fsm_enable=0" does give me:
Code:
[    1.657197] WARN::hcd_init:473: FIQ at 0xc04d2884
[    1.657217] WARN::hcd_init:474: FIQ ASM at 0xc04d296c length 36
[    1.659409] dwc_otg: FIQ enabled
[    1.659440] dwc_otg: FIQ split-transaction FSM disabled
Note the "disabled" only behind only the second line.

I tried just "dwc_otg.fiq_enable=0" before, giving me the same connection issues, I'm now testing with "dwc_otg.fiq_fsm_enable=0". Let's see what happens.

For the record, my cmdline.txt:
Code:
boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 dwc_otg.fiq_fsm_enable=0 quiet


Messages In This Thread
RE: OpenELEC Testbuilds for RaspberryPi Part 2 - by Forage - 2014-04-02, 17:26
AW: RE: - by DieterLumpen - 2013-07-29, 20:50
include guires switch? - by hpbaxxter - 2013-08-01, 21:46
RE: dual audio?? - by pootler - 2013-08-03, 17:13
Help, watch 3D Film on Non 3D TV - by unix72 - 2013-08-09, 12:39
Remote Controllers - by tfft - 2013-08-14, 09:11
rbej repeatable crash - by RichG - 2013-08-19, 12:43
New Tester - by theneverstill - 2013-10-03, 17:16
[split] missing subtitle stream - by Jönke - 2014-01-08, 21:03
3D Support - by michbeck100 - 2014-01-11, 01:01
No sound on Gotham builds - by URBANsUNITED - 2014-01-13, 15:19
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi Part 223