Sponsored Content
Top Forums UNIX for Dummies Questions & Answers DB13w3 male adaptor connector Post 302073557 by adol3 on Monday 15th of May 2006 02:35:24 PM
Old 05-15-2006
Question DB13w3 male adaptor connector

I need the pin configuration in order to make a VGA adaptor cable one side is male DB13w3 connector and the other side is hd15 female connector. this is to help me use a normal monitor with Ultra 1 Sun workstation

Is there any risk if I try to make an adaptor by my self
can some one give detailed pin out


thanks for whoever reply to me
 

4 More Discussions You Might Find Interesting

1. AIX

HBA Adaptor and setup

Hi, 2 AIX 4.3 (6f1's) at ML 10 @32 bit. Systems being upgraded to fiber-channel. Got LP10000E from the purchase department. (now our pdep is not that good in getting us info as to what they ordered). This is what i got from the box containing the cards (LP10000E BG41696552 FC PCI/PCI-X HBA... (1 Reply)
Discussion started by: Student37
1 Replies

2. UNIX Desktop Questions & Answers

A recommended linux wireless usb adaptor

Hi guys, I've been a linux user for a day now and we are planning of moving from windows to gentoo. unfortunately were having a heck of a trouble in configuring linksys wusb adaptor on our linux box. we got so tired of looking for any linux drivers or ndiswrapper blah for these critters but... (1 Reply)
Discussion started by: 3rr0r_3rr0r
1 Replies

3. Solaris

HD15-f to DB13w3-m Adaptor

I need to use a normal monitor with hd15 connector in an Ultra1 workstation which have DB13w3 connector. I could find this cable adaptor, can I creat one. If yes what is the pin layout of both connectors femal and male Is there any risk if I try to make an adaptor by my self can some one give... (1 Reply)
Discussion started by: adol3
1 Replies

4. What is on Your Mind?

Forum Demographics: Male or Female?

Just for fun, are you a male or a female? Thanks for helping out in the demographic survey! ---------- Post updated at 12:20 ---------- Previous update was at 09:39 ---------- FYI: Summary of Forum Demographics | The UNIX and Linux Forums Blog (14 Replies)
Discussion started by: Neo
14 Replies
GPIOCTL(1)						    BSD General Commands Manual 						GPIOCTL(1)

NAME
gpioctl -- GPIO control utility SYNOPSIS
gpioctl -l [-f ctldev] [-v] gpioctl -t [-f ctldev] pin gpioctl -c [-f ctldev] pin flag [flag ...] gpioctl [-f ctldev] pin [0|1] DESCRIPTION
The gpioctl utility could be used to manage GPIO pins from userland and list available pins. The options are as follows: -c pin flag [flag ...] Configure pin by setting provided flags. The following flags are currently defined: IN Input pin OUT Output pin OD Open drain pin PP Push pull pin TS Tristate pin PU Pull-up pin PD Pull-down pin II Inverted input pin IO Inverted output pin -f ctldev GPIO controller device to use If not specified, defaults to /dev/gpioc0 -l list available pins -t pin toggle value of provided pin number -v be verbose: for each listed pin print current configuration EXAMPLES
o List pins available on GPIO controller defined by device /dev/gpioc0 gpioctl -f /dev/gpioc0 -l o Set the value of pin 12 to 1 gpioctl -f /dev/gpioc0 12 1 o Configure pin 12 to be input pin gpioctl -f /dev/gpioc0 -c 12 IN SEE ALSO
gpio(4), gpioiic(4), gpioled(4) HISTORY
The gpioctl utility appeared in FreeBSD 9.0. AUTHORS
The gpioctl utility and this manual page were written by Oleksandr Tymoshenko <gonzo@freebsd.org>. BSD
November 7, 2013 BSD
All times are GMT -4. The time now is 03:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy