Javadoc tree description

I can happily get package description to work, but how do I add a description for my whole javadoc tree?
eg at
http://java.sun.com/j2se/1.4.1/docs/api/
the tree description is:
JavaTM 2 Platform, Standard Edition, v 1.4.1
API Specification
This document is the API specification for the Java 2 Platform, Standard Edition, version 1.4.1.
I want to add one of these how do I do it?

This is called the "overview", and is described at great length at:
http://java.sun.com/j2se/1.4/docs/tooldocs/windows/javadoc.html#overviewcomment
-Doug Kramer
Javadoc team

Similar Messages

  • XML Tree Overview

    Hi,
    Is there a XML Tree Overview out there?
    Like to see all the parameters I can add in my XML tree when I build my XML (.srf) Form.
    Edited by: Rune Brattas on May 5, 2008 2:43 PM

    Hi Rune,
    as much as i know there's no XML tree description.
    create yourself one with the screenpainter.
    place every item type on the screen and save it.
    i know its not sexy or really helpful ...
    good night & regards
    David

  • Extension or upgrade of JavaDoc for com.sap.ipc.*

    Hi,
    I had downloaded the CRM Javadoc from sap Services Marketplace.
    Javadoc had descriptions of the packages linked to
            ---e-sevices
            ---icss
            --- And few for ISA
    Please can anyone share the javadoc extension for IPC maily pricing.
    package is com.sap.ipc.*
    Thanks
    Ekta

    Hi Ekta,
    You will find the javadoc for IPC java routines with the jar file which you need to download from CRM using transaction
    /n/SAPCND/UE_DEV.Start the doc with this url PRC_UE_CUSTOMER/api_doc/index.html.
    Hope this helps you.
    Regards,
    Arshi

  • Javadoc not copying from doc-files directories

    Until yesterday I used NetBeans 5.5 for my development projects, and then I installed 6.0. I noticed when I wanted to generate documentation for my classes, that it didn't copy the image files I have in the required doc-files directories.
    I know I could copy the files manually, but that would defy the purpose with automated tools. So, can someone please tell how to make NetBeans 6.0 copy these files, so they are visible in the documentation?

    I solved this by overriding the existing javadoc target, and invoking an Ant copy task.
    <target name="javadoc" depends="init,-javadoc-copy-doc-files,-javadoc-build,-javadoc-browse" description="Build Javadoc."/>
    <target name="-javadoc-copy-doc-files">
      <copy todir="${dist.javadoc.dir}">
        <fileset dir="${src.dir}">
          <include name="**/doc-files/**"/>
        </fileset>
      </copy>
    </target>

  • Compatibility of an editor made in javascript with WebDynpro

    Currently we are using a textarea for the content for the text of a chapter in an application. Of course end-users would like to have a rich text editor since the result is stored as PDF file, so since we use MVC and BSPs our first thought was to use the BTF editor but it seems that this editor is not planned to be replaced with an equivalent in WebDynpro.
    So we have found a nice editor called FCKEditor (see http://www.fckeditor.net/) done in JavaScript but with java integration possibilities, it is under LGPL open source license.
    So my question is, would it be compatible with WebDynpro ?

    but they say that you can integrate it with java:
    Installing FCKeditor in a JSP environment is quite easy:
    Unzip the Java Integration Library in a directory named "FCKeditor".
    Unzip the content of the FCKeditor release of your choice inside the "FCKeditor\web" folder.
    Then you have to create in tomcat (or any servlet container) a new context named "FCKeditor" that points to the previously created "FCKeditor\web" folder.
    Point your browser to http://domainName.ext/FCKeditor/_samples/index.jsp for the list of the samples.
    Usage
    Take a look at the test files and in the javadoc API provided in the distribution. Here is a simple example.
    First put this taglib definition at the top of the JSP page:
    <%@ taglib uri="http://fckeditor.net/tags-fckeditor" prefix="FCK" %>
    Then the tag:
    <FCK:editor
    id="EditorAccessibility"        //Unique name of the editor
        width="80%"                 //Width
        height="120"                //Height
        toolbarSet="Accessibility"  //Toolbar name
    >This is another test. <BR><B>The "Second" row.</B></FCK:editor>
    A more advance example, that show how to use the inner tags to overrides any of the settings specified in the config.js file:
    <FCK:editor id="EditorDefault" basePath="/FCKeditor/"
        styleNames=";Style 1;Style 2; Style 3"
        fontNames=";Arial;Courier New;Times New Roman;Verdana" >
        This is some <B>sample text</B>.
    </FCK:editor>
    Building
    Inside the files there is the source files for the tags (/src) and the ant build file (build.xml).
    The ant build file provides the following tasks:
    all: Clean build and dist directories, then compile
    clean: Delete old build and dist directories
    compile: Compile Java sources
    dist: Create binary distribution
    javadoc: Create Javadoc API documentation
    release: Create Release Distribution
    Plus some Tomcat managing tasks (to make this tasks work you need to copy inside the "web" folder the FCKeditor package):
    install: Create a web application pointing to the build directory
    reload: Recompile and reload the web application
    remove: remove the web application
    To start building the class you first need to modify the "catalina.home" property inside the build.xml, then type "ant dist" to compile, create the javadoc API description and generate the jar library to be copied in the WEB-INF.
    Or more easily, type "ant install" after setting the right username and password for the tomcat manager application.

  • [SOLVED] Intel 7260 Vaio can't connect to wifi

    Hi there,
    First off, I should mention that I know my way around Linux but I'm pretty new to Arch, so there might be things that I know that don't apply here.
    So, I have this problem with this network, I can't connect to it and frankly I don't know why. I was on Ubuntu until a few days ago and I still had the problem. I posted on the Ubuntu forum >>here<< and I was told to upgrade, but as I've been willing to move to Arch for quite some time, I thought that was maybe the time. BUT, the problem is still there, which worries me.
    To sum it up, about one or two weeks ago, I was connecting fine to this network (ZyXEL) and then after a reboot, no way to connect to it, no matter what I try. I have noticed an error message that keeps coming back all the time (see below) and the wifi indicator in i3status sometimes flashes me with an IP while I'm trying to connect then eventually the network disappears (not with wicd, only nm). Those are basically the symptoms.
    $ dmesg | grep iwlwifi
    [ 1.194191] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
    [ 1.194323] iwlwifi 0000:01:00.0: irq 61 for MSI/MSI-X
    [ 1.267714] iwlwifi 0000:01:00.0: loaded firmware version 23.214.9.0 op_mode iwlmvm
    [ 1.284399] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless N 7260, REV=0x144
    [ 1.284446] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 1.284661] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 2.896518] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 2.896733] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 35.768085] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 35.768302] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 35.793332] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 35.793549] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 38.129138] iwlwifi 0000:01:00.0: No association and the time event is over already...
    [ 71.084001] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 71.084217] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 118.185693] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 118.185910] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 118.209937] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 118.210144] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 124.174397] iwlwifi 0000:01:00.0: No association and the time event is over already...
    [ 153.151555] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 153.151772] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 165.160036] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 165.160253] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 1340.258296] iwlwifi 0000:01:00.0: irq 61 for MSI/MSI-X
    [ 1340.258601] iwlwifi 0000:01:00.0: loaded firmware version 23.214.9.0 op_mode iwlmvm
    [ 1340.270580] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless N 7260, REV=0x144
    [ 1340.270628] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 1340.270841] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 1347.384442] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 1347.384657] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 1353.661509] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 1353.661719] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 1353.799948] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 1353.800167] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 1356.145940] iwlwifi 0000:01:00.0: No association and the time event is over already...
    [ 1380.497704] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 1380.497933] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    I have had troubles with the wifi in the past (from what I read on the internet, this card is not yet fully supported everywhere) but nothing like this. Usually, disconnecting and reconnecting did the trick, sometimes I had to restart NetworkManager in extreme cases, but nothing more.
    I tried a lot of things (modprobe, rfkill, firmware update, etc), rebooted everything I could but couldn't do anything. I have found bug reports and forums posts of similar problems but the solutions there either didn't work for me or the problem just seem to have disappeared for some people. I read that this card was not really supported before the kernel 3.11 or 3.13 but now I have 3.16 and it's still there. What's really bugging me is that I could successfully connect to this network a couple weeks ago...
    On the Ubuntu forum, they have a script that displays useful information when posting about wireless problems. I have taken off the Ubuntu specific bits and I think this will save you some time asking me to run commands. One thing is not mentioned in the script: I use wicd.
    ########## wireless info START ##########
    Report from: 17 Oct 2014 18:59 UTC +0000
    Booted last: 17 Oct 2014 00:00 UTC +0000
    Script from: 20 Sep 2014 23:04 UTC +0000
    ##### kernel ############################
    Linux 3.16.4-1-ARCH #1 SMP PREEMPT Mon Oct 6 08:22:27 CEST 2014 x86_64 unknown unknown GNU/Linux
    Parameters: rw, quiet
    ##### lspci #############################
    01:00.0 Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev 6b)
    Subsystem: Intel Corporation Dual Band Wireless-N 7260 [8086:c060]
    Kernel driver in use: iwlwifi
    ##### lsusb #############################
    Bus 001 Device 002: ID 8087:8000 Intel Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 002 Device 003: ID 8087:07dc Intel Corp.
    Bus 002 Device 002: ID 0bda:5727 Realtek Semiconductor Corp.
    Bus 002 Device 005: ID 18d1:4ee3 Google Inc. Nexus 4 (tether)
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    ##### PCMCIA card info ##################
    ##### rfkill ############################
    0: sony-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    1: sony-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
    2: nfc0: NFC
    Soft blocked: no
    Hard blocked: no
    3: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    4: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
    ##### lsmod #############################
    iwlmvm 161824 0
    led_class 12859 1 iwlmvm
    mac80211 514630 1 iwlmvm
    iwlwifi 156837 1 iwlmvm
    cfg80211 454161 3 iwlwifi,mac80211,iwlmvm
    rfkill 18867 4 nfc,cfg80211,sony_laptop,bluetooth
    ##### ifconfig ##########################
    enp0s20u2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet 192.168.42.23 netmask 255.255.255.0 broadcast 192.168.42.255
    inet6 fe80::744f:54ff:febd:2e32 prefixlen 64 scopeid 0x20<link>
    ether <MAC address> txqueuelen 1000 (Ethernet)
    RX packets 33475 bytes 45223932 (43.1 MiB)
    RX errors 1 dropped 0 overruns 0 frame 1
    TX packets 20285 bytes 2774716 (2.6 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 0 (Local Loopback)
    RX packets 44 bytes 2200 (2.1 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 44 bytes 2200 (2.1 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    wlp1s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
    ether <MAC address> txqueuelen 1000 (Ethernet)
    RX packets 0 bytes 0 (0.0 B)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 5 bytes 876 (876.0 B)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    ##### iwconfig ##########################
    lo no wireless extensions.
    enp0s20u2 no wireless extensions.
    wlp1s0 IEEE 802.11abg ESSID:off/any
    Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
    Tx-Power=22 dBm
    Retry short limit:7 RTS thr:off Fragment thr:off
    Power Management:off
    ##### route #############################
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    0.0.0.0 192.168.42.129 0.0.0.0 UG 203 0 0 enp0s20u2
    192.168.42.0 0.0.0.0 255.255.255.0 U 203 0 0 enp0s20u2
    ##### resolv.conf #######################
    nameserver 192.168.42.129
    ##### iw reg get ########################
    country 00: DFS-UNSET
    (2402 - 2472 @ 40), (6, 20)
    (2457 - 2482 @ 40), (6, 20), PASSIVE-SCAN
    (2474 - 2494 @ 20), (6, 20), NO-OFDM, PASSIVE-SCAN
    (5170 - 5250 @ 160), (6, 20), PASSIVE-SCAN
    (5250 - 5330 @ 160), (6, 20), DFS, PASSIVE-SCAN
    (5490 - 5730 @ 160), (6, 20), DFS, PASSIVE-SCAN
    ##### iwlist channels ###################
    lo no frequency information.
    enp0s20u2 no frequency information.
    wlp1s0 32 channels in total; available frequencies :
    Channel 01 : 2.412 GHz
    Channel 02 : 2.417 GHz
    Channel 03 : 2.422 GHz
    Channel 04 : 2.427 GHz
    Channel 05 : 2.432 GHz
    Channel 06 : 2.437 GHz
    Channel 07 : 2.442 GHz
    Channel 08 : 2.447 GHz
    Channel 09 : 2.452 GHz
    Channel 10 : 2.457 GHz
    Channel 11 : 2.462 GHz
    Channel 12 : 2.467 GHz
    Channel 13 : 2.472 GHz
    Channel 36 : 5.18 GHz
    Channel 40 : 5.2 GHz
    Channel 44 : 5.22 GHz
    Channel 48 : 5.24 GHz
    Channel 52 : 5.26 GHz
    Channel 56 : 5.28 GHz
    Channel 60 : 5.3 GHz
    Channel 64 : 5.32 GHz
    Channel 100 : 5.5 GHz
    Channel 104 : 5.52 GHz
    Channel 108 : 5.54 GHz
    Channel 112 : 5.56 GHz
    Channel 116 : 5.58 GHz
    Channel 120 : 5.6 GHz
    Channel 124 : 5.62 GHz
    Channel 128 : 5.64 GHz
    Channel 132 : 5.66 GHz
    Channel 136 : 5.68 GHz
    Channel 140 : 5.7 GHz
    Current Frequency:2.437 GHz (Channel 6)
    ##### iwlist scan #######################
    Channel occupancy:
    1 APs on Frequency:2.412 GHz (Channel 1)
    3 APs on Frequency:2.437 GHz (Channel 6)
    wlp1s0 Scan completed :
    Cell 01 - Address: <MAC 'Kasafe' [AC1]>
    Channel:1
    Frequency:2.412 GHz (Channel 1)
    Quality=33/70 Signal level=-77 dBm
    Encryption key:on
    ESSID:"Kasafe"
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
    9 Mb/s; 12 Mb/s; 18 Mb/s
    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=000000c2d190f93f
    Extra: Last beacon: 36ms ago
    IE: WPA Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (2) : TKIP CCMP
    Authentication Suites (1) : PSK
    IE: IEEE 802.11i/WPA2 Version 1
    Group Cipher : TKIP
    Pairwise Ciphers (2) : TKIP CCMP
    Authentication Suites (1) : PSK
    Cell 02 - Address: <MAC 'ZyXEL' [AC2]>
    Channel:6
    Frequency:2.437 GHz (Channel 6)
    Quality=45/70 Signal level=-65 dBm
    Encryption key:off
    ESSID:"ZyXEL"
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
    9 Mb/s; 12 Mb/s; 18 Mb/s
    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
    Mode:Master
    Extra:tsf=0000007974f64404
    Extra: Last beacon: 36ms ago
    Cell 03 - Address: <MAC 'HITRON-CC00' [AC3]>
    Channel:6
    Frequency:2.437 GHz (Channel 6)
    Quality=49/70 Signal level=-61 dBm
    Encryption key:on
    ESSID:"HITRON-CC00"
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
    18 Mb/s; 36 Mb/s; 54 Mb/s
    Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s
    Mode:Master
    Extra:tsf=lo Interface doesn't support scanning.
    enp0s20u2 Interface doesn't support scanning.
    000000041172a69f
    Extra: Last beacon: 36ms ago
    IE: WPA Version 1
    Group Cipher : CCMP
    Pairwise Ciphers (1) : CCMP
    Authentication Suites (1) : PSK
    IE: IEEE 802.11i/WPA2 Version 1
    Group Cipher : CCMP
    Pairwise Ciphers (1) : CCMP
    Authentication Suites (1) : PSK
    Cell 04 - Address: <MAC 'KD WLAN Hotspot+' [AC4]>
    Channel:6
    Frequency:2.437 GHz (Channel 6)
    Quality=51/70 Signal level=-59 dBm
    Encryption key:off
    ESSID:"KD WLAN Hotspot+"
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
    18 Mb/s; 36 Mb/s; 54 Mb/s
    Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s
    Mode:Master
    Extra:tsf=000000041172acb1
    Extra: Last beacon: 36ms ago
    ##### module infos ######################
    [iwlmvm]
    filename: /lib/modules/3.16.4-1-ARCH/kernel/drivers/net/wireless/iwlwifi/mvm/iwlmvm.ko.gz
    license: GPL
    author: Copyright(c) 2003- 2014 Intel Corporation <[email protected]>
    version: in-tree:
    description: The new Intel(R) wireless AGN driver for Linux
    srcversion: D67526D799CF939C2A2C228
    depends: iwlwifi,mac80211,led-class,cfg80211
    intree: Y
    vermagic: 3.16.4-1-ARCH SMP preempt mod_unload modversions
    parm: init_dbg:set to true to debug an ASSERT in INIT fw (default: false (bool)
    parm: power_scheme:power management scheme: 1-active, 2-balanced, 3-low power, default: 2 (int)
    [mac80211]
    filename: /lib/modules/3.16.4-1-ARCH/kernel/net/mac80211/mac80211.ko.gz
    license: GPL
    description: IEEE 802.11 subsystem
    depends: cfg80211
    intree: Y
    vermagic: 3.16.4-1-ARCH SMP preempt mod_unload modversions
    parm: max_nullfunc_tries:Maximum nullfunc tx tries before disconnecting (reason 4). (int)
    parm: max_probe_tries:Maximum probe tries before disconnecting (reason 4). (int)
    parm: beacon_loss_count:Number of beacon intervals before we decide beacon was lost. (int)
    parm: probe_wait_ms:Maximum time(ms) to wait for probe response before disconnecting (reason 4). (int)
    parm: ieee80211_default_rc_algo:Default rate control algorithm for mac80211 to use (charp)
    [iwlwifi]
    filename: /lib/modules/3.16.4-1-ARCH/kernel/drivers/net/wireless/iwlwifi/iwlwifi.ko.gz
    license: GPL
    author: Copyright(c) 2003- 2014 Intel Corporation <[email protected]>
    version: in-tree:
    description: Intel(R) Wireless WiFi driver for Linux
    firmware: iwlwifi-100-5.ucode
    firmware: iwlwifi-1000-5.ucode
    firmware: iwlwifi-135-6.ucode
    firmware: iwlwifi-105-6.ucode
    firmware: iwlwifi-2030-6.ucode
    firmware: iwlwifi-2000-6.ucode
    firmware: iwlwifi-5150-2.ucode
    firmware: iwlwifi-5000-5.ucode
    firmware: iwlwifi-6000g2b-6.ucode
    firmware: iwlwifi-6000g2a-5.ucode
    firmware: iwlwifi-6050-5.ucode
    firmware: iwlwifi-6000-4.ucode
    firmware: iwlwifi-7265-9.ucode
    firmware: iwlwifi-3160-9.ucode
    firmware: iwlwifi-7260-9.ucode
    firmware: iwlwifi-8000-8.ucode
    srcversion: E52619966602F14805A714C
    depends: cfg80211
    intree: Y
    vermagic: 3.16.4-1-ARCH SMP preempt mod_unload modversions
    parm: swcrypto:using crypto in software (default 0 [hardware]) (int)
    parm: 11n_disable:disable 11n functionality, bitmap: 1: full, 2: disable agg TX, 4: disable agg RX, 8 enable agg TX (uint)
    parm: amsdu_size_8K:enable 8K amsdu size (default 0) (int)
    parm: fw_restart:restart firmware in case of error (default true) (bool)
    parm: antenna_coupling:specify antenna coupling in dB (defualt: 0 dB) (int)
    parm: wd_disable:Disable stuck queue watchdog timer 0=system default, 1=disable (default: 1) (int)
    parm: nvm_file:NVM file name (charp)
    parm: uapsd_disable:disable U-APSD functionality (default: N) (bool)
    parm: bt_coex_active:enable wifi/bt co-exist (default: enable) (bool)
    parm: led_mode:0=system default, 1=On(RF On)/Off(RF Off), 2=blinking, 3=Off (default: 0) (int)
    parm: power_save:enable WiFi power management (default: disable) (bool)
    parm: power_level:default power save level (range from 1 - 5, default: 1) (int)
    [cfg80211]
    filename: /lib/modules/3.16.4-1-ARCH/kernel/net/wireless/cfg80211.ko.gz
    description: wireless configuration support
    license: GPL
    author: Johannes Berg
    depends: rfkill
    intree: Y
    vermagic: 3.16.4-1-ARCH SMP preempt mod_unload modversions
    parm: ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)
    parm: cfg80211_disable_40mhz_24ghz:Disable 40MHz support in the 2.4GHz band (bool)
    ##### module parameters #################
    [iwlmvm]
    init_dbg: N
    power_scheme: 2
    [mac80211]
    beacon_loss_count: 7
    ieee80211_default_rc_algo: minstrel_ht
    max_nullfunc_tries: 2
    max_probe_tries: 5
    probe_wait_ms: 500
    [iwlwifi]
    11n_disable: 1
    amsdu_size_8K: 0
    antenna_coupling: 0
    bt_coex_active: Y
    fw_restart: Y
    led_mode: 0
    nvm_file: (null)
    power_level: 0
    power_save: N
    swcrypto: 0
    uapsd_disable: N
    wd_disable: 1
    [cfg80211]
    cfg80211_disable_40mhz_24ghz: N
    ieee80211_regdom: 00
    ##### /etc/modules ######################
    grep: /etc/modules: No such file or directory
    ##### modprobe options ##################
    [/etc/modprobe.d/iwlwifi.conf]
    options iwlwifi 11n_disable=1
    ##### pm-utils ##########################
    [/etc/pm/sleep.d/90alsa] (755 root)
    case "$1" in
    hibernate|suspend)
    thaw|resume)
    aplay -d 1 /dev/zero
    *) exit $NA
    esac
    ##### udev rules ########################
    grep: /etc/udev/rules.d/*net*.rules: No such file or directory
    ##### dmesg #############################
    [ 1.284399] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless N 7260, REV=0x144
    [ 1.284446] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S (repeated 2 times)
    [ 1.466756] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
    [ 1.490496] systemd-udevd[155]: renamed network interface wlan0 to wlp1s0
    [ 1.630021] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
    [ 1.832900] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
    [ 2.896518] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S (repeated 2 times)
    [ 2.907963] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
    [ 35.768085] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S (repeated 2 times)
    [ 35.781194] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
    [ 35.793332] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S (repeated 2 times)
    [ 35.804522] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
    [ 37.819461] wlp1s0: authenticate with <MAC 'ZyXEL' [AC2]>
    [ 37.821532] wlp1s0: send auth to <MAC 'ZyXEL' [AC2]> (try 1/3)
    [ 37.825568] wlp1s0: authenticated
    [ 37.828298] wlp1s0: associate with <MAC 'ZyXEL' [AC2]> (try 1/3)
    [ 37.830866] wlp1s0: RX AssocResp from <MAC 'ZyXEL' [AC2]> (capab=0x421 status=0 aid=6)
    [ 37.839183] wlp1s0: associated
    [ 37.839217] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
    [ 38.129138] iwlwifi 0000:01:00.0: No association and the time event is over already...
    [ 38.129174] wlp1s0: Connection to AP <MAC 'ZyXEL' [AC2]> lost
    [ 71.084001] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S (repeated 2 times)
    [ 71.096522] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
    [ 118.185693] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S (repeated 2 times)
    [ 118.198363] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
    [ 118.209937] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S (repeated 2 times)
    [ 118.220741] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
    [ 123.864974] wlp1s0: authenticate with <MAC 'ZyXEL' [AC2]>
    [ 123.867270] wlp1s0: send auth to <MAC 'ZyXEL' [AC2]> (try 1/3)
    [ 123.882206] wlp1s0: authenticated
    [ 123.884469] wlp1s0: associate with <MAC 'ZyXEL' [AC2]> (try 1/3)
    [ 123.887219] wlp1s0: RX AssocResp from <MAC 'ZyXEL' [AC2]> (capab=0x421 status=0 aid=6)
    [ 123.900889] wlp1s0: associated
    [ 123.900917] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
    [ 124.174397] iwlwifi 0000:01:00.0: No association and the time event is over already...
    [ 124.174433] wlp1s0: Connection to AP <MAC 'ZyXEL' [AC2]> lost
    [ 153.151555] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S (repeated 2 times)
    [ 153.163679] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
    [ 161.468177] systemd-udevd[684]: renamed network interface usb0 to enp0s20u2
    [ 165.160036] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S (repeated 2 times)
    [ 165.172167] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
    ########## wireless info END ############
    Thank you in advance for your help, if you need me to try anything, please ask!
    Last edited by damwdan (2014-11-10 11:24:22)

    I have the exact same problem, appeared completely random. I had several restarts this Christmas on the laptop, even after upgrades. I blamed the ath driver. But I noticed when I restart the router by plugging out it from the wall, then in again, sometimes it's working.
    I carefully changed every possible settings in the router, then I found if I disable IPv6 (yes, it's capable of that despite Sky does not provide IPv6 service) it started to work even after multiple reboots. It took mi a while since the new year.
    I'm using connman and when it was wrong, connman was completely frozen. If I entered "connmanctl scan wifi", it never quit. Same for "connmanctl state".
    I also noticed that the router LED was blinking continuously and on the laptop when I checked the connection status with ifconfig it showed very high usage of TX packets. It also blocked the whole wifi, so my phone was not able to access the internet. Strange problem, I'm unsure what caused it and not quite sure how disabling IPv6 solved it. But I'm also afraid that maybe somewhere else I can't disable IPv6 on the router.

  • How can I write on ports (COM and LPT) with java APIs

    I need to write in LPT and COM ports with Java like the INP and OUT commands on other languajes, but I don�t want to use native classes... because I want a portable code... so what can I do?

    look at the javax.comm package
    http://java.sun.com/products/javacomm/javadocs/tree.html

  • Intel 6205 wireless not working with Lenovo W520

    Loving the new W520... very fast, if only the wireless would work. Unable to get wireless interface functioning, won't even show up in ifconfig. I've appended requested wireless information, thanks in advance for any assistance.
    1) Machine Brand and Model (PC/Laptop):
    Lenovo W520
    Intel Centrino Advanced-N 6205
    Note: Wireless switch on lefthand side enabled, bluetooth led lights up but wireless does not.
    2) Wireless Brand, Model and Wireless Chipset:
    $ lspci -nn
    03:00.0 Network controller [0280]: Intel Corporation 6000 Series Gen2 [8086:0085] (rev 34)
    3 ) check interface:
    ifconfig does not show wireless
    $ iwconfig
    lo no wireless extensions.
    eth0 no wireless extensions.
    4 ) Check for modules:
    $ lsmod
    iwlagn 215351 0
    iwlcore 139688 1 iwlagn
    mac80211 269644 2 iwlagn,iwlcore
    cfg80211 167809 3 iwlagn,iwlcore,mac80211
    5) Kernel boot messages
    $ dmesg
    [ 13.497936] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
    [ 13.497938] iwlagn: Copyright(c) 2003-2010 Intel Corporation
    [ 13.498058] iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 13.498089] iwlagn 0000:03:00.0: setting latency timer to 64
    [ 13.498181] iwlagn 0000:03:00.0: Detected 6000 Series 2x2 AGN Gen2a, REV=0xB0
    [ 13.499187] lp: driver loaded but no devices found
    [ 13.502642] alloc irq_desc for 22 on node -1
    [ 13.502645] alloc kstat_irqs on node -1
    6 ) Network configuration
    $ sudo lshw -C network
    *-network UNCLAIMED
    description: Network controller
    product: 6000 Series Gen2
    vendor: Intel Corporation
    physical id: 0
    bus info: pci@0000:03:00.0
    version: 34
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress cap_list
    configuration: latency=0
    resources: memory:d5300000-d5301fff
    7 ) Scan for networks:
    not relevant as no wireless interface appears
    8 ) Ubuntu Version:
    Ubuntu 10.10
    9 ) Kernel/architecture (including 32 vs. 64 bit):
    2.6.35-28-generic x86_64
    10 ) Restarting the network:
    sudo /etc/init.d/networking restart
    * Reconfiguring network interfaces... Ignoring unknown interface eth0=eth0.
    [ OK ]
    Additionally, modinfo shows the following:
    $ modinfo iwlagn
    filename: /lib/modules/2.6.35-28-generic/updates/compat-wireless-2.6.36/iwlagn.ko
    alias: iwl4965
    license: GPL
    author: Copyright(c) 2003-2010 Intel Corporation <[email protected]>
    version: in-tree:
    description: Intel(R) Wireless WiFi Link AGN driver for Linux
    firmware: iwlwifi-4965-2.ucode
    firmware: iwlwifi-5150-2.ucode
    firmware: iwlwifi-5000-2.ucode
    firmware: iwlwifi-6000g2b-4.ucode
    firmware: iwlwifi-6000g2a-4.ucode
    firmware: iwlwifi-6050-4.ucode
    firmware: iwlwifi-6000-4.ucode
    firmware: iwlwifi-1000-3.ucode
    srcversion: 8F7F4C6196599FCA596C837

    Hi  sparhk, and welcome.
    One of the Lenovo staff who frequents the forum put out a call to help you in a private forum.  I do a little Linux, so I poked into it.  To my amazement my first Google hit was your thread where you indicate you have solved the problem.  (At least, it _looks_ like you...)
    May I respectfully suggest that a post back here indicating success would be a nice touch?  That way anyone who passes by looking for help with this issue will have a better chance of finding it.  For posterity, here it is (see post number 25):
    [SOLVED] Intel 6205 wireless not working with Lenovo W520
    Glad you got it working,
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Comportement (propriétés du Projet)

    Project Properties / Conditional Disable Symbols :
    J'y ai créé des symboles ..
    j'ai cliqué droit sur un de mes symboles et j'ai ensuite choisi : " Description and Tip "
    dans cette fenêtre " Description ans Tip ", je peux (en principe) y placer une description de mon Symbole.
    mais ... soucis ...
    pas moyen d'y entrer le moindre texte ... si on clic à l'intérieur de cette fenêtre, un curseur apparaît (curseur non clignotant)
    mais cette fenêtre ne répond à aucune frappe venant du clavier.
    donc ... impossible d'y entrer le moindre texte.
    Un d'entre vous peut-il confirmer ? (comportement normal ou pas ??)

    Bonjour Maxime,
    Effectivement ce menu devrait être désactivé, un CAR a créé
    aurais-tu ce numéro de CAR sous la main ?
    Quand je remarque un soucis, j'aime bien de prendre note du CAR.
    Cela me permet de ne pas "revenir" plusieurs fois avec le même soucis,
    et quand une nouvelle version de LV est publiée (ou service pack),
    je peux "voir" rapidement si le soucis a été fixé sans devoir les tester tous moi-même.
    (merci)
    mais bon ... il faut aller le chercher ce menu !
    mais ... c'est pour ce genre de chose que l'on a inventé ouadji !  
    Un fouille-tout-partout 

  • Activating subscription service on a custom developed read only repository

    Hi Experts,
         We have a custom implementation of a read only KM repository manager which just expose documents, but does not have any editing functionality. Now the client wants to activate subscriptions on that repository manager. The current implementation of the manager is not sending any emails. Do you know what should be implemented by the manager in order to get the subscription service to work? We are looking for a daily notification as it is clear that because it is a read only manager there is no way to get notification for all events.
    Regards,
         Tania

    Hi,
    See the Javadoc package description com.sapportals.wcm.repository.service.subscription for:
    Detailed explanation of the API and underlying concepts
    UML diagram of interfaces
    Code sample: Creating a subscription
    https://media.sdn.sap.com/javadocs/NW04/SPS15/km/com/sapportals/wcm/repository/service/subscription/package-summary.html
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/Knowledge%20Management%20and%20Collaboration%20Developers%20Guide.html
    Patricio

  • Customer Hierarchy Creation by using Flat file

    Hi all,
    I am trying to create Customer hierarchy (Transaction - BPH), from flat fileu2026
    Here, I find like BPH transaction using FM u2018BUPA_HIERARCHY_SAVEu2019 to create hierarchyu2026
    Nowu2026 I want to do same thing through Flat file and my file contains below information
    First section:
    1. Hierarchy Category
    2. Hierarchy Tree
    3. Tree description
    Second section:
    BP ID information likes u2013
    1. ABC (Higher level BP) u2013 First node
    2. XYZ (Next level BP) u2013 Second node
    Here, I want to create customer hierarchy with header details (given in first sections) and need creates nodes (given in second section),
    Can any one tell me in which way I need to pass data to FM to create hierarchy?
    Thanks in advance!!!
    Regards,
    Sreenu Valeti

    Try using BAPI_CUSTOMER_HIERARCHIE_INS

  • Get description for node and items in WD ABAP - Tree

    Hi all,
    I want to dislay the description for all nodes & Items when creating a Tree. In normal ABAP we assign the relevative text and fill the node table & Item table.
    But in the case of WD ABAP how it works.
    Please suggest.
    Thanks
    Sanket sethi

    Hi,
    Refere WD application WDT_TREE. In this application, 2 attributes are taken as mt_folder_struc and mt_file_struc. These are of type TIHTTPNVP. While filling these tables, make sure to pass proper parent child node.
    See methods, FILL_FILETABLE and FILL_FOLDERTABLE.  field NAME corresponds to child key
    and  field VALUE corresponds to parent key. as these are of type STRING, you need to concatenate text description to code and accordingly fill the tables mt_folder_struc and mt_file_struc.
    Regards,
    Chandra

  • Package description in Javadoc

    Hi to all !!
    How can I add a comment to a package in Javadoc?
    A comment may be a description of package content
    like this:
    com.myself.package This packages contains 2 classes.
    I want that description of package appears in the "Overview"
    page in the Javadoc documentation.
    I hope that someone help me.
    Thanks.
    emilio

    Should be somewhere in here:
    http://java.sun.com/j2se/javadoc/index.jsp

  • Inline Javadoc tag to link to a method parameter description?

    I would like some way to refer to method parameters while writing Javadoc comments.
    Currently, I can have something like:
       * Print a message.
       * @param message The message to print, defaults to <code>"hello world!"</code> if <code>null</code>.
       * @param upperCase If <code>true</code>, <code>message</code> will be converted to {@link String#toUpperCase() upper case} before printing.
      public static final void printMessage(String message, boolean upperCase) {
        String outMessage = (message != null) ? message : "hello world!";
        if (upperCase) outMessage = outMessage.toUpperCase();
        System.out.println(outMessage);
      }The problem is that in the section "@param upperCase If <code>true</code>, <code>message</code>", there is nothing to concretely identify "<code>message</code>" as a parameter, and link it to it's associated @param block description.
    Also, currently, if I refactor my code by renaming the "message" method parameter in Eclipse, it will also automatically rename the Block level @param in the Javadoc, which is great, but fails to notice and similarly rename the <code>message</code> reference in the upperCase description text. This should be fixable with a solution to this.
    An Inline version of @param could be created, like "{@param message the text}" which would work similarily to {@link}, creating a navigable HTML link to the @param block description for the message parameter, with "the text" as the text of the link (optional). This has the slight disadvantage of not being able to link to parameters for other methods. And perhaps overloading @param with different behavior when used as Inline vs Block isn't the best idea, though it could also be named something else ("{@paramlink}" ?).
    Alternatively, the {@link} tag could be extended to allow referencing not just a method, but a parameter somehow. Something like "{@link #printMessage(String, boolean)@message the text}"?

    Hello everyone,
    At the moment the only way to navigate from an app to an Admin section is to rely on document.referrer and build the url where you want to navigate. This approach was already mentioned in this forum, but we also have a functional example in sample applications from bcapi sdk: Redirect to dashboard page, _redirectToDashboard function (line 102).
    redirect_uri query parameter is designed to allow Open Platform applications to have multiple start pages.
    In the future we intend to provide a way to communicate with parent frame through messages. For instance, using the sdk you would be able to do something like:
    BCAPI.sendAdminMessage("redirect_to", {"url": "/Utilities/ShopSettings.aspx"});
    Regards,
    Radu

  • What's the use of description of a bookmark? Find Bookmark in Bookmark-Tree? FavIcons on second synced devide?

    1. I'm a little bit confused about the useage of descriptions of a bookmark.
    For what can I use it after I filled something in?
    Is the intention to open the booksmark property to see what I have filled in a long time ago?
    Maybe I could be useful to add this to the Bookmarks tooltip?!
    2. I have many Bookmarks in many Subfolders.
    But sometimes I don't find a Bookmark. So I try to find it over the awesome-Bar and I find it.
    Is it possible to see in the awesome-bar/SearchFunktionInBookmarkLibrary where I have the Bookmark in my Bookmarktree?
    3. I have synced my Bookmarks to a second PC. Is it possible to load all favicons an this device?

    # The description field provides additional information about a bookmark. From what I can see, it's only visible in the Library. The field is automatically filled in when you bookmark a page that contains a description, e.g.
    #* http://www.w3schools.com
    # The following add-ons make locating bookmarks easier in the Library and the sidebar.
    #* https://addons.mozilla.org/firefox/addon/show-parent-folder/
    #* https://addons.mozilla.org/firefox/addon/go-parent-folder/
    #* https://addons.mozilla.org/firefox/addon/sidebar-bookmarks-search-plus/
    # You can try the Favicon Reloader add-on to reload missing site icons.
    #* https://addons.mozilla.org/firefox/addon/faviconreloader/

Maybe you are looking for

  • How to get JToolBar location

    How can I find the current location of a JToolBar (NORTH, SOUTH, EAST, WEST or FLOATING) ? I've searched the forums for an answer to this question and seen the question asked before but no answer given. In short I have a situation where the contents

  • Reinstallation message: Could not locate Resources file in Configuration folder

    I have new computer. Was running XP on old computer for CS4 Web Premium. Uninstalled from XP. Can't install on new machine with Windows 7. Getting error: Could not locate the Resouirces file in Configuration folder for Dreamweaver (and all other prog

  • Portrait Layout of the pdf attachment in email (T-code: VL71)

    Hi all, I have a problem with the layout of the pdf attachment in email. The sapscript layout is already set to Portrait. When I print or preview the form, it is in portrait. but when I sent it through email, the form became LANDSCAPE layout in pdf f

  • Apps doesn't have access to my photo library

    All Apps says that they don't have access to my photos and when I open privacy/photos/ it only shows tell policy and says that no apps have requested an access, What to do??

  • Cant restore backup as ipod disconnects

    Hi. I took a backup of my ipod through iTunes and saved on Laptop. I factory reset but I cant restore backup to ipod as I get a pop up error "ITunes could not restore the ipod 'name' because the ipod disconnected". Has anyone any idea why it is disco