[SOLVED] LIRC no input with Hauppauge PVR-350

Hey guys
I have the hardware mentioned in the title in a computer connected with the tv (for xbmc)
I recently have re-setup archlinux on this machine to get a clean systemd setup but now Im really stuck getting my remote working again. Sady I forgot to backup my configuration (theres always something that you forget isnt it)^^
configs
/etc/systemd/system/lircd.service
[Unit]
Description=Linux Infrared Remote Control
[Service]
EnvironmentFile=/etc/conf.d/lircd.conf
ExecStartPre=/usr/bin/ln -sf /run/lirc/lircd /dev/lircd
ExecStart=/usr/sbin/lircd --pidfile=/run/lirc/lircd.pid --device=${LIRC_DEVICE} --driver=${LIRC_DRIVER}
Type=forking
PIDFile=/run/lirc/lircd.pid
[Install]
WantedBy=multi-user.target
/etc/conf.d/lircd.conf
LIRC_DEVICE="/dev/input/event11"
LIRC_DRIVER="devinput"
LIRC_MODULES="ir-kbd-i2c lirc_dev"
LIRC_EXTRAOPTS=""
LIRC_CONFIGFILE="/etc/lirc/lircd.conf
/etc/lirc/lirc.conf
# this config file was automatically generated
# using lirc-0.7.0(any) on Sun Nov 28 20:25:09 2004
# contributed by
# brand:   Hauppauge 350
# Created: G.J. Werler (The Netherlands)
# Project: Mythtv Fedora Pundit-R www.mythtvportal.com
# Date:    2004/11/28
# model no. of remote control: Hauppauge A415-HPG
# devices being controlled by this remote: PVR-350
begin remote
  name  Hauppauge_350
  bits           13
  flags RC5|CONST_LENGTH
  eps            30
  aeps          100
  one           969   811
  zero          969   811
  plead        1097
  gap          114605
  toggle_bit      2
      begin codes
          Go                       0x00000000000017BB
          Power                    0x00000000000017BD
          TV                       0x000000000000179C
          Videos                   0x0000000000001798
          Music                    0x0000000000001799
          Pictures                 0x000000000000179A
          Guide                    0x000000000000179B
          Radio                    0x000000000000178C
          Up                       0x0000000000001794
          Left                     0x0000000000001796
          Right                    0x0000000000001797
          Down                     0x0000000000001795
          OK                       0x00000000000017A5
          Back/Exit                0x000000000000179F
          Menu/i                   0x000000000000178D
          Vol+                     0x0000000000001790
          Vol-                     0x0000000000001791
          Prev.Ch                  0x0000000000001792
          Mute                     0x000000000000178F
          Ch+                      0x00000000000017A0
          Ch-                      0x00000000000017A1
          Record                   0x00000000000017B7
          Stop                     0x00000000000017B6
          Rewind                   0x00000000000017B2
          Play                     0x00000000000017B5
          Forward                  0x00000000000017B4
          Replay/SkipBackward      0x00000000000017A4
          Pause                    0x00000000000017B0
          SkipForward              0x000000000000179E
          1                        0x0000000000001781
          2                        0x0000000000001782
          3                        0x0000000000001783
          4                        0x0000000000001784
          5                        0x0000000000001785
          6                        0x0000000000001786
          7                        0x0000000000001787
          8                        0x0000000000001788
          9                        0x0000000000001789
          Asterix                  0x000000000000178A
          0                        0x0000000000001780
          #                        0x000000000000178E
          Red                      0x000000000000178B
          Green                    0x00000000000017AE
          Yellow                   0x00000000000017B8
          Blue                     0x00000000000017A9
      end codes
end remote
$ sudo systemctl restart lircd.service
$ irw
[I can press what I want, nothing]
$ sudo ir-keytable
Found /sys/class/rc/rc0/ (/dev/input/event11) with:
    Driver ir-kbd-i2c, table rc-hauppauge
    Supported protocols: RC-5
    Enabled protocols: RC-5
    Name: i2c IR (Hauppauge WinTV PVR-350
    bus: 24, vendor/product: 0000:0000, version: 0x0000
    Repeat delay = 500 ms, repeat period = 125 ms
Any help is appreciated!
Last edited by chnuebi (2013-02-12 12:20:01)

Hell YEAH!!
/etc/systemd/system/lircd.service
[Unit]
Description=LIRC Daemon
After=network.target
[Service]
Type=forking
EnvironmentFile=/etc/conf.d/lircd.conf
PIDFile=/run/lirc/lircd.pid
ExecStartPre=/bin/mkdir -p /run/lirc
ExecStartPre=/bin/rm -f /dev/lircd
ExecStartPre=/bin/rm -f /run/lirc/lircd
ExecStartPre=/bin/ln -s /run/lirc/lircd /dev/lircd
ExecStart=/usr/sbin/lircd -d $LIRC_DEVICE -P /run/lirc/lircd.pid -H $LIRC_DRIVER $LIRC_CONFIGFILE
ExecStopPost=/bin/rm -f /dev/lircd
ExecStopPost=/bin/rm -fR /run/lirc
[Install]
WantedBy=multi-user.target
In addition it seems i loaded the wrong driver.
/etc/conf.d/lircd.conf
LIRC_DEVICE="/dev/lirc0"
LIRC_DRIVER="default"
#LIRC_MODULES="ir-kbd-i2c lirc_dev"
#LIRC_MODULES="lirc_i2c lirc_dev"
LIRC_EXTRAOPTS=""
LIRC_CONFIGFILE="/etc/lirc/lircd.conf"
/etc/modules-load.d/lirc.conf
#ir-kbd-i2c
lirc_i2c
lirc_dev
so /dev/lirc0 gets created (did it over /dev/input)
Thank you soo much -> moving forward to xbmc mappings (8

Similar Messages

  • [SOLVED] mythtv - No picture using Hauppauge pvr-150

    Hi All,
      I have just set up mythtv but cannot get a live picture using the Hauppauge pvr 150.  The card is working (thanks to enrique) and can both stream video and record video either live or in a cron job. I am attaching the cable directly to the card instead of using a digital cable box.  This limits the available channels but thats OK since this connection probably won't be used that often.
      I don't recall seeing any options specifying whether the cable connection is analog or digital, nor do I recall seeing any options pertaining to the video card.   I don't know what I'm doing wrong so any and all tips will be appreciated.   
    Thanks
      Larry
    Last edited by ljshap (2008-05-27 11:02:32)

    Problem Solved:
       The dodo (Me), kept putting the card in as "analog v4l device" which is how myth set it up.
       It should be MPEG-2 encoder card (PVR-x50,500).
       I just wasn't being careful enough to check all possibilities.
       Seems to be working.   
       Maybe that will help someone.
       Larry

  • [SOLVED] Kodi 14.2 with kodi-pvr-addons (vnsi), swith to tvheadend

    Hallo,
    i've installed a fresh Antergos Linux (arch distri , 2015.06.03-x86_64) an want to build a media pc.
    First i've installed the tv device drivers (ddbridge from the digitaldevice homepage) and vdr 2.2.0-1 with the vdr-vnsiserver 2:1.2.1_29_g1772c92-1 from AUR.
    Than Kodi 14.2-5 and kodi-pvr-addons 20141212-2 with pacman.
    After starting kodi and enable the kodi pvr vnsi plugin, vdr and kodi connect to each other and I see the tv channels in the Live TV section, but after selection of an tv channel there is no picture an no error message in kodi.
    With "systemctl -n 150 vdr" i get the error message from the terminal:
       VNSI: Welcome client 'XBMC Media Center' with protocol version '6'
       VNSI: RDS not supported on client 'XBMC Media Center' and stream type disabled
       VNSI: LiveStreamer::Close - close
       VNSI: close video input ...
       VNSI: cxSocket::read: eof, connection closed
    Ther must be an version error with the vnsiserver plugin an the kodi-pvr-addon, but i don't now how to solve it.
    What can I do?
    The kodi vnsi plugin has the version 1.9.22.
    The vdr-vnsiserver version is 1.30.
    Last edited by archu3er (2015-06-14 08:09:30)

    Have to admit i haven't used vdr with kodi (former xbmc) releases in times since i discovered tvheadend, you could give it a try or ...
    You could check configuration files in /etc/vdr folder and see that vnsi and other things allow streaming output to specific address.
    Also times ago there was an way to have stream output to "xbmc" without so called vnsi plugin, so i don't have much of an idea about it.

  • PVR-350 no tv out

    I am running a mythtv system with a hauppauge pvr-350 and a pvr-150.  I use the tv out from the pvr-350.
    I had this working, although I was getting occasional hangs for no apparent purpose, so I updated the system.  With my most recent update of the system, the tv out is no longer working.  I get audio, but no video.  Dmesg reports a number of lines with
    i2c addr 0x44 not found
    as part of the messages.  Not sure where to begin looking for problems; any help is appreciated.

    Found this at http://www.mythpvr.com/mythtv/pvr-350-m … pport.html
    MythTV 0.20 Removes Full PVR-350 Support
    PVR-350 hardware decoding support in MythTV has ended, at least for the time being. The hardware encoding is still supported.
    The developers have indicated that because nobody has stepped up to support the PVR-350 decoding functionality, the support has not been included in MythTV 0.20.
    As a PVR-350 owner, what's this mean to you? The encoding portion of this card is still supported, which basically means the card now acts like a PVR-150 or PVR-250.
    If you are considering getting a PVR-350 for use with MythTV, maybe you should reconsider. A good alternative would be to get a PVR-150 along with a NVIDIA graphics card. The NVIDIA cards still have supported hardware decoding (XvMC), and can be found for about $50.
    At some point, if someone picks up the development of the PVR-350 decoder, the support for it may return to MythTV.

  • [Solved] Hauppauge PVR-250 + Lirc = Kernel Oops & Pain

    Using:
    - Hauppauge PVR-250
    --- ivtv
    --- lirc_dev
    --- lirc_i2c
    Modprobe ivtv?  Fine.
    Modprobe the lirc modules?  Fine.
    Start lircd service?  Fine.
    Try to use lirc?  FAIL.
    This will be my own little self dialog as I get reintroduced to all the pain I use to experience trying to setup MythTV.
    lirc_dev: IR Remote Control driver registered, major 61
    bttv: driver version 0.9.17 loaded
    bttv: using 8 buffers with 2080k (520 pages) each for capture
    cx88/0: cx2388x v4l2 driver version 0.0.6 loaded
    lirc_i2c: chip found @ 0x18 (Hauppauge IR)
    lirc_dev: lirc_register_plugin: sample_rate: 10
    BUG: unable to handle kernel paging request at 52492071
    IP: [<c01832e6>] do_sys_open+0x76/0xf0
    *pde = 00000000
    Oops: 0000 [#1] PREEMPT SMP
    Modules linked in: cx8800 cx88xx bttv ir_common compat_ioctl32 videobuf_dma_sg videobuf_core btcx_risc lirc_i2c lirc_dev ipv6 usb_storage msp3400 saa7115 tuner tea5767 tda8290 tda18271 tda827x tuner_xc2028 xc5000 tda9887 firewire_ohci tuner_simple mt20xx tea5761 firewire_core crc_itu_t psmouse ivtv pcspkr serio_raw emu10k1_gp i2c_algo_bit cx2341x v4l2_common tveeprom ppp_generic ohci1394 gameport ieee1394 nvidia(P) i2c_i801 intel_agp i2c_core agpgart ehci_hcd shpchp pci_hotplug uhci_hcd sg thermal evdev processor fan button battery ac snd_usb_audio snd_usb_lib snd_intel8x0 snd_emu10k1 snd_rawmidi snd_ac97_codec snd_util_mem snd_hwdep snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_pcm snd_timer snd_page_alloc snd_mixer_oss snd soundcore ac97_bus slhc skge gspca usbcore videodev v4l1_compat rtc_cmos rtc_core rtc_lib reiserfs sr_mod cdrom sd_mod ata_piix ata_generic pata_acpi libata scsi_mod dock
    Pid: 3412, comm: lircd Tainted: P         (2.6.25-ARCH #1)
    EIP: 0060:[<c01832e6>] EFLAGS: 00010287 CPU: 0
    EIP is at do_sys_open+0x76/0xf0
    EAX: 52492065 EBX: 40000020 ECX: 00000043 EDX: f5d83260
    ESI: ffffff9c EDI: f5072000 EBP: 00000007 ESP: f5d99f84
    DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
    Process lircd (pid: 3412, ti=f5d98000 task=f543c000 task.ti=f5d98000)
    Stack: bfe01a98 00000000 f5d83260 bfe01a98 00000002 bfe0392f f5d98000 c01833dc
           bfe01a98 bfe0392f 00000000 00000002 c01050d8 bfe0392f 00000002 bfe01a98
           00000000 00000002 bfe01af8 00000005 0000007b 0000007b c0100000 00000005
    Call Trace:
    [<c01833dc>] sys_open+0x2c/0x40
    [<c01050d8>] sysenter_past_esp+0x6d/0xa5
    =======================
    Code: 78 78 8b 44 24 20 89 d9 89 fa 89 04 24 89 f0 e8 31 ff ff ff 3d 00 f0 ff ff 89 44 24 08 77 6e 8b 54 24 08 bb 20 00 00 40 8b 42 0c <8b> 70 0c 0f b7 56 72 81 e2 00 f0 00 00 81 fa 00 40 00 00 ba 20
    EIP: [<c01832e6>] do_sys_open+0x76/0xf0 SS:ESP 0068:f5d99f84
    ---[ end trace fbdc5cf39936cc8f ]---
    Last edited by georgia_tech_swagger (2008-07-29 17:45:56)

    This is indeed a problem in the lirc 0.8.2 package in extra.   I have submitted a bug with a fixed PKGBUILD of lirc 0.8.3.
    http://bugs.archlinux.org/task/11041

  • Hauppauge PVR-150 Capture, Audio Static/Noise IVTV Composite input

    Hello,
    This is my first post.
    I have been migrating from Gentoo to Arch after 7-8 years using gentoo, I think Arch is great. even though precompiled packages have there downside. anyway.
    I have problem with static/noise audio when capturing from Composite using IVTV, im running kernel 3.0.4 arch kernel.
    I have 10  Hauppauge PVR-150 (+1 PVR-500) Cards running, the problem occurs in a random card after reboot.
    Video is fine on all cards, but sometimes the audio on either one of the 11 cards get static/noise in the audio background.. sometimes allot, other times just a little bit noise/static.
    I tried the wiki, and searched the forum, but can't find a solution, can anyone help me??
    I can provide sample (cat /dev/videoX > sample.mpeg) if interested.
    See dmesg: http://pastebin.com/U2JnJ0Zr
    Thank you

    Hello,
    changing to constant bitrate seems to correct the problem,
    v4l2-ctl -d /dev/videoX --set-ctrl=video-bitrate-mode=1
    and then remember to not have the capture source audio volume to more than 75%.

  • How to solve the problem related with inputing of the text into Wordpress from Firefox 9 and 9.0.1. The problem is that after inputing the formatting gets lost. Taking in account high popularity of Wordpress I suppose the problem is quite serious.

    How to solve the problem related with inputing of the text into Wordpress from Firefox 9 and 9.0.1.
    The problem is that after inputing the formatting gets lost.
    Taking in account high popularity of Wordpress I suppose the problem is quite serious.

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * [[Troubleshooting extensions and themes]]
    * Clipboard not working -> [http://kb.mozillazine.org/Clipboard_not_working]
    * Rich Text Editing -> [http://kb.mozillazine.org/Rich_text_editing]
    * Update All your Firefox Plugins -> [https://www.mozilla.org/en-US/plugincheck/]
    Check and tell if its working.
    Might not be related to your problem but some of your Plugins are out-dated
    * Update All your Firefox Plugins -> [https://www.mozilla.org/en-US/plugincheck/]
    * '''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''

  • Hauppauge PVR card and cpu usage

    Just wondering if anybody is running a PVR 350 TV card. My concern is this I am running this card and it is using 50%+. When I had this card in my P4 2.5GHz usage was around 20%. I am not sure what is up any ideas? I am running all default settings on the board etc..

    can you tell us which Hauppauge card you have?
    does it use a chipset that is supported by InstantOn? look in the 865PRO FAQ sticky
    i guess it has hardware MPEG2 encoding, and may not be suitable for the InstantOn software, as it is designed to work with software-driven TV tuners. or it is a DVB-T card, which won't work at all in InstantOn

  • Synchroniz​ing two counter frequency inputs with multiple analog inputs

    Hello all,
    I'm fairly new to LabVIEW and I'm trying to collec​t data from multiple sources with synchronized tim​ing on the acquisition but I'm having trouble figu​ring it out. My problem is that I've got two count​er frequency inputs, one optical tachometer readin​g one pulse per revolution, and a max machinery fl​ow meter with a k factor of 12000. I can't seem to​ figure out how to sync the timing with my multiple analog inputs. I've be​en attempting to get the tachometer  to sync with ​the analog inputs first by following the example l​inked here. (https://decibel.ni.com/content/docs/DOC-10785) So far each time I run it I either get a timeout e​rror on the DAQmx read or a "Multiple sample clock​ pulses were detected" error (see attached image).  It seems if I slow the sampling rate way down to ​say 10 hz and ensure that the tachometer signal is​ over 800-1000 RPM (13-17 Hz) before starting the VI then the program will run without errors until ​the RPM drops below that threshold then the "Multi​ple sample clock pulses" error occurs.  The code is attached below.
    Does anyone know of a more effective way of syncin​g counter frequency inputs with analog inputs?  I'd like to have a VI that can show 0 RPM (and ev​entually 0 flow as well, but I think I need to fig​ure out the timing of one counter before I add ano​ther as it seems I can't have two counters in the ​same task). Any help on this would be greatly appr​eciated.
    LabVIEW version 13.0
    cDAQ-9178 Chassis with NI 9401 for the two counter inputs and NI 9205 for the analog inputs.
    Thanks!
    Richard
    Solved!
    Go to Solution.
    Attachments:
    SimpleDAQ.vi ‏44 KB
    LV_Error.JPG ‏31 KB

    Maybe third times the charm? 
    So I've finally got a good handle on why the VI is having problems at low RPM though I'm somewhat embarassed how long it took me to do that
    Because I have the counter time synced to my Analog input task if it doesn't see at least two pulses between the two clock pulses set by the analog input task I get the -201314 "Multiple sample clock pulses" error. This seems fine at first as it just sets a minimum RPM that I can measure and it's well below the area I'm interested in so no problems there.  I tried a simple error handler that would clear the error when it happend assuming the loop would keep iterating until the RPM went above that minimum at which point I would get a signal again. This is not the case, the read function just continues to spit out the -201314 error even after the RPM is back in the readable range. So then I tried adding two case structures so that when the error occured it would stop the task, clear the error, and then start the task again on the next loop iteration (Code Attached). This also doesn't work as the error shows up again on the stop task and then AGAIN on the start task on the next loop iteration. It seems this error is not actually being cleared and once it happens it stays with the task regardless of what the error cluster is carrying. 
    Anyone have any ideas?  The only solution I can think of is to just clear all tasks and recreate them each loop iteration until the RPM is readable again but that strikes me as a horribly clunky solution.
    Richard 
    Attachments:
    SimpleDAQ_1_Start Stop.vi ‏48 KB

  • How to keep the field open for input with error message in report program

    Hi,
      Need a help in solving the below issue.
    "How to keep the field open for input with error message in report program"
    Regards,
    C.Shasiraj.

    Hi...
    you have to use the event:
    <b>AT SELECTION-SCREEN ON <FIELD> EVENT.</b>
    u have to give an error message in this event.
    Consider the following <b>Example:</b>
    <b>PARAMETERS : NUMBER TYPE I.
    AT SELECTION-SCREEN ON NUMBER.
      IF NUMBER = 10.
        MESSAGE 'Number vakue is 10' TYPE 'E'.
      ENDIF.
    START-OF-SELECTION.
      WRITE NUMBER.
    </b>
    in this if u give the value of number = 10, it will not proceed further, if u give some other value other than 10 you will proceed further...
    Execute this program once u will understand....
    also Consider the following links :
    <b>Regarding events:</b>
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/79/34a237d9b511d1950e0000e8353423/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/79/34a23ad9b511d1950e0000e8353423/frameset.htm
    <b>Regarding messages:</b>
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/aa575426ad11d2954d0000e8353423/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/aa575426ad11d2954d0000e8353423/frameset.htm
    This is very useful.......
    Reward points if useful....
    Suresh....

  • [Mega 180] Media Center III with Hauppauge PVR250

    Hi
    We have a problem to get the TV card installied in MSI Media Center III deluxe.
    The TV card (Hauppauge PVR 250) works very well with the Hauppauge WinTV Software - but there seems to be no way to integrate the tuner card in Media Center.
    We proceeded like this:
    - We startet MSI Media Center III deluxe und selected Television
    - In the Setting the WDM Driver for the Hauppauge Card was selected.
    - Here is the First Problem. It is impossible to selecte Cable as source. After selecting "cable" media center switches autmatically to "antenna"
    - We pressed the button for automatic programming but it just did nothing.
    Do anybody here has the same configuration and got the card working?
    Can somebody post us his WinDVR3.prog file (if this is the file for TV programming). Perhaps we can program then television manually.
    Thanks for help
    Greetings
      Patrik  
    PS: We know that a MSI tuner card is recommended.

    Finally I give up using the Media Center.  I'm using now Girder with Nathans great plug in (see MSI Mega series girder plugin version 1.0 available ). The only disadvantage is that the fancy leds are not working.
    Regards
    Patrik

  • Touch input with 2 touch point

    I need driver for touchsmart IQ512 for win 8 who support touch input with 2 touch point
    This question was solved.
    View Solution.

    Touchdrivers needed for your system would be available through Windows update. You can even try downloading the drivers from the following weblink:
    http://www.nextwindow.com/assets/files/NWFilter1.4.0.0.zip
    I am an HP employee.
    Regards,
    Vidya
    Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.
    ***Click on "Thumbs up" button to the bottom right side of my post to say thanks!***

  • Lightroom 4 crashes when trying to open the slideshow module. I spent over three hours with both Adobe and Apple tech support and we know it is a permission issue but have not been able to get it solved.  It started with the last upgrade to 10.8

    Lightroom 4 crashes when trying to open the slideshow module. I spent over three hours with both Adobe and Apple tech support and we know it is a permission issue but have not been able to get it solved.  It started with the last upgrade to 10.8

    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click the following line to select it. Copy the selected text to the Clipboard (command-C):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -Rh $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    The first step should give you usable permissions in your home folder. This step will restore special attributes set by OS X on some user folders to protect them from unintended deletion or renaming. You can skip this step if you don't consider that protection to be necessary.
    Boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    resetpassword
    That's one word, all lower case, with no spaces. Then press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • Batch input with objects

    Hi,
    Exists a standard class to develop a batch input????
    Any ideas???
    Is it possible to create a batch input with objects??

    Hi there
    Why not
    just define your class in the normal way
    decide what variables you need to pass
    in the methods of your class call the fm modules bdc open, bdc dynpro etc etc.
    Incidently the following include will have a decent amount of code for the BDC bits.
    include bdcrecx1.
    A good way is to start sm35 to record what you are doing on the screen. When you've finished  go to your recording in SM35 and click on CREATE PROGRAM - it will create most of the code for you including the screen fields -- you'll need to edit a bit of course as you don't need everything that will be shown.
    Debugging in the CREATE PROGRAM might show you a decent generic way of generating BDC's which you could easily do via a class.
    Note however using BDC's is the LEAST PREFRERRED WAY of performing work and should only be used as a LAST RESORT if there really is no other way. A lot of new BAPI's and Classes are now available which can do away with the need for BDC's  in most cases.
    job done.
    cheers
    jimbo

  • Simulate camera input with Java Media Framework

    I'd like to ask, if there is a way to simulate camera input with JMF?
    I'd like to write a program that registers (somehow) in Windows a new camera device, and I can create a video stream in Java that supplies data of what is "visible" through that "software camera".
    Is it even possible with pure Java (with JMF)?

    Bump!
    The question is sill open and Dukes are waiting.

Maybe you are looking for

  • MULTIPLE ITEM PROBLEM IN VL31N BDC

    hI FRIENDS ,     I AM POSTING A BDC OF TRANSACTION VL31N ,ie FOR SCHEDULE AGREEMENT INBOUND DELIVERY.I CREATE A FUNCTIONAL MODULE OF THE SAME AND CALL IT FROM AN ASP PAGE,IN THAT THERE IS PO NUMBER 5500000986 WHICH HAS TWO ITEMES 62 AND 95 RESPECTIVL

  • Do I have to buy the 10.6 update in order to update to 10.6.8?

    I am trying to finish restoring my iPhone 4 and my software update on my mac is on os x 10.5.8 and it says that I need to be on os x 10.6.8. I tried downloading 10.6.8, but now it's saying that I can't do that until I have 10.6, which I can't find.

  • How do I set-up my memory amount for max speed for FCP and Motion

    Hey all, I have a Dual 2.3 G5 with (8 Gigs) Ram. I'm working with a new client. I want to set up my memory or whatever else to provide MAXIMUM processing power for FCP and MOTION. Does anyone have any recommended settings. I've maxed-our RAM. My card

  • Problems with email account on BlackBerry Q10

    At the start of this week I had 2 email accounts on my BlackBerry Q10. Calls/SMSes and emails were all being received/sent/allowed without any issue (through wifi and/or usual network connection). The ONLY exception to this was that I was NOT able to

  • HTTP Client, URL Encoding

    Hi there, got a bit of a problem here and hoping that someone might have an idea. 2 servers, Web AS 6.20 SP45 (Java and ABAP) same Kernel releases, DB releases, patch levels, components and everything. Same program (transported from one to the other)