How to disable usb, firewire and pcmcia support in 7sp1ir1 imaging engine

hi all,
does anyone know if it's possible to disable usb, firewire and pcmcia support in the 7sp1ir1 imaging engine to spped up loading the engine? We don't need any of these in our environment...
Thanks, Lothar

Lothar,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://support.novell.com and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://support.novell.com/forums)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://support.novell.com/forums/faq_general.html
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Product Support Forums Team
http://support.novell.com/forums/

Similar Messages

  • How to disable iMac screen and not to put it into sleep?!!!

    I would like to play a movie on my iMac but to watch it on my LCD TV. How to disable iMac screen and not to put it into sleep. PLS have in mind that ctrl+shift+ eject does not work, it makes my iMac screen go  black as well as the  tv screen.So far, i have red many articles concerning this subject, but no one seems to have the right answer. I simply can´t believe that apple did not think of it, as it is nothing new ....
    Thanks

    My brother has eight cats, so your not along. Fortunetly his go outside.
    I have been talking to the people over at macforums and they had some good thoughts. One guy suggested going analog and soldering in a rocker switch on the cable connecting a hub to the computer, turn off switch turns off keyboard and mouse.
    I was prepared to try that but a great idea came along. Arch, you might be interested in this too. Buy a cheap (found one locally for $20) usb kvm switch that takes one usb keyboard and mouse and connects it to two pcs/macs and only connect one of the outs to my system. There is a button to switch between the two, so when I want to disable the keyboard and mouse, I just switch it to pc2, which is not connected to anything.
    Cheap and easy solution. I wish I could of figured out how to do this with software, since there would be no money if it was freeware, but I guess you cant win them all.
    Thanks everyone for chiming in!

  • How to disable external VGA and also enable onboard VGA

    hello,
     my spec is
    cpu corei5 ivybridge
    mis zh77A GA43
    vga hd7770 msi
    i want to know, how to disable external VGA and also enable onboard VGA ??
    and
    i want to ask too, if i disable external VGA In MB, it is my external VGA still consumption power? or i must unplug my external VGA ?
    how much different power consumption between external VGA and onboard VGA on idle time?
    because my computer each night be used for download, i want to save power as i can...
    also there is a eco mode? i want to know about eco mode, how much power can be save under eco mode? on idle time computer
    sorry my bad english

    Well remove the HD7770 and is disabled and doesn't consume any power. You can't enable or disable it the discrete vga when pc is in use. That board does also not support Virtu.
    The possible power saving beacuse of eco mode depends on the individual systems. There is no general value. Just try it. 

  • How to disable 'Enable JavaScript' and 'Display PDF in browser' in Adobe Reader 9.1 msi?

    I'd like to how to disable 'Enable JavaScript' and 'Display PDF in browser' in Adobe Reader 9.1 msi.
    Any help would be appreciated.

    NeoChang:
    You can modify the installation package using the Adobe Customization Wizard to toggle the "Display PDF in Browser" but I have not found a setting to disable JavaScript from the Wizard. I have created a script which makes the changes, but it has to be run for every user since that info is stored in the User hive of the Windows registry.
    Disable JavaScript:
    REG ADD "HKCU\SOFTWARE\Adobe\Acrobat Reader\9.0\JSPrefs" /v bEnableJS /d 0 /t REG_DWORD /f
    Disable Browser Integration:
    REG ADD "HKCU\Software\Adobe\Acrobat Reader\9.0\Originals" /v bBrowserIntegration /d 0 /t REG_DWORD /f
    Michael
    ~Simplicity of Character is a Natural Result of Profound Thought~

  • How to disable the maximize and minimize button of JDialog

    How to disable the maximize and minimize button of JDialog. I have an application which has JDialog box, but in that i should not have maximize and minimize button.If any one come across this problem and got a solution please helpout me.

    Btw, isn't it a little strange to ask thisquestion...
    Actually, I thought it was meant to be sardonic...
    Dialogs don't have those buttons, so the question
    n should be to the OP how did he/she get them in the
    first place? Cuz they aren't using JDialog to do it,
    unless it's something to do with a specific look &
    feel.I somehow missed that, good point :-)

  • How to disable the dashboard and spotlight for the latest Iion OS

    How to disable the dashboard and sportlight function in the latest Mac OS?

    to disable spotlight, open the terminal and type "sudo mdutil -a -i off" without the quotes. ( You will be prompted to enter your admin password.)
    to disable dashboard:
    Open Terminal, and then type this command, followed by the Return key:
    defaults write com.apple.dashboard mcx-disabled -boolean YES
    This tells the system that you no longer wish to have Dashboard available. However, the Dashboard task is actually “owned” by the Dock, so to make your changes take effect, you need to restart the Dock. The easiest way to do that is to type this command into the Terminal (and press Return when done):
    killall Dock
    After the Dock restarts, hit F12 and you’ll see…nothing at all. If you run Activity Monitor, you also won’t find any Dashboard widgets in the list of tasks, even if you had several open when you ran the above command.

  • [SOLVED]How to disable USB autosuspend?

    Hello!
    A long time ago I installed Arch on my notebook and configured it's power saving using laptop-mode-tools. I also installed pm-utils for suspend/hibernate. USB autosuspend worked correctly - on battery every device (including mouse) was suspending and no autosuspend at all on AC. Some time ago, I don't remember when exactly, it stopped working. Now, no matter what, my mouse turns off after 2 seconds.
    Here is what I did:
    1. Checked my laptop-mode-tools configuration (removed comments for brevity):
    cat /etc/laptop-mode/conf.d/usb-autosuspend.conf
    DEBUG=0
    CONTROL_USB_AUTOSUSPEND="auto"
    AUTOSUSPEND_USE_WHITELIST=0
    AUTOSUSPEND_USBID_BLACKLIST=""
    AUTOSUSPEND_USBTYPE_BLACKLIST=""
    AUTOSUSPEND_USBID_WHITELIST=""
    AUTOSUSPEND_USBTYPE_WHITELIST=""
    BATT_SUSPEND_USB=1
    LM_AC_SUSPEND_USB=0
    NOLM_AC_SUSPEND_USB=0
    AUTOSUSPEND_TIMEOUT=2
    So far looks good.
    2. According to wiki, pm-utils might conflict with laptop-mode-tools. So I created a dummy file in /etc/pm/power.d for each of the scripts from /usr/lib/pm-utils/power.d . For the moment I don't care if I disabled too much. I just hope laptop-mode-tools covers all powersaving features.
    ls -l /etc/pm/power.d
    -rw-r--r-- 1 root root 0 08-08 19:58 hal-cd-polling
    -rw-r--r-- 1 root root 0 08-08 19:58 intel-audio-powersave
    -rw-r--r-- 1 root root 0 08-08 19:58 journal-commit
    -rw-r--r-- 1 root root 0 08-08 19:36 laptop-mode
    -rw-r--r-- 1 root root 0 08-08 19:58 readahead
    -rw-r--r-- 1 root root 0 08-08 19:58 sata_alpm
    -rw-r--r-- 1 root root 0 08-08 19:58 sched_powersave
    -rw-r--r-- 1 root root 0 08-08 19:58 wireless
    -rw-r--r-- 1 root root 0 08-08 19:59 xfs_buffer
    ls -l /usr/lib/pm-utils/power.d
    -rwxr-xr-x 1 root root 1316 2013-05-30 hal-cd-polling*
    -rwxr-xr-x 1 root root 870 2013-05-30 intel-audio-powersave*
    -rwxr-xr-x 1 root root 1290 2013-05-30 journal-commit*
    -rwxr-xr-x 1 root root 2722 2013-05-30 laptop-mode*
    -rwxr-xr-x 1 root root 201 2013-05-30 pcie_aspm*
    -rwxr-xr-x 1 root root 1222 2013-05-30 readahead*
    -rwxr-xr-x 1 root root 1131 2013-05-30 sata_alpm*
    -rwxr-xr-x 1 root root 652 2013-05-30 sched-powersave*
    -rwxr-xr-x 1 root root 2495 2013-05-30 wireless*
    -rwxr-xr-x 1 root root 1642 2013-05-30 xfs_buffer*
    Still no luck.
    3. As I found out, there is some kernel option CONFIG_PM_RUNTIME, which allows the kernel to autosuspend usb devices: source. It's on:
    cat /proc/config.gz| gunzip | grep CONFIG_USB_SU
    CONFIG_USB_SUPPORT=y
    And as I read here I can disable usb autosuspend using boot parameter. So i edited my /etc/default.grub, and now my grub.cfg looks like this:
    sudo cat /boot/grub/grub.cfg | grep usb
    linux /boot/vmlinuz-linux root=UUID=d18cd4a4-2ebf-4874-80ff-8520016b0ed4 rw quiet usbcore.autosuspend=-1
    linux /boot/vmlinuz-linux root=UUID=d18cd4a4-2ebf-4874-80ff-8520016b0ed4 rw quiet usbcore.autosuspend=-1
    linux /boot/vmlinuz-linux root=UUID=d18cd4a4-2ebf-4874-80ff-8520016b0ed4 rw quiet usbcore.autosuspend=-1
    After rebooting I checked:
    cat /sys/module/usbcore/parameters/autosuspend
    -1
    Cool! It should work! But... it doesn't. The mouse still goes to sleep after 2 seconds, and:
    kolzi@kolzi-laptop ~ % for i in /sys/bus/usb/devices/*/power/autosuspend_delay_ms; do cat $i;done
    2000
    2000
    2000
    2000
    2000
    2000
    2000
    2000
    2000
    kolzi@kolzi-laptop ~ % for i in /sys/bus/usb/devices/*/power/autosuspend; do cat $i;done
    2
    2
    2
    2
    2
    2
    2
    2
    2
    Where doesn't this 2 (or 2000) come from? How disable this suspending and let laptop-mode-tools control it? What's going on?
    Last edited by PL_kolek (2014-08-09 13:14:23)

    For now I run
    sudo systemctl disable laptop-mode.service
    and changed in /etc/laptop-mode/laptop-mode.conf
    ENABLE_LAPTOP_MODE_TOOLS=0
    After rebooting I still have the same issues. Also, even after disabling laptop-mode-tools, the brightness changes after unplugging the laptop, so either the laptop mode wasn't disabled at all, or there is something else 'helping' me with powersaving.
    @brebs
    Thank you, but it looks for me more like a workaround than a solution. It could work, but it doesn't tell me what disables my mouse and where is the root of the problem.
    Last edited by PL_kolek (2014-08-09 12:39:39)

  • What do you use to block/disable USB ports and CD/DVD drives?

    I have been tasked with finding software that can disable USB ports not being used for keyboards & mica and CD/DVD devices.  At a previous job we used Sophos Enterprise console and it had that ability.  I currently use VIPRE Business Premium but I don't see where their products have the same capability.  So, what do you gals and guys use?  
    This topic first appeared in the Spiceworks Community

    Most business leaders are always looking for new ways to put money back into their budgets. This is particularly true of small and midsize businesses, which have smaller budgets to begin with. For these companies, the prospect of saving on IT equipment can be especially attractive.Buying previously owned IT equipment can be a great way to achieve the savings that so many businesses are looking for, but it’s important that you take the time to learn exactly what you’re getting before you make such an investment. The terms “used” and “refurbished” are commonly used to describe previously owned IT equipment, but the two are not interchangeable. If you want to make sure the great deal you’re getting is really as great as you think it is, it’s important that you learn what the two terms mean, and how they’re different.Used Vs. RefurbishedTo...

  • HT201232 How to disable USB mass storage in MAC 10.10

    Hi Everyone ,
    Can you tell me How I can disable USB mass storage in MAC 10.10 ? It will be very helpfull if you send it to me in SOP format .

    What do you mean by "block"?
    Clinton

  • How to Disable Usb Selective Suspend Setting For Windows 8.1 Via Gpo/Registry

    Hello everyone,
    Could help me with a question ?
    How do I disable USB Seletive Suspended settings in Windows 8.1 is GPO / Registry ?

    Good morning.
    The procedure worked , sorry for the delay because the tests were running in the environment, will replicate via GPO solution.
    I appreciate the help .

  • How to disable USB, Bluetooth, Web Camera in iMac

    Hi
    Hi we have 4 Apple iMac 21.5” Quad-Core i5 2.5GHz/4GB/500GB/Radeon HD 6750M 512MB. We have upgraded the OS to Mountain Lion. For company security purpose we want to disable USB, Bluetooth, Web Camera. Please help us understand if this can be done or not ?
    Thanks in advance,
    Soum

    Hello, soum_mohanty.
    There's no need to post again in the iSight (or any other) forum.  Hosts will likely delete multiples anyway.  I will just give you my thoughts here.
    Use Linc's answer above:  (Regards, Linc)
    From Hardening Tips - National Security Agency:
    ... The best way to disable an integrated iSight camera is to have an Apple-certified technician remove it. ...
    Contact your Apple-Authorized Service Provider and discuss your needs.  If anyone can safely disable the cameras in a way that meets your security requirements without damaging your Macs, it will be an AASP.
    If your AASP cannot do what you need with your current Macs, my only remaining suggestion is that you consider trading them for machines that have no inbuilt camera.  Mac minis or Mac Pros may meet your needs.
    Message was edited by: EZ Jim
    Mac OSX 10.8.3

  • How to disable right-click and keyboard shortcuts in adobe reader?

    Hello All,
    We are currently working on an issue. We want to display a pdf to users but not allow them to save it. Though we are able to hide the menubar and toolbars, the Shortcuts F8, F9 and Ctrl+Shift+S is the undoing of all. The user can still use these shortcuts to enable toolbar and menubar. Can anyone suggest how to disable the right-click and keyboard shortcuts in adobe reader?
    Thanks in Advance

    Impossible, and illogical. PDF files are not streamed or RAM-cached so if someone is viewing a file they must have already saved it.

  • How to disable automatic login and to see other accounts?

    I bought MacBook Pro Retina with Mac OS X 10.8.2 in a shop, where there already was account "kiosk".
    I created new account, gave him Administrator priviliges.
    In the Preferences / Users & Groups I see kiosk account as "Managed", and my new account as "Admin".
    I set:
    System Preferences / Security & Privacy / General / Disable automatic login = Checked.
    System Preferences / Users & Groups / Login Options / Automatic login = Off.
    But still I have two issues:
    1) After start the laptop automatically logins into kiosk account, while I explicitly switched off this option
    2) Apart from kiosk account, the OS doesn't see any other accounts, for example my new account.
    For example, when I changed login shell for kiosk account into /usr/bin/false, I couldn't login at all. The OS said something like, there are no active accounts. So I had to set login shell back to /bin/bash using single-user mode.
    The questions are:
    How to disable automatic login into kiosk account?
    How to see a choice between kiosk account and my new account in the login dialog?
    How to delete kiosk account? Currently the delete option is disabled for kiosk in System Preferences / Users & Groups.
    So far after laptop start I automatically login into kiosk, then switch into my new account with entering a password, which is weird.
    Thanks in advance.

    It is your only option if you want to get rid of that other user account. It seems the system is Hard Set to boot to that account. How and why I have not Idea but the first thing you should of done was Restoring it to the Original OS, if it was not Mt Lion to begin with, in doing so getting rid of all other accounts and files from that other account.
    Time to Bit the Bullet and Erase the drive completely and reinstall the original shipping version of OS X on that system.
    Anton Mironenko wrote:
    Reinstalling the OS would be too extreme. I already have many programs installed, and I tuned a lot of params. Data migration is another pain.
    I hope, it is possible to solve this issue in another way.

  • How to disable the flash and sound of the camera o...

    would I like to know how I do to disable the Flash and sound of the camera of N73?
    or does anybody know about some software that makes that?

    06-Dec-2008 08:30 AM
    krizanand wrote:
    hi suman,
    i too faced this problem afetr updating it to new firmware,when i checked my application manager there was an application which opens only with the ZIP manager
    it was troubling me a lot when i switch off and ON the phone time and again
    Finally i did a RESET *#7370# the application was not reflecting in the App manager and the problem got resolved
    Hope this works out for u
    if it is i will be Glad cheers........... try it
    Yes, that will solve all problems and as well as your data. There are alternatives which I already mentioned here. You can search to find the answer, since it to complicate to do it again.
    C6-00 with 8GB MicroSD

  • How to disable EHLO,VRFY and EXPN

    How to disable the above command on iMS 6.0
    i used JES2004q2 version.
    is that config the imta.cnf and add the following:
    noehlo expndisable novrfy
    into each channel?

    If what you're trying to do is to "improve security", this is a totally misguided attempt.
    EHLO, VRFY and EXPN are not security risks, nor are they truly useful for fishing for users. You must allow "rcpt to" in order to have a functioning mail server, and that's equally usable as VRFY and EXPN.
    Other than misguided security thinking, what other reason can there be to do this?

Maybe you are looking for

  • Satellite C855D-S5237 Laptop HDMI Output Not Working

    Hi, I have a Toshiba Satellite C855D-S5237 Laptop and the HDMI Output is no longer working on my Toshiba TV. The TV does not recognize that anything is connected and the laptop doesn't recognize the TV as a display option. I have used this laptop man

  • Scheduling Parameters

    Hi, I am trying to customize the scheduling parameters in T.Code "OPU3". But the field "SelID: Detailed" under Detailed Schedule sub screen is coming as non editable. I want to give some selection id to this field. Please tell me that from which fiel

  • MATERIALIZED VIEW and MATERIALIZED VIEW LOG

    Hello, I have the following table create table My_price (price_id number(10), product_id number(10), price_date date, price_value number(10,2)); I want to create the following materialized view create materialized view Last_Price_Date refresh on comm

  • Need information on EEO

    Hello all, Select * from hr_lookups hlu where hlu.lookup_type=       (select decode (org_information11, 'EEO4', 'US_EEO4_JOB_CATEGORIES', 'EEO5', 'US_EEO5_JOB_CATEGORIES', 'IPEDS', null, 'US_EEO1_JOB_CATEGORIES') from hr_organization_information hoi

  • Firefox will not load any pages

    I will try going to a website and it wont do anything but give me a white screen. Nothing loads. == User Agent == Mozilla/4.0 (compatible; MSIE 7.0; America Online Browser 1.1; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET