Floppy Drive not work in Solaris x86

Hello all,
I have been installed Solaris 10 x86 1/06 beta but after installation there is no possible to use floppy drive. I cannot mount it.
How to solve this problem?
Thank You.
Sincerely Yours,
Girts Zeltins

Bug 6294851 perhaps?
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6 294851
The patch documented in the bug's workaround section should work on
Solaris 10 x86 GA. Not sure if it is OK for Solaris 10 x86 1/06 beta.

Similar Messages

  • Floppy drive not working on Neo2-FIS2R

    This is a bizarre one. When we first set the system up, the a: wouldn't work. So we tried 2 different floppy drives and 3 different cables. Eventually the floppy drive just started to spontaneously worked - this allowed us to set up the Intel RAID array (since windows XP needs the F6 + disk in A: to install the drivers).
    Then, after having XP installed, the a: wouldn't work from windows. This was rather bizarre.
    Then later on it just spontaneously started working again, so I took the opportunity to flash to bios 1.3. Now it has stopped working, and that didn't trouble me so much as I don't have much need for an A: generally.
    However I was overclocking the system, and evidently had too low a voltage on the memory, did a memory benchmark in SiSoft Sadra and it hung in the middle, so I reset the computer. Ever since that, booting into Windows had some strange problems, CoreCenter, among other programs, would not start correctly - it would show up in the processes, but the window wouldn't show. Likewise running Sandra or 3dMark, they'd show up as active processes but would not actually be usable. Until I played a music file in winamp - then suddenly all the programs would open up.
    So I figured, right, time to reinstall windows. And it has since turned out that my hard drives were buggered somehow (or at least, they are now) and so I have to format them and start from scratch. Thus leading to the problem.
    How are you supposed to install the drivers for RAID from an A: if your A: does not work? The drive light goes on as if it's trying to read, and it makes noises with the head moving around or something, but it just will not recognize any disk in the drive. Including putting a valid windows 98 boot disk and restarting - it says it is searching for a boot record, but cannot find one on the disk.
    We have tried 3 different cables and 2 different floppy drives, various settings for turning the FDC on the system on and off to no avail. The curious thing is that it's randomly started working by itself in the past.
    Anyone have any ideas what's up? We're trying to find a PCI floppy controller right now to see if we can just avoid the problem completely.
    Is the board buggered or what?

    I found the problem, it was rather stupid, and probably pretty system-specific, but just incase anyone else has the same problem and it drives them insane...
    The problem was a mechanical one - the case I have has a panel that it puts on over top of the floppy drive. There is a button that connects with the eject button on the drive. The problem was the drive was seated about 2 mm too far forwards, so when you put a disk in the drive, it was pushed too far back and not properly seated, making it unreadable.
    Fixed it now though.

  • Floppy drive not working, Light stays on

    My floppy drive is not working. I bought a new floppy drive, its detected by the BIOS, but with a disk inside nothing happens, lights don't even come on.
    So I swapped it with an older working floppy drive from another PC. With this one the lights come on and stays on. I let it boot to Windows XP (light still on) and I insert a disk, you can hear it spinning it, it keeps spinning it until I eject the disk, also windows puts a message box saying "please insert disk". I searched the forums and found https://forum-en.msi.com/index.php?topic=44664.0  checked my cable it was connected the right way. For the hell of it I reversed it, nothing happened. This cable was the round cable that comes with the motherboard (k8n Neo2 platinum), so i tried an older flat cable nothing same result.
    The drive is detected in the BIOS. Windwos XP  shows it in driver manager and its says working properly.
    What could it be?

    Sad to say it's what you've already tried. The cable is into the floppy upside down.
    Make sure your using the cable end connectors not any mid cable plugs.
    The ones supplied by MSI have often had problems.
    Quote
    There was a notch on the top of it which made me believe it was keyed, turns out there is no key slot to put it into
    Has fooled us all at one time or another

  • P6N SLI Plat and floppy drive not working

    System says the floppy drive works fine, but I put in a disc and it doesn't recognize it.  All I get is, "Please insert disc".
    Windows says that drivers are up to date.
    I really need to get it working so I can do a fresh OS install with raid drivers on the floppy.
    I think im just retarded, or both my floppy drives are dead... or both my floppy discs are dead.
    Any ideas?
    Intel 6420 C2D
    P6N SLI Platinum
    2x1 G.Skill 800
    2x1 seagate 320's

    From what I'm reading it sounds like you are able to boot to Windows at the moment right?
    If so, why not skip using a floppy disk to load driver, and just slipstream your RAID drivers into a Windows install CD?
    There are tutorials all over the web to do this, here's a good one:
    http://www.maximumpc.com/article/How-To--Slipstream-your-XP-installation
    Regarding your floppy issue, it's very possible for your floppies to be dead. Almost all of mine that I have around are toast by the time I get around to using them.
    If you're dead set on using a floppy to load your RAID drivers, go buy a couple new floppies and see if you still have the same problem. If so, then you're a new $14 floppy drive away from solving your problem...

  • D-Link 562M modem does not works in Solaris 10 (?)

    I use D-Link 562M external USB 56K modem. Modem works in Windows but does not works in Solaris 10 (?). Help me!

    pat.gibbons wrote:
    Not supported yet but will be in a future Solaris Express release.Many USB modems are not really modems but the entire signal processing is done by the host computer. Such "winmodems" require signal processing software which is quite complex. I do not think that such modems are supported in the following versions of Solaris.
    If the 562M is NOT such a modem (but a "real" one) it should be quite easy to adapt a driver to work with this modem.
    Martin

  • Why keyboard and mouse right click not working in Solaris and Linux?

    Hi all,
    I have two problems:
    1) I am working on AWT/Swing application and its working fine in window enviornment,but while running on solaris and linux mouse right-click option window not poping up.
    2) Ctrl+c,Ctrl+v,Home and End keyboard key are not working in solaris and linux OS for same application.
    Pls provide me some solution for these problem.
    -Dinesh

    Hi Nik,
    Thanks for reply. I found some solution for the above problem.
    For mouse right click there was problem in my source code.I have not implemented the mousePressed() method
    In case of keyboard Home, End and arrow key working fine after exporting AWTUSE_TYPE4_PATCH=false; in solaris and linux
    But still Ctrl-c and Ctrl-v not working.
    I am using JDK1.5.0_07+Eclipse IDE 3.1
    -Dinesh

  • Audio driver not working in hp 2000 - 2116tu laptop

    Audio driver not working in hp 2000 - 2116tu laptop
    Driver installed : sp57716.exe
    From : http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-106718-1&cc=us&dlc=en&lc=en...
    OS : Windows 7 Pro x64
    Exact Problem : Audio stops working now, and then, intially reinstalling audio driver helped, but now, that trick is also not working!! I'm nither on mute, nor on low volume level!!
    Laptop is brand new : And i'm using it from last 2 days only, so was installing everything for the first time.

    Hi architsomani,
    Take a look at this document and let me know if the troubleshooting steps help to resolve your issue.
    Good luck!
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Dvd drive not worked properly

     i have  hp pavilion dv4 series.my dvd drive not worked properly.for that purpose only i went 7 times in your service centre but they won't take action  till now .why u people do like this .i want explation and just change my  dvd drive that's all.

    tcrite,
    Sounds like a bad drive...I would get a replacement. According to Accelerate Your Mac database, it should work without issue.
    Just enter the model number of the drive and select your Powerbook G3 2000, and you will see four reports on this model.
    http://forums.xlr8yourmac.com/drivedb/search.drivedb.lasso

  • Amber update but map and bere drive not work

    After amber update my here map and here drive not work just open the app but not open and close automatically

    Same thing here. I have tried all things and have a similar issue
    http://discussions.nokia.com/t5/HERE-Location-base​d-services/Settings-gt-Applications-does-not-have-​...
    NOKIA NEED HELP HERE !!

  • Oracle Reports Team Please Help..! Arabic Reports PDF not working in Solaris

    Hi,
    I am not able to Generate Arabic PDF reports (HTMLCSS is working fine with me.....)
    O/s is Solaris........O/s supports Arabic....
    NLS_LANG is set to "ARABIC_EGYPT.AR8ISO8859P6"
    In place of arabic content its showing Junk characters..... In win2k Its working fine........ I have checked my uifont.ali I am giving my PDF section details..
    [ PDF:Embed ]
    helvetica = "helvetica.afm helvetica.pfa"
    [ PDF:Subset ]
    Arial = "Arial.ttf"
    helvetica = "Arial.ttf"
    "Andale Duospace WT J" = "Aduoj.ttf"
    "Albany WT J"="AlbanWTJ.ttf"
    "MS UI Gothic" = "msgothic.ttc"
    And i have Included the Fonts folder entry in REPORTS_PATH variable entries...Is there any thing needs to be done.....??????
    Why its not working in Solaris........PLEASE HELP ME OUT...........!!!!!
    Thanks in Advance........
    sharat ([email protected])

    Hi Sharat
    I see that you have two entries for helvetica font in your uifont.ali. Be aware that order of precedence is alias->embed->subset. If the helvetica part is appearing junk, try and comment out the entry in embed section and let the subsetting happen.
    On Solaris, ensure that the case of font file names match.
    Regards
    Sripathy

  • Swedish chars ��� not working under Solaris

    Hi All,
    I created the following little code and it is not working under Solaris 7, JDK1.4.1_01. (also tested some other but does not work)
    public class HelloSweden
    public static void main(String [] args)
    String newName="���";
    String charsetName = "iso-8859-2";
    byte [] s = {(byte)229, (byte)228, (byte)246};
    try
    newName = new String(s, 0, s.length, charsetName);
    catch ( java.io.UnsupportedEncodingException e )
    System.err.println(e.getMessage());
    e.printStackTrace();
    System.out.println("new name is: "+newName);
    for(int i=0; i<newName.getBytes().length; i++)
    System.out.println(i+"."+":"+newName.getBytes());
    The problem is that on Solaris 7 the output is:
    new name is: ???
    0.:63
    1.:63
    2.:63
    Whereas on Linux it works fine:
    new name is: ���
    0.:-27
    1.:-28
    2.:-10
    I also tried the "javac -encoding iso8859-1" option but no use.
    Could anybody help?
    Thnx,
    GF

    I also tried the "javac -encoding iso8859-1" option
    but no use.
    Was the output exactly the same or were the numbers correct, at least?
    You may need to compile with:
    javac -encoding ISO-8859-1 ClassName.java
    and then run with:
    java -Dfile.encoding=ISO-8859-1 ClassName
    You can set the character encoding explicitely like that. The character encoding depends on locale settings; if you set LC_ALL to a Swedish locale ("sv_SE"?) javac and java should start using the correct encodings automatically.

  • MacBook Pro Late 2011 : Optical Disk Drive not working?

    MacBook Pro Late 2011 : Optical Disk Drive not working?
    When i try to a put in a cd or dvd; it rejects it automatically within 10-15 seconds.
    I have resetted SMC and PRAM; no chages.
    Don't know what to do. Please help.
    Thank you.

    Clean the heads.
    check to see if it is under warranty.
    buy external DVD/CD rw

  • HP deskjet D2300 series driver not working in windows 7

    This procedure is much too complicated for an average user. You know that millions of Wondow XP users are switching to Windows 7. I' sure that most of them are facing similar problems. HP should come with a user friendly solution that solves the above issues. Don't you think?
    My problem remains unsolved.

    Hi dvh,
    Welcome to the HP Forums!
    I see that your HP Deskjet D2300 series driver not working in windows 7.
    Do you see any error messages with the installer? Or does it just close out and doesn't install?
    In the meantime, please try using our HP Printer Install Wizard for Windows.
    Hope to hear back from you, and have a great day!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • Disk Drive not working and could not inter Hkey_Local_Machine

    I tried following the directions from http://h30434.www3.hp.com/t5/Hardware/HP-Pavilion-dv6000-Windows-XP-Disc-Drive-not-working-Internet/... but when i go in to Hkey_Local_Machine all that is there is a file named "(Default)" and i cannot work with it. how can i get my disk drive running?

    I tried following the directions from http://h30434.www3.hp.com/t5/Hardware/HP-Pavilion-dv6000-Windows-XP-Disc-Drive-not-working-Internet/... but when i go in to Hkey_Local_Machine all that is there is a file named "(Default)" and i cannot work with it. how can i get my disk drive running?

  • Probook g1 450 4th generation Intel Graphics Driver Not working

    After Updating Baios my laptop , graphics driver not working . install successfully but when    click the graphics driver icon , it's show the  massage ,GfxUiEx has stopped working .
    i am worried about it . what can i do ??
    i uninastalled driver then again install but this massage show again ,,,i use windows 8.1.
    massage is :

    @Ariful11 
    Thank you for using HP support forum. I have sent you a private message. If you’re unsure how to check your private messages please click here.
    Thank you,
    Omar
    I Work for HP

Maybe you are looking for

  • Why can't my old iPod go from Mac to PC ?  Don't the old ones all do that ?

    hi i know that the new iPods, once formatted for either a Mac or a PC, can only be connected to said OS. but the old ones, used to be able to go back and forth any time. albeit there might have been 1 or 2 little hitches - but i remember overcoming t

  • Empty file to process in customer J2EE adapter module

    Hi All, if i give an empty text file to a sender communication channel, then no message is generated by XI. i want to generate a dummy XML if empty file is given. so is it possible to make a customer-specific J2EE adapter module - then deploy it - th

  • Printing address in chinese

    Hi I have a requirement to print address in chinese(ZH language). currently we need to write down the Chinese address manually on envelop if mailing address is in China. we would like to have the logic for the output. if there is Chinese name/address

  • Is there any chance that the next update for iBooks will include the ability to highlight?

    It's great as it is though, just the highlighting part. I just don't really want to use other apps for my books and PDF files (cause I'm lazy like that and I'm saving my space for other apps); especially e-books I use for school.

  • Snapshot Query

    Is there any way to speed up the process of getting Snap Shot Query information to match what is in the KD after a crawler has run? It takes about 15 minutest to see a change otherwise. I cannot find any job intrinsically for SnapShot Queries. Thanks