How to set kernel module options at boot? (solved)

I've got a netbook with bluetooth supported by the omnibook driver. In rc.conf, I left the modules autoloading on, and added 'omnibook' to the modules array, because it wasn't automatically loaded. Then I added the following line to /etc/modules.d/modprobe.conf:
options omnibook ectype=12 wifi=1 bluetooth=1
But I still don't get a Bluetooth device after the boot. I only get it if I run:
sudo rmmod omnibook ; sudo modprobe omnibook ectype=12 wifi=1 bluetooth=1
How should I set these options at boot time? I couldn't find any other orientation in the wiki. Thanks!
Last edited by leonardof (2010-04-29 01:58:24)

The omnibook module isn't something I've ever used but there is no need to include "sudo" in the options line.  How about trying:
options omnibook ectype=12 wifi=1 bluetooth=1

Similar Messages

  • How to set auto delete option for old messages

    Hi All,
    Can any one help me on how to set auto delete option for mails older than 15 days from my Z10.
    James Kurian

    There is no such option in BB 10.
    However, you can achieve a similar result by setting your email sync timeframe to 14 days (the closest option).
    If you are using an ActiveSync account (such as Hotmail, Outlook.com), go to Settings > Accounts > select the account. Tap advanced at the bottom of the screen. Scroll to the very bottom, tap Sync Timeframe and set to 14 days.
    If you are using an IMAP account (such as Gmail or GMX), you will have to delete, then re-add your account.  The Sync Time frame is only avaialble during setup for these accounts.  When adding, tap advanced at the bottom of the screen and set the Sync Timeframe.
    Hope this helps.

  • How to setting the printing option in javafx 2.1 or later?

    Hi,
    We need to printing pdf document in our project, it's can use the open source to do it now, but it's has some problem when running the program in other pc.
    Step 1, It's setting the program with full screen in our program.
    Step 2, In the button event, we call JDK swing print dialog to setting the page option.
    They will not bring the swing frame to front, and the Javafx program unable to response cause by the swing printdialog.
    If anybody know how to deal with the paper option setting by Javafx, Please help me, thanks a lot.

    Vibhor - You are developing using the Oracle Application Express facility running on Oracle Database 10g Express Edition. You can export applications you develop there for use on Oracle Application Express versions 2.0 and higher which can be used with Oracle Database server versions 9.2.0.3 and higher.
    Electing to install an application as Run Application Only will prevent the editing of the application definition by the end user. This can be useful if you assume that the end user will have access to the Application Builder in his database, which is likely if the end user's database is Oracle Database 10g Express Edition (XE). However, there is no way to prevent an XE user from having complete control over applications installed into those databases. If the end user's database is not XE, then only an Oracle Application Express site administrator will be able to change the application's Run Application Only setting to Run and Build Application but all developers with developer accounts in the Application Builder will be able to view and edit the application definition.
    Further, when you say "he can easily access my code", remember that the application definition is contained completely within the export file that you distribute but you may have in mind your PL/SQL source code as well. PL/SQL can be wrapped using a utility to make it more difficult to see in clear text.
    Scott

  • How to Set Position Cursor Option to Non key fields in Table Maintenance .

    Hi,
    I have created a Ztable and i am using table maintenance for that table. In TMG ,by default  we have position cursor option to key fields only . User wants that position cursor option for non key fields also. Please help me out of this issue .
    How to provide Position Cursor option to Non key fields.
    Thanks & Regards,
    Prasad.

    Hi Nabheet,
    I tried using TYPE S DISPLAY LIKE E and am setting vim_abort_saving as X and sy-subrc as 4. However, this is also not enabling the fields. In this case, the first 2 fields - key fields are getting enabled but not the required ones. The above snapshot is for the same.
    lv_date1 = table1-date1.
       lv_date2 = table1-date2.
       lv_diff = lv_date2 - lv_date1.
       IF lv_diff LT 0.
         CLEAR: lv_err_msg.
         lv_err_msg = text-005.
         MESSAGE lv_err_msg TYPE 'S' DISPLAY LIKE  lc_e.
         vim_abort_saving = lc_x.
         sy-subrc = 4.

  • TREX:  How to set component  and option set names in Tool Area ivew  prop'

    Hi experts,
    My Trex is working fine .  
    I have created component set and option sets . How do i pass component set and and option set names  in Tool Area iview  parameters.
    By default :
    KM Search Advanced Parameters
    layoutSetMode=exclusive&ResourceListType=com.sapportals.wcm.SearchResultList&SearchType=quick&Advanced=true&QueryString=
    KM search componet : pcd:portal_content/every_user/general/eu_role/com.sap.km.home_ws/com.sap.km.hidden/com.sap.km.urlaccess/com.sap.km.basicsearch
    KM sear ch parameters:
    layoutSetMode=exclusive&ResourceListType=com.sapportals.wcm.SearchResultList&SearchType=quick&QueryString=
    where do i give .
    Thanks in advance ,
    Surekha .

    No need to change search component set.
    change KM Search advanced parameter as
    layoutSetMode=exclusive&ResourceListType=com.sapportals.wcm.SearchResultList&SearchType=quick&Advanced=false&SearchPluginName=<your search option set>&SearchCompsName=<your search component set>&QueryString=
    Change KM search parameter as
    layoutSetMode=exclusive&ResourceListType=com.sapportals.wcm.SearchResultList&SearchType=quick&SearchPluginName=<your search option set>C&SearchCompsName=<your search component set>&QueryString=
    hope it helps you
    Raghu

  • How to set wholesale shipping options

    Is there a way to set different shipping options just for wholesalers? I don't want my retail shipping options to be the same as my wholesale shipping options. I'm not finding a way to add a different shipping options just for wholesalers to see. Thanks for any help that can be given to me.

    Hi,
    Go to the shipping option section and locate "show shipping option to" as you can choose wholesaler to make the shipping option specific as required.
    "Show Shipping Option To - This option will allow you to display this shipping option to all customers, wholesalers or non-wholesalers"
    - http://kb.worldsecuresystems.com/833/cpsid_83328.html
    Kind regards,
    -Sidney

  • VFAT kernel module won't load [SOLVED]

    I'm running kernel version 3.7.5 and after the update that got me to that version, it appears to have completely borked VFAT and kernel modules in general. My system still runs fine, but the vfat module is missing and cannot be loaded with modprobe or insmod. Oddly, the kernel object exists in /usr/lib/modules, yet my system seems to be ignoring it. Upon further investigation, it appears that it is impossible to load or remove ANY modules using modprobe or insmod. I recently did a reinstall of Arch, following exactly the steps in the Beginner's Guide, if that makes any difference.
    Help? Please? I need the vfat module loaded before I can compile a custom kernel (my next big project)
    Last edited by ParanoidAndroid (2013-02-01 00:50:27)

    yup, that worked *facepalm* marking as solved.

  • How to set a select option's item as invisible (using a method code)

    Hi there,
    I need to hide parameters and select option fields, but Iu2019m using the select_option component to add all items to the layout using just one View Container Element.
    I could use to hide the View Container Element setting the property visible, but I need to hide fields with certain conditions. I also could add one View Container Element for each select option, but I have many... I wish I could make in other way.
    Iu2019ve checked the Definitions of the Interface IF_WD_SELECT_OPTIONS  and the Ulli Hoffmannu2019s book and I have found no help at all.
    Thanks in advance,
    Filipe Torres
    Edited by: Filipe Torres on Sep 15, 2008 12:34 AM

    Thank you, this helps but will solve just part of my problem. I'm using many views and to pass the values from those select options and parameters I just declare them in the first view... The other answer helps me more that shows how to remove one element. I was looking for a hide feature and not remove, but seems that I have to remove.

  • How to set aspect ratio options for Image Dialog

    I have a requiment to create a new Aspect Ratio for image crop, besides the only default option of Free Crop
    I understand that there was some path where you could set this up in CRX, prior to 5.5, but that path doesn't exist in 5.5. The path was /libs/cq/packaging/components/pack/definition/dialog/items/tabs/item s/tab3/cropConfig
    I found this out from this forum question:http://forums.adobe.com/message/4575600#4575600
    Where in CQ5.5 Can I set these aspect ratios? I've queried the entire CRX for nodes of similar names as in this path, but cannot find it anywhere.
    Thanks guys!

    Hi,
    I have the same problem using CQ 5.6.1. I want to extend the default Ratios:
    I found out that this config is located under /libs/dam/gui/content/assets/crop/items/actionbarcontainer/items/default/items/aspectrati o/items.
    My question is were and how can I put an extension to these predefined ratios if I don't want to edit them under the libs node.
    Thanks, Andreas

  • How to set no_value to Optional parameter in XI 3.0 by OpenDoc URL linking

    I found in "BusinessObjects XI 3.0 Viewing reports and documents using URLs Howto.doc"
    "You can remove an optional parameter from the prompt by setting it to no_value in the OpenDocument query string."
    I tested: response.sendRedirect("/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=AaVxpKuKNBxKnHUJCqwuRi0&lsSCountry=""no_value""&token=" + logonToken);
    But it will filter no data, because no country call "no_value". I still need to delete the value, and click Apply, to get all data.
    I wonder how to achieve optional parameter via opendocument linking, to get a report with "full data set".
    Any one can help?
    Thanks in advance!
    Jennie

    Hi Jennie,
    I'm wondering if "1203675 - Cannot specify an empty string for an optional string parameter through the refresh prompts page which displays "no value" unlike the parameter panel" is related to this.
    Instead of using no value or empty string, how about if you use ALL value for the parameter to bring full data? Check "1218621 - Option "All" in list of values for a dynamic prompt in XI"
    Hitomi

  • How to set App Module Config parameters at run time?

    Hi,
    I am using jdev 11.1.1.3 and developed a Fusion Web Application application.
    Before moving the code to production I want to have a stress testing where I should be able to set the application module configuration parameters at run time.
    So I would like to know what are the options are there to achieve this instead of setting the same in design time.
    Any help would be appreciated.
    ~Abhijit

    AT SELECTION-SCREEN OUTPUT.
      PERFORM radio_hide_options.
    FORM radio_hide_options .
    IF rad =  ' '.
        LOOP AT SCREEN.
          CASE screen-name.
            WHEN 'RT1'.
              screen-input = '0'.
              MODIFY SCREEN.
            WHEN 'RT2'.
              screen-input = '0'.
              MODIFY SCREEN.
          ENDCASE.
        ENDLOOP.
      ELSEIF rad = 'X'.
        LOOP AT SCREEN.
          CASE screen-name.
            WHEN 'RT1'.
              screen-input = '1'.
              MODIFY SCREEN.
            WHEN 'RT2'.
              screen-input = '1'.
              MODIFY SCREEN.
          ENDCASE.
        ENDLOOP.
      ENDIF.
    endform.

  • 10.6.6 - How to set custom view options for specific folders

    How is it that Windows has had the ability to ability to set custom folder view options forever and OSX can't. What is the big deal? Just do it. Whenever I set the folder view options it changes the view for all the folders. I can do folder specific changes as long as the finder window is open then I close it and open it again every folder is the same again. It's just an annoyance and it's something so rudimentary it's embarrassing.

    Try the following:
    I want to have, say, one folder in list view
    Open that folder, set it to list view, type command-J, and in the view-options window that opens, check the box at the top for "Always open in list view".
    then the subfolder of that folder I want to have in cover flow view. permanently.
    Open that folder, change it to cover-flow view, and in the view-options window check the box at the top for "Always open in cover-flow."
    Those two folders should "remember" the custom views that were set for them.
    There's additional discussion about the meaning of the"Use as defaults" button in this thread
    http://discussions.apple.com/thread.jspa?messageID=13063792
    My own take is that folders that have not been customized by checking the "Always open in xxx view" box will by default open in the same view (icon vs list vs column, etc) that was in effect for the previously opened folder. *Within each view*, you can set the default parameters (text size, etc) for a new folder by setting up a folder the way you like and then checking the view options box for "Use as defaults" at the bottom.

  • How to get kernel on a non booting MacBook pro?  recently ran out of enough memory on start up disk.  will boot to internet restore or from ox dvd.  has anyone every had this problem?  I can't even get in free up space.

    How to get to kernel on a MacBook pro with booting issues.  Internet restore has not bee successful.  It will not boot from 10.5 install disc cause I recently upgraded to lastest ox.
    Any help is appreciated.

    Not using any mouse pad, I have a very smooth desktop. But I just tried to use a sheet of A4 printing paper, but no result, the problem persisted.
    Someone on this forum suggested, that USB3 may interfere with the magic mouse.
    I have 2 LaCie HDD's about 70 cm away from the mouse, I use them on Thunderbolt. But in operation or not - the result is the same, the mouse plays up! Just now I was clicking the desktop and the mouse created a new folder!!
    Thanks for the advice, Bee
    Cheers, Gerd

  • How to load kernel module before another kernel module?

    I have an Iomega ZIP 100 parallel port drive and need module imm to be loaded before lp module. But I don't know how to do this. Simple adding these modules in rc.conf in MODULES section in the correct order doesn't work. I also realized that udev loads lp module, but I don't know how to make udev load this module before or after other modules.
    Last edited by kotyz (2007-06-24 13:58:15)

    or in /etc/mkinitcpio.conf :
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run.  Advanced users may wish to specify all system modules
    # in this array.  For instance:
    #     MODULES="piix ide_disk reiserfs"
    MODULES=""
    and make a new initrd image with mkinitcpio -g /boot/newkernel26.img ,edit menu.lst and reboot

  • How to set up Free option at checkout (no address, cc info required)

    Hello,
    My site http://www.bigwordpictures.com will offer paid and free downloadable products.
    Since I'm no coding pro, I'm starting out with one of the default BC templates (Appliance King) and modifying it to meet my needs.
    Here's a roadblock I've hit...
    When someone checks out with just free products in his cart, I would like there to be no credit card fields, nor billing or shipping fields visible on the screen.  And I don’t want a radio button marked FREE to be seen.
    BC support gave me this page of instructions:  http://kb.worldsecuresystems.com/893/bc_893.html.   I have followed these instructions, but they make a FREE radio button visible, and the fields for address information and credit card payment are still visible.
    Any suggestions on how to make the page detect that the cart contains only free items, and let the customer proceed with "purchasing" a download without entering shipping or cc info?  (In fact, shipping address makes no sense for ANY of my products since they're downloadable, but I'm requiring addresses for paid items because I have to for credit card transactions.)
    Thanks!

    Hey there,
    First you will need this information to update the registration buy form:
    http://kb.worldsecuresystems.com/893/bc_893.html
    To show hide things based on the options if the form has not been overly modified BC by default hides the CC fields if thats not selected with its own javascript. If a template etc has made changes to that then you need to add you own javascript in for those behaviors.

Maybe you are looking for

  • Time Machine works across network?

    My work is considering making the jump to Leopard Server. I'm mostly interested in this page: http://www.apple.com/server/macosx/features/filesharing.html Is it true that Time Machine on Leopard Server will automatically backup all my connected users

  • Resizing JScrollPane size (again...)

    Hello!, I have a program which basically displays a graph which the user can zoom in and out of which works fine, expcept that if the graph grows bigger than the current JScrollPane I can't make the scroll pane any bigger. The code I am using here is

  • SOA OSB Deployment best practices in Production environment.

    Hi All I just wanted to know the best practices followed in production environment for deploying OSB and SOA Code. As you are aware that both require libraries from either (Jdev or SOA Suite) and (OEPE and OSB)? Should one rip the libraries and packa

  • Servlet file uploading

    hi from HTML page <form id="form" action="bookimage?a=add" method="get"> <input type="text" name="txtBookTitleId" id="txtBookTitleId" /> <input type="file" name="txtImg" id="txtImg"/> </fom> servlet protected void processRequest(HttpServletRequest re

  • Recover Windows 8 activation code with a crashed drive

    I have checked the other posts but I can't find this issue.  My friend has an HP 2000 (no other numbers or serial numbers anywhere.)  Her drive crashed and burned.  It won't work in any computer or my docking station.  It just clicks for a while and