AP 1141 SSIDL not showing other ssids

I have configured our Ap 1141 with two ssid. One is the guest ssid and the other is marked to advertise in the SSIDl IE.  I can only see the guest-mode ssid in the broadcast.  I can connect to both if I manually configure the client to connect to the non-guest mode ssid.  Im wondering if my understanding of of the SSIDL advertise command is incorrect or if I have missed something.
My goal is to get boath ssids to broadcast without having to put them on seperate vlans, as I dont want to configure trunking and routing for vlans just to broadcast a second ssid.
Alternativly, if the only way to get multiple ssids to broadcast is to enable mbssid and configure the vlans, then would it be possible to to get the ap to do the inter vlan routing or have all traffic exiting the ap untagged? Again I dont want to have to configure the switches and the router to route the vlans.
config is
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
hostname CiscoAP1
aaa new-model
aaa authentication login default local
aaa authorization exec default local
aaa session-id common
dot11 syslog
dot11 ssid AccuAccess new
   authentication open
   authentication key-management wpa version 2
   wpa-psk ascii 7
   information-element ssidl advertisement
dot11 ssid Hub 100 new
   authentication open
   authentication key-management wpa version 2
   guest-mode
   infrastructure-ssid optional
   wpa-psk ascii 7
   information-element ssidl
power inline negotiation injector 4055.39f2.1203
crypto pki trustpoint TP-self-signed-972165635
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-972165635
revocation-check none
rsakeypair TP-self-signed-972165635
crypto pki certificate chain TP-self-signed-972165635
certificate self-signed 01
omitted
  quit
username admin privilege 15 secret 5
bridge irb
interface Dot11Radio0
no ip address
no ip route-cache
encryption mode ciphers aes-ccm
ssid AccuAccess new
ssid Hub 100 new
antenna gain 0
power local 17
power client 17
channel least-congested 2412 2437 2462
station-role root
bridge-group 1
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
interface GigabitEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
no keepalive
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
interface BVI1
ip address 172.16.20.95 255.255.255.0
no ip route-cache
ip default-gateway 172.16.20.1
no ip http server
ip http authentication aaa
ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
bridge 1 route ip
line con 0
line vty 0 4
transport input ssh
transport output ssh
end
Key hashes removed to prevent rainbow table lookups.
Thanks for your help and let me know if my objectives are not clear
Nick

>> In Autonomous infrastructure.. its always 1:1 Mapping between SSID and the VLAN... Its not possible to map 2 SSIDs with the same VLAN.
>> To broadcast multiple SSID, the command is as follows..
dot11 ssid AccuAccess new
   authentication open
   authentication key-management wpa version 2
   wpa-psk ascii 7
   mbssid guest-mode
   information-element ssidl advertisement
dot11 ssid Hub 100 new
   authentication open
   authentication key-management wpa version 2
   mbssid guest-mode
   infrastructure-ssid optional
   wpa-psk ascii 7
   information-element ssidl
en
conf t
int dot11 0
mbssid
end
Lemme know if this answered ur question and please dont forget to rate the usefull posts!!
Regards
Surendra

Similar Messages

  • [Unsolved, closed] Grub not showing other kernel (linux-lts)

    Hi,
    Stuck with Grub not showing other kernel, started with willing to keep two kernels.
    grub config file shows both kernels correctly but still not appearing at boot (it's like pale black/blue, seems I am stuck with grub legacy? tried reinstallation etc but didn't work):
    Boot menu
    Arch Linux
    Arch Linux Fallback
    HDT
    Reboot
    Power
    Sorry can't produce screenshot.
    Disk info
    Device Type
    /dev/sda1 Linux filesystem
    /dev/sda2 Linux swap
    /dev/sda3 Linux home
    Note: gparted shows 'legacy_boot' flag on /sda1
    Config/files/output are:
    # update-grub
    Generating grub configuration file ...
    Found linux image: /boot/vmlinuz-linux-lts
    Found initrd image: /boot/initramfs-linux-lts.img
    Found fallback initramfs image: /boot/initramfs-linux-lts-fallback.img
    Found linux image: /boot/vmlinuz-linux
    Found initrd image: /boot/initramfs-linux.img
    Found fallback initramfs image: /boot/initramfs-linux-fallback.img
    No volume groups found
    done
    # cat /boot/grub/grub.cfg:
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    else
    search --no-floppy --fs-uuid --set=root c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/01_grub-customizer_menu_color_helper ###
    ### END /etc/grub.d/01_grub-customizer_menu_color_helper ###
    ### BEGIN /etc/grub.d/10_linux_proxy ###
    menuentry "Arch Linux" --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-c5349960-1eb2-4af6-a5c0-6b4356da4ae1' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    else
    search --no-floppy --fs-uuid --set=root c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    fi
    echo 'Loading Linux linux-lts ...'
    linux /boot/vmlinuz-linux-lts root=UUID=c5349960-1eb2-4af6-a5c0-6b4356da4ae1 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-lts.img
    menuentry "Arch Linux, with Linux linux-lts" --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-lts-advanced-c5349960-1eb2-4af6-a5c0-6b4356da4ae1' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    else
    search --no-floppy --fs-uuid --set=root c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    fi
    echo 'Loading Linux linux-lts ...'
    linux /boot/vmlinuz-linux-lts root=UUID=c5349960-1eb2-4af6-a5c0-6b4356da4ae1 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-lts.img
    menuentry "Arch Linux, with Linux linux-lts (fallback initramfs)" --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-lts-fallback-c5349960-1eb2-4af6-a5c0-6b4356da4ae1' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    else
    search --no-floppy --fs-uuid --set=root c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    fi
    echo 'Loading Linux linux-lts ...'
    linux /boot/vmlinuz-linux-lts root=UUID=c5349960-1eb2-4af6-a5c0-6b4356da4ae1 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-lts-fallback.img
    submenu "Advanced options for Arch Linux"{
    menuentry "Arch Linux, with Linux linux" --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-c5349960-1eb2-4af6-a5c0-6b4356da4ae1' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    else
    search --no-floppy --fs-uuid --set=root c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=c5349960-1eb2-4af6-a5c0-6b4356da4ae1 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    menuentry "Arch Linux, with Linux linux (fallback initramfs)" --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-c5349960-1eb2-4af6-a5c0-6b4356da4ae1' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    else
    search --no-floppy --fs-uuid --set=root c5349960-1eb2-4af6-a5c0-6b4356da4ae1
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=c5349960-1eb2-4af6-a5c0-6b4356da4ae1 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux_proxy ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    ### END /etc/grub.d/60_memtest86+ ###
    cat /etc/default/grub shows:
    GRUB_DEFAULT="0"
    GRUB_TIMEOUT="5"
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    GRUB_CMDLINE_LINUX=""
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT="5"
    #GRUB_HIDDEN_TIMEOUT_QUIET="true"
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT="console"
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT="console"
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE="auto"
    # Uncomment to allow the kernel use the same resolution used by grub
    GRUB_GFXPAYLOAD_LINUX="keep"
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID="true"
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY="true"
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    #GRUB_COLOR_NORMAL="light-blue/black"
    #GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    #GRUB_BACKGROUND="/path/to/wallpaper"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    #GRUB_SAVEDEFAULT="true"
    Last edited by jackpot (2014-08-20 07:53:27)

    clfarron4 wrote:Did you install os-prober? Try running that and then running the other commands.
    Yes, did. Same result.
    Sanity Check: Is it booting from LiveUSB/CD? I would not expect HDT/Reboot or Power Off entries from a generated grub config. I would expect those entries from a LiveUSB/CD.
    From system itself, but tried all options (I knew) like 1) using fallback to install LTS and run commands, 2) live-CD, 3) kernel parameter systemd.unit etc
    No worries, I am giving up on issue for some time.
    EDIT:
    Thanks
    Last edited by jackpot (2014-08-20 11:14:32)

  • LDOM dladm does not show other interface.

    Create another vnet1 on LDOM (ldg0). But dladm does not show it. There are entries in path-to-inst for it and I was able plumb interface.
    bash-3.00# ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    vnet0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 10.2.100.77 netmask ffffff00 broadcast 10.2.100.255
    ether 0:14:4f:fb:32:a
    vnet1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
    inet 192.168.30.30 netmask ffffff00 broadcast 192.168.30.255
    ether 0:14:4f:fb:6c:99
    bash-3.00# dladm show-dev
    vnet0 link: unknown speed: 0 Mbps duplex: unknown
    bash-3.00#
    Yet dladm does not show device. What have I done wrong?
    Here the ldm binding info for just networking
    # ldm list-bindings primary (network only)
    VSW
    NAME MAC NET-DEV ID DEVICE LINKPROP DEFAULT-VLAN-ID PVID VID MTU MODE
    primary-vsw0 00:14:4f:fb:1d:38 e1000g0 0 switch@0 1 1 1500
    PEER MAC PVID VID MTU LINKPROP
    vnet0@ldg0 00:14:4f:fb:32:0a 1 1500
    vnet1@lqwest 00:14:4f:fb:b0:34 1 1500
    vnet2@ldg0 00:14:4f:fb:6c:99 1 1500
    # ldm list-bindings ldg0 (network only)
    NETWORK
    NAME SERVICE ID DEVICE MAC MODE PVID VID MTU LINKPROP
    vnet0 primary-vsw0@primary 0 network@0 00:14:4f:fb:32:0a 1 1500
    PEER MAC MODE PVID VID MTU LINKPROP
    primary-vsw0@primary 00:14:4f:fb:1d:38 1 1500
    vnet1@lqwest 00:14:4f:fb:b0:34 1 1500
    vnet2@ldg0 00:14:4f:fb:6c:99 1 1500
    NAME SERVICE ID DEVICE MAC MODE PVID VID MTU LINKPROP
    vnet2 primary-vsw0@primary 1 network@1 00:14:4f:fb:6c:99 1 1500
    PEER MAC MODE PVID VID MTU LINKPROP
    primary-vsw0@primary 00:14:4f:fb:1d:38 1 1500
    vnet0@ldg0 00:14:4f:fb:32:0a 1 1500
    vnet1@lqwest 00:14:4f:fb:b0:34 1 1500
    It appears to be working, but is this correct since dladm does not show the vnet1 interface?

    I had the same problem. SUN support recommends latest kernel patches. That solved my problem.

  • AirPort Menu not showing other networks except the one it's connected to.

    AirPort menu is strange indeed. Only for the first time, it shows the list of all available networks.
    Now I cannot see any other networks. Is this a bug or something?

    Andy34567 wrote:
    I recently updated to OS X version 10.6.4 and since then my airport does not want to start up. I was able to previously find my own network (and others in range), but now I can see no networks to join.
    Welcome to Apple's discussion groups.
    You might try resetting your connection settings using the steps listed in this message:
    http://discussions.apple.com/thread.jspa?messageID=10695921&start=1
    They're not guaranteed to solve the problem, but they'll only take you a minute or so to try.

  • NOTES show other IMAP messages.....why?

    In the section called REMINDERS, that shows Notes and To Do, Mail is displaying folders that should be in the IMAP area, not in here.
    Does anyone know why?

    looks like messed up mail preferences. quit Mail and move the file homedirectory/library/preferences/com.apple.mail.plist to the desktop. start Mail. it will be empty and you'll have to recreate all your accounts. once you do Mail will recognize existing mailboxes so you won't have to redownload your messages. the problem should hopefully go away.

  • Family sharing not showing other family members' purchases

    I installed Family Sharing about a week ago.  It worked great, and everyone was able to download music (didn't try apps). Now not listing any family members under Purchased in iTunes (whether on Mac or iOS).  Same for other family members.   In app store, I see other family members listed, but, if I click on it, it says they have no purchases (clearly not true).  Tried all hints at If you don't see your family's shared content - Apple Support with no luck.  Also, fully disabled family sharing and then re-invited everyone, but still no luck.  Any idea how to correct this issue?

    I have the same issue. I can see my wife's purchases but on her phone, it says that I have no purchases. I also tried If you don't see your family's shared content - Apple Support and disabling family sharing and re-inviting her. I would also like to know how to fix this.

  • Meeting request do not show other attendees

    I'm having an issue where when I receive a meeting request (redirected from MS Outlook 2003, via Rule), I cannot see any other attendees invited to the meeting.
    Similarly, when receiving emails, I cannot see any one else copied (To or CC'ed) on the email.
    Have I missed a setting?
    Any assistance is appreciated!

    Hi,
    Reload the calendar database by following the steps provided:
    To delete contact list data over the wireless network and then reload it from the BlackBerry® Enterprise Server, complete the following steps:
        1. On the Home screen of the BlackBerry smartphone, click Contacts.
       2. Display the menu and click Options.
       3. Highlight "Desktop"
       4. Type RSET.  ( You will not see anything happen until the "T" is clicked"
       5.  This will erase your Desktop address book, and reload it from your server. Continue?  YES
       6.  The Desktop address book has been wiped. It will be repopulated from your server.  OK
       7.  On the homescreen > search Service Book
       8.  Choose service book>  highlight  DESKTOP SYNC - menu key, delete.
       9. Highligh DESKTOP CICAL - menu key, delete.
       10. Send new service books from the user's account in the BAS.
       11. Confirm if the attendees are listed.
    Try and let us know.
    Thanks

  • FaceTime not showing other person on ipad

    Hi. I am using FaceTime on the iPad2 3G/wifi version, 64GB. I  used it tonight to communicate with someone using the same iPad, but the 32GB. Both of us we connected to wifi, however, when I left FaceTime running, and clicked on the home key to check on an app, upon clicking the green bar at the top to 'return to facetime', I could no longer see the person I was talking to. Only myself. I could hear him, and he could hear and see me, but I could not get the camera to switch back to the original format. He tried the same thing to test it on his iPad,, and was able to return to the standard FaceTime screen. any thoughts?

    Ok I guess I posted prematurely. I did a reset and FaceTime now seems to be working properly even if I leave the application to check on something else and return.

  • Onustream can see chat and ads with sound but when eagles do not show, other videos do

    Have been watching eagles for months on ustreamtv. today I can get on chat line and watch and hear ads. When eagles are supose to be on I have black screen. Some other people are having the same problem.
    I am sure I have the latest irefox update.

    Hi
    I understand  - sorry to have missed your point before now.
    Some sites don't display those previews in safari - secure pages (https) for one, and also sites that are redirected.
    Taking the example in your screenshot, the site http://fabulouslyartsy.blogspot.com/ actually redirects to http://www.fabulouslyartsy.com/ and Safari (rather annoyingly) doesn't 'follow' the redirection & show the appropriate preview. See the image below - the blank preview is for the blogspot address, and the one visible to the right is from going directly to the site.

  • Cloud tabs not showing other devices

    I installed Mountain Lion last night but when I open safar 6 and click on the cloud tabs all i get is the icloud logo and some text telling me what the button should do, I have an iphone 4s and ipads (1st and 2nd generation) and none of them shows up in the button.... what can i do?? help me out please

    this will be used when ios6 comes .

  • Xfce4 not detecting other partitions[SOLVED]

    I have installed arch linux with xfce4, wine, java, libreoffice, opera and some other packages. The system is working well. However, I am not able to solve following problem:
    The file manager is not showing other partitions of the disk drive. I think they can be added in /etc/fstab file but is it possible for system to detect them and show them so that I can mount them if I need to (as I have seen in other desktop environments like gnome on ubuntu and kde on slackware)?
    I have tried to check the arch wiki (which helped a lot while installing all of the above) but not able to find solution. Please guide me in the right direction. I am really impressed by Arch linux and all the experts must have worked very hard to produce this fine distribution.
    Last edited by rnarch (2012-04-10 14:03:09)

    exec ck-launch-session dbus-launch startxfce4
    It worked well. I can now access all partitions.
    However, if I open thunar directly, I can see all partitions on the left sided pane. Here, I have to click to mount the partitions. This mounts but gives a message that I do not have permission to open this partition. Then I have to give command 'sudo thunar' . This instance of thunar does not show any partitions on the left sided pane but if I can open the /media folder and access all mounted partitions. Why does 'sudo thunar' does not show any partitions on left sided pane?

  • Finder option not showing all the options

    Hi, the finder option in MAC shows "mobile partner" when plugged on to internet...it does not show other options like folder, documents, drives etc.  Can anyone please tell me how to access these drives and folders through finder when the internet is ON.

    Welcome to Discussions, HaylieFoxe
    HaylieFoxe wrote:
    On Flash bashed chat rooms such as Stickam and Tinychat, my camera doesn't respond but when I right click>settings >Camera the drop down box only shows one option (Built-in iSight) when it usually shows three (Built in iSight, USB Class Video and Something else that slips my mind right now.)
    Screen shot: http://i983.photobucket.com/albums/ae318/KaitheHeartless/Picture2.png
    Can anyone tell me how to fix this?
    Thanks for the help! ...
    Try the suggestions offered in this recent topic on the same subject:
      http://discussions.apple.com/message.jspa?messageID=12717402
    EZ Jim
    Mac Pro Quad Core (Early 2009) 2.93Ghz Mac OS X (10.6.6); MacBook Pro (13 inch, Mid 2009) 2.26GHz (10.6.6)
    LED Cinema Display; G4 PowerBook 1.67GHz (10.4.11); iBookSE 366MHz (10.3.9); External iSight; iPod4touch4.2.1

  • Service entry sheet:Pricing condition not showing

    Hello Experts,
    Greetings.
    My issue is while printing the SAA (Service entry sheet) it does not show other values (i.e VAT AMOUNT,ADDITIONAL COST) which we have entred during time of purchase order creation.It shows only basic-gross price only.
    Can anybody please advice what could be the problem.We want every condition to shown in SAA print out.
    Any help would be highly appriciated.
    Best Rgds
    Nitin

    Thanks for your reply.I have ticked against the country code by going through transection OLMSRV.But what happenes is that while making any new SPO(Service Purchase Order) it does not catch the vat element.
    Actually what the problem is that while making any service entry sheet sometimes we do require to add vat for some specified services and we need to add some additional cost too.Now while making the saa it does not show either vat or additional cost on SAA.
    As a result while parking invoice through MIR7,the additional cost which we have entered in PO does not reflect in invoice resulting less payment to vendor.
    Please suggest how to overcome with this issue.
    Thanks & Best Rgds
    Nitin

  • Vlan and SSID not showing in AP Web Interface

    We have a couple of APs that do not show the Vlans and SSIDs through the AP web interface.  If you go to the SSID manager page in web interface, the page comes up but does not show any of the SSIDs configured.  The same goes for Services - Vlan.  That page comes up but does not show any Vlans configured.  If you telnet to the APs, you see the listed mssid and all the SSID interfaces.  The SSIDs on the APs are functional and working.  This just makes it difficult to use the web interface for these APs.  I have tried to compare running configs on APs where web interface is not showing this and on APs that it is showing but cannot see any differences.
    Thanks.

    Unsupported things are never documented. You can't possibly list all browsers that you don't support.
    But if it's not mentionned clearly as supported then it means "it might work but we never tested with it".
    Let us know how it goes with the 12.4.21
    Nicolas
    ===
    Don't forget to rate answers that you find useful

  • I've just found that three movies I've bought from iTunes on on my iPad are not showing up on Apple TV or anywhere other than that iPad.  What's up with that and will I lose these films if I reset this iPad?

    I've just found that three movies I've bought from iTunes on on my iPad are not showing up on Apple TV or anywhere other than that iPad.  What's up with that and will I lose these films if I reset this iPad?

    Thanks.  The reason this has become an issue is that I recently bought a new Macbook Air that the iPad is not synced to.  The one is was synced to was stolen.  If I want to sync this iPad to the new Air, won't it be wiped before I'm able to copy these films or am I wrong about that?

Maybe you are looking for

  • Displaying more than one column in TreeControl

    Hi, I have three tables ( LaborOperation, LaborIndex, LaborData). In TreeControl, i am displaying the following table columns, LaborOperation ->operationid, LaborIndex -> indexid, LaborData -> date, value. i want to be like this. + Operation Id(Singl

  • DME file in Format 1100-in ECC 6.0

    we are upgrading to ECC6.0,as per ECC6.0 the DME file generates in Unicode format,but our client needs it in standard format (code page format1100)ECC6.0 gives in 4103 format by default   prob with the unicode file is the output is coming only in one

  • HOW CAN WE ACHIEVE THIS REPORT IN OBIEE10G

    THIS IS DATABASE TABLE APPLICATION_NAME     APPLICATION_STATUS ACNFS                              0.1 ACNFS                              0.1 ACNFS                              0.1 ACNFS                              0.1 ACNFS                          

  • Hardware Mirroring for Voting Disk

    With Oracle 10g r2 the clusterware installation now allows to use hardware mirroring for the voting disk. My question is does anyone see anything wrong with using the hardware mirroring?

  • Installing Oracle 9.2.0.4

    Hi i aminstalling Oracle 9.2.0.4 on Linux Redhat AS3 U8 and when i ran the installer and after several screens and it asks me: What repository will be used with this Oracle Management Server? there are two option either 1) The management server will