How to get linux-headers-3.6.4-1

Hi forums,
I have a new Arch install on an Asus G75VW that uses the x86_64 3.6.4-1 kernel. I've installed VMware Workstation by following the wiki, but when I run it it complains it can't find the kernel's C headers. I downloaded the "linux-headers" package but VMware Workstation doesn't accept it, which I assume is because the package gets "linux-headers-3.6.5-1" and VMware wants "linux-headers-3.6.4-1". Is this a correct assumption? What should my next step be?
Thank you.

Raynman wrote:The next step should be to update the rest of your system, in particular the kernel package, so that the versions match.
Ok, thank you. I will review the wiki and do this.
Raynman wrote:That is why people say you should always update before installing new software.
I'm coming from Debian and the Arch Linux way of doing things is a bit different than what I'm used to. My first thought was I'd be able to download "linux-headers-3.6.4-1" through a package cache, but I haven't been able to find such a thing. Is the "linux-headers-3.6.4-1" package available at all, in an FTP or something?

Similar Messages

  • How to get table headers in jsp page

    hi,
    this is praveen, can any one help me to solve this problem.
    how to get table headers in a jsp page. whether it is possible using javascript or is there any other way.
    pls send rep.
    thank u.

    Hai ,
    I Think  This will help ful for u check it ,
    File=new FileLog("f:/WebServiceTrace/trace2.%g.log", 800000, 10,                                        new  TraceFormatter());
    The above code specifies the path for your log file.
    Then add this file as a log location and then log the traces. For this you can use the following code like:
    Location location=Location.getLocation(className);
              location.addLog(file);
              location.setEffectiveSeverity(Severity.ALL);
              location.entering(methodName);
    To Create j2ee apllication
    In path new-j2ee-jsp to create JSP's can only be used for J2EE applications.
    So as you are using this in Portal Application, this does not work.
    You can test this bahavior by creating a new Web Application (New-Project-J2EE-Web Module Project)
    In this Web Module Project, try creating JSP, this will work.
    So dont use new-j2ee-jsp to create JSP in Portal Application instead use New-File and name the file as jsp.
    Regards ,
    venkat

  • How to get HTTP headers from Data Provider Class?

    Hi,
    I'm the beginner in SAP NetWeaver Gateway. Using Service Builder I created CRUD OData web service and implemented CRUD operations in Data Provider Class. Data Provider Class has methods like MYENTITY_GET_ENTITYSET, MYENTITY_GET_ENTITY, MYENTITY_CREATE_ENTITY, MYENTITY_UPDATE_ENTITY. How can I get HTTP headers from the methods of this Data Provider Class?

    You can do so by using the following code in DPC
    Data :  Lo_facade type ref to /IWBEP/IF_MGW_DP_INT_FACADE.
    lo_facade     ?= /iwbep/if_mgw_conv_srv_runtime~get_dp_facade( ).
    lt_client_headers = lo_facade->get_request_header( ).
    Regards,
    Atanu

  • How to get Network headers from Project definition in PS module?

    Hi All,
    I want to get all network headers under a project definition. Please let me know how to get them?
    Do we have any BAPI for that?

    Check these BAPi's
    BAPI_PROJECTDEF_GETDETAIL
    BAPI_NETWORK_GETDETAIL

  • How to get linux on mac`

    i want to get linux 7.04 onto my mac w/o using my install disc that i lost. is there any way to do this with easy steps?

    True, but X11 and Developer Tools is provided on the original disks, and in a former thread we were on, I had mentioned they might want to learn more about the included Unix tools on Mac OS X. They didn't mention in that thread they lost their disks. So in case they lost the original Mac OS X and MacBook installer disks, it would be useful for them to know where to get replacement disks.

  • How to get amf headers?

    Hi
    I have set up communication between Actionscript and .NET WCF using amf. And the communication has worked fine using NetConnection. I have sent and recevied data in both directions. And sending headers from actionscript is no problem but when i send headers from WCF to actionscript I cant find a way to extract/find the header.
    I have monitored the call using charles and there I can se that the header is sent back with the call from WCF.
    I found this in the AMF specification, but how do i do it?
    To handle an AMF context header a suitable method needs to be available, matching the header name. NetConnection is now a sealed type so either it must be subclassed or an object with a suitable implementation needs to be set for the NetConnection client property.
    Thanks in advance

    I solved it at posting my findings here.
    To get the header I had to send in a Object to the client parameter on NetConnection like the code below:
    public class UsingNetConnectionWithHeader
         public function UsingNetConnectionWithHeader
              netCon = new NetConnection();
              netCon.addEventListener(NetStatusEvent.NET_STATUS, connectionHandler);
              netCon.connect(remotingGateway);
              netCon.client = new CustomClient();
              netCon.call("Method", new Responder(successfulResult, erroneousResult),param1,param2...);
         public function connectionHandler(ev:NetStatusEvent):void
              if(ev.info.code == "NetConnection.Call.Failed")
                   trace("Call failed");
         public function successfulResult(obj:Object):void
              trace("Call Successful");
         function erroneousResult(obj:Object):void
             trace("Call Failed");
    public class CustomClient
         public function CustomHeader(content:String):void
              trace("Got header with content:" + content);    
    To get this to work the custom header name must be CustomHeader.

  • Mail: How To Get Mail Headers To Show "Read"

    How can I get the mail headers to "gray" out or be colored when they've been read? Right now, ALL messages in the list are bold black. Once I read an email, it still shows bold and black. I need some sort of identification to show what is NEW and what HAS BEEN READ.
    I've been using Outlook, which grays out read messages.
    Any help would be appreciated. Thanks in advance.
    Dave

    Check the box at:
    Mail > Preferences > Viewing | Display Unread Messages with bold font

  • Atheros ethernet, compat-drivers & linux-headers version mismatch

    I just installed a new mobo (GA-H77M-D3H) which has an atheros ar8161 ethernet chip.
    The old mobo had a realtek ethernet chip which worked fine (but the RAM didn't).
    Arch (and other distros) doesn't have drivers for the new atheros one (there's a bit of a fight over its support in the linux kernel).
    I see many posts on how to fix this, but the solution isn't working for me yet.
    The solution seems to be to use the compat-drivers package. However, I'm having trouble building it (I'm not that great at solving these things yet).
    I am downloading compat-drivers from: https://www.kernel.org/pub/linux/kernel … ts/stable/
    (From the unzipped source, I am using ./script/driver-select alx)
    The problem is compat-drivers needs linux headers for my current kernel, 3.7.10-1-ARCH, but the version on the arch download page is Arch is 3.8.3-2 and I don't know where to find an earlier version.
    The download link I use for linux-headers is: https://www.archlinux.org/packages/core … x-headers/
    Note: I'm downloading on another computer as the one with no ethernet has no ethernet.
    "uname -r" gives me:
    3.7.10-1-ARCH.
    And I can't update without ethernet.
    The build error message is:
    make: *** /lib/modules/3.7.10-1-ARCH/build: No such file or directory.  Stop.
    So, my questions are:
    1. Is there anywhere I can get linux-headers for 3.7.10-1-ARCH? (and would this be the right way?)
    2. Can I force make to pretend I'm using 3.8.3-2? would this have any chance of success?
    3. Is there another way to fix this?
    Thanks.
    PS: It took me about 10 minutes to get through the forum register "captcha" due to bugs and my laptop not having accurate US time... I see lots of complaints about it online, so please fix (a regular captcha is far harder to spam).

    This works for me:
    1. Get latest kernel 3.8.3-2
    2. wget https://www.kernel.org/pub/linux/kernel … -u.tar.bz2
    3. Use https://backports.wiki.kernel.org/index … at-drivers documentation, but simply:
    - tar jxvf compat-drivers-2013-03-15-u.tar.bz2
    -./scripts/driver-select alx
    - make
    - make install
    - modprobe alx
    verify with lsmod | grep -i alx, if module is loaded.
    Note:
    compat-drivers-3.8.3-2-snpu.tar.bz2 didn't work for me with latest kernel 3.8.3-2.

  • How to get a Mad Catz R.A.T 3/5/7 to work on Arch Linux

    This post isn't about me asking for help.  Instead it is a post about how to get a Mad Catz R.A.T. 3/5/7 mouse working.  I'm posting this for future Archers who have bought one of these mice.  They're a good mouse product but unfortunately there is a weird bug in the mouse's firmware that makes it "lose focus" on a desktop or "locks" your cursor into the middle of your screen seemingly at random.  Your mouse might also fail to click on things in a window or on a desktop.  It took me the better part of a day and a half to find the answers to fix this behaviour.  I couldn't find anything on this forum so I'm posting this for future Archers.  I am not the originator of the solution so I will post the relevant information from others' posts from two different web sources.  If you're interested in the technical aspects of why this behaviour is present in this type of mouse please scroll down.*
    The problem as summarised by the guy at Delightfully Linux:
    if you plug in the mouse without modifying xorg.conf, the buttons become unresponsive and the Ubuntu desktop will appear to have locked up even though the cursor still moves. This is the same issue with the black R.A.T. 7, and it has the same solution.
    He gives you one way to fix this:
    Put the code below into /etc/X11/xorg.conf
    Section "InputClass"
    Identifier "Mouse Remap"
    MatchProduct "Saitek Cyborg R.A.T.7 Albino" #change this if you need to by using input-list to generate the correct product code
    MatchDevicePath "/dev/input/event*"
    Option "ButtonMapping" "1 2 3 4 5 6 7 8 9 0 0 0 0 0 0"
    EndSection
    That button remapping full of zeroes will not let you use the side scroll button or the red button. 
    However, another person posted a comment to Delightfully's blog who claimed that his code (below) will enable all of the R.A.T.'s buttons.  I have tried it and it enabled my side scroll wheel for a few minutes.  It did not last and I have no permanent fix at this time.  If someone else does have a fix for the other two "buttons" on the mouse please post it!
    The code which supposeldy enables all of the mouse's buttons is here:
    /etc/X11/xorg.conf.d/910-rat.conf and this file place in /etc/X11/xorg.conf.d
    # Cyborg Mouse R.A.T. 7 in Ubuntu 10.10 (Extra Buttons)
    Section "InputClass"
    Identifier "R.A.T."
    MatchProduct "R.A.T.7|R.A.T.9"
    MatchDevicePath "/dev/input/event*"
    Option "Buttons" "17"
    Option "ButtonMapping" "1 2 3 4 5 0 0 8 9 7 6 12 0 0 0 16 17"
    Option "AutoReleaseButtons" "13 14 15"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Save and reboot
    I can verify that both sets of code do work on a R.A.T. 7 Contagion and that others affirm it works for a R.A.T 3 or 5.
    One final method of fixing this without bothering with files in /etc/X11/xorg.conf.d is to use a .Xmodmap in your home directory with this in it:
    Put this file in your home directory file in the user directory:
    This post isn't about trying to get any of the series' of R.A.T. mice from Mad Catz working. I'm posting this for future Archers who have bought one of these mice. They're a good mouse product but unfortunately there is aweird bug in the mouse's firmware that makes it "lose focus" on a desktop or "locks" your cursor into the middle of your screen seemingly at random. Your mouse might also fail to click on things in a window or on a desktop. It took me the better part of a day and a half to find the answers to fix this behaviour. I couldn't find anything on this forum so I'm posting this for future Archers. I am not the originator of the solution so I will post the relevant information from others' on two different web pages.
    The problem as summarised by the guy at [url=https://delightlylinux.wordpress.com/2012/03/22/making-the-cyborg-rat-7-albino-work-with-ubuntu/]Delightfully Linux[/url]:
    [quote]if you plug in the mouse without modifying xorg.conf, the buttons become unresponsive and the Ubuntu desktop will appear to have locked up even though the cursor still moves. This is the same issue with the black R.A.T. 7, and it has the same solution.[/quote]
    He gives you one way to fix this is to add this section to your /etc/X11/xorg.conf:
    [code]Section "InputClass"
    Identifier "Mouse Remap"
    MatchProduct "Saitek Cyborg R.A.T.7 Albino" #change this if you need to by using input-list to generate the correct product code
    MatchDevicePath "/dev/input/event*"
    Option "ButtonMapping" "1 2 3 4 5 6 7 8 9 0 0 0 0 0 0"
    EndSection[/code]
    That button remapping full of zeroes [i]will not let you use the side scroll button or the red button[/i].
    However, another person posted a comment to Delightfully's blog, which he claims will enable all of the R.A.T.'s buttons. I have tried it and it enabled my side scroll wheel for a few minutes. It did not last and I have no permanent fix at this time.
    If someone else does have a fix for the other two "buttons" on the mouse please post it!
    The other code, that is supposed to work for all buttons is here:
    [code]Put the code below into /etc/X11/xorg.conf.d/910-rat.conf
    # Cyborg Mouse R.A.T. 7 in Ubuntu 10.10 (Extra Buttons)
    Section "InputClass"
    Identifier "R.A.T."
    MatchProduct "R.A.T.7|R.A.T.9"
    MatchDevicePath "/dev/input/event*"
    Option "Buttons" "17"
    Option "ButtonMapping" "1 2 3 4 5 0 0 8 9 7 6 12 0 0 0 16 17"
    Option "AutoReleaseButtons" "13 14 15"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Save and reboot[/code]
    I can verify that both sets of code do work on a R.A.T. 7 Contagion and that others affirm it works for a R.A.T 3 or 5.
    One final method of fixing this without bothering with files in /etc/X11/xorg.conf.d is to use a .Xmodmap in your home directory with this in it:
    [code] xinput --set-button-map "Saitek Cyborg R.A.T.7 Mouse" 1 2 3 4 5 6 7 8 9 10 11 12 0 0 0 16 17 18 19 20 21[/code]
    One final note: It seems that this mouse (on my rig at least) is incapable of scrolling in text boxes (such as the one I'm using to post this). I don't know why this behaviour is present but it was not like this, prior to using the previously written code that is, and I don't know if it is also fix-able. If you find out how to repair this function please post it in this thread.
    I hope this helps whoever comes across it. :)
    xinput --set-button-map "Saitek Cyborg R.A.T.7 Mouse" 1 2 3 4 5 6 7 8 9 10 11 12 0 0 0 16 17 18 19 20 21
    *   If you're curious as to why this behaviour occurs look on this Ubuntu bug tracker forum.  If you want to read the whole thread it's here.   *
    I hope this helps whoever comes across it. 
    [edit]fixed some typos
    Last edited by MoonSwan (2014-06-22 21:22:36)

    There actually is a wiki entry that points to Delightfully's posts on his blog.  Honestly, I've never edited a wiki and I wasn't sure if I'd be stepping on someone else's wiki-toes (so to speak).  If there is interest in that, though, I'll learn to edit a wiki and add it.
    Last edited by MoonSwan (2014-06-22 21:21:10)

  • How to get EDUP wireless usb adapter working under linux

    i have a EDUP wifi adapter, that i would like to use with arch.
    the box states that linux is supported. but i dont know how to get the drivers to work.
    here is the out put of lsusb.
    [mark@blackeee ~]$ lsusb
    Bus 001 Device 004: ID 0ace:1215 ZyDAS WLA-54L WiFi
    thanks for any pointers .

    i have a EDUP wifi adapter, that i would like to use with arch.
    the box states that linux is supported. but i dont know how to get the drivers to work.
    here is the out put of lsusb.
    [mark@blackeee ~]$ lsusb
    Bus 001 Device 004: ID 0ace:1215 ZyDAS WLA-54L WiFi
    thanks for any pointers .

  • How to get my Oracle EBS version (on linux)

    Hello,
    do you know how to get Oracle EBS version (on linux)?
    Thanks!

    Ok, now i'm confused...
    cat /etc/redhat-release For linux version.
    httpd -version for Apache version.
    For application release, you can get that from the DB. Query fnd_product_groups or you can get that from Help -> About page.
    If you want the framework version : http://[host].[domain]:[portnumber]/OA_HTML/OAInfo.jsp
    Edited by: Bobcatalog on Dec 2, 2008 1:00 PM

  • How to get work JavaFX WebViewBrowser sample in debian linux wheezy?

    How to get work JavaFX WebViewBrowser sample in debian linux wheezy
    You may also check latest version of this problem here... 
    The Starting point I have
    Debian wheezy
    java version "1.7.0_40"
    Java(TM) SE Runtime Environment (build 1.7.0_40-b43)
    Java HotSpot(TM) Client VM (build 24.0-b56, mixed mode)
    GTK version: 2.24
    NetBeans 7.3.1
    Certified configuration acording to JavaFX Supported Configurations
    is
    Ubuntu 10.4 +
      gtk2 2.18+
    GTK is OK. do I require ubuntu?
    first try: by  downloading Java SE Downloads - javafx sample
    Let's try it
    zolta@zolta:~/dolgaim/IT/NetBeansProjects/javafx/javafx-samples-2.2.40$ java -jar SwingInterop.jar
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGILL (0x4) at pc=0x9b6b4c22, pid=21172, tid=2658700144
    # JRE version: Java(TM) SE Runtime Environment (7.0_40-b43) (build 1.7.0_40-b43)
    # Java VM: Java HotSpot(TM) Client VM (24.0-b56 mixed mode linux-x86 )
    # Problematic frame:
    # C  0x9b6b4c22
    # Core dump written. Default location: /home/zolta/dolgaim/IT/NetBeansProjects/javafx/javafx-samples-2.2.40/core or core.21172
    # An error report file with more information is saved as:
    # /tmp/hs_err_pid21172.log
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    Terminated
    Let's see what core dump says
    to be continued...

    Gusar wrote:
    We need *a lot* more info than that. Could be something very simple, like the interface being up before starting wifi-menu (netctl doesn't like the interface being up, it'll only start correctly if the interface is down).
    Or it could be something more. In which case, you'll need to start wpa_supplicant manually with debugging enabled:
    wpa_supplicant -i wlp18s0b1 -c <(wpa_passphrase MYSSID passphrase) -d
    Once this says you're connected, open another terminal and start dhcpcd. Or, if wpa_supplicant doesn't manage to connect, post the *entire* output.
    Edit: Ok, you posted more info as I was writing my post. Will look through that, maybe it contains something useful. If not, follow the instructions above.
    Edit2: Nope, nothing about wireless in there, except that the driver loaded.
    It worked!!
    I was looking into the logs and found an authentication failure...my password is very long so I made some mistakes while typing it.
    So this is the solution all the way:
    SOLUTION:
    - No need to install or load any external drivers (all I used was already in the base installation)
    - DISABLE THE HIDDEN NETWORK OPTION IN THE ROUTER (thanks for the heads-up @Gusar)
    - run "# wifi-menu"
         or
           "# wpa_supplicant -i [interface] -c <(wpa_passphrase MYSSID passphrase) -d"
    - run "# dhcpcd [interface]"
    - Good to go!!
    I'm sorry for the trouble guys, and like I imagined, it was really easy and now I see my newbiness hahaha ;D
    Thanks.

  • How do I get Linux on Slot Loading iMac G3 350 running with Tiger OSX?

    Hi,
    How do I get Linux (Ubuntu) running alongside Tiger 10.4 on an iMac G3? I have a 350MHz Slot Loading iMac G3 Indigo currently running OSX 10.4. I would like to have Ubuntu and OSX on the same computer, so when I boot, I can choose which OS to boot into.
    I have tried several times, but I can't seem to boot from the Ubuntu PPC CD. In the Ubuntu pages, it says that there are two types of iMac G3's. New style and Old Style. Supposedly New style ones are easier to have Ubuntu on it, but I don't know which I have.
    Any help is appreciated.

    The "new style" they refer to is probably distinguished by the type of optical drive it has. The two types are completely different designs (on the inside), but the most obvious visual difference is the slot-loading optical drive in the newer design, and the tray-loading optical drive in the older design.
    As for Ubuntu, is it an old enough version you are trying, so that it works on PowerPC Macs. How did you burn the CD (?), because some of those old drives may have trouble with booting (or even reading) some CDRW media. CDR generally works

  • How to get system temp dir. path on the fly ,system may be XP or Linux ??

    How to get system temp dir. path on the fly ,system may be XP or Linux ??
    please suggest solution

    The default temporary-file directory can be retrieved
    using:
    System.getProperty("java.io.tmpdir")
    Thanks a lot for u r reply this one works !!!!

  • How to get  documentation of a report with its respective headers?

    I know fm, SRTU1_GET_REPORT_DOCUMENTATION, has to be used to get the documentation of a report. But when i print out the result it only shows the documentation data and not the data's respective headers. Without the headers the data looses its meaning.
    Any idea on how to get both the report documentation and its respective headers.
    Any help will be appreciated.
    Thanks
    Nahman

    The following code downloads program docu as pdf file:
    data: header like thead,
          options like itcpo.
    data: lines like tline occurs 0 with header line,
           otfdata like  itcoo occurs 0 with header line,
           pdflines like tline occurs 0 with header line,
           docstab like  docs occurs 0 with header line,
           binfilesize type i,
           filenm type string.
    parameters: program like trdir-name obligatory,
                filenam like rlgrap-filename default 'c:temppdftest.pdf'.
    start-of-selection.
      call function 'DOC_OBJECT_GET'
        exporting
          class                  = 'RE'
          name                   = program
         language               = sy-langu
          short_text             = 'X'
          appendix               = 'X'
       importing
         header                 = header
        tables
    *   RTF_LINES              =
          itf_lines              = lines
       exceptions
         object_not_found       = 1
         others                 = 2
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
      options-tdgetotf = 'X'.
      options-tdprogram = 'SAPLSHL2'.
      options-TDDEST = 'LOCL'.
      call function 'PRINT_TEXT'
        exporting
          application                    = 'TD'
    *   ARCHIVE_INDEX                  = ' '
    *   ARCHIVE_PARAMS                 = ' '
          device                         = 'PRINTER'
          dialog                         = ' '
          header                         = header
          options                        = options
    * IMPORTING
    *   NEW_ARCHIVE_PARAMS             =
    *   RESULT                         =
        tables
          lines                          = lines
          otfdata                        = otfdata
       exceptions
         canceled                       = 1
         device                         = 2
         form                           = 3
         options                        = 4
         unclosed                       = 5
         unknown                        = 6
         format                         = 7
         textformat                     = 8
         communication                  = 9
         bad_pageformat_for_print       = 10
         others                         = 11
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
      refresh lines.
      call function 'CONVERT_OTF_2_PDF'
    * EXPORTING
    *   USE_OTF_MC_CMD               = 'X'
    *   ARCHIVE_INDEX                =
       importing
         bin_filesize                 = binfilesize
        tables
          otf                          = otfdata
          doctab_archive               = docstab
          lines                        = pdflines
       exceptions
         err_conv_not_possible        = 1
         err_otf_mc_noendmarker       = 2
         others                       = 3
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
      filenm = filenam.
      call function 'GUI_DOWNLOAD'
        exporting
    *   BIN_FILESIZE                    =
          filename                        = filenm
          filetype                        = 'BIN'
        tables
          data_tab                        = pdflines
    *   FIELDNAMES                      =
       exceptions
         file_write_error                = 1
         no_batch                        = 2
         gui_refuse_filetransfer         = 3
         invalid_type                    = 4
         no_authority                    = 5
         unknown_error                   = 6
         header_not_allowed              = 7
         separator_not_allowed           = 8
         filesize_not_allowed            = 9
         header_too_long                 = 10
         dp_error_create                 = 11
         dp_error_send                   = 12
         dp_error_write                  = 13
         unknown_dp_error                = 14
         access_denied                   = 15
         dp_out_of_memory                = 16
         disk_full                       = 17
         dp_timeout                      = 18
         file_not_found                  = 19
         dataprovider_exception          = 20
         control_flush_error             = 21
         others                          = 22
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    Regards
    Sridhar

Maybe you are looking for

  • How do I add file name in Beta Pages?

    I have just upgraded Pages to Beta Pages (version 5.2.2 (1877) on my MacBook Pro and can't find how to add the filename to the footer. The older version gave me the option by clicking on the footer. I can't see that option on the footer or anywhere e

  • Thumbnail view of photos in iphoto

    i cannot get iphoto to return to thumbnail views of all my photos. instead it changed to a full view in the viewing screen.

  • IPod Touch is not coming up in iTunes

    I am plugging my iPod Touch-3rd Generation into iTunes and it is make the chime noise, but it is not showing up. It is also freezing iTunes until a unplug it.

  • Multiple ViewControllers & session variables

    Hi all, We have an ADF 11g application with multiple ViewControllers (and one ADF BC model project) and I was trying to set a session-scoped variable (customer number) in one ViewController and access it in another. However, the result for the fetch

  • A very urgent deployment issue about DBAdapter

    Hello All, I have a very urgent deployment issue about DBAdapter. That DBAdapter is connect to DB2 AS400 Database. I have a developing database (jdbc:as400://server01/TEST) and a production database (jdbc:as400://server01/PROD). During developing, I