Portg 3110CT - how to install CD-ROM driver?

Hi,
After formatting my laptop Toshiba 3110CT, I try to install my CD-Rom drive under Ms-Dos. It's a NEC OP-260-72101 but it's TEAC 224PE recognized by the machine when it worked very well under W98. I used 224 PE Dos folder but I have a PCCARD NinjaATA which is not recognized because not Freecom, idem for the ATAPI-IDE drive installed in config.sys.
So I installed csmapper.sys and fccdcard.sys in the first lines in config.sys.
The card services and the ATAPI-CD drivers are installed and I have MSCDEX ...Drive E:=diver FCP0001 unit 0 written.
But when trying to read E, I get this message: CD103 not high sierra ...with all cd.
Thank you for your help.

Thanks,
all is right,I had to use this line in my config:
device=njatacli.sys /M190 /pointenable /socketstart=1
and this one for the cd-rom:
device=njatacd.sys /D:MSCD001
that what all,but I have been seeking for many hours and days because the doc is very poor,and I succeed a little by chance.
I hope that wil be useful for other people.

Similar Messages

  • How to install in diffrent drive

    Hi,
    How to install at diffent drive?

    Heir72 which Adobe software or service is your inquiry in relation too?

  • How to install a flash drive?

    How to install a flash drive?

    If you simply mean a USB flash drive, or a USB hard drive. There should be no installation requirements. If the drive doesn't show up in Finder, you should check whether Disk Utility sees it, and whether the drive has a Mac readable filesystem. Disk Utility can be found with spotight if you do not know where it is.

  • How to install HP printer driver *****

    Hi,
    How to install HP printer driver , so that i can see new device type in SPAD.
    Thanks
    Lisa

    Hi Lisa,
    proceed as below.
    1)Log in to HP-UX as root (or an other username that controls the printers, and has all the rights to the directories).
    2)Type sam  on the command line and press enter.
    3)Scroll to Printer and Plotters with the vertical scrollbar.
    4)Click twice on Printers and Plotters.
    5)Double click on LP Spooler.
    6)Click twice on Printers and Plotters.
    7)Select Actions on the menu bar and click on Add Remote Printer/Plotter.
    8)For “Printer Name” type any name, “Remote System Name” use the DNS/Host name, or alternatively use the dotted-IP (200.200.200.11). ”Remote Printer Name” should be one of the destination ports on the Printnet (d1prn, d2prn, etc….). Also select Remote Printer is on a BSD System. Press OK and the server will install the printer.
    9)Click on OK.
    10)For a test print type lp –d Printername /etc/protocols.
    And finally  don’t forget to make this printer as the default printer if u have only this.
    Right click on the printer and and say make default.
    Regards,
    Bapu

  • Portege 3110CT: How to install the Win XP or Win 2000?

    I have old Portege 3110CT. Additionally I have floppy drive (which works fine) and CD-ROM F-TO-TCD-24L (PCMCI).
    What I was going to do was to install Windows 2000. There is no posibility to boot install CD so I created start disks (x4).
    After 4th disk booted I found the message that system is unable to find CDROM drive...
    So I am asking you is there any way to install Windows 2000 or XP on that hardware ?
    I wonder how?

    yes, it is possible to install w2000 ( I won't advise to install XP, it will run too slow on a 3110 )
    You need the proper drivers for your pcmcia-CD-drive and copy them to a dos-bootdisk
    start-up with the bootdisk and go to your CD-drive with the W2000-CD in it
    then type cd\i386 and start winnt.exe in that directory, it will install W2000 without problems.
    because the DOS-envirement won't recognize a NTFS-partition, your harddisk must be formatted fat32.
    in this earlier discussion you will find all the information you need about dos-diskettes, CD-drivers etc.... : http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=19232&messageID=70382

  • How to know the model of my Dv6 and how to install switchable graphics driver

    hi,
    I have a HP pavilion dv6 but I don't know what model is to download the drivers.
    Here are the specs:
    (this was purchase in Europe Portugal)
    - Intel core I5 M480 2.67Ghz
    - 500GB HDD 5600rpm
    - HD 6650
    - 4GB RAM
    - Finger print reader
    - 3x USB
    -Dvd Rom
    - x1 SD CARD reader
    - x1 esata
    - x1 HDMI
    - x1 Vga port
    - Camera HP trueVision
    - Dobly Advance Audio ALTEC lansing
    - Win7 Home Prem 64bit
    I need to install the AMD 6650 Driver with the switchable drivers options currently it only detects the Intel HD Graphics, installing the latest driver from AMD for the mobil 6650 will not work it doesn't dettect the graphics card.
    How can I know my laptop model ? and how to install the switchable and AMD drivers.. the laptop came with no CDs.
    Thank you,
    Arthur

    Get your full Model number or Product number from the Service Tag attached to bottom of laptop (may be under battery)
    How Do I Find My Model Number or Product Number
     Once you have the info, use the button at top of this page titled "Support", then click "Download drivers" from the menu. Enter your Product Number. After entering PN click 'Go". On the next page use the dropdown menu to select your Operating System, click Next. A list will populate with drivers/software.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • How to find cd rom drive in windows and unix platform using java program

    Hi,
    I am having the requirement of finding the cd rom drive
    using java program. I do not know the label and which
    one is the cd rom drive. also I want to know how many
    cd rom drives are there on my system. I want the solution
    for windows and unix platforms.
    If have any suggestions please mail to [email protected]
    Deepak

    Ughhh.. I had the same problem with multi platform file-system detection
    First off - Unix.
    Do you know for sure you have all your drives mounted?? This could be a big problem because java will not see unmounted drives... So you can scour thru your /etc/fstab to find out which drives are available... or you can mount all and show roots... (Yuck!)... You've got timeouts and all sorts of things to worry about...
    I would then shy away from the java.io.File.listRoots() on unix and rely on parsing your fs file. If a user would like to see the medium in the drive. Do a Runtime.exec and mount the drive, then you can grab the filesystem by wrapping it in the java.io.File object. ( NOTE - this will hold well for your NFS mounts as well which might be buried under other FS. So you now have detection for that as well. ) Labels are also noted in this file. Let me know if you don't know the difference between mtab and fstab....
    Second - Winders.... Corney but I love saying that.
    The listRoots is a good solution. As others have said CD-ROMS will not be writable. Use a combination of getName and getPath to decipher the label and mount point.
    Hope this helps!

  • How to install Oracle ODBC driver...?

    TOM,
    Presently, I have oracle client version. But there no Oracle ODBC driver in my PC. But, I want to install only Oracle ODBC driver in my PC for ODBC Connectivity purpose.
    How to install & where can get the source?

    I found out the real answer!!!
    On another thread there was a link to the client 10g installation. I download that 480Meg monster. Unzipped the package and launced the setup.exe.
    You can then install just the ODBC using the custom option. But, it will not install the tnsnames.ora file. If you have ever done this from a VB app, copy the tsnnames.ora over to the \network\admin folder. It's usually under the oracle\product\client\10.0.2\ folder. Once installed you can launch the ODBC administer either from the link Oracle installs or from the control panel.
    Next, you need to make sure the folders where the .dll file is readable to the iis. Change the folder to add whatever permission group you use for iis (I happen to have setup a local users group {machinename\users}. Add them to the entire folder structure (check the embedded folders to ensure they are readable).
    While setting up the ODBC, the TSN names will now be listed from the tsnnames.ora file (if properly located). To make the connection work, the userid should be 'userid;pwd=password'. Otherwise the connection failed for me.
    Now, if your connection works okay from the odbc test connection, it will probably fail if accessing through iis (like from a .asp page). There are environment path variables that need to be set. Reboot the server for them to get set. Otherwise you will get a ODBC driver can not be loaded do to system error 1114 message.

  • How to install jTDS jdbc driver

    I've heard so much about this jTDS driver, and had it with the current jdbc driver i'm using. I'm using slserver 7. i would like to install the jtds driver. I just downloaded the .jar file. how do i install the driver. which directory do i put it in? pls help asap. thanks a million.

    "Install" it?
    The directory you put it in depends greatly on the application that's using it.
    If it's a desktop app, put in in the CLASSPATH for the app.
    If it's a Web app, put it in the WEB-INF/lib directory for your app.
    It's not a cut & dried answer. I don't think one JAR file will necessarily serve all apps. Expect to have duplicates as needed. I do.
    %

  • How to install Vista display driver on my Satellite M55?

    Hello
    I have Windows Vista on my laptop Satellite M55 but I cannot instal my display driver :(
    How can I install display driver on Vista?
    Vista knows Mobile Intel(R) 915GM/GMS/910GML Express Chipset Family (Microsoft Corporation - XDDM)
    I wanna instal my graphic card on Vista OS
    Pleas help me
    Thnx

    Hi!
    Sorry but you will not get drivers for this Intel chipset and Vista.
    I searched on the Toshiba and Intel website and there are no drivers for Vista available. So must use Windows XP, there is no support or drivers for this chipset and Vista.
    Bye

  • How to install a JDBC driver?

    Hello, everybody!
    I'm new to Java and I'm trying to install a JDBC driver. So, I downloaded the JayBird,
    a JDBC driver for Firebird, and now I don't know how to install the driver. I keep
    getting this message from the compiler when I try to compile the example that comes
    with the driver:
    DriverExample.java:182: package org.firebirdsql.jdbc does not exist
    d = new org.firebirdsql.jdbc.FBDriver ();
    ^
    1 error
    So, in the directory that has the example file (DriverExample.java) I created the
    following directory structure:
    C:\Example\org\firebirdsql\jdbc
    and inside the jdbc directory I copied the driver files:
    firebirdsql.jar
    mini-concurrent.jar
    jaas.jar
    mini-j2ee.jar
    log4j-core.jar
    and I still keep getting the error from the compiler. I just would like to
    know what I have to do to install this driver correctly for the compiler to
    find its packages.
    Below are the instructions the comes with the help to install JayBird, but I
    think that I did everything and it still didn't work:
    ======================================================================
    The classes from firebirdsql.jar must be in the classpath of the Java
    application being compiled, or otherwise made available to your application.
    The classes from the following packages must also be available:
    mini-concurrent.jar
    jaas.jar (included in jdk 1.4)
    mini-j2ee.jar (now including JDBC classes)
    log4j-core.jar (if you want logging available)
    The firebirdsql-full.jar file has all of the needed files in one
    archive for ease of use.
    These archives are included in the binary package.
    ======================================================================
    Please can someone help me?
    Thank you...
    Marcos

    My file (DriverExample.java) is in the directory 'Example' and the driver files are in the directory 'Example\org\firebirdsql\jdbc'
    That's what I did inside the directory 'Example'
    javac -classpath org/firebirdsql/jdbc/firebirdsql.jar DriverExample.java
    And that compiled ok.
    Now how can I specify where the driver files are for the java.exe? Of course I tried:
    java DriverExample
    and it didn't work.

  • Trouble installing CD-ROM drive on KT3-Ultra ARU

    Hello,
    I am trying to install an IDE CD-ROM drive as a slave to my HDD.  The HDD is jumpered as master, the CD-ROM jumpered as slave, the HDD is on the middle connector of the cable, the CD-ROM drive on the end.
    The BIOS sees the CD-ROM drive, but Windows 2000 Professional does not see it in the device manager.
    If I install the CD-ROM as a single drive on the secondary IDE it works just fine, but this is not an option.  I must install it as a slave.
    Please help!!!

    I figured it out..
    I had to enable auto-detection for the secondary device on my primary ide device in the device manager.
    Doh!
    Thanks for the suggestions and help though.
    Moonrawk

  • How to install USB flash drive in windows 7

    Could anyone please help to install USB flash drive to Windows 7. This will enable me to hook up keyboard and mouse to my laptop. Thank you so very much for any assistance.   

    Hi,
    Could you please help us to know what is your computer, Please use the following instructions for find out the model/product of your machine:
      http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&​cc=us&docname=c00033108
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to install 32-bit driver as Additional Driver on Win 7 x64

    I have an x64 Win 7 machine with an HP4315 attached via USB. I have a few XP machines that need to access the printer on the X64 machine.
    When I "Add printer" and reference the share name on the x64 machine, it attempts to download a driver, which fails giving me an "access denied" error.  This happens even when I had installed the drivers onto the x32 machine as if the printer were locally attached.
    Ive seen a workaround that may solve the immediate problem here http://h30434.www3.hp.com/t5/Printer-Networking-and-Wireless/Unable-to-install-XP-drivers-for-Deskje...
    I will try this, but its not the right long term solution as these XP machines will be replaced by Win 7 x32 machines and I may not be around to laboriously apply the workaround again.
    Windows 7 x64 provides for this.  I right click the printer on the x64 machine, then  "printer properties" (not "properties"), Sharing and I then get the option to install an x86 driver solely for downloading to x32(x86) machines which want to access the printer. It asks for the location of a folder containing the .inf file for this printer.
    Great!  But where on earth do I find a folder that contains the 32-bit .inf file associated with the HP4315 printer? 
    I've downloaded the setup file from HP and executed it on the x32 machine running XP, thinking I'd copy the relevant files  and offer them to the x64 machine. But where are the files? What is the .inf file called? Are there any other files needed? 
    Ive seen a lot of people struggling with this and no solutions other than the workaround mentioned above.  It would be great if a "proper" method could be described.

    Hello colinobj,
    I have looked at the link that you have provided that gives the steps to resolve the installation issue. 
    Just so you are aware, this is the solution to the issue at hand.  Seeing that XP is on its way of being not supported, this is the best solution that Bob_Headrick has provided.
    Thank you.
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • How to install an unsigned driver in bootcamp Windows 8.1?

    I need to install an unsigned driver on my Windows 8.1 bootcamp partition, but it disables that by default. If I edit the boot options in the advanced options, then my mouse and keyboard (Ive tried many types) will not connect or work at all. Any ideas?

    Hi Willimo,
    The main issue is to install the graphic driver software ,right ?
    There are two ways to get the driver, automatically update from the windows update or manually download the driver from the manufacturer website and install it from the device manager.
    Please refer to the following link :
    Download and install drivers
    http://windows.microsoft.com/en-hk/windows-8/all-drivers
    Best regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for