Promise T3 and port multiplier function

I have a K9A2 Platinum mobo. It has a Promise T3 controller for the ESata ports. I can find no documentation on this controller, so maybe the company who made them went out of business. I am looking for the information about this controller of whether it supports a "port multiplier function" since I am considering buying a MB561US-4S-1 Quad Bay eSATA & USB 2.0 External Enclosure from Icy Dock.

Quote from: Bas on 12-January-11, 05:42:36
Typical.
That is why I say, test it first.
Desktop boards often fail to boot from add-in RAID/SATA/SAS/SCSI cards.
And trust me, it more a rule that it fails.
I would like to find a card before I buy the enclosure, but maybe you are right that I should just buy the enclosure I want and then see if it will work directly with the Promise T3 controller on the K9A2 Platinum mobo, if that is what you are suggesting.
As far as testing a card first, I can not do that until I buy a card and then if it does not work I would need to return it. I do not currently have an add-in card with port multiplier function capability.
My reason for wanting to find out in advance whether the Promise T3 controller will work or not is not only that I do not want to have to wait again if I have to get a card but also that I will normally buy all of my items from New Egg and I do not want to have to pay separate shipping for two distinct orders if I can get everything at once.
One of the pluses of building one's own system is that I should be able to find out the technical details of the mobo's components. But finding out about the Promise T3 controller has proved frustrating. I do have a question about the Promise T3 controller in to MSI support so I hope to get a definitive answer shortly from them.

Similar Messages

  • P45D3 Platinum - does the esata (external) have port multiplier ability?

    Hi,
    have the MSI P45D3 and just bought the Icydock mb561us-4s (http://www.icydock.com.tw/English/mb561us-4s_frame.html)
    which requires the esata to have port multiplier function.
    Does the esata have it.....if yes....please help with instructions to enable it.
    Tx

    Hi,
    the onboard eSATA port is hosted by a JMicron JMB362 Chipset, which (according to the JMicron product specifications) supports the following:
    http://www.jmicron.com/Product_JMB362.htm
    Quote
    Port Multiplier with Command-based Switching
    Quote
    • Supports Port Multiplier with Command-based Switching on SATA II port

  • ESATA Port Multiplier-Is it installed

    I have 2007 Mac Pro. I recently installed an eSATA port.
    It works fine with a single eSATA drive connected.
    Just today, I purchased a Thermaltake: Blac X Duet
    http://www.thermaltakeusa.com/Product.aspx?C=1346&ID=1895
    On a notice included in the literature provided in the box, it states:
    "This product requires the host computer to have PORT MULTIPLIER function on the eSATA port in order to recognize the multiple connected HDD."
    Is this something built into the eSATA card or in the computer?
    Is there an update that I can download?
    The eSATA card is connected to an internal SATA port (as I'm sure everyone knows how they are connected).
    Any info would be appreciated.

    The built-in SATA ports do not support port multiplier. For that you need a PCI-e SATA card, such as:
    <http://www.sonnettech.com/product/temposatae4p.html>

  • FW800 Exteral Hard drive and a port multiplier?

    Not sure if i can get my answer here, but hoping someone will point me in the right direction.
    Basically I am building my own Storage solution.
    I have an imac.
    FW800
    I have an external FW800 drive that I have pulled apart for the FW800 to Sata Bridge
    This is then connected to a Port multiplier that should give me 5 Sata ports to then attach 5 sata devices.
    The External firewire800 bridge has an Oxford Semi conductor OXUF924DSB-FBAG
    PDF details here, this suggests that it is already capable of to SATA dries but te board of course only has one. but also says that it supports port multipling.
    The port muliplier I have is a
    Lycom ST-126RM SATA II 3Gbps 1-To-5 Port Multiplier bridge board (for Rack Mount)
    everything has relevant power supplies attacted. But nothing is showing in the disc utility.
    Can anyone point me in the direction of anything tried and test please?
    Many Thanks

    What type of device and what do you mean by "doesn't work so good"?
    It could be that the FW controller is dying - I've had that happen to me and it caused me no end of trouble until I replaced the device (in my case it was an old LaCie external optical drive).
    Clinton

  • Dv7-3065dx esata port multiplier

    Anyone know if the dv7-3065dx esata port hardware can function as a port multiplier? I want to purchase a Thermaltake BlacX Duet USB 2.0 Portable External Hard Drive but it requires a port multiplier. I have the single slot thermaltake blackx right now and it works awesome, but I'm lazy and want the dual one so I don't have to switch out the hard drives.
    the link to the product is http://www.amazon.com/Thermaltake-BlacX-Portable-External-ST0014U/dp/B002MUYOLW/ref=sr_1_2?ie=UTF8&s...  if anyone needs more info about my question.
    thanks

    Hi iceman,
    Did you get a response on this? I am looking at getting the MB561US-4S-1 Quad Bay eSATA & USB 2.0 External Enclosure http://www.icydock.com/goods.php?id=123 and need to know if the DV7 supports port multiplier capability as well.
    If the Thermaltake worked, let me know.
    Cheers,
    Zan

  • How to get server hostname and port from web form

    Hi All,
    I need to find out server hostname and port number
    from 9i form.
    That is if the form was called via:
    http://myserver.com:1234/f90servlet?form=test,
    i would like to call some
    GET_XXX_PROPERTY(SERVER_HOSTNAME) that would return
    myserver.com
    and
    GET_XXX_PROPERTY(SERVER_PORT) that would return
    1234
    or alternatively
    GET_XXX_PROPERTY(SERVER_URL) that would return
    complete URL, so that i can parse it myself.
    Does anything like this exist? If not,would be
    possible to get that information from any Java
    function via java importer?
    BR,
    Robert
    BR,
    Robert

    Robert,
    I'd add the code as a Java Bean in Forms and get this information from the Forms request URL.
    Add the following bean to a Canvas and make it a size of 1x1 pixel so taht it appears hidden
    import java.applet.Applet;
    import java.net.URL;
    import oracle.forms.handler.IHandler;
    import oracle.forms.properties.ID;
    import oracle.forms.ui.VBean;
    public class FrmRequestInfo extends VBean
    public static final ID pGetPort = ID.registerProperty("GET_PORT");
    public static final ID pGetHost = ID.registerProperty("GET_HOST");
    public static final ID pGetProtocol = ID.registerProperty("GET_PROTOCOL");
    private String _host;
    private String _port;
    private String _protocol;
    private URL FormsURL;
    Applet m_applet;
    /*Forms settings*/
    IHandler m_handler;
    public FrmRequestInfo()
    public final void init (IHandler handler)
    super.init(handler);
    m_handler = handler;
    // get the forms applet handler
    m_applet = m_handler.getApplet();
    // initialize cookie domain to the same domain that runs Forms
    // Services
    FormsURL = m_applet.getDocumentBase();
    _host = FormsURL.getHost();
    _port = new Integer(FormsURL.getPort()).toString();
    _protocol = FormsURL.getProtocol();
    public Object getProperty(ID p0)
    if (p0 == pGetHost)
    return _host;
    else if (p0 == pGetPort)
    return _port;
    else if (p0 == pGetProtocol)
    return _protocol;
    else
    return super.getProperty(p0);
    To get the port number you call
    VarcharVariable_Port := get_custom_property('beanblock.beanname',1,'GET_PORT');
    for the hostname
    VarcharVariable_Host:= get_custom_property('beanblock.beanname',1,'GET_HOST');
    Frank
    Ps.: just wrote the bean on the fly, without testing - but I am positive that it works as similar functionality works for me in other beans.

  • Are "Back to my MAC" and "Port Forwarding" mutually exclusive?

    I have been using APExtreme and Port Forwarding successfully for several weeks now. The PF is to allow access to game players on a PC which acts as a server on the web. All Good.
    One more thing, I have a ISP provided wireless modem/router to talk to the cable and the world. It seems to work either bridged or un-bridged.
    I have disabled the wireless on the ISP's modem/router. (Actually the ISP's device doesn't hold a candle to the APE.)
    Still all good.
    So the firewall is on in the APExtreme and none on the modem router, and I have a port defined for my gamers to get access to my server in the APExtreme.
    I now want to implement Back to my MAC on my MBP and my other Apple devices. I believe these use iCloud for which I have an account and it seems to be working well with my iPhone.
    In Properties, when I select BtmM, iCloud says communications will be slow if I have port forwarding on. Also I will not be able to use the router function in my Modem/router.
    I'd really like to have the modem/router firewall up, and do the port forwarding there, but the BtmM will likely not get through.
    So what does anyone suggest?
    Can I use BtmM and port forwarding without too much degradation?
    Please advise.
    Thanks
    Barry

    To best answer your question on whether the two are "mutually exclusive," let take a look at how Back to My Mac (BTMM) basically works.
    BTMM - General Requirements
    OS X Leopard 10.7.3+
    Active iCloud account. Each Mac & the AirPort router, that will be relying on BTMM, needs to be configured with the same account.
    A publicly reachable IP address for your router.
    A router that supports either NAT-PMP or UPnP. For AirPorts, be sure it is running 7.6.1+ firmware.
    BTMM uses TCP port 5354 and UDP ports 4500 & 5353 for communications.
    BTMM - Basic Communication Flow
    For a computer connected to the Internet via a router, BTMM "asks" the router for its configuration information. For a router, like your AirPort, that uses NAT-PMP, BTMM will ask the router to assign arbitrary public ports. In turn, the router will provide these port assignments (& the router's Public IP address) back to BTMM.
    BTMM then sends this information to the iCloud account. In background iCloud updates a special set of DNS entries to be used by BTMM. These entries are then made available to all BTMM clients using your iCloud account. When a computer, with BTMM enabled, uses your iCloud credentials, it automatically retrieves a list of all other computers/routers that are registered with the same account. All these devices should then appear under the SHARED section of the Finder.
    When attempting to connect to a remote computer (or router), BTMM creates a secure connection to that remote device using the information from the iCloud account.
    Once the connection is established, the devices can then communicate with each other.
    So potentially, unless you are using Port Mapping for any of the ports BTMM uses, they should not conflict.

  • Intel HM77 Express/C210 Series Chipset using eSATA port multiplier

    I have just purchased a Zotac Nano computer which uses Intel HM77 Express chipset and has an eSATA port. I was surprised to notice my 8-bay hard disk enclosure did not work on this machine. I have read online that the Intel chipset supports eSATA port multipler in hardware but that the Windows drivers do not have it supported. However, some reports are that it should work under Linux.
    Does anyone have any idea about getting the on-board eSATA port to work with port multipliers?
    Many thanks,
    Graham

    see the following doc:
    Acquiring from GigE Vision Cameras with Vision Acquisition Software - Part I
    http://www.ni.com/white-paper/5651/en
    Compares the Universal to High performance driver,
    specifically both provide the same max bandwidth of 125MB but the high performance driver takes advantage of the intel pro1000 chipset to offload some of the CPU load, again this is less important as processors become faster.
    "Advantages
    While the high performance driver provides better CPU performance compared to the universal driver, it will only work on Gigabit Ethernet cards with the Intel Pro 1000 chipset. The universal driver can work on any Gigabit Ethernet card recognized by the Operating System. CPU usage during acquisition will affect the CPU cycles available for image analysis. So if your application requires in-line processing, it is better to invest in a Gigabit Ethernet card with the Intel Pro 1000 chipset like the NI PCIe-8231. While your choice of driver affects the CPU usage, it does not limit the maximum bandwidth possible. Either driver will be able to achieve the maximum bandwidth of 125 MB/s."
    Paul Falkenstein
    Coleman Technologies Inc.
    CLA, CPI, AIA-Vision
    Labview 4.0- 2013, RT, Vision, FPGA

  • Is the ProBook 4520s eSATA port multiplier compatible

    I have an HP ProBook 4520s running Windows 7 64 bit.
    Is the eSATA port compatible with port multiplier products? If not, is there any hardware I can purchase to solve this?
    This is a quote from the external eSATA enclosure that I'm trying to run.
    Q Only a single drive appears when using eSATA.
    o This means that the eSATA port that the MB561US-4S-1 is connected to does not support port multiplication. Therefore, only the drive in the top bay can be seen by the system. There is a port multiplier built into the MB561 which encodes the 4 SATA connections to a single signal, however another port multiplier is required on the system to decode that signal back to 4 individual SATA connections.

    I assume since you cannot see all of the drives it does not, you can try the chat feature on this page to see if a support rep can answer for sure, if not they can log a case number and maybe an engineer can find out and get back to you.
    https://h50203.www5.hp.com/wclweb/wclentry.aspx?lc=en-US&cc=US&origin=nc

  • External SATA Port Multiplier

    Hi to all, I have an HP PAVILLON DV3550EL and I would like to buy an External SATA Port Multiplier in order to connect more than one hard disk to the eSATA port, but I don't know if the laptop is esata port multiplier compatible.
    Can anybody tell me if it is compatible or not? Is there also some other information that I should know in order to purchase the right product?
    Thanks in advance for your availability!  

    Hi to all, I have an HP PAVILLON DV3550EL and I would like to buy an External SATA Port Multiplier in order to connect more than one hard disk to the eSATA port, but I don't know if the laptop is esata port multiplier compatible.
    Can anybody tell me if it is compatible or not? Is there also some other information that I should know in order to purchase the right product?
    Thanks in advance for your availability!  

  • Partner profiles and ports

    How to transport the configuration of partner profiles and ports from Development to Quality systems.

    Hi vidya,
    Go through this hope u can get the solution.
    WE20 Partner Profile
    Here we create partner profile for each and every partner from / to which
    the messages will be exchanged.There are 6 types of PF generally only
    profiles of type LS(Logical System) ,KU(Customer) ,LI(Vendor) is used.
    We specify the partner number and partner type and the agent and
    the agent type responsible for handling of errors .
    For every message send to the partner we have a outbound record and for
    evry message coming from the partner we have the inbound record .
    We specify the message in the otbound/inbound records ,double
    clicking will take us to the detailed screen where the IDOC Type ,Port
    and whether the IDCO will be immediatelt processed or collected are
    mentioned.
    WE21 Port Definition.
    There are 6 types of ports but only 2 types File and Transactional RFC
    types of ports are important.
    We have to specify the RFC Destination before a port can be created.
    SM59 RFC Destination
    Here we specify the login settings for the destination including
    the I.P address or Application Server name and the User name and
    password.The information entered here is used to run Remote Function
    Calls(RFC ) on the destination server .We can create number of types
    of RFC Destinations but 3 types are important .
    R/3 (R/3 to R/3), LS(logical system) and TCP/IP.
    The name of the RFC destination should be same as that of Logical
    System as it helps in creation of automatic partner profiles.
    BD64 Distribution Model . Also known as Customer Distribution Model Used to
    define all the messages that will be exchanged between remote systems
    and the name of thes logical systems. Any filters can also be specified.
    The model once created has to be distributed on every system which will
    be communicating ,It can be maintained on only One system.
    Reward points if helpful.
    Thanks
    Naveen khan

  • I am using NI DAQ6508, I would to know if I can set port C upper 4 bits for input and lower 4 bits to perform output operations. I am aware that Port B and Port C have all 8 bits as input or output.

    The Daq manual indicates that port c (under mode 0) can be configured such that the nibbles can perform independently.

    Hey Sesh,
    If you refer to the Traditional NI-DAQ Function Reference Help, and then the function DIG_Prt_Config, it states, that ports 0,3,6, and 9 of the 6508 can be used as bidirectional, but only when you use handshaking. So the answer is no, you cannot configure port C with four input and four output lines.
    However, I have attached a c file that contains the function calls necessary to configure the lines separately on an E Series digital board. Feel free to try these calls out and let us know if it doesn't fail, although our KnowledgeBase says that it should.
    Justin T.
    Attachments:
    digital_ud.c ‏4 KB

  • Practical HDD Configuration on K7N2's Promise SATA and NV IDE3

    Folks,
    There are lots of good fragments on the board about use of IDE3, but not much on total layout of disks for modestly disk intensive applications. Without going to server-type SCSI320 controllers and super-fast drives, here are some questions ---
    1a. I'm going to assume until some wise person disuades me, that IDE will just saturate too quickly with good drives.
    1b. With the K7N2 architecture, I'm guessing that the Promise chip will pump data on the bus and become less saturated than IDE. Do we know this for sure?
    2a.  I come from the high end unix world before the days of gigantic storage devices. Back in the day it is an article of faith that disk striping almost always yielded better results.
    I'm beginning to wonder about that for non-database PC applications for several reasons. An article that looks at queue depth also reveals that as you add striped drives to an SATA controller, performance may degrade. With just the Promise chip this is probably nit-picking, as were only going to stripe 2 drives. Still one wonders. Here's the paper --
    http://www.storagereview.com/articles/200406/20040625TCQ_1.html
    2b. Is it possible to run the Promise chip as JBOD? This could be really interesting. Can the IDE3 drive run alone, outside the Promise array?
    AND FINALLY...
    3a.  On this board there are many stories of woe about using the NV IDE3, and good bits of info, but nothing complete. How do you build and manage it?? I don't mean ONE drive in the system, but TWO on Promise SATA and one on IDE3.
    3b.  Also, since it's controlled by NV, is there reason to believe that data will pump through more quickly than with the standard IDE bus (IDE1 and IDE2)??
    This should be interesting...
    Cheers, u.
    Please PM me if you like.

    Sorry chaps!
    For current sytem see sig below.
    Ta, Britt
    IRQ 0   System timer   OK
    IRQ 1   Standard 101/102-Key or Microsoft Natural PS/2 Keyboard   OK
    IRQ 3   Communications Port (COM2)   OK
    IRQ 5   NVIDIA nForce PCI System Management   OK
    IRQ 6   Standard floppy disk controller   OK
    IRQ 8   System CMOS/real time clock   OK
    IRQ 9   Microsoft ACPI-Compliant System   OK
    IRQ 12   PS/2 Compatible Mouse   OK
    IRQ 13   Numeric data processor   OK
    IRQ 14   Primary IDE Channel   OK
    IRQ 15   Secondary IDE Channel   OK
    IRQ 18   WinXP Promise FastTrak 376/378 (tm) Controller   OK
    IRQ 19   SupraExpress 56i   OK
    IRQ 19   MSI MS-StarForce GeForce4 MX 440 with AGP8X (NVIDIA GeForce4 MX 440 with AGP8X)   OK
    IRQ 20   Standard OpenHCD USB Host Controller   OK
    IRQ 20   NVIDIA(R) nForce(TM) Audio Codec Interface   OK
    IRQ 21   Standard Enhanced PCI to USB Host Controller   OK
    IRQ 22   Standard OpenHCD USB Host Controller   OK
    IRQ 22   NVIDIA(R) nForce(TM) MCP Audio Processing Unit (Dolby(R) Digital)   OK

  • Errors with VI after down converting from 2009 to 8.x and porting from Windows to Linux

    Hi All,
    I'm pretty new to Labview so I've been trying to learn along the way. I've been tasked with porting a .VI that my supervisor developed on Windows to a Linux machine. The ultimate goal would be to build an executable that would be able to run on Linux based VMEs. The .VI was developed on Labview 2009 and the Linux machine has Labview 8.2. From what I understand I would need to downconvert the .VI in 2009 to be compatible with 8.2, then from there I would compile the .VI on 8.2 in Linux and create the executable.
    After having downconverted the .VI I tried to run the .VI to see if the program still worked/if any parts were broken. Unfortunately, it seems like after having downconverted and porting to Linux the program is unable to communicate over TCP/IP with the module that the program was designed to work with. My supervisor ran the debugging application where it showed the progress of the data as it travelled along the block diagram and it seems to break at the TCP write blocks.
    The error that I've recieved was Error 56 at TCP Read in WriteThenReadRegister.vi->E_LINAC_BPM_REV.1.0.vi
    Possible reasons: labview: the network operation exceeded the user-specified or system time limit.
    We've tested the connection outside of Labview and the Linux VME can definitely communicate with the module in xterm.
    Can anyone point me in the right direction to start trouble shooting this? 
    When I performed the downconvert operation I recieved a bunch of warnings that stated:
    C:\BPM_Labview_Files\My_LabVIEW\New folder\E_LINAC_BPM_Rev.1.0 Folder\E_LINAC_BPM_Rev.1.0.vi (E_LINAC_BPM_Rev.1.0.vi)
    The object "Increment" does not support output configuration in the previous version.
    The object "Divide" does not support output configuration in the previous version.
    The object "Increment" does not support output configuration in the previous version.
    The object "Divide" does not support output configuration in the previous version.
    The object "Divide" does not support output configuration in the previous version.
    The object "Multiply" does not support output configuration in the previous version.
    The object "Divide" does not support output configuration in the previous version.
    The object "Increment" does not support output configuration in the previous version.
    The object "Divide" does not support output configuration in the previous version.
    The object "Increment" does not support output configuration in the previous version.
    The object "Divide" does not support output configuration in the previous version.
    The object "Increment" does not support output configuration in the previous version.
    The object "Divide" does not support output configuration in the previous version.
    The object "Increment" does not support output configuration in the previous version.
    The object "Increment" does not support output configuration in the previous version.
    The object "Divide" does not support output configuration in the previous version.
    The object "Boolean Array To Number" does not support output configuration in the previous version.
    The object "Increment" does not support output configuration in the previous version.
    The object "Multiply" does not support output configuration in the previous version.
    The object "Boolean Array To Number" does not support output configuration in the previous version.
    The object "Boolean Array To Number" does not support output configuration in the previous version.
    The object "Increment" does not support output configuration in the previous version.
    The object "Increment" does not support output configuration in the previous version.
    C:\BPM_Labview_Files\My_LabVIEW\New folder\E_LINAC_BPM_Rev.1.0 Folder\PowerScan.vi (PowerScan.vi)
    The object "Multiply" does not support output configuration in the previous version.
    The object "Multiply" does not support output configuration in the previous version.
    The object "Multiply" does not support output configuration in the previous version.
    The object "Multiply" does not support output configuration in the previous version.
    The object "Subtract" does not support output configuration in the previous version.
    Thanks in advance,
    Jason.

    I guess I should also post the .VIs in case someone could give some insight as to what's breaking.
    Again, I need to downconvert this from 2009 to 8.2 to run on a linux machine.
    In the mean time I'll be playing around with the "save as previous version" and the tool kit options.
    Thanks again in advance.
    Jason.
    Attachments:
    E_LINAC BPM 2009.zip ‏266 KB

  • Will my 70-300 Canon Zoom lens + a 2x multiplier function on a new EOS T3i

    Will  my 70-300 Canon Zoom lens + a Canon 2x multiplier function on a new EOS T3i?

    Basically.... no.
    As far as I know, Canon 2X Extenders (teleconverters) cannot even be fitted to any of the 70-300mm lenses. The Canon Extenders all have a protruding front element that prevents them from even being attached to quite a few lenses. They can be fitted to the 70-200mm zooms, as well as the prime lenses 135mm and longer.
    A third party 2X would physically fit onto the lens. But.... Most 70-300mm are f3.5-5.6 aperture lenses. With a 2X on them two stops of light are lost to the teleconverter, so the lens/TC combo becomes and effective 140-600mm  f7.1-11 lens. Your camera will stop autofocusing with smaller than f5.6 aperture lenses (only 1D-series and 5D Mk III can still focus at f8, even they would fail to focus at f11). Your could still manually focus, except the viewfinder will be quite dim to try to do so.
    And, frankly, I wouldn't expect much in terms of image quality. A strong (2X) teleconverter on a zoom lens is often not a great combo.
    My advice would be to save up for a longer focal length lens... Something I use a lot, which has good image quality and  focuses very well, even in combination with a Canon 1.4X teleconverter, is Canon EF 300mm f4 IS lens. There is also the Canon 400mm f5.6 lens, but it lacks IS (so plan on using a tripod or at least a monopod). If you prefer a zoom there are the Canon 100-400mm IS and  Sigma 120-400mm OS or 150-500mm OS. I hear that Tamron is developing a new 150-600mm VC lens that's supposed to be competitively priced, but I don't know when that will be available or have any advance info on it's performance or image quality.
    Besides these options... get closer to your subjects. That's often going to give better results, anyway, since with longer focal lengths you'll be shooting from a greater distance, it's much harder to get a steady shot, plus there often can be various atmospheric effects that reduce image quality too.
    Alan Myers
    San Jose, Calif., USA
    "Walk softly and carry a big lens."
    GEAR: 5DII, 7D(x2), 50D(x3), some other cameras, various lenses & accessories
    FLICKR & PRINTROOM 

Maybe you are looking for

  • Paint()  problems

    i was messing around and created a program that inside a JFrame there is a crosshair image that follows your mouse pointer and if you click the mouse, it leaves a red dot on that spot. The problem is that in order for the crosshair image not to creat

  • Update to ios 7.0.6

    After I update my iphone 5s . I lost using my mobile carrire network only on instagram . Cant refresh . It works with wifi only , I reset my networks still not working .. please help

  • Pavilion dv7-1285dx tv tuner

    I have a dv7-1285dx  and was wondering i see where the HD, memory and wireless stuff is there is a spot for a card or something and it looks like a tv icon on the case can I get the tuner from HP and install it myself I seen some models have that opt

  • Cool Flash Effect

    I've seen a cool effect on the BBC Radio 1 website http://www.bbc.co.uk/radio1/ where upon moving the mouse over an image, another image slides up over the original, same dimensions etc. Now what I want to do is to have the same thing, however I want

  • T61P Dual Boot options

    If I have 2 disk drives, one with Win XP, the other with Win Vista,  Can I boot from either drive without issue?  One drive will be in the permanant slot while the other drive will be in ultra bay adaptor.  Has anyone done this and are there any spec