search for: techspec

Displaying 7 results from an estimated 7 matches for "techspec".

2004 Aug 06
0
Off Topic but I need help, IP
Hello, I work for a developmental Program in Egypt using ICT to raise the level of the country and community we are using HP 441 http://h40058.www4.hp.com/products/desktops/441/techspec.html to reduce the cost now the four user login to the system with different user name and password but all the four user have the same IP I need to give an IP to each user, it could be static or through DHCP, it does not matter, but I badly need to do it as many applications needs that differen...
2015 Feb 08
0
[PATCH 0/1] dprintf: add debug console support
On Sun, Feb 08, 2015 at 09:13:02AM -0700, Jonathan Boeing via Syslinux wrote: > This patch adds support for printing messages through a debug console. QEMU, > for example, supports this through the debugcon facility. The benefit is that > it's *much* faster than printing over a serial port. > > To print to I/O port 0x402 (the default used by SeaBIOS and OVMF), > add
2015 Feb 08
2
[PATCH 0/1] dprintf: add debug console support
...t real hardware[1]; it's a VM-only thing. If run on real hardware, it shouldn't have any effect[2] as long as it's writing to an unused I/O port. Port 0x402 seems to be unused (based on some google searching) outside of debug consoles. Bochs has a list at http://bochs.sourceforge.net/techspec/PORTS.LST that shows it's in the EISA range, but not specifically used. So, it should be safe on real hardware, but I'd recommend it only for testing and development on a VM. Also, syslinux works correctly if it's enabled and run on a VM without a debug console. The writes are just s...
2006 Jun 08
2
Including iTunes data into ruby output of RSS2.0...?
Hey all, I''d like to include the iTunes XML data into my RSS feed, generated with the code below: xml.rss ''version'' => ''2.0'', ''xmlns:itunes'' => ''http://www.itunes.com/dtds/podcast-1.0.dtd'' do xml.channel do xml.title ''Title here'' xml.author ''Everyone''
2017 Mar 16
1
OT: hardware: blackmagic video capture cards
John R Pierce wrote: > On 3/16/2017 11:12 AM, m.roth at 5-cent.us wrote: >> I'm still trying to find a video capture card that won't crash Dell >> servers, and ran across a Blackmagic BDLKDUO2 DeckLink Duo 2. It claims >> to support Linux. I'm also seeing, in the few non-Blabkmagic or sales >> pages I can find, that they like "binary blobs". I
2006 Mar 31
3
Echo cancellation problem
...think I've done everything to enable echo canceller feature, but it still doesn't work... Can anybody tell me if there is some error or something missing in this configuration please? I'm using Eicon Diva Server 4Bri. http://www.eicon.com/worldwide/products/MediaGateways/disv4bri.htm?techspec=1&regID=4999 Card features: * Supplementary Services o Number Identification services (CLIP, CLIR, COLP, COLR, KEY, MSN, DDI, SUB) o Call offering services (TP, CFU, CFB, CFNR) o Call completion services (CW, HOLD, ECT) o Charging services (...
2015 Feb 08
3
[PATCH 0/1] dprintf: add debug console support
This patch adds support for printing messages through a debug console. QEMU, for example, supports this through the debugcon facility. The benefit is that it's *much* faster than printing over a serial port. To print to I/O port 0x402 (the default used by SeaBIOS and OVMF), add "-DDEBUG_IO_PORT=0x402 -DCORE_DEBUG=1" to the build CFLAGS. To enable a debug console in QEMU that