search for: fimware

Displaying 17 results from an estimated 17 matches for "fimware".

Did you mean: firmware
2006 Apr 06
1
[panic] ipw and kismet
Hello, I almost always get a panic when running kismet on my ipw-Interface under 6.1-PRERELEASE. This has been the case ever since ipw hit the tree. Sometimes kismet works, sometimes it doesn't. A sure way to trigger the panic is to switch between bss/ibss/monitor mode prior to running kismet. Perhaps there is a bug in the re-initialization when loading a different firmware? Is this panic
2004 Sep 27
0
Cisco 7940 -60 firmware upgrades
...ER looked for that OS79XX.txt file. I chunked it. > > > >I can send you SIP<mac> files for configuration if you need. > > > >Matthew > > Yes, please send me your configuration files. CTLSEP<mac>.tnl SEP<mac> > and SIP<mac> > > The SIP fimware is on my TFTP server. > > Thank you! > > > > --- > Jan Baggen - jbaggen@ip2.nl > IP2 Internet BV / http://www.ip2.nl > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium....
2003 Jul 18
1
Grandstream BudgeTone 102 initial experiences
Just to toss in my very limited experiences with the Grandstream phone-- I haven't tested it enough to really know nor is my Asterisk config set up enough to fully try all the features. Mostly, it just works. It was very easy to configure and get running. I've been toting it around to clients as a show and tell exhibit and it has helped get people excited about the possibilities. Voice
2013 Nov 25
0
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
...n373 ------------------------------------------------------------------- My machine is: Motherboard: Asus M2N32-SLI Deluxe (Firmware: 1603) CPU: AMD Athlon 64 X2 5200+ [ADA5200IAA6CS] RAM: 4 x 1GB OCZ DDR2 800MHz Platinum Rev 2 (4-4-4-15) [OCZ2P800R21G] Optical Drive: LG DVD-RW SATA Dual Layer (Fimware IL00) [GH20NS15] ------------------------------------------------------------------- $ dumpet -i archlinux-2013.11.24-dual.iso Validation Entry: Header Indicator: 0x01 (Validation Entry) PlatformId: 0x00 (80x86) ID: "" Checksum: 0x55aa Key bytes:...
2013 Nov 23
9
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
-- Re-sent as original may be stuck at awaiting "authorisation" (originally sent before I joined the mailing list) Hi All, It is impossible to boot Linux-based ISOs that use Syslinux 6.02 via CD or DVD on older - non-UEFI - systems. Any attempt to do so will result in the following error message: ISOLINUX 6.02 ETCDisolinux: Disk error 01, AX = 4279, drive FE It is still possible to
2003 Nov 06
11
USB handsets/headsets??
Anyone got any pointers on where to find USB handsets or headsets that can be used as the audio device on a softphone? Later..
2006 Nov 04
4
SPA3k wired to PAP2 for echo testing
In my seemingly endless search for the cause of echo on my SPA3000, I wired it up in the following configuration: Analogue Handset <--> (FXS)SPA3000(FXO) <--> PAP2 And set the Line1 dialplan on the SPA3k to '(<:@gw0>S0)' which means that as soon as I pick up the handset I get linked straight through to the PAP2, which gives me dialtone. Even in this configuration, with
2013 Nov 25
5
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
...--------------------------------------- > > My machine is: > > Motherboard: Asus M2N32-SLI Deluxe (Firmware: 1603) > CPU: AMD Athlon 64 X2 5200+ [ADA5200IAA6CS] > RAM: 4 x 1GB OCZ DDR2 800MHz Platinum Rev 2 (4-4-4-15) [OCZ2P800R21G] > Optical Drive: LG DVD-RW SATA Dual Layer (Fimware IL00) [GH20NS15] > > ------------------------------------------------------------------- > > $ dumpet -i archlinux-2013.11.24-dual.iso > Validation Entry: > Header Indicator: 0x01 (Validation Entry) > PlatformId: 0x00 (80x86) > ID: "" >...
2004 Sep 17
8
cisco 7960 CTLSEP
2 new Cisco 7960 phones are requesting a CTLSEP file, seems like I triggered the universal application loader. I want to load the sip image 7.2 According to this Cisco information: http://www.cisco.com/en/US/customer/products/sw/voicesw/ps4967/products_upgr ade_guides09186a008022a968.html#wp1047292 If the CTLSEP MAC file is not present or is empty, the phone proceeds in nonsecure mode with the
2004 Sep 27
1
Fedora2 and zaptel - using the udev
Hi, I am sorry if this message has been reposted, but for some reason I am having problems with posting it. I configured asterisk and zaptel modules with fedora2. I want to be able to load the zaptel wcfxo and wcfxs modules. For now I will use only the Wildcard TDM400P card. I am able to load the modules but I cant configure them using ztcfg or zttool because the tools are compiled to use the
2015 Apr 13
3
[PATCH v4] pmu/gk20a: PMU boot support
...mutex); + mutex_init(&priv->pmu_copy_lock); priv->data = &gk20a_dvfs_data; + pmu = &priv->base; + pmc = nvkm_mc(pmu); + nv_subdev(pmu)->intr = gk20a_pmu_intr; + ret = gk20a_pmu_load_firmware(pmu, &pmufw); + if (ret < 0) { + nv_error(priv, "failed to load pmu fimware\n"); + return ret; + } + + ret = gk20a_pmu_init_vm(priv, pmufw); + if (ret < 0) { + nv_error(priv, "failed to map pmu fw to va space\n"); + goto err; + } + + priv->desc = (struct pmu_ucode_desc *)pmufw->data; + gk20a_pmu_dump_firmware_info(pmu, pmufw); + + if (priv->de...
2015 Apr 08
3
[PATCH V2] pmu/gk20a: PMU boot support.
...ubdev_init(&pmu->base); + nv_subdev(ppmu)->intr = gk20a_pmu_intr; + + mutex_init(&pmu->isr_mutex); + mutex_init(&pmu->pmu_copy_lock); + + if (pmufw == NULL) { + ret = gk20a_pmu_load_firmware(ppmu, &pmufw); + if (ret < 0) { + nv_error(ppmu, "failed to load pmu fimware\n"); + return ret; + } + ret = gk20a_pmu_init_vm(ppmu, pmufw); + if (ret < 0) { + nv_error(ppmu, "failed to map pmu fw to va space\n"); + goto err; + } + } + pmu->desc = (struct pmu_ucode_desc *)pmufw->data; + gk20a_pmu_dump_firmware_info(ppmu, pmufw); + + if (pmu-...
2015 Apr 30
2
[PATCH v4] pmu/gk20a: PMU boot support
...pmu = &priv->base; >> + pmc = nvkm_mc(pmu); >> + nv_subdev(pmu)->intr = gk20a_pmu_intr; >> >> + ret = gk20a_pmu_load_firmware(pmu, &pmufw); >> + if (ret < 0) { >> + nv_error(priv, "failed to load pmu fimware\n"); >> + return ret; >> + } >> + >> + ret = gk20a_pmu_init_vm(priv, pmufw); >> + if (ret < 0) { >> + nv_error(priv, "failed to map pmu fw to va space\n"); >> + goto err; >>...
2013 Nov 30
58
[Bug 72180] New: Nouveau Random GPU Lockups
https://bugs.freedesktop.org/show_bug.cgi?id=72180 Priority: medium Bug ID: 72180 Assignee: nouveau at lists.freedesktop.org Summary: Nouveau Random GPU Lockups QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: bass.jordan+bugzilla at gmail.com
2015 Mar 11
0
[PATCH] pmu/gk20a: PMU boot support.
...&pmu->pmu_copy_lock); > + mutex_init(&pmu->pmu_seq_lock); > + > + if (pmufw == NULL) { > + ret = gk20a_pmu_load_firmware(ppmu, &pmufw); > + if (ret < 0) { > + nv_error(ppmu, "failed to load pmu fimware\n"); > + return ret; > + } > + nv_debug(ppmu, "loading firmware sucessful\n"); > + ret = gk20a_pmu_init_vm(ppmu, pmufw); > + if (ret < 0) { > + nv_error(ppmu, &quo...
2015 Mar 11
3
[PATCH] pmu/gk20a: PMU boot support.
...v(ppmu)->intr = gk20a_pmu_intr; + + mutex_init(&pmu->isr_mutex); + mutex_init(&pmu->pmu_copy_lock); + mutex_init(&pmu->pmu_seq_lock); + + if (pmufw == NULL) { + ret = gk20a_pmu_load_firmware(ppmu, &pmufw); + if (ret < 0) { + nv_error(ppmu, "failed to load pmu fimware\n"); + return ret; + } + nv_debug(ppmu, "loading firmware sucessful\n"); + ret = gk20a_pmu_init_vm(ppmu, pmufw); + if (ret < 0) { + nv_error(ppmu, "failed to map pmu fw to va space\n"); + goto init_vm_err; + } + } + pmu->desc = (struct pmu_ucode_desc *)pmuf...
2015 Mar 12
2
[PATCH] pmu/gk20a: PMU boot support.
...&pmu->pmu_copy_lock); > + mutex_init(&pmu->pmu_seq_lock); > + > + if (pmufw == NULL) { > + ret = gk20a_pmu_load_firmware(ppmu, &pmufw); > + if (ret < 0) { > + nv_error(ppmu, "failed to load pmu fimware\n"); > + return ret; > + } > + nv_debug(ppmu, "loading firmware sucessful\n"); > + ret = gk20a_pmu_init_vm(ppmu, pmufw); > + if (ret < 0) { > + nv_error(ppmu, &quo...