Sun Blade 1000 keyboard not detected.

 
Thread Tools Search this Thread
Special Forums Hardware Sun Blade 1000 keyboard not detected.
# 1  
Old 08-25-2010
Sun Blade 1000 keyboard not detected.

Hello,

I have a sun blade 1000 machine, it passes post, has 2 750mhz sparc 3 cpus and has 4GB of ram.

I have setup a TIP connection and did everything i could to figure what the hell is going on, but I cannot it seems to me that the usb ports are not giving out any power.

I've tried all sorts of keyboard, sun type 6, type 7 and various pc keyboards, all USB.

When the machine powers on, I have a keyboard plugged in, but no LED on the keyboard lights up, also, no led on the optical mouse lights up either.

This tells me that something on board is failed. However, the machine passes POST... how can that be?

Any ideas why the USB ports seem dead?

-----------------------------------

Update, using the tty console I got it booting to solaris 9, however, still no power to the USB/NIC/FIREWIRE ports... what is going on?

Last edited by binary0x01; 08-26-2010 at 02:34 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Execution problems with sun blade 150

hello i have a forte gamma camera Philips device . and its a medical device. this medical device is came with sun blade 150 pc and pegasys is printed on the sun blade pc .the problem is when i switched the power on , the sun blade runs and a white screen appear with the information about the... (6 Replies)
Discussion started by: moh_abaloo
6 Replies

2. Red Hat

Link not detected - Red Hat Linux HP Blade DL380p Gen8

Hi Admins One one of the RHEL 6 server, I am not able to detect 10G fiber link. ethtool is showing link not detected. Settings for eth4: Supported ports: Supported link modes: 1000baseT/Full 10000baseT/Full Supported pause frame... (2 Replies)
Discussion started by: snchaudhari2
2 Replies

3. UNIX for Dummies Questions & Answers

SUN BLADE T6340 - which OS ?

Hi, I have server SUN BLADE T6340 and i tried install debian sparc on this machine. Will it work ? In the specification is written only Solaris 10. (4 Replies)
Discussion started by: PtaQ
4 Replies

4. Solaris

help installing solaris 10 on sun blade 1500

Hi everyone can someone please explain to me how to install solaris 10 on a sunblade 1500 using cdrom? Thanks for your assistance (1 Reply)
Discussion started by: cjashu
1 Replies

5. UNIX for Dummies Questions & Answers

Reinstalling Solaris 9 on Sun Blade 100

For the past ten years I have owned a blade 100, and I had Solaris 9 running on it. Due to the fact, 9 is woefully out of date, I wanted to try 10, but 10 needed more ram, so I beefed up the ram to the full 2 gig. I have two 15 gig ide drives in the box (stock drives). But unfortunately solaris... (2 Replies)
Discussion started by: RichardET
2 Replies

6. Solaris

Sun Blade 150 not a Sun?

I have recently re-installed Solaris 10 on a Sun Blade 150 followed by a patch set (10_Recommended) dated 2011.12.05. I have just noticed /bin/sun now returns false, rather than true. See below. $ uname -a SunOS myblade1 5.10 Generic_147440-07 sun4u sparc SUNW,Sun-Blade-100 $ /bin/sparc &&... (1 Reply)
Discussion started by: apmcd47
1 Replies

7. Solaris

adding memory to sun blade server ...

Hi, this is my 1st post here, I don't know is it proper or not for the question I have, but I may try ask anyway, since it is question about sun's hw/sw issue... I have my blade 1000 installed additional memory kits, it was originally 2G memory installed on Group0(Bank 0/2) Dimm slots, I got... (5 Replies)
Discussion started by: netshu
5 Replies

8. Solaris

A1000 Solaris 10 on Blade 1000

I have a SUN Blade 1000 running Solaris 10 and an A1000 array. I know that this combo is not supported by SUN but will it work? The raid manager software is installed and it says that the firmware needs to be upgraded -it is at I think level 2.05 something. I can see all the disks in a... (13 Replies)
Discussion started by: tribbles
13 Replies

9. Solaris

sun Blade 2000 and XVR100

hello, I have SunBlade 2000 with XVR-1000 graphics card. Xserver won't loaded. I've reinstalled OS 9 ( loaded Driver) nor 10 still won't do it. Anyone has this problem or have any ideas whats' wrong, greatly appreciated!! thanks in adv. (1 Reply)
Discussion started by: anphdula
1 Replies
Login or Register to Ask a Question
XvGetPortAttribute(3)						  libXv Functions					     XvGetPortAttribute(3)

NAME
XvGetPortAttribute - return current port attribute value SYNOPSIS
#include <X11/extensions/Xvlib.h> int XvGetPortAttribute(Display *dpy, XvPortID port, Atom attribute, int p_value); ARGUMENTS
dpy Specifies the connection to the X server. port Specifies the port, associated with the given display, for which the attribute values are to be returned. attribute An atom that identifies the attribute to be queried by this request. Control atoms are obtained using the XInternAtom request with a string from the following table. p_value Pointer to the location where the attribute value is written on return. DESCRIPTION
XvGetPortAttribute(3) returns the current value of the requested port attribute in the integer pointed to by p_value. The attribute is identified using an Atom that equates to the attribute name. The XInternAtom request can be used with one of the strings below to return a matching Atom. ----------------------------------------------------- Attribute String Type Default ----------------------------------------------------- "XV_ENCODING" XvEncodingID Server dependent "XV_HUE" [-1000...1000] 0 "XV_SATURATION" [-1000...1000] 0 "XV_BRIGHTNESS" [-1000...1000] 0 "XV_CONTRAST" [-1000...1000] 0 RETURN VALUES
[Success] Returned if XvGetPortAttribute(3) completed successfully. [XvBadExtension] Returned if the Xv extension is unavailable. [XvBadAlloc] Returned if XvGetPortAttribute(3) failed to allocate memory to process the request. DIAGNOSTICS
[XvBadPort] Generated if the requested port does not exist. [BadMatch] Generated if the requested attribute atom does not specify an attribute supported by the adaptor. SEE ALSO
XvSetPortAttribute(3), XvPortNotify(3) X Version 11 libXv 1.0.9 XvGetPortAttribute(3)