[SOLVED] How to add cd drive to wine? (mounted at cdda://sr0)

Trying to allow wine access to my cd drive and having difficulties.
My drive automounts at cdda://sr0 and can't figure out a way to get wine to access it. 
How are you guys managing it?
Last edited by ctarwater (2011-10-17 01:56:05)

karol wrote:Run winecfg and go to the 'Drives' tab.
cdda usually means an AudioCD, never tried that.
It is an audio cd, I'm playing around with EAC (I know, I know, there are good native replacements).
If I open the 'drives' tab in winecfg and try 'autodetect' it doesn't list my drive.  If I try to add it manually I have to navigate to it but cdda doesn't exist anywhere for me to navigate to.

Similar Messages

  • [SOLVED]How to add OAL driver level functionality in the AM335x BSP source code???

    Dear developers,
    Greetings!!!
    As, my platform is WinCE 7 with AM335x BSP and I would like to copy one driver and update the driver as per my requirements. The location from where I have taken the existing driver is - 
    BSP\SRC\CSP\COMMON_TI_AMXX\OAL --
    Existing diver is OALRTC and new driver is abc_I2C under the same location and I have tailored the driver according to my requirements.
    One funciton is OALIoCtlHalInitRTC and the call is made from BSP\SRC\OAL\oallib\ioctl.c and the calling funciton is BSPIoCtlHalInitRegistry
    In my case, I am calling my OAL API as OALIoCtlHalInitPHY..
    But the thing is that I am getting linking error during the time of compiling and is shown below -
    Error 6 Error(s) in directory "C:\WINCE700\platform\AM335x\SRC\OAL\OALEXE\". C:\WINCE700\build.log 2800
    Error 7 oal.lib(ioctl.obj) : error LNK2019: unresolved external symbol OALIoCtlHalInitPHY referenced in function BSPIoCtlHalInitRegistry C:\WINCE700\build.log 2801
    Error 8 fatal error LNK1120: 1 unresolved externals {log="C:\WINCE700\build.log(2802)"} C:\WINCE700\OSDesigns\Enventure\Enventure\Wince700\AM335x_ARMV7_Retail\cesysgen\platform\AM335x\target\ARMV7\retail\oal.exe
    Error 9 NMAKE : fatal error U1077: 'C:\WINCE700\sdk\bin\i386\ARM\link.EXE' : return code '0x460' C:\WINCE700\build.log 2803
    Error 10 TargetExeFiles -nologo BUILDMSG=Stop. BUILDROOT=C:\WINCE700\platform\AM335x LINKONLY=1 NOPASS0=1 failed - rc = 2. C:\WINCE700\build.log 2805
    Error 11 BLDDEMO: ERROR: There were errors building CEBASE. C:\WINCE700\build.log 2837
    As I searched but I am unable to solve the issue. 
    Any one suggest that how to solve the issue???

    Hello Friends,
    The above problem is self solved..

  • What file name is for the driver of gpib-usb-b?and how to add the driver file to vb in win2000??thanks

    what file name is for the driver of gpib-usb-b?and how to add the driver file to vb in win2000??thanks

    Hi,
    Multiple files are required for the proer fnctioning of any of our GPIB products. Unfortunatly the installation is not as simple as copying a single file over. If you wish to make the installer silent, i believe this is entirely possible in a fashion similar to the details given at http://digital.ni.com/public.nsf/websearch/0730A66245E6808086256CA8006E2183?OpenDocument.
    Hope this helps out!
    Best Regards,
    Aaron K.
    Application Engineer
    National Instruments

  • How to add tape drive in hyper V operating system

    how to add tape drive in hyper V operating system
    tape drive may be to scsci or USB port.
    how to add pls suggest

    how to add tape drive in hyper V operating system
    tape drive may be to scsci or USB port.
    how to add pls suggest
    You need something like StarWind Tape Redirector that "iSCSI-izes" hardware attached to host. So you'll be able to connect with iSCSI initiator from inside a VM running on this host, some other host or even other physical machine (as long as it
    has iSCSI connectivity), see:
    StarWind Tape Redirector
    http://www.starwindsoftware.com/download-starwind-tape-redirector
    So at the end of the day you'll have something like on the picture below:
    Good news: this software offering is 100% free so you don't need to pay anything to anybody :)
    Hope this helped!
    StarWind Virtual SAN clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

  • How to add new driver to create master repository database

    Dear All,
    i want to creade ODI Repositroy Database on SQL SERVER,
    when i click the driver button in "Create Repository Wizard" the only driver i found for sql serve ris just able to connect to sql server 2000
    i got a driver written by microsoft to connect to sql server 2005, but how can i add this driver where i can see it in the driver list ???
    i have jar file. i put it in the drivers folder in the installation folder of the ODI but akso it doen't appear.
    may you please help me to be able to see this driver in the driver list of "CREATE Master Repository Wizard" ??????????????????????????
    Regards,
    Ahmed Salah

    Hi,
    Copy the sql server driver into the oracledi\drivers directory and restart the create repository
    You need to manually enter the driver name and url for sql server 2005
    e.g.
    com.microsoft.sqlserver.jdbc.SQLServerDriver
    jdbc:sqlserver://<sqls machine>:1433;databaseName=<db name>;integratedSecurity=false
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • HT1178 how to add usb drives to time capsule after initial setup

    How to add USB hard drives to TC after TC is already setup then access the usb drives by both PC and mac?

    1. Just plug them in. The drives need to be formatted as FAT16, FAT32, or Mac OS Extended (Journaled), and may need to be connected through a powered USB hub.
    2. Click here for information.
    (82647)

  • How to add hard drive manually (from CLI, not using VM Manager)

    How do you add hard drive manually from command-line, not from VM Manager?
    TIA.

    Please elaborate. A physical hard drive? Virtual? To the host? To a VM?

  • How to add JDBC driver?

    HI,
    I am using JDeveloper 9.0.5.2, the available jdbc driver database connection is thin and oci8, how can I add more driver availbe? Since oci8 using ocijdbc9, but I have installed Oracle client 10g which comes with the 10g driver.
    Thanks a lot.

    Select Tools>Project Properties and add the driver jar file in the Paths>Additional Classpaths field.
    thanks,
    Deepak

  • [SOLVED] How to add modules to build with the kernel?

    Hello i´m trying to learn how to build my own custom kernel and doing it the arch way https://wiki.archlinux.org/index.php/Ke … raditional. But unfortunately dm-crypt was not included in the kernel so it all failed.
    svart_alg% sudo mkinitcpio -k 3.15.6 -c /etc/mkinitcpio.conf -g /boot/initramfs-test.img
    ==> Starting build: 3.15.6
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [lvm2]
    ==> ERROR: module not found: ‘dm-snapshot’
    -> Running build hook: [encrypt]
    ==> ERROR: module not found: ‘dm-crypt’
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> WARNING: No modules were added to the image. This is probably not what you want.
    ==> Creating gzip initcpio image: /boot/initramfs-test.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    I have never don any of this before and have no idea of how to add a missing module to the kernel i´m building. So i search on internet and had a very hard time finding a good guide for this but i fond one possible solution. https://www.kernel.org/doc/Documentatio … odules.txt
    svart_alg% make -C /home/nigro_alko/Kernel/linux-3.15.6 M=/home/nigro_alko/Kernel/cryptsetup-1.6.5/Makefile.in
    make: Entering directory ‘/home/nigro_alko/Kernel/linux-3.15.6‘
    mkdir: cannot create directory ‘/home/nigro_alko/Kernel/cryptsetup-1.6.5/Makefile.in’: Not a directory
    scripts/Makefile.build:44: /home/nigro_alko/Kernel/cryptsetup-1.6.5/Makefile.in/Makefile: Not a directory
    make[1]: *** No rule to make target ‘/home/nigro_alko/Kernel/cryptsetup-1.6.5/Makefile.in/Makefile’. Stop.
    Makefile:1310: recipe for target ‘_module_/home/nigro_alko/Kernel/cryptsetup-1.6.5/Makefile.in’ failed
    make: *** [_module_/home/nigro_alko/Kernel/cryptsetup-1.6.5/Makefile.in] Error 2
    make: Leaving directory ‘/home/nigro_alko/Kernel/linux-3.15.6‘
    So is there any one that have time to help a lost little newbie i would bee very happy  :-)
    Last edited by Moosey_Linux (2014-07-29 15:00:40)

    karol wrote:Why do you want a custom kernel in the first place?
    Moosey_Linux wrote:i´m trying to learn how to build my own custom kernel
    Reason enough IMO. But anyway... you refer to the Traditional build method in the wiki, but is it possible you didn't really read it? Or maybe you only skimmed it? Did you run make menuconfig? Did you try to build everything in instead of using modules? That mkinitcpio output suggests that you did.
    As suggested there for first-timers, it's a good idea to start with a kernel configuration that is known to work - the Arch config is the obvious choice, but there are other sources e.g. http://kernel-seeds.org/ .

  • [SOLVED]How to add multiple gateways in Arch

    Hi, can someone please advise how to add multiple gateway address for multiple interfaces.
    In my case I have two wired LAN cards. I use Arch network daemon to manage my NIC's.
    I know in Gentoo it could be done through : 'gateway_ethX=( "default gw xx.xx.xx.xx dev ethX" )'
    but doing so in arch wont connect to router/gateway.
    Also in rc.conf it says :
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    #   - prefix an entry in ROUTES with a ! to disable it
    How to declare each route, and then how to list it in ROUTES?
    I read the following thread:
    http://bbs.archlinux.org/viewtopic.php?id=52992, but after adding the suggested lines in rc.conf and restarting the network it fails and says hostname not found.
    Thanks.
    Last edited by kapz (2009-10-08 18:53:39)

    In that case, your routing table should look something like this:
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
    192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
    0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth1
    rc.conf:
    eth0="eth0 192.168.1.14 netmask 255.255.255.0 broadcast 192.168.1.255"
    eth1="eth1 192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255"
    INTERFACES=(eth0 eth1)
    # You may need to add 'dev eth1' to the end of this after '.1.1'
    gateway="default gw 192.168.1.1"
    ROUTES=(gateway)
    Last edited by fukawi2 (2009-10-06 21:55:49)

  • [SOLVED]How exactly are USB drives mounted?

    When I plug in a USB drive, Cinnamon brings up the device in Nemo so I can see its files. The location it's mounted at is /run/media/<username>/<long string I assume to be a UUID>/. How is it that I can mount it again at another directory and use it from there? Also, when I unmount it from the second directory, is it already safe to remove it or do I need to unmount it from the first one as well?
    Last edited by Hurricane (2014-01-01 18:52:25)

    ewaller wrote:How, "Exactly"?
    http://www.usb.org/developers/docs/usb2 … 070113.zip
    http://www.usb.org/developers/docs/devc … 9-2010.pdf
    This is actually along the lines of what I was looking for, lmao.
    nd7rmn8 wrote:cant you place the relevant info by uuid in your /etc/fstab, and then when it automounts, it should mount to that location specified.  twas what i did back in my ubuntu days...
    That's the way I had it on my 8.04. I remember having to set that myself though.
    xtraroot wrote:If it's mounted on more than one place, you'd have to unmount it in those places if you've done file transfers and want to make sure it's safe to remove. You only mentioned one place that it's mounted though?
    I had it mounted at that default location and then I had mounted it onto ~/mnt (I recreated /mnt in my home directory)
    tomk wrote:You seem to lack some understanding about your own system. If your USB devices are automounted when you plug them in, that's because you configured your system to do that. The fact that you are asking how that works should worry you IMO.
    I never configured my system to do that. When I used Arch and XFCE, I don't remember USB drives being automatically mounted. I had to do it myself. Cinnamon apparently does it automatically. What I wanted to know was why, if it does it automatically, does mount not give me an error about trying to mount the same partition again in a different place.
    Thanks for your answers everybody.

  • [SOLVED] How to unload any driver(dll) at the start up after reset??

    Dear Developers,
    Greetings!!!
    As, I am using AM335x BSP with WinCE 7. We have one vendor Wifi device and its binary images(driver installer). When we reset the target board, the modules do not reset and during the time of board booting, I found the following logs
    7771 PID:400002 TID:9e0006 Warning! Kernel DLL 'rwlpsdio.dll' is registered for thread creation/deletion notification. To improve performance if you dont need thread notifications call DisableThreadLibraryCalls from inside D
    7774 PID:400002 TID:9e0006 DriverEntry!!!!!!!!!!!!!
    7777 PID:400002 TID:9e0006 SDIO not initialized, returning!!!!!!!!!!!!!!
    7778 PID:400002 TID:9e0006 OSAXST1: <<< Unloading Module 'rwlpsdio.dll' (0x9E438000) at address 0xA7C90000-0xA7D47000 in Process 'NK.EXE' (0x87FDFAD0)
    PB Debugger Unloaded symbols for 'rwlpsdio.dll'
    We conclude that when we reset the device, the driver is not unloading and that why, its not releasing the resource. 
    My motto to solve the issue by creating an application that run at every startup after reset and unload the driver. So, that during the time of loading it, it re-loads properly..
    I am searching it on google but unable to find any way so far.
    ASAP reply must be highly appreciated 

    Dear Developers,
    @balaji,
    As I had read the link https://social.msdn.microsoft.com/Forums/en-US/98aa5eca-0b38-4f6e-bf7b-81cb7068422e/sdio-wifi-driver-and-prefetch-aborts-problem?forum=winembplatdev
    And, in the above thread you were replying as 
    Hi Misbah,
    NdisMRegisterMiniport sure needs to be called from DriverEntry. Can you check if NdisRegisterAdapter is present. This ideally should be somewhere in your stream interface. 
    I am taking a wild guess here , perhaps you can may be introduce some delay in DriverEntry , so that the stream driver gets a chance to load?.
    e.g. you can use one of NdisWaitEvent functions.
    All the best.
    Regards,
    Balaji.
    As, per my knowledge, the DriverEntry is the first function that is called by ndis after loading the ndis.dll and it is responsible for registering the driver with NDIS by  using
    NdisRegsiterMiniportDriver.  
    Any how in my case, DriverEntry is called but the same function we are getting one error and that's why driver is not registered with NDIS.
    We are checking SDIO  interface status, either it is uo or not. If it is up then fine and if not then display warning and unload the driver.
    So, in my case, the SDIO status is not up after resting the device.
    Any suggestion will be appreciated????

  • How to add JDBC Driver to my CLASSPATH

    Hi~
    I use MySQL JDBC Driver in my program like that
    Class.forName("com.mysql.jdbc.Driver");But when I try to run it, I got a ClassNoFound Exception,I hava add mysql-connector-java-5.0.3-bin.jar into my CLASSPATH, but it no use.How to fix it ?
    Thanks for your time~ ^_^

    Here's my code, Thank you very much. But I suggest that,you'd better write your own code to test it. Hehe,thanks~~
    import java.sql.*;
    import java.util.*;
    import java.io.*;
    public class DBTest {
         private static Connection getConnection(String url, String username, String password)
              throws SQLException, IOException{
                   try{
                        Class.forName("com.mysql.jdbc.Driver");
                   }catch(ClassNotFoundException e){
                        e.printStackTrace();
              return DriverManager.getConnection(url, username, password);
         private static void runTest(){
              Scanner stdin = new Scanner(System.in);
              String serverUrl, username, password;
              serverUrl = "jdbc:mysql://localhost:3306/test";;
              username = stdin.nextLine();
              password = stdin.nextLine();
              Connection conn =null;
              try{
                   conn = getConnection(serverUrl, username, password);
              }catch(SQLException e){
                   e.printStackTrace();
              }catch(IOException e){
                   e.printStackTrace();
              }finally{
              try{
                   Statement stat;
                   if(conn != null){
                         stat = conn.createStatement();
                         stat.executeUpdate("CREATE TABLE Greetings (Message VARCHAR(20))");
                         stat.executeUpdate("INSERT INTO Greetings VALUES('Hello mysql')");
                         ResultSet result = stat.executeQuery("SELECT * FROM Greetings");
                         result.next();
                         System.out.println(result.getString(1));
                   //      stat.executeUpdate("DROP TABLE Greetings");
              }catch(SQLException e){
                   e.printStackTrace();
              }finally{
                   try{
                        if(conn != null)
                             conn.close();
                   }catch(SQLException e){
                        e.printStackTrace();
         public static void main(String args[]){
              runTest();          
    }

  • [SOLVED] How to add files to iso file for Live USB ?

    I created a Live USB by dd command of the dual iso. Now I want to write a shell script to collect commands I need during installation process. Since dd command writes from sector to sector on the USB drive, it is not editable. How can I add my shell script to be available when booting by the arch Live USB ?
    Last edited by etrader (2013-03-10 05:24:17)

    jasonwryan wrote:Not an installation issue, moving to Newbie Corner...
    Sorry for inappropriate posting. This is an advanced customization, but I need a simple manual approach to add my shell script to the iso archive. Moreover, using archiso needs an arch host, but I hoped to be able to create the Live USB from within other linux distributions, as I do with dd command.

  • How to Add Multiple Driver Packages Using Reference File via PowerShell

    Hey All - 
    I've got a task I'm working on which would be much easier via PowerShell.  I tried figuring it out, but couldn't so thought I'd post.
    The Task
    I need to create about 50 new, empty driver packages (most are in the same folder in the console) and am trying to find a method of doing so where I may use a source text file / csv file as reference in the command line.  Each package has a unique name
    and source path.  Here are examples:
    - Latitude E5440 Win7 x86 [A01]   \\server\drivers\5440x86
    - Latitude E5440 Win7 x64 [A01]   \\server\drivers\5440x64
    The Structure
    All of the ones I want to add via PowerShell will go into the same folder in the console.  They will be in the folder "root\New Drivers\Dell CAB Drivers" 
    Any ideas or will this just take more time than it's worth for 50?  Thanks!
    Ben K.

    Also, the creation of the driver package won't be your biggest challenge, as it's as simple as New-CMDriverPackage (see:
    http://technet.microsoft.com/en-us/library/jj821724(v=sc.20).aspx).
    The biggest challenge is relating your models to a share name (unless they're all Latitude).
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

Maybe you are looking for

  • When using dmstool cannot view ohs_Server metric table in Oracle 10g

    Hi, My application runs on Oracle 10g App server, when i tried this command dmstool -table -list The metric table ohs_server is not getting listed... I am sure that Oracle HTTP server is running, i confirmed this by using the command opmnctl status :

  • Not approved requests in IT2001 ?

    hi there, is there a way to get NOT approved (with status SENT) absence requests from ESS in infotyp 2001 ? The normal way is that the request is stored after the absence is approved. reg, Martin

  • Error 5002 using latest itunes update on windows 7

    any solutions??

  • Problem creating JCo

    I'm having problems configuring the SLD and creating the JCo. I'm using a RFC model from a R3 server that is not on the same network of my WEB AS. I want to configure the SLD using the IP address, but it only accepts the hostname. There's a way I can

  • New Q10 stuck on Software Update Screen

    I've just got a brand new Q10, turned it on and started going through the setup screens, but it's stuck on the software update screen. It'll check for updates for a few minutes and then display a message saying it can't reach the update server and di