USB flash disk is not mounting, Xfce doesn't remember the setting

Hello,
I'm new in Archlinux and I think I can't set up it well. I use Linux for four years /Ubuntu, Debian/.
Now I have installed system with X server, Slim and Xfce.
1/ I have one big problem. I want to automount my flashdisk but it doesn't work like in Debian. I don't know what is wrong. When I put my flashdisk to USB, it's blinkig but nothing else happened. But I see the flashdisk in lsusb
[root@arch martin]# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 003: ID 04d9:048e Holtek Semiconductor, Inc. Optical Mouse
Bus 001 Device 003: ID 1005:b113 Apacer Technology, Inc. Handy Steno 2.0/HT203
2/ Xfce doesn't remember the settings... When I log out and log in again, the panel, desktop and keyboard have the default settings all the time.
3/ All is in english. I'm from Czech Republic /excuse my bad english/ and I want to have applications in czech language. I've set up and generated locales but nothing happened...
Thank you a lot to solve those problems!!
Some files...
rc.conf
# /etc/rc.conf - Main Configuration for Arch Linux
# LOCALIZATION
# LOCALE: available languages can be listed with the 'locale -a' command
# DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
# startup and during the boot process. If set to 'no', the C locale is used.
# HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
# in the hardware clock being left untouched (useful for virtualization)
# Note: Using "localtime" is discouraged, using "" makes hwclock fall back
# to the value in /var/lib/hwclock/adjfile
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# Note: if unset, the value in /etc/localtime is used unchanged
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
LOCALE="cs_CZ.utf8"
DAEMON_LOCALE="no"
HARDWARECLOCK="localtime"
TIMEZONE="Europe/Prague"
KEYMAP="cz-qwertz"
CONSOLEFONT="lat2-16"
CONSOLEMAP="8859-2"
USECOLOR="yes"
# HARDWARE
# MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
# Replace every !module by an entry as on the following line in a file in
# /etc/modprobe.d:
# blacklist module
# See "man modprobe.conf" for details.
MODULES=(nvidia)
# Udev settle timeout (default to 30)
UDEV_TIMEOUT=30
# Scan for FakeRAID (dmraid) Volumes at startup
USEDMRAID="no"
# Scan for BTRFS volumes at startup
USEBTRFS="no"
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# NETWORKING
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
HOSTNAME="arch"
# Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
# Wired network setup
# - interface: name of device (required)
# - address: IP address (leave blank for DHCP)
# - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
# - broadcast: broadcast address (ignored for DHCP) (optional)
# - gateway: default route (ignored for DHCP)
# Static IP example
#interface=eth0
#address=192.168.0.2
#netmask=255.255.255.0
#broadcast=192.168.0.255
#gateway=192.168.0.1
# DHCP example
interface=eth0
address=
netmask=
gateway=
#interface=
#address=
#netmask=
#broadcast=
#gateway=
# Setting this to "yes" will skip network shutdown.
# This is required if your root device is on NFS.
NETWORK_PERSIST="no"
# Enable these netcfg profiles at boot-up. These are useful if you happen to
# need more advanced network features than the simple network service
# supports, such as multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
# Network profiles are found in /etc/network.d
# This requires the netcfg package
#NETWORKS=(main)
# DAEMONS
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
# If something other takes care of your hardware clock (ntpd, dual-boot...)
# you should disable 'hwclock' here.
DAEMONS=(hwclock syslog-ng dbus udev evdev network netfs crond slim)
eth0="dhcp"
INTERFACES=(eth0)
ROUTES=(!gateway)
/etc/X11/xinit/xinitrc
#!/bin/sh
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi
# start some nice programs
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/* ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
#twm &
#xclock -geometry 50x50-1+1 &
#xterm -geometry 80x50+494+51 &
#xterm -geometry 80x20+494-0 &
#exec xterm -geometry 80x66+0+0 -name login
exec ck-launch-session startxfce4
/etc/slim.conf
# Path, X server and arguments (if needed)
# Note: -xauth $authfile is automatically appended
default_path /bin:/usr/bin:/usr/local/bin
default_xserver /usr/bin/X
xserver_arguments -nolisten tcp vt07
# Commands for halt, login, etc.
halt_cmd /sbin/shutdown -h now
reboot_cmd /sbin/shutdown -r now
console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
#suspend_cmd /usr/sbin/suspend
# Full path to the xauth binary
xauth_path /usr/bin/xauth
# Xauth file for server
authfile /var/run/slim.auth
# Activate numlock when slim starts. Valid values: on|off
numlock on
# Hide the mouse cursor (note: does not work with some WMs).
# Valid values: true|false
# hidecursor false
# This command is executed after a succesful login.
# you can place the %session and %theme variables
# to handle launching of specific commands in .xinitrc
# depending of chosen session and slim theme
# NOTE: if your system does not have bash you need
# to adjust the command according to your preferred shell,
# i.e. for freebsd use:
# login_cmd exec /bin/sh - ~/.xinitrc %session
#login_cmd exec /bin/bash -login ~/.xinitrc %session
login_cmd exec ck-launch-session startxfce4
# Commands executed when starting and exiting a session.
# They can be used for registering a X11 session with
# sessreg. You can use the %user variable
# sessionstart_cmd some command
# sessionstop_cmd some command
# Start in daemon mode. Valid values: yes | no
# Note that this can be overriden by the command line
# options "-d" and "-nodaemon"
# daemon yes
# Available sessions (first one is the default).
# The current chosen session name is replaced in the login_cmd
# above, so your login command can handle different sessions.
# see the xinitrc.sample file shipped with slim sources
sessions xfce4,icewm,wmaker,blackbox
# Executed when pressing F11 (requires imagemagick)
screenshot_cmd import -window root /slim.png
# welcome message. Available variables: %host, %domain
welcome_msg Welcome to %host
# Session message. Prepended to the session name when pressing F1
# session_msg Session:
# shutdown / reboot messages
shutdown_msg The system is halting...
reboot_msg The system is rebooting...
# default user, leave blank or remove this line
# for avoid pre-loading the username.
default_user martin
# Focus the password field on start when default_user is set
# Set to "yes" to enable this feature
#focus_password no
# Automatically login the default user (without entering
# the password. Set to "yes" to enable this feature
#auto_login no
# current theme, use comma separated list to specify a set to
# randomly choose from
#current_theme default
current_theme archlinux-darch-white
# Lock file
lockfile /var/lock/slim.lock
# Log file
logfile /var/log/slim.log
locale -a
[root@arch martin]# locale -a
C
POSIX
cs_CZ.utf8
en_US
en_US.iso88591
en_US.utf8
Last edited by Zelva (2011-09-05 18:19:15)

With xfce4 I use .....mount /dev/sd(xx) /mnt/md...
Setup .../mnt/md in /mnt with ..cd /mnt...mkdir /mnt/md
This will mount the flash drive.
I do not know automount for xfce4.

Similar Messages

  • USB Flash Disk does not mount after Leopard Upgrade

    I am not able to use my USB flash disk after the upgrade to Leopard. The disk does not mount at all, though i can see it listed in the System Profiler.
    Before the upgrade to Leopard, the same disk used to work perfectly.
    Can anyone please tell me how I can solve this issue ?
    Thanks.

    vikas wrote:
    I am not able to use my USB flash disk after the upgrade to Leopard. The disk does not mount at all, though i can see it listed in the System Profiler.
    Before the upgrade to Leopard, the same disk used to work perfectly.
    Can anyone please tell me how I can solve this issue ?
    Thanks.
    Check to see if your USB Drive has the latest firmware. Leopard tends not to support older firmware.

  • USB flash disk mount points not created [SOLVED]

    I am having a problem where my USB flash disk is not always being mounted after being detected by KDE. I have just installed Arch 2007.05, updated it and installed KDEmod. Here's what happens when I plug in a device.
    1. I insert the device, KDE detects the device and shows the KDE Mount Daemon dialog. "Open in New Window" or "Do Nothing" are the two available options.
    2. At this point, my device shows up in system:/media (in Konqueror), but it is not mounted. When I place the cursor over the device in Konqueror a popup with the device's label and the text "Unmounted Removable Medium" appears. There is no corresponding directory in the /media directory in my file system.
    3. In the KDE Daemon window I select "Do Nothing" by either double-clicking it or selecting it and clicking OK.
    4, My device does not get mounted. This is annoying since most of the time I just want it mounted so I can do some command-line work.
    If in the KDE Daemon window if I select "Open in New Window" the device is mounted and the corresponding directory appears in my /media directory. Also, if I select "Do Nothing" but then later navigate into the contents of the device in Konqueror, at that point the device is mounted and the corresponding directory appears in my /media directory. When my device is plugged in, but not mounted there is a "Mount" option in the right-click context menu, but I want it to automatically mount.
    On my other machine with openSUSE, the drive is mounted even if you choose "Do Nothing" in the KDE Daemon window. That way seems more correct, because if I plug a device in, I most likely want it mounted. (I know there are some cases where this might not be true, but those cases are certainly not the normal use casese.) Now I have to open Konqueror just to get the drive to mount. It seems that the drive should be mounted no matter what you choose in the KDE Daemon window.
    Now, is this normal KDE or Arch behavior or is it something that can be adjusted or fixed?
    Thanks in advance.
    Last edited by jbromley (2007-10-22 07:22:08)

    Turing - imagine that! For some reason it never occurred to me to check the properties of the unmounted volume. Well, you learn something every day.
    In the meantime, I decided that maybe "Do Nothing" should do just that and I should perhaps add a service to mount the drive, but not bring up any windows. Here's what I did.
    1. Create a mount_vol.sh shell script with the following contents.
    #!/bin/bash
    udi=$(dcop kded mediamanager properties $1 2>/dev/null | head -n 1)
    if test -n "$udi"; then
    dcop kded mediamanager mount "$udi" >/dev/null 2>&1
    fi
    2. chmod +x mount_vol.sh.
    3. Move the script somewhere like /usr/local/bin.
    4. Plug in some removable device, in the KDE Daemon window click "Configure..."
    5. In the KDE Control Module dialog that appears click "Add"
    6. Give the service a name like "Mount Removable Medium", click the X icon to select a service icon, select "Unmounted Removable Medium" under "Available medium types" and click the right arrow. For the command use "/usr/local/bin/mount_vol.sh %u.
    7. Click OK.
    Now when the KDE Daemon action dialog appears, there will be the option to just mount it. You can of course use this same script for other medium types.
    Regards.

  • Re: Can i boot Satellite L10-102 from USB flash disk?

    hello everybody, i wonder whether it's possible or not to boot my good-old laptop via usb flash disk? do you think my laptop's bios support this feature?
    lol... sorry i forgot feedback part... well people are looking at what i asked, but no one writes back.
    I think it would be better at least admins direct members to the sources where they can find some info.
    Message was edited by: inbigtrouble

    Hi
    I doubt you could boot from USB flash disk
    As I remember the older notebook series support the booting from HDD, ODD, LAN and USB FDD drive (diskette). The booting from USB flash disk is not supported.
    Greets

  • USB flash disk missing

    After upgrading to Leopard from Tiger (used "Archive and Install" option), my 1 GB USB flash disk cannot be recognized by my Mac. Sometimes there is a message when I plug it in asking whether I want to format it, sometimes there's just nothing. I opened Disk Utility and can see the disk from there, tried to verify and repair it, but these options are in grey (not active). The disk worked perfectly before in both Windows and Mac. Can anyone tell me what happened and what I should do with it?
    Thanks!

    Before repairing disk permissions one should normally verify the disk first (and repair if necessary) with Disk Utility. If repairing permissions was the cause of the computer not booting it is probably due to some issue already present in the computer that repairing permissions amplified. This might also have been related to directory corruption on other drives.
    The direction below are from Tiger forums but are probably the same for Leopard.
    First, if at all possible make a backup of the drive in its present configuration. If something goes wrong during repair attempts and makes things worse you will have a backup. You will have to decide how to work this in the light of any present backups you may have, for example, a backup that may be a few days out of date. In that case you may want to keep that one and make a second backup of this as they are now, though I realize people often don't have a lot of empty drives sitting around.
    Boot from the installer disk, select language if applicable, choose utilities, run Disk Utility and verify (and repair if necessary) the drive. You can verify a drive from DU on your main drive while booted but I have found this can result in incorrect reporting of errors. To repair your drive you have to run it from a drive other than the boot drive anyway.
    Next, boot from your drive in [Safe Mode|http://docs.info.apple.com/article.html?artnum=107393] and repair permissions. You can repair permissions while booted from the installer disc but this uses the permissions configuration on the installer disc which may be out of date if you have run any updates on your computer. Booting your computer to Safe Mode restricts the number of things running on your computer while permissions are being run and does a bit of spring cleaning at the same time.
    [Resolve startup issues and perform disk maintenance with Disk Utility and fsck|http://docs.info.apple.com/article.html?artnum=106214]
    [Using Disk Utility in Mac OS X 10.4.3 or later|http://docs.info.apple.com/article.html?artnum=302672]
    [Disk Utility's Repair Disk Permissions|http://docs.info.apple.com/article.html?artnum=25751]
    From BDaqua (couldn't have said it better):
    "Try Disk Utility
    1. Insert the Mac OS X Install disc that came with your computer (Edit: Do not use this disc if it is not the same general version as what you have currently on your computer, e.g. use a Tiger disc for a Tiger drive, not a Panther disc), then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5. Select your Mac OS X volume.
    6. Click Repair. Disk Utility checks and repairs the disk.
    Then Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes."
    If this doesn't work in repairing the computer you have a couple of options. Diskwarrior does a good job at repairing directories but costs $100. Alternatively you can do an Archive and Install.

  • How to use iPhone as USB Flash Disk?

    Hello, I was wondering if there's any app/workaround on how to make iPhone act like a regular USB Flash Disk... just like Blackberry which allows itself as Data Storage...
    It would be very useful as I often need to transfer my photos on iPhone to my photo printer (Fuji/Adorama etc) in town. Or is there any other convenient way because the photo printer guys are ONLY so used to USB transfer or through Bluetooth when dealing with other customers.
    Thanks.

    This may help. There is also Air Sharing or services like Soonr which allow you to transfer files in a different way.
    Message was edited by: Sean Dale1

  • Applications will not launch and install disk will not mount

    Just recently my applications have taken a turn to not wanting to launch. These include anything from Dashboard to the Microsoft Office Suite. It also includes anything that is downloaded form the internet, like the World of Warcraft download client. Long story short, the errors that I constantly get are
    System/Library/Frameworks/ApplicationServices.Framework/versions/A/Frameworks/Co reGraphics.Framework/versions/A/CoreGraphics
    I figured that with it being a system library issue and the Repair Disk Permissions has been completely useless, that a complete restore would be in order. And I was wrong. For some reason my Genuine 13-inch MacBook Pro Mac OS X Install DVD will not mount. Meaning I out the DVD in said drive and it will attempt to mount but will eventually give up and eject itself. I can load any other cd/DVD into my drive and it will mount without a problem.
    Everything is up to date software wise.
    About my mac:
    2009 MacBook Pro Unibody
    Apple OS X 10.6.8
    Processor: 2.53 GHz Intel
    Memory: 4GB 1067 MHZ DDR3
    Apps that won't open due to System/Library/Frameworks/ApplicationServices.Framework/versions/A/Frameworks/C oreGraphics.Framework/versions/A/CoreGraphics
    Dashboard                            (OS based)
    Finale NotePad 2008.           (Downloaded from Internet)
    iTunes.                                  (OS based/internet)
    Google Earth.                       (Internet)
    Microsoft Word.                    (Student Disk Download)
    Safari (more less, it has it's moments of working)
    Plus probably more but I think you may get the idea.

    Check the disk for scratches and wipe it with a lint free cloth.
    CD/DVD Loading Problems                        
    CD/DVD Sharing
    CD/DVD Drive - Troubleshooting
    CD/DVD Drive - Troubleshooting (2)

  • Disk image not mounted

    I have had a host of problems since i installed a Time Capsule. The latest is that after reinstalling my system software -- another story -- I have not been able to make back-ups. The message I get is back up failed, disk image not mounted. What is this? On my time capsule there is a disk image of my hard drive on a dog eared page called a sparse bundle. I'm sure this is easy, but I'm stumped.

    huk730,
    Welcome to the Apple discussion!
    Consider the following causes of that error message. Also bear in mind that when you reinstall the system software, Time Machine cannot continue using the same backups as before and will start a fresh set of backups. [http://support.apple.com/kb/TS1338]
    *_"The Backup Disk Image Could Not Be Mounted" (Console - “Failed to mount disk image”)_*
    First, it is important to distinguish this error message from another, similar Time Machine error that states “The backup volume could not be mounted”. This is important as the causes and cures for these two errors can be very different.
    Consider each topic below separately. When one option does not resolve your issue, then move on the next one.
    *Unmount the Backup Disk Image* (TC)
    If, for some reason, you have manually mounted the Time Machine backup disk image (sparsebundle), or Time Machine failed to eject it after the previous backup, subsequent backups may fail. (Console - “Failed to mount disk image”… “Backup failed with error: 21”)
    Eject the backup disk image (white drive icon) by either clicking the little Eject icon to the right of the disk image in the Finders’ Sidebar, or Ctrl-Click the drive icon on the desktop and select “Eject” from the contextual menu. Now try backing up again or launching Time Machine to view previous backups.
    *“Disconnect All Users…”:*
    If your Time Machine backup drive (“Backup of Users Computer”) is mounted on your desktop or in the Sidebar of the Finder window. then Time Machine may think the drive is already in use. Alternatively, if the Time Capsule hard disk has been recently accessed by a Windows machine, it may not have fully relinquished control. Do the following:
    Open Airport Utility and select the Time Capsule on the left.
    Click “Manual Setup”.
    Select “Disks” at top of window.
    Click “Disconnect All Users…” at bottom of window.
    Close the Airport Utility.
    Now try Backing up again.
    “I got it resolved. Apparently it had to do with one of the files being open on the disk from the drive. I had browsed the disk with one of my windows boxes here and it must have left one of the folders "open". Anyway, I rebooted the TC and we are good to go now.”
    *Proper Computer Name* #
    Make sure your computer has a proper name. Go to System Preferences --> Sharing. Time Machine needs to differentiate your computer from others on your network (i.e. "Bills MacBook" or "Office iMac"). If the "Computer Name" field is blank, create a name. Realize that if this step is necessary, you will likely have to start the Time Machine backup process over again and do another full initial backup.
    According to this article, [http://support.apple.com/kb/TS1760], Time Machine may experience problems if your computer name includes certain characters. Make sure the computer name only includes ASCII characters from the following set.
    (0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ)
    Once a change in the computer name occurs, you should stop and restart Sharing on the affected computer. Uncheck and then recheck Sharing in the Services list on the left.
    Let us know if any of the above was helpful.
    Cheers!
    Message was edited by: Glenn Carter

  • Does KT880 boot from USB Flash Disk?

    Does KT880 boot from USB Flash Disk?
    Your real experience?

    I would like to buy this board.
    So that is why I am searching for proved experience.

  • I need to upgrade to mac os snow leopard from 10.5.8, and have the lion OS usb. I can't upgrade to snow leopard as my father doesn't remember the admin password.  If anyone can help it would be appreciatedeas

    I need to upgrade to mac os snow leopard from 10.5.8, and have the lion OS usb. I can't upgrade to snow leopard as my father doesn't remember the admin password.  If anyone can help it would be appreciated

    Restart with the Mac OS X 10.6 DVD in the drive or with the Lion USB drive connected, hold down the Option key just after the restart, tab to the installation disk, and press Enter. If the computer has a firmware password set, it needs to be provided for this to work.
    (66822)

  • I´m having problems with my wifi an my new Macbook pro.  It doesn´t remember the network so every time I log on - I have to "join a network"

    I´m having problems with my wifi an my new Macbook pro.  It doesn´t remember the network so every time I log on - I have to "join a network".  I have "ticked" the "remember password" box. I´m connecting to a wireless network on an regular Speedtouch router at home.   I´m new to Mackintosh.

    Try the following, in order, until (hopefully) resolved:
    1a. Delete Preferred Network(s)
    System Preferences > Network > Wi-Fi > Advanced > Wi-Fi tab
    Under "Preferred Networks," delete the network(s) you regularly use from the list.
    1b. Delete AirPort Keychain Entries
    Launch the "Keychain Access" application located in Applications/Utilties.
    In the windows on the left side: Select login for Keychains and "All Items" for Category.
    Click on the "Kind" filter at the top, and look for any "AirPort network password" entries...and delete them.
    1c. Add Preferred Network(s)
    System Preferences > Network > Wi-Fi > Advanced > Wi-Fi tab
    Add the preferred network(s) using the "+" button.
    Restart or log out then back in.
    2. Move System Configuration Files
    (Note: You will have to reestablish your network connections settings.)
    Go to /Library/Preferences
    Move the SystemConfiguration folder to the desktop.
    Restart your Mac. (Note: OS X will rebuild the files that are now sitting on your desktop. If this doesn't resolve the issue, you can move the folder back to it's original location.)

  • I bought a used ipad on ebay and the icloud acct is still linked to the old owner who doesn't remember the acct information. How can I set up my apple id on the iPad.

    I bought a used ipad on ebay and the icloud acct is still linked to the old owner who doesn't remember the acct information. How can I set up my apple id on the iPad?

    You will need the previous owner's Apple ID and Password to:
    1. Turn off Find My iPhone
    2. Erase device
    3. Reactivate device

  • Preview doesn't remember the last page opened

    I have noticed that Preview doesn't remember the last page of the PDF documents after 30 mins of usage (or opening up several PDF files). Is there any way to make Preview always remember the last page of files irrespective of time the file was last used and number of PDF files opened? I think in SL-ML era this was probably the case but since Mavericks it seems to have changed.

    Deleting "browser.download.lastDir" makes firefox unusable.
    It's very annoying. I'm sick of the update to 3.6. It's getting worse with each minor update.
    Hour after hour researching about this odd behavior sucks!

  • My little brother has placed a lock on my ipad and since he doesn't remember the exact password, the device has been disabled since last year. what do i do

    my little brother has placed a lock on my ipad and since he doesn't remember the exact password, the device has been disabled since last year. what do i do?

    See the User Guide for instructions for restoring when the passcode has been forgotten.

  • HT4628 My Wi-Fi connection on my iMac drops frequently. The other computers in the house do not have this problem. If I go into the Network Preferences and choose my Network it connects immediately but it does not remember the setting.

    My Wi-Fi connection on my iMac drops frequently. The other computers in the house do not have this problem. If I go into the Network Preferences and choose my Network it connects immediately but it does not remember the setting and I must reselect my network frequently.

    The iMac picks up a wireless signal from the back of the screen, so you would want to avoid having it close to a wall, or in a confined area where the wireless signal cannot easily reach the iMac's antenna.
    We don't know how far the iMac is from your wireless router, or how many walls or other obstructions might be in the signal path that would limit the quality of signal that the iMac receives.
    Nor do we know whether you might have a cordless phone near the iMac, or whether you may be using a wireless keyboard and/or mouse....all of which can interfere with the wireless signal.
    Can you provide some more info on this?

Maybe you are looking for