2.6.24 - which module is loaded [rt2x00 problem]?

Hey,
I recently upgraded to 2.6.24 because I wanted to use the new rt2x00 wifi modules.
But, those modules are really crappy and buggy - so I want to continue using the 2.6.24 kernel,
but switch back to the legacy rt73 wifi module.
I managed to compile and install the rt73 module, and all is working ok.
But for some unknown reason (to me), the rt73usb, rt2x00, etc. are loaded each time I reboot.
I don't know what causes those modules to load, and I don't want them to load anymore.
How can I remove those modules from the booting sequence?
From where are there called?
Tnx
Fiod
Last edited by fiod (2008-02-29 19:16:54)

fiod wrote:
I recently upgraded to 2.6.24 because I wanted to use the new rt2x00 wifi modules.
But, those modules are really crappy and buggy - so I want to continue using the 2.6.24 kernel,
but switch back to the legacy rt73 wifi module.
I managed to compile and install the rt73 module, and all is working ok.
@Fiod,
That's precisely what I had to do too - compiling the rt73 USB legacy driver downloaded from the rt2x00 site. I use RutilT as the interface and it works well with WPA too.
All other distros I've tried recently suffer from the same problem with loading the unwanted modules automatically when my USB wifi dongle is inserted. But blacklisting in arch works fine: In /etc/rc.conf I need:
MOD_BLACKLIST=(rt73usb rt2500usb)

Similar Messages

  • Module Pre-Load runs slow after reboot

    Rebooted testing controller (first time in quite awhile) and now the Module Pre-Load runs significantly slower than it used to.  Now takes several minutes when it only took a few seconds before.  Affects all sequences run on this station, not just tied to one sequence.  Does not appear to be any other applications running that would hog memory.  Tried rebooting again with no change.  Have not made any changes to Station Options (that we are aware of).  Any ideas?  Running Test Stand 2013 and Labview 2013.
    Thanks.
    GSinMN 

    There could be several reasons. I understand that the affected code modules are written in LabVIEW.
    Options:
    a) The modules are or contain VIs which are not in the correct version (LV 2013) and have to be recompiled. In order for this option, the LV module adapter in TestStand has to be configured to run VIs in "Development Environment". In "Runtime Engine", the VIs wouldn't work at all.
    b) Your harddrive is close to full and is heavily fragmented. If you have a HDD (so no SSD!), you should use the MS Defrag tool to defragment the harddrive.
    c) You have changed settings in Anti-Virus-Software or maybe Firewall. This changes don't need to be done by yourself manually... there have been incidences where settings were modified by e.g. hotfixes of software. This could lead to some kind of access restriction which resolves after hitting a timeout.
    There are possibly more reasons, but these three are the most prominent i can think off.
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Delaying a service until a kernel module has loaded and "settled"

    Hi,
    I have a problem: a certain program is started too soon before a kernel module has had time to settle down. That means that the program needs to be restarted manually after each reboot, otherwise it won't detect the hardware.
    The service in question is tvheadend (from aur) and the module ddbridge, which I've installed from outside of the kernel tree (since the one in kernel is out of date). That is a beta driver so probably it should settle sooner, but it doesn't.
    From the recent boot (and others) I can see this:
    $ journalctl -b | grep -i ddbridge
    experimental: 1969cdc5388b711e2aef3d1747b5f7dd1cd965f3 experimental/ddbridge: Fix 'inlining failed in call to always_inline ...: recursive inlining'.
    huhti 27 20:25:59 ArkkiVille kernel: ddbridge 0000:02:00.0: enabling device (0000 -> 0002)
    huhti 27 20:25:59 ArkkiVille kernel: DDBridge driver detected: Digital Devices Octopus DVB adapter
    huhti 27 20:25:59 ArkkiVille kernel: ddbridge 0000:02:00.0: irq 41 for MSI/MSI-X
    huhti 27 20:25:59 ArkkiVille kernel: DDBridge using 1 MSI interrupt(s)
    huhti 27 20:25:59 ArkkiVille kernel: DVB: registering new adapter (DDBridge)
    huhti 27 20:25:59 ArkkiVille kernel: DVB: registering new adapter (DDBridge)
    experimental: 1969cdc5388b711e2aef3d1747b5f7dd1cd965f3 experimental/ddbridge: Fix 'inlining failed in call to always_inline ...: recursive inlining'.
    huhti 27 20:26:01 ArkkiVille kernel: ddbridge 0000:02:00.0: DVB: registering adapter 0 frontend 0 (DRXK DVB-C DVB-T)...
    huhti 27 20:26:03 ArkkiVille kernel: ddbridge 0000:02:00.0: DVB: registering adapter 0 frontend 1 (DRXK DVB-C DVB-T)...
    But the tvheadend unit file is run right after the module is loaded at 20:26:00, which is too soon before the device nodes have actually populated:
    huhti 27 20:26:00 ArkkiVille systemd[1]: Starting tvheadend...
    huhti 27 20:26:00 ArkkiVille systemd[1]: Started tvheadend.
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: charset: 71 entries loaded
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: CSA: Using SSE2 128bit parallel descrambling
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: epggrab: module eit created
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: epggrab: module uk_freesat created
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: epggrab: module uk_freeview created
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: epggrab: module viasat_baltic created
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: epggrab: module opentv-skyuk created
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: epggrab: module opentv-skyit created
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: epggrab: module opentv-ausat created
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: epggrab: module pyepg created
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: epggrab: module xmltv created
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: epgdb: loaded v2
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: epgdb: channels 0
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: epgdb: brands 0
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: epgdb: seasons 0
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: epgdb: episodes 10870
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: epgdb: broadcasts 10869
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: dvr: Creating new configuration ''
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: AVAHI: Service 'Tvheadend' successfully established.
    huhti 27 20:26:00 ArkkiVille tvheadend[502]: START: HTS Tvheadend version started, running as PID:502 UID:1337 GID:91, settings located in '/home/hts/.hts/tvheadend'
    Restarting the service manually 'fixes' the issue:
    huhti 27 20:27:16 ArkkiVille tvheadend[1311]: dvb: Found adapter /dev/dvb/adapter0 (DRXK DVB-C DVB-T) via PCI
    huhti 27 20:27:16 ArkkiVille tvheadend[1311]: dvb: Found adapter /dev/dvb/adapter0 (DRXK DVB-C DVB-T) via PCI
    huhti 27 20:27:16 ArkkiVille tvheadend[1311]: dvb: Found adapter /dev/dvb/adapter1 (DRXK DVB-C DVB-T) via PCI
    Any ideas how to 'delay' the service? Is there a .target or service (or similar) in systemd which can see if the kernel modules have settled down?
    Is my only option making a dirty script that will check that the device nodes are there, or hard-coding a delay in the unit file? How would one do that?
    Cheers!
    Last edited by Wild Penguin (2015-04-27 21:15:44)

    A simple way to do that would be to use a systemd timer unit, named '/etc/systemd/system/tvheadend.timer':
    [Unit]
    Description=Delaying tvheadend start
    [Timer]
    OnStartupSec=20
    AccuracySec=5
    Then:
    # cp /usr/lib/systemd/system/tvheadend.service /etc/systemd/system
    # cd /etc/systemd/system
    # vim tvheadend.service
    # diff /usr/lib/systemd/system/tvheadend.service tvheadend.service
    14c14
    < WantedBy=multi-user.target
    > #WantedBy=multi-user.target
    Edit: The above part is superfluous, sorry, see the next posts
    Finally:
    # systemctl disable tvheadend.service
    # systemctl add-wants multi-user.target tvheadend.timer
    # systemctl daemon-reload
    This timer will start the 'tvheadend.service' 20 seconds (+~5 seconds) after systemd start time.
    To my opinion, this is the easiest way to do that (no udev rule to write with the systemd device unit features which is much more complicated).
    Last edited by berbae (2015-04-28 15:13:47)

  • LR3 Web module not loading pix of collection

    Hi All,
    I still have the same problem using the web module, which doesn't load all the pictures of the collection, and bugs. I never had this problem before using LR2. Does anybody encounter the same issue? Is there a way to fix this ?
    Thanks for your help,
    Sebastien

    Resolved the problem.Found a tag missing from web.xml file.

  • Which modules can I avoid

    In an effort to make sure my server is more secure, I'd like to disable which modules are enabled in Apache. However, I don't want to turn off anything critical. In case it helps: we use wikis, use virtual hosting for several sites, don't host e-mail, don't use/allow CGI, do have indexing turned off.
    I've done some other basic things, such as change set the ServerTokens to Prod and turned ServerSignature off
    Here are the modules currently enabled:
    authnfilemodule
    authzhostmodule
    cache_module
    memcahcemodule
    diskcachemodule
    dumpio_module
    extfiltermodule
    include_module
    filter_module
    deflat_module
    logconfigmodule
    logio_module
    env_module
    expires_module
    headers_module
    ident_module
    setenvif_module
    proxy_module
    proxyhttpmodule
    proxybalancermodule
    ssl_module
    mime_module
    dav_module
    status_module
    autoindex_module
    asis_module
    info_module
    cgi_module
    davfsmodule
    vhostaliasmodule
    nefotiation_module
    dir_module
    imagemap_module
    actions_module
    speling_module
    userdir_module
    alias_module
    rewrite_module
    php5_module
    appleauthmodule
    spnegoauthomodule
    appledigetmodule
    hfsapplemodule

    No one can tell you definitively what you can and can't remove. The whole reason these options are installed as modules is because everyone has different needs and not everyone wants/needs all the features.
    A quick Google with each of the module names will give you details of what each module does. You will need to decide whether you want/need that particular feature.
    Some likely candidates, though, include:
    Anything with 'auth' in the name (e.g. 'authnfilemodule', 'authzhostmodule', 'appleauthmodule' and 'spnegoauthomodule'). These are all related to access control and authentication (e.g. the ability to control who can see what, using various username/password authentication methods). If you're not using any username/password-protected content on any of your sites you can disable these.
    Anything with 'cache' in the name (e.g. 'cache_module', 'memcachemodule', 'diskcachemodule') are clearly related to caching. Caching can improve performance but many small sites don't experience sufficient benefit to worry. Conversely, high-traffic sites can overwhelm the cache and see little benefit, too. You can enable/disable them at will to see what, if any benefits you get.
    logconfigmodule - if you're running any kind of logging you probably want this. For a truly high-performance site, though, disable all logging.
    expires_module and headers_module are useful for manipulating HTTP headers, especially with regards to client-side caching. Any high-performance site is going to use these to ensure the maximum amount of content is cached client-side to reduce load on the server.
    All the 'proxy_*' modules are related to running a proxy server (where Apache acts as a buffer or gateway to other services). If you're not running as a proxy, feel free to disable these.
    'ssl_module' is clearly for SSL/HTTPS. If you're not running any SSL sites you can disable this.
    Many other modules are pretty self-explanatory 'status_module' for tracking server status, 'cgi_module' for running CGIs, 'autoindex_module' for automatically creating directory indexes if one doesn't exist, 'php5_module' if you're running PHP and so on.
    The only one I'd say you absolutely should not disable is hfsapplemodule. This manages HFS's case-preserving nature which runs counter to the traditional UNIX case-sensitive file systems.

  • Executing commands before modules are loaded?

    Hi!
    I'm searching for a way to execute some commands before the modules are loaded.
    I have a Thinkpad 600E and I need to activate my soundcard via
    # echo 'activate' > /sys/devices/pnp0/00:06/resources
    # echo 'activate' > /sys/devices/pnp0/00:07/resources
    as it won't get activated via BIOS.
    This needs to be done before the modules get loaded, else the snd-cs4236 won't see the card.

    This seems like a good idea. I posted the info for install below so you don't have to look it up:
    install modulename command...
    This is the most powerful primitive in modprobe.conf: it tells
    modprobe to run your command instead of inserting the module in
    the kernel as normal. The command can be any shell command:
    this allows you to do any kind of complex processing you might
    wish. For example, if the module "fred" worked better with the
    module "barney" already installed (but it didn't depend on it,
    so modprobe won't automatically load it), you could say "install
    fred /sbin/modprobe barney; /sbin/modprobe --ignore-install
    fred", which would do what you wanted. Note the --ignore-
    install, which stops the second modprobe from re-running the
    same install command. See also remove below.
    You can also use install to make up modules which don't other-
    wise exist. For example: "install probe-ethernet /sbin/modprobe
    e100 || /sbin/modprobe eepro100", which will try first the e100
    driver, then the eepro100 driver, when you do "modprobe probe-
    ethernet".
    If you use the string "$CMDLINE_OPTS" in the command, it will be
    replaced by any options specified on the modprobe command line.
    This can be useful because users expect "modprobe fred opt=1" to
    pass the "opt=1" arg to the module, even if there's an install
    command in the configuration file. So our above example becomes
    "install fred /sbin/modprobe barney; /sbin/modprobe --ignore-
    install fred $CMDLINE_OPTS"

  • [SOLVED] Virtualbox module "vboxdrv" - loading at boot

    I can manualy boot the "vboxdrv" module using
    sudo modprobe vboxdrv
    and this works every time - I can use Virtual box withouth problems. I would really like to load this module at boot time using the "/boot/syslinux/syslinux.cfg" file and then recompile the image using mkinitcpio -p. I edited the file like this, but the module doesn't get loaded.
    LABEL arch
    MENU LABEL Linux (Arch)
    LINUX ../vmlinuz-linux
    APPEND root=/dev/sda3 rw init=/usr/lib/systemd/systemd vboxdrv
    INITRD ../initramfs-linux.img
    I have seen that people useing "modeprobe.****=*****" command or something similar in this file to load modules. How should I use this to load vboxdrv module?
    Last edited by 71GA (2014-04-13 11:48:36)

    halimbo wrote:
    I don't see the problem in adding vboxdrv to the initramfs, when he clearly wants to have it loaded anytime he boots.
    For the graphics drivers it's supposed in the wiki, too.
    So I don't see a problem in adding the driver for virtualbox. but that's just me, i see.
    When i follow your argumentation, there is no reason to add graphics drivers in /etc/mkinitcpio.conf because the drivers are not needed to mount the initial filesystem.
    It's not only about mounting the real root it's about ensuring a succesfull bootup of the whole system and having graphics modules loaded early helps to do that. On my laptop for example there is a race condition with X11, which wants to start before udev figured out the appropriate graphics driver module to load. So it would boot into terminal and the display manager service would report "failed" as status otherwise.
    Last edited by blackout23 (2014-04-13 18:45:14)

  • Module not loading at startup + logs

    I am having a problem getting my rtl8187 module to load at startup. This is my wireless driver. At startup my wireless refuses to work. I check my modules "lsmod" and the rtl8187 module appears to be loaded. However my wireless only starts working after I remove the module and then reload it.
    Can somebody tell me where I can find the log that will tell me whats going on with this module at startup.
    BFC

    Can somebody tell me where I can find the log that will tell me whats going on with this module at startup.
    You say the module gets loaded, as does lsmod. So there will be no error message, as the system thinks the module is working(which it probably is). The reason your wireless is not working may be another issue. In order for some things to work correctly certain things need be loaded before other things can access them.
    anyway, all error logs are in /var/log, shouldn't take you long to look through them. They are dated.

  • I have a iPad were I have opened I tunes match ect linked to my pc I have since found my old ipod classic which I have loads of music on but that was all linked to a mac which I don't have anymore, is there anyway I can sync them both

    I have a iPad were I have opened I tunes match ect linked to my pc I have since found my old ipod classic which I have loads of music on but that was all linked to a mac which I don't have anymore, is there anyway I can sync them both without loosing my music, if I plug my ipod into PC it won't read it

    You need to transfer the music from your iPod on to your iTunes library on your PC, since that is where you are currently syncing and where you are signed into iTunes Match.  It doesn't matter that you were previously syncing it with a Mac, and you won't need to reinstall iTunes on your PC.  But you will have to use 3rd party software such as Touch Copy to transfer any music not purchased from the iTunes store from your iPod to your iTunes library.  Here's another guide on this, which is shoter and you may find easier to follow: Syncing to a "New" Computer or replacing a "crashed" Hard Drive.  Also, if you're using iTunes 11, go to View>Show Sidebar.  This will make it easier to follow along with these guides.

  • I have a lot of movies on my itunes library,when I sync my ipad2, how can I select which movies to load on the ipad?

    How do I choose which movies to load into my ipad from my itunes library? Seems like everytime I sync, it loads up all the movies I have in my itunes library.

    When connected to your computer's iTunes, select the iPad 'device' on the left-hand side of iTunes, and then on the right-hand side on its films/movies tab just select the films that you want to sync and then click the Sync button at the bottom.

  • In PI-7.0 Which Modules are included in Netweaver

    give me the detail about in PI-7.0 Which Modules are Included in Netweaver(XI,EP etc)

    Hi,
    PI scenario is just used for XI
    Regards,
    michal

  • Problem with module lazy loading in flex 3

    Hi every body!
    I have some problems with Module lazy loading. I am using flex 3.5, Module-flex3-0.14, parsley 3.2.
    I can't get the LazyModuleLoadPolicy working correctly.
    In my main application (the one that loads the modules), my parsley context is the following:
            <cairngorm:LazyModuleLoadPolicy objectId="lazyLoadPolicy" type="{ OpenViewMessage }" />
         <cairngorm:ModuleMessageInterceptor type="{ OpenViewMessage }"/>
         <cairngorm:ParsleyModuleDescriptor objectId="test"
              url="TestModule.swf"
              applicationDomain="{ClassInfo.currentDomain}"
         />
    And to load my module:
    [Inject(id="test")]
    [Bindable] public var test:IModuleManager;
    <core:LazyModulePod
         id="moduleLoader"
         moduleManager="{test}"
         moduleId="testModule"
    />
    with  LazyModulePod.mxml:
    <mx:Canvas
        xmlns:mx="http://www.adobe.com/2006/mxml"
        xmlns:module="com.adobe.cairngorm.module.*"
        xmlns:parsley="http://www.spicefactory.org/parsley">
        <mx:Script>
            <![CDATA[
                import com.adobe.cairngorm.module.ILoadPolicy;
                import com.adobe.cairngorm.module.IModuleManager;
                [Bindable]
                public var moduleId:String;
                [Bindable]
                public var moduleManager:IModuleManager;
                [Bindable]
                [Inject(id="lazyLoadPolicy")]
                public var lazyLoadPolicy:ILoadPolicy;
            ]]>
        </mx:Script>
        <parsley:Configure/>
        <module:ViewLoader id="moduleLoader"
            moduleId="{ moduleId }"
            moduleManager="{ moduleManager }"
            loadPolicy="{lazyLoadPolicy}">
             <!--<module:loadPolicy>
                  <module:BasicLoadPolicy/>
             </module:loadPolicy>-->
        </module:ViewLoader>
    </mx:Canvas>
    OpenViewMessage.as in a swc:
    public class OpenViewMessage
            private var _moduleId:String;
            private var _viewId:String;
            public function OpenViewMessage(moduleId:String, viewId:String)
                this._moduleId = moduleId;
                this._viewId = viewId;
            public function get viewId():String{
                return _viewId;
            [ModuleId]
            public function get moduleId():String
                return _moduleId;
    In another flex project, my module context is:
    <mx:Object
         xmlns:mx="http://www.adobe.com/2006/mxml"
         xmlns:controler="com.cegedim.myit.controler.*">
         <controler:WindowControler/>
    </mx:Object>
    The module implements IParsleyModule
    <mx:Module xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical"
         implements="com.adobe.cairngorm.module.IParsleyModule"
         xmlns:spicefactory="http://www.spicefactory.org/parsley">
         <mx:Script>
              <![CDATA[
                   import org.spicefactory.parsley.flex.FlexContextBuilder;
                   import com.adobe.cairngorm.module.IParsleyModule;
                   public function get contextBuilder():ContextBuilderTag
                    return contextBuilderTag;
              ]]>
         </mx:Script>
         <spicefactory:ContextBuilder  id="contextBuilderTag" config="{ MyITTestModuleContext }"/>
         <spicefactory:Configure/>
    </mx:Module>
    and the WindowControler:
    public class WindowControler
         public function WindowControler(){}
         [Init]
            public function initialize():void
                Alert.show("Module Initialized");
            [MessageHandler(scope="local")]
            public function openViewMessageHandler(message:OpenViewMessage):void
                Alert.show("Opening view " + message.viewId + " in the module " + message.moduleId);
    If i uncomment the basicLoadPolicy in LazyModulePod.mxml and remove the lazyModuleLoadPolicy, everything works fine. The module is loaded when it's added to stage and it receives correctly messages dispatched to it. But with the lazy policy the module never loads.
    I may have missed something or there is somthing i don't understand because i tried the ModuleTest provided in example in cairngorm sources. It works fine (i mean loading the moduleA2 when receiving a message), but if i replace the change the lazyModulePolicy to listen to broadcasted messages instead of a pingMessage, the module never loads too.
        <cairngorm:LazyModuleLoadPolicy objectId="lazyLoadPolicy" type="{ BroadcastMessage }" />
        <cairngorm:ModuleMessageInterceptor
            type="{ BroadcastMessage }" moduleRef="moduleA" />
    public class BroadcastMessage
        public function BroadcastMessage()
    If someone has any clue, i'll be happy to test it =)
    Thanks.

    Hello, back on my issue, i tested a little bit more the message dispaching.
    I read the lazyLoadPolicy class and noticed that it always has to have a ModuleId property in the message to work, that's why the broadcast message didn't work to awake the module with the lazy loading policy.
    So i added copy of my module:
         <cairngorm:ParsleyModuleDescriptor objectId="test"
              url="TestModule.swf"
              applicationDomain="{ClassInfo.currentDomain}"
         />
         <cairngorm:ParsleyModuleDescriptor objectId="testbis"
              url="TestModuleBis.swf"
              applicationDomain="{ClassInfo.currentDomain}"
         />     
    Set them both with a basicLoadPolicy, and tries to dispatch a message to only one of them using the ModuleId metatag. I then noticed that both modules received the message and not only the one i expected.
    I then changed the ModuleMessageInterceptor configuration to dispatch to only one kind of module:
    <cairngorm:ModuleMessageInterceptor type="{ OpenViewMessage }" moduleRef="test"/>
    and this worked as expected. Only the first module catched the message. I am obiously messing with the ModuleId metatag but i cannot see what's wrong...
    I compiled with
    -keep-as3-metadata+=ModuleId
    but this hasn't changed anything...

  • After completed as an MBA HR & System, Which module is the best for freshers ??

    Hi,  I am Samrat Saha. I completed my post graduation as an MBA (HR&System). I did BCA in my graduation and did Higher secondary in commerce. I want to build my career in SAP. But I have some questions::
    1. If i go for SAP then which module is the best for me..??
    2. As a fresher is companies showing any interest to recruit..??
    3. I hard a Course from Victoria University, Melborn, That Is "Master of Business (Enterprise Resource planning System) with SAP".. Is this Master degree worthy to do??
    Message was edited by: Sarah Kellman

    Hello Samrat,
    It is not possible to provide guidance on what career path you should take.  This is a conversation you need to have with a Career Planner or perhaps one of your professors.  You should follow the path you are most interested in, be it a functional role or a technical role.  Ideally you may want to consider getting some work experience in both fields, and then determine which area you wish to pursue.
    You state you have an MBA in HR & System....System what??  System development? Technology?  Programming?  Data Warehousing?  Even HR is a vast area within the SAP world.  We have Payroll, Recruiting, Self Services, Compensation, Time Management, Learning Management Systems, etc.  Most consultants select one or two areas to pursue.  There is no such thing as a single person who knows the complete SAP HR solution...it's just too big!
    I will suggest that you consider taking an SAP HR course so that you can get an idea as to how large the application is.  There are lots of courses available in e-learning.  I would recommend either SAPHRE or HR050E to start.  Once you have completed one of these, you'll be in a better position to decide what you want to do, or at least decide what you don't want to do.
    Good Luck!

  • Which Module for Vocally challenged Inter C.A. Student

    Hello,
    My name is Gaurav Bidasaria. I completed my C.A. Inter but started working as a tech blogger instead. I learned web designing, app development and few other skills during those years. Primary reason for opting this line:
    a) Interest in internet and related domain
    b) Lack of oral communication (0%)
    As far as my voice is concerned, it is partially impaired which means you will understand everything once you spend few days with me. You will also understand almost everything if you meet me the first time, however, I dont think I am suitable for meeting clients, explaining them technical aspects and getting feedback. Interaction with fellow workers will go along just fine.
    I am looking for back office job for this reason. Which modules should I undertake? Also, I have heard that being a techno-functional pays good rewards in the long run. I am willing to put in effort, and I am really good at self-learning as I have learnt web designing and App development all by myself. So I am confident I can learn anything anywhere with little help.
    I was thinking about going for FI/CO/ABAP/BI modules. Not sure though.
    Please let me know if you have any queries or questions. Do not hesitate. Any help from your side might help me build my career.
    Thank you for your time and efforts. Much appreciated.
    Message was edited by: Colleen Lee - moving from Training space to Careers (more active space for this type of question)

    Sravan,
    You can test the web self-service just by launching the Web Dynpro PIQ_MBSS_OIF directly at first.  The Student Role (delivered with EHP4) in the portal also includes it as part of the Service Map.  The standard portal location is:
    pcd:portal_content/com.sap.pct/specialist/com.sap.pct.isher.student.bp_folder/com.sap.pct.isher.student.roles/com.sap.pct.isher.student.student
    I believe you need the following Business Package in your portal:  BPISHERST03_0-10006146
    -Michael

  • BAPI/ Functoin Module/ Standard Load porgram for T-code QS41 and IW61

    Hi,
    Dose anybody know BAPI/ Functoin Module/ Standard Load porgram for loading
    Catalog code (QS41) and Historical work order (IW61) in Plant maintenance module.
    Regards
    Sanjay

    Hi Sanjay,
                      There is a 2 BAPI's for loading Catalogs
    1)  BAPI_QPGR_REPLICATE - to create Code group
    2)  BAPI_QPGR_SAVEREPLICA - to create Codes
    Thanks,
    Shobha

Maybe you are looking for

  • Trying to install Acrobat Pro XI on Windows 2008R2 VM

    Our desktop guys ordered Acrobat Pro XI for some 32-bit Windows 7 VM's. We also have some server applications running 64-bit Windows 2008R2 that need it and I'm attempting to create a silent install for.  I used the customization wizard provided by A

  • OS keeps trying to connect to server

    Hi - When I'm home I often connect to a local server on my LAN. But when I travel, I get this system notification over and over: There was a problem connection to the server "Media Center". The server may not exist or it is unavailable at this time.

  • ITunes & wireless incompatibility?

    Whenever my computer (iBook) is connected to a wireless network, iTunes will open for about three seconds and then "unexpectedly quit." When I turn off AirPort, it works just fine. I've tried repairing the permissions, deleting iTunes preference file

  • Needing advice on how to interpret crash report

    Hi, I'm hoping someone can point me in the right direction. I need to interpret a Flash CS6 crash report. I'm working on an ios app and Flash keeps crashing when I publish it. Note: All is fine when I test the app on the desktop. As I mentioned in a

  • Can I control read authorizations of roadmap per each nodes?

    Hello, everyone. My customer has requested me to restrict read authorization of roadmap. We use one roadmap and one project. He want to restrict read authorizations of several nodes and let some managers can read documents of the nodes. But he don't