[SOLVED]Samba not working despite all my efforts

Hi all, this be my first post ever.
I am somewhat of a noob, jumped over to arch64 after ubuntu about a month ago, so please bear with me if I seem a little "behind".
I've spent probably a total of 24 hours trying to get my Samba shares available to my other housemates.  They can see the shares, but cannot mount them (windows and linux).  All I want is for a public share to be writable, everything else read-only and the security to be "share" (I don't want unix accounts for each of my housemates, and this would be annoying for anyone else who drops in with their laptops).  I've trolled the internet for every how-to guide and nothing seems to work.  What is further annoying is that one of my housemates also runs arch and his (near) exact smb.conf doesn't work for me.
Anyway, to business.  My smb.conf:
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
# For a step to step guide on installing, configuring and using samba,
# read the Samba-HOWTO-Collection. This may be obtained from:
# http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf
# Many working examples of smb.conf files can be found in the
# Samba-Guide which is generated daily and can be downloaded from:
# http://www.samba.org/samba/docs/Samba-Guide.pdf
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not made any basic syntactic errors.
#======================= Global Settings =====================================
[global]
# workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
workgroup = HOUSEOTDAMNED
# server string is the equivalent of the NT Description field
server string = ***
# Security mode. Defines in which mode Samba will operate. Possible
# values are share, user, server, domain and ads. Most people will want
# user level security. See the Samba-HOWTO-Collection for details.
security = share
# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
; hosts allow = 192.168.1. 192.168.2. 127.
# If you want to automatically load your printer list rather
# than setting them up individually then you'll need this
load printers = yes
# you may wish to override the location of the printcap file
; printcap name = /etc/printcap
# on SystemV system setting printcap name to lpstat should allow
# you to automatically obtain a printer list from the SystemV spool
# system
; printcap name = lpstat
# It should not be necessary to specify the print system type unless
# it is non-standard. Currently supported print systems include:
# bsd, cups, sysv, plp, lprng, aix, hpux, qnx
; printing = cups
# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
; guest account = pcguest
# this tells Samba to use a separate log file for each machine
# that connects
log file = /var/log/samba/%m.log
# Put a capping on the size of the log files (in Kb).
max log size = 50
# Use password server option only with security = server
# The argument list may include:
# password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
# or to auto-locate the domain controller/s
# password server = *
; password server = <NT-Server-Name>
# Use the realm option only with security = ads
# Specifies the Active Directory realm the host is part of
; realm = MY_REALM
# Backend to store user information in. New installations should
# use either tdbsam or ldapsam. smbpasswd is available for backwards
# compatibility. tdbsam requires no further configuration.
; passdb backend = tdbsam
# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting.
# Note: Consider carefully the location in the configuration file of
# this line. The included file is read at that point.
; include = /usr/local/samba/lib/smb.conf.%m
# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
; interfaces = 192.168.12.2/24 192.168.13.2/24
# Browser Control Options:
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
; local master = no
# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
; os level = 33
# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
; domain master = yes
# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
; preferred master = yes
# Enable this if you want Samba to be a domain logon server for
# Windows95 workstations.
; domain logons = yes
# if you enable domain logons then you may want a per-machine or
# per user logon script
# run a specific logon batch file per workstation (machine)
; logon script = %m.bat
# run a specific logon batch file per username
; logon script = %U.bat
# Where to store roving profiles (only for Win95 and WinNT)
# %L substitutes for this servers netbios name, %U is username
# You must uncomment the [Profiles] share below
; logon path = \\%L\Profiles\%U
# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
; wins support = yes
# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
; wins server = w.x.y.z
# WINS Proxy - Tells Samba to answer name resolution queries on
# behalf of a non WINS capable client, for this to work there must be
# at least one WINS Server on the network. The default is NO.
; wins proxy = yes
# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The default is NO.
dns proxy = no
# These scripts are used on a domain controller or stand-alone
# machine to add or delete corresponding unix accounts
; add user script = /usr/sbin/useradd %u
; add group script = /usr/sbin/groupadd %g
; add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
; delete user script = /usr/sbin/userdel %u
; delete user from group script = /usr/sbin/deluser %u %g
; delete group script = /usr/sbin/groupdel %g
#============================ Share Definitions ==============================
;[homes]
; comment = Home Directories
; browseable = no
; writable = yes
# Un-comment the following and create the netlogon directory for Domain Logons
; [netlogon]
; comment = Network Logon Service
; path = /usr/local/samba/lib/netlogon
; guest ok = yes
; writable = no
; share modes = no
# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
;[Profiles]
; path = /usr/local/samba/profiles
; browseable = no
; guest ok = yes
# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
[printers]
comment = All Printers
path = /var/spool/samba
browseable = yes
public = yes
guest ok = yes
writable = no
printable = yes
# This one is useful for people to share files
;[tmp]
; comment = Temporary file space
; path = /tmp
; read only = no
; public = yes
# A publicly accessible directory, but read only, except for people in
# the "staff" group
;[public]
; comment = Public Stuff
; path = /home/samba
; public = yes
; writable = yes
; printable = no
; write list = @staff
# Other examples.
# A private printer, usable only by fred. Spool data will be placed in fred's
# home directory. Note that fred must have write access to the spool directory,
# wherever it is.
;[fredsprn]
; comment = Fred's Printer
; valid users = fred
; path = /homes/fred
; printer = freds_printer
; public = no
; writable = no
; printable = yes
# A private directory, usable only by fred. Note that fred requires write
# access to the directory.
;[fredsdir]
; comment = Fred's Service
; path = /usr/somewhere/private
; valid users = fred
; public = no
; writable = yes
; printable = no
# a service which has a different directory for each machine that connects
# this allows you to tailor configurations to incoming machines. You could
# also use the %U option to tailor it by user name.
# The %m gets replaced with the machine name that is connecting.
;[pchome]
; comment = PC Directories
; path = /usr/pc/%m
; public = no
; writable = yes
# A publicly accessible directory, read/write to all users. Note that all files
# created in the directory by users will be owned by the default user, so
# any user with access can delete any other user's files. Obviously this
# directory must be writable by the default user. Another user could of course
# be specified, in which case all files would be owned by that user instead.
[public]
path = /home/***/Data/public/
public = yes
guest ok = yes
only guest = yes
guest account = nobody
browsable = yes
writable = yes
printable = no
# The following two entries demonstrate how to share a directory so that two
# users can place files there that will be owned by the specific users. In this
# setup, the directory should be writable by both users and should have the
# sticky bit set on it to prevent abuse. Obviously this could be extended to
# as many users as required.
;[myshare]
; comment = Mary's and Fred's stuff
; path = /usr/somewhere/shared
; valid users = mary fred
; public = no
; writable = yes
; printable = no
; create mask = 0765
The group "nobody" does exist in /etc/group.  I have also made sure that "public" has 777 permissions.  The others shares aren't here as I kinda figured as one works, the others would follow suit when I add them.
If it helps, my rc.conf daemons and modules:
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(vboxdrv usblp acpi_cpufreq cpufreq_ondemand cpufreq_powersave fuse)
DAEMONS=(@syslog-ng @alsa @cpufreq hal fam gdm !network @crond @portmap @networkmanager @samba @netfs @cups @ntpd @xinetd)
For what it's worth, I don't think my housemate uses networkmanager.
Any help would be greatly appreciated, this is driving me insane.  Please let me know if any more info would help also.
Thanks!
Last edited by o1911 (2009-05-15 09:35:13)

That did it- thank you very much!
edit: not sure how to put [SOLVED] in the topic...
Last edited by o1911 (2009-05-15 08:36:39)

Similar Messages

  • I purchased Adobe Acrobat x Pro recently and installed it, I have compatibility issues vision 2013. The adobe pdf converter  plug in stays inactive despite all my efforts to activate it, I need help with this? How can i get the plug in to work with Visio

    I purchased Adobe Acrobat x Pro recently and installed it, I have compatibility issues vision 2013. The adobe pdf converter  plug in stays inactive despite all my efforts to activate it, I need help with this? How can i get the plug in to work with Visio 2013?

    For MS Visio (any version) only the appropriate version of Acrobat *PRO* provides PDFMaker for Visio.
    For Visio 2013 specifically you must have Acrobat XI Pro (updated to at least 11.0.1).
    See: 
    http://helpx.adobe.com/acrobat/kb/compatible-web-browsers-pdfmaker-applications.html  
    Be well...

  • My New Tab Page does not work at all. I just have the empty squares with nothing in them at all?

    My New Tab Page does not work at all. I just have the empty squares with nothing in them at all?
    I know how to use about:config & have had the usual problems with newtab page tiles but this is more like a bug- using 33.0.1. Doesn't show tiles icon in top right corner just shows a gear that is used to hide the empty tiles that I can't fill with sites. First it would only show 2 rows of 4 columns even though I had it set to 5 & 6 then few days later for no reason they went empty with a serrated line around the tiles & can't drag from the bookmarks---- really bloody annoying!!!!!!! Possibly a setting in the about:config but i can't fig it out?

    Reset Firefox to its default state
    If you're having major problems which you can't resolve, start fresh with only your essential information.
    Troubleshooting Information
    This page contains technical information that might be useful when you're trying to solve a problem. If you are looking for answers to common questions about Firefox, check out our support website.
    Application Basics
    Name Firefox
    Version 33.0.1
    Update History
    User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
    Profile Folder
    Enabled Plugins about:plugins
    Build Configuration about:buildconfig
    Memory Use about:memory
    Multiprocess Windows 0/1
    Crash Reports for the Last 3 Days
    Report ID Submitted
    All Crash Reports
    Extensions
    Name Version Enabled ID
    Adblock Plus 2.6.5 true {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
    Adblock Plus Pop-up Addon 0.9.2 true [email protected]
    Skype Click to Call 7.3.16540.9015 true {82AF8DCA-6DE9-405D-BD5E-43525BDAD38A}
    Trend Micro BEP Firefox Extension 8.0.0.1173 true [email protected]
    Trend Micro NSC Firefox Extension 6.8.0.1120 true {22C7F6C6-8D67-4534-92B5-529A0EC09405}
    Trend Micro Toolbar 7.0.0.1243 true {22181a4d-af90-4ca3-a569-faed9118d6bc}
    Graphics
    Adapter Description Intel(R) HD Graphics
    Adapter Drivers igdumd64 igd10umd64 igdumdx32 igd10umd32
    Adapter RAM Unknown
    Device ID 0x0046
    Direct2D Enabled true
    DirectWrite Enabled true (6.2.9200.16571)
    Driver Date 1-30-2013
    Driver Version 8.15.10.2993
    GPU #2 Active false
    GPU Accelerated Windows 1/1 Direct3D 11 (OMTC)
    Vendor ID 0x8086
    WebGL Renderer Google Inc. -- ANGLE (Intel(R) HD Graphics Direct3D9Ex vs_3_0 ps_3_0)
    windowLayerManagerRemote true
    AzureCanvasBackend direct2d
    AzureContentBackend direct2d
    AzureFallbackCanvasBackend cairo
    AzureSkiaAccelerated 0
    Important Modified Preferences
    Name Value accessibility.blockautorefresh true
    accessibility.typeaheadfind.flashBar 0
    browser.cache.disk.capacity 358400
    browser.cache.disk.smart_size_cached_value 358400
    browser.cache.disk.smart_size.first_run false
    browser.cache.disk.smart_size.use_old_max false
    browser.cache.frecency_experiment 1
    browser.places.smartBookmarksVersion 7
    browser.sessionstore.upgradeBackup.latestBuildID 20141023194920
    browser.startup.homepage www.google.com
    browser.startup.homepage_override.buildID 20141023194920
    browser.startup.homepage_override.mstone 33.0.1
    browser.tabs.loadInBackground false
    dom.mozApps.used true
    extensions.lastAppVersion 33.0.1
    font.internaluseonly.changed true
    gfx.direct3d.last_used_feature_level_idx 1
    keyword.URL http://www.bing.com/search?FORM=UP97DF&PC=UP97&q=
    media.gmp-gmpopenh264.lastUpdate 1413750166
    media.gmp-gmpopenh264.version 1.1
    media.gmp-manager.lastCheck 1414375733
    network.cookie.prefsMigrated true
    places.database.lastMaintenance 1414404204
    places.history.expiration.transient_current_max_pages 102059
    plugin.disable_full_page_plugin_for_types application/pdf
    plugin.importedState true
    plugin.state.npmedia 0
    plugin.state.nptimegrid 1
    print.printer_Canon_MG2100_series_Printer.print_bgcolor false
    print.printer_Canon_MG2100_series_Printer.print_bgimages false
    print.printer_Canon_MG2100_series_Printer.print_colorspace
    print.printer_Canon_MG2100_series_Printer.print_command
    print.printer_Canon_MG2100_series_Printer.print_downloadfonts false
    print.printer_Canon_MG2100_series_Printer.print_duplex 3997817
    print.printer_Canon_MG2100_series_Printer.print_edge_bottom 0
    print.printer_Canon_MG2100_series_Printer.print_edge_left 0
    print.printer_Canon_MG2100_series_Printer.print_edge_right 0
    print.printer_Canon_MG2100_series_Printer.print_edge_top 0
    print.printer_Canon_MG2100_series_Printer.print_evenpages true
    print.printer_Canon_MG2100_series_Printer.print_footercenter
    print.printer_Canon_MG2100_series_Printer.print_footerleft &PT
    print.printer_Canon_MG2100_series_Printer.print_footerright &D
    print.printer_Canon_MG2100_series_Printer.print_headercenter
    print.printer_Canon_MG2100_series_Printer.print_headerleft &T
    print.printer_Canon_MG2100_series_Printer.print_headerright &U
    print.printer_Canon_MG2100_series_Printer.print_in_color true
    print.printer_Canon_MG2100_series_Printer.print_margin_bottom 0.5
    print.printer_Canon_MG2100_series_Printer.print_margin_left 0.5
    print.printer_Canon_MG2100_series_Printer.print_margin_right 0.5
    print.printer_Canon_MG2100_series_Printer.print_margin_top 0.5
    print.printer_Canon_MG2100_series_Printer.print_oddpages true
    print.printer_Canon_MG2100_series_Printer.print_orientation 0
    print.printer_Canon_MG2100_series_Printer.print_page_delay 50
    print.printer_Canon_MG2100_series_Printer.print_paper_data 1
    print.printer_Canon_MG2100_series_Printer.print_paper_height 11.00
    print.printer_Canon_MG2100_series_Printer.print_paper_name
    print.printer_Canon_MG2100_series_Printer.print_paper_size_type 0
    print.printer_Canon_MG2100_series_Printer.print_paper_size_unit 0
    print.printer_Canon_MG2100_series_Printer.print_paper_width 8.50
    print.printer_Canon_MG2100_series_Printer.print_plex_name
    print.printer_Canon_MG2100_series_Printer.print_resolution 7602290
    print.printer_Canon_MG2100_series_Printer.print_resolution_name
    print.printer_Canon_MG2100_series_Printer.print_reversed false
    print.printer_Canon_MG2100_series_Printer.print_scaling 1.00
    print.printer_Canon_MG2100_series_Printer.print_shrink_to_fit true
    print.printer_Canon_MG2100_series_Printer.print_to_file false
    print.printer_Canon_MG2100_series_Printer.print_unwriteable_margin_bottom 0
    print.printer_Canon_MG2100_series_Printer.print_unwriteable_margin_left 0
    print.printer_Canon_MG2100_series_Printer.print_unwriteable_margin_right 0
    print.printer_Canon_MG2100_series_Printer.print_unwriteable_margin_top 0
    privacy.sanitize.migrateFx3Prefs true
    privacy.sanitize.timeSpan 2
    storage.vacuum.last.index 1
    storage.vacuum.last.places.sqlite 1412311800
    Important Locked Preferences
    Name Value
    JavaScript
    Incremental GC true
    Accessibility
    Activated false
    Prevent Accessibility 0
    Library Versions
    Expected minimum version Version in use
    NSPR 4.10.7 4.10.7
    NSS 3.17.1 Basic ECC 3.17.1 Basic ECC
    NSSSMIME 3.17.1 Basic ECC 3.17.1 Basic ECC
    NSSSSL 3.17.1 Basic ECC 3.17.1 Basic ECC
    NSSUTIL 3.17.1 3.17.1
    Experimental Features
    Name ID Description Active End Date Homepage

  • My ipod touch is not working at all pls HELP, my ipod touch is not working at all pls HELP

    My iPod touch is not working at all,i did everything i could and still it doesnt work,i live in the philippines my idea of solving this problem is to send it back at Apple California we do have service centre here but i dont trust them,i dont know what to do,I REALLY NEED YOUR HELP

    Quite possibly.  It wouldn't hurt to try another one if at all possible. If you have to, borrow one from a friend.  It could also be due to debris in the docking port of your iPod.  Take a look on the inside of the port and make sure there is no lint or anything like that.  Also look for broken pins as they would definitely cause connection issues as well.
    B-rock

  • Microphone​s not working at all.

    hi, im having some issues regarding the built in microphone as well as external mics not working at all.
    The computer seems to register the mics there, but they just dont seem to work .
    ive tried troubleshooting and following all the guidelines on this site on how to fix it and nothing seems to work.
    the internal mic will work one day and then the next day ill try to use it and itll be back to not working. with me not changing any of the settings. any help would be greatly appreciated. I heard back from somebody in a post about this about a month ago, gave my specs as requested and didnt hear anything else after that. Hoping this one gets a little more attention.
    the computer is operating on windows 8.1
    the product number is B5Y66AV
    Thank you!

    Hi @brun67, 
    Thank you for your reply.
    I regert that the micsrophone works sometimes but not always. 
    I did not mean to imply that your notebook was incompatible with Windows 8 only that it was a possiblity to check and that HP does not support Windows 8 on your notebbook.
    You could try rolling back the driver to see it there is any improvement or try updating the driver.
    As HP does not support this OS the HP Support Assistant will not help.  You will need to manually check for any updated drivers from the manufacturer of the card.
    Downloading Software and Drivers
    To rule out hardware as being a possibility here is a link to HP Notebook PCs - Testing for Hardware Failures (Windows 8). Under the component test audio is an option.
    Good Luck!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • I purchased Adobe Acrobat x Pro recently and installed it, I have compatibility issues vision 2013. The adobe pdf converter  plug in stays inactive despite all my efforts to activate it, I need help with this? How can i get the plug in

    I purchased Adobe Acrobat x Pro recently and installed it, I have compatibility issues vision 2013. The adobe pdf converter  plug in stays inactive despite all my efforts to activate it, I need help with this? How can i get the plug in to work with Visio 2013?

    For MS Visio (any version) only the appropriate version of Acrobat *PRO* provides PDFMaker for Visio.
    For Visio 2013 specifically you must have Acrobat XI Pro (updated to at least 11.0.1).
    See: 
    http://helpx.adobe.com/acrobat/kb/compatible-web-browsers-pdfmaker-applications.html  
    Be well...

  • Spry select menu validation not working for all menus

    This is VERY strange...I have two menus which show depending on the selection in another menu.  The other, or main, menu has the spry validation working fine.  So does the validation for one of the other 'child' menus.  But the other child menu validation does not work, despite the fact that the code is nearly identical for both except for the spry ids and select ids (of course).  You can see the form working at:
    https://registrations.ucc.usyd.edu.au/profile.php
    If you select, say, Arts faculty from the faculty menu, then you will get another menu for schools.  Validation works for these when the submit button is pressed.  However, if you select 'Not Faculty' from the faculty menu another menu will show instead of the school menu.  This is the menu that is not validating.
    I have attached my php page for the code in this form.
    The same problem exists for other menus that are in hidden divs further down the page.
    Any help appreciated!!!!

    Your key is the "suitcase fusion for a font manager" line.
    There is a bug where you won't be able to create a button if you have a bad font, or a duplicate font, installed.
    First try shutting off all of the fonts you have open with Suitcase, and see if that helps. If so, open one suitcase at a time until you figure out which font is the culprit.
    If shutting off all but the basic System fonts does not help, you might have to reinstall your system, or somehow update your core System fonts. I don't know how to do that, but there was a recent article at http://www.tidbits.com/ that discussed fonts and their maintenance. But ultimately it's a font problem.

  • Flash player 11.0.1.152 not working on all sites. Using Mac OS 10.5.8

    What am I missing?  Flash didn't work properly on previous version either.  I use google chrome primarily but flash does not work on all sites using Firefox or Safari either.  I have a Macbook Pro operating on 10.5.8.  I'm sure it's probably a simple fix but I just haven't found it.  Appreciate any help on the matter. 

    I have spent countless hours trying to get my flash player working and have tried EVERY kind of possible answer through many forums and websites to solve this. Does adobe have anything currently that will solve this flash player problem?? I have the lastest version of Safari 5.1.1. and I have the lastest version of adobe flash player 11.0.1.152, I have even tried the debugging installs adobe put out for flash player. I have tried the "working around lion flash player video thing" where you try private browsing. I have tried going into system preferences and entering into the flash player settings in the storage tab the allow this sites, etc. NOTHING HAS WORKED!! I still get my local storage pop up message whenever I try and watch a you tube or any site that has flash video on it, that flash player settings box still pops up and is stuck on my screen and I cant click allow or deny or get it off. So many people I have read have the same problem and I only the same answers pop up that I have tried again and again, does anyone have a real resolve to this yet??? PLEASE PLEASE PLEASE HELP.

  • 8700c and device manager not working AT ALL

    So I just recently got a Blackberry 8700c and for some reason the device manager does not work at all. Like my computer will make a dadunk noise when I connect my Blackberry via USB cable but it won't register that my blackberry is connected. I cant go to my computer and actually click on my blackberry.
    I have windows vista and the device manager software I am using is the one I got in the box. 4.1
    I am also using AT&T please help.
    All I want to do is be able to connect it to my computer and upload themes and whatever else I want to the phone. But it isn't working
    Solved!
    Go to Solution.

    Do you have Desktop Manager loaded to your PC? You mentioned device manager, but I would recommed Desktop Manager ver 4.7
    Download Desktop Manager from here:
    https://www.blackberry.com/Downloads/entry.do?code=A8BAA56554F96369AB93E4F3BB068C22
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • IPhone 4s screen is completely black and does not work at all; has not been dropped. Any help?

    I opened up youTube using a shortcut from the Cocoppa app last night, and the screen froze, my home button would not work, so I locked it. The phone was charging at the time and nowhere near dead. After I did so, I pressed the lock and the home button [ not at the same time ] and the screen would not light up at all, it remained completely black. So, I unplugged it and plugged it back into the charger and it made the little sound it does when you do so, that told me it was not dead, and had not turned off. I held the lock button down to turn it off and swiped where the "slide to shut down" bar would normally be if my screen actually worked. It did nothing. My phone screen does not work at all now, even though it makes sounds such as Siri's little pinging noise when you hold down the home button. I am thoroughly confused and urgently need help to solve this problem.

    Hello there, stevo3stevenz.
    The following Knowledge Base article provides some great steps for troubleshooting your iPhone not powering on:
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • C3 did not work with all the types of routers

    Hi!
    My problem is with the C3 (Hungarian 03.36 Vodafone), that the e-mail program is not working with all the wlan routers. My home router is Asus WL-520GC and with it I get communication error, but with a Linksys or a Tplink router everything is good. How can it be?
    (I ve heard it from outhers too)
    (both WPA2personal and DHCP)
    I tried it with factory settings, but same problem: communication error.
    Pls help! 

    Solved: I had to upgrade the firmware of the router.
    It works

  • Hp pavilion dv6 6165tx sound not working at all???

    i have  strange problem with my dv6 6165tx.that its sound is not working at all.sound is showing in speaker setting & equilizers but not coming in speakers & headphones also..pls help me..........

    Hi,
    Try the following.
    Download the IDT Audio installer on the link below and save it to your Downloads folder.
    http://ftp.hp.com/pub/softpaq/sp55001-55500/sp55094.exe
    When done, open windows Control Panel, open Device Manager and open up Sound, Video and Game Controllers.  Right click the IDT device and select Uninstall - you should also get a prompt to remove the current driver, tick the box to allow this and then proceed with the uninstall.
    When complete, restart the notebook and let Windows fully load.  Open your Downloads folder, right click on the IDT installer and select 'Run as Administrator' to start the installation.  When this has completed, right click the speaker icon in the Taskbar and select Playback Devices.  Left click 'Speakers and Headphones' once to highlight it and then click the Set Default button - check if you now have audio.
    If you still have no audio, open windows Control Panel, open Administrative Tools and open Services.  Check that the following services are all showing as Status= Started and Start-up Type= Automatic
    Audio Service
    Multimedia Class Scheduler
    Windows Audio
    Windows Audio Endpoint Builder
    If you need to make a change to any of the above, just right click the service and select Properties, then in the dropdown box next to 'Start-up type',  select Automatic and click Apply to save the change.  Then click the Start button.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • I recently uploaded OSX 10.6.7 and ever since then, my Boris titler in FCP does not work with all the fonts, notably Avenir. It actually crashes FCP now. It was fine with the previous version. What's up Apple?

    I recently uploaded OSX 10.6.7 and ever since then, my Boris titler in FCP does not work with all the fonts, notably Avenir. It actually crashes FCP now. It was fine with the previous version. What's up Apple?

    I know what your'e going through, Gary.   OSX 10.6.7 is an absolute disaster.   Since I upgraded, I've had problems in FCP, Logic, Garageband, even issue dealing with peripheral hardware like external monitors.
    Before 10.6.7 my system was running fine.
    I've brought this up with Apple repeatedly.   They smile and shrug.   They've been helpful resolving the issues, but none of them has been easy to solve.  I have spent days, dealing back and forth with tech support, sending logs, etc., before solutions have been found.  
    I wish I could give you an answer to your question.   My only guess is that Apple has totally dropped the ball on this one.   In the future they should provide a disclaimer when they offer an upgrade.  Something like:   "Caution: all of your software may not function after this upgrade. But go ahead, you'll feel cool that your OS is the latest thing."
    As someone who has been with Apple for close to 25 years, I'm disturbed by what appears to be an increasing sloppiness in their work.   This is especially disturbing when you depend upon their system to make your living.
    Good luck.
    david

  • Personal hotspot is not working despite several attempts

    personal hotspot is not working despite several attempts

    From the iPhone User Manual:
    Personal Hotspot
    You can use Personal Hotspot (iPhone 4 or later) to share an Internet connection with a computer or other device—such as an iPod touch, iPad, or other iPhone—connected to your iPhone via Wi-Fi. You can also use Personal Hotspot to share an Internet connection with a computer connected to iPhone via Bluetooth or USB. Personal Hotspot works only if iPhone is connected to the Internet over the cellular data network.
    Note: This feature may not be available in all areas. Additional fees may apply. Contact your carrier for more information.
    Share an Internet connection: Go to Settings > General > Cellular and tap Set Up Personal Hotspot—if it appears—to set up the service with your carrier.
    After you turn on Personal Hotspot, other devices can connect in the following ways:
    W-Fi: On the device, choose your iPhone from the list of available Wi-Fi networks.
    USB: Connect your iPhone to your computer using the cable that came with it. In your computer’s Network preferences, choose iPhone and configure the network settings.
    Bluetooth: On iPhone, go to Settings > Bluetooth and turn on Bluetooth. To pair and connect iPhone with your device, refer to the documentation that came with your computer.

  • HI,Have 10.10.3 version email system does not work at all it display emails up to the installation of the new version, no incoming or outgoing emails

    HI,
    Have 10.10.3 imac version- email system does not work at all it display emails up to the installation of the new version, no incoming or outgoing emails

    That helped thanks-
    I was able to solve this by deleting all "Envelop Index*"- and "ExternalUpdates*"-files in ~/Library/Mail/v2/MailData. After that I restarted Mail and let it reindex all mailboxes.

Maybe you are looking for

  • Dual Monitors no longer working

    Hey there, I've been without net for a few weeks so I haven't done a full system upgrade in about a month. I normally have two monitors running just great using TwinView but I've recently picked up a new monitor that I'm using to replace one of my ol

  • My iPhone 5 will not let me download Apps it keeps saying timed out, why is this?

    How come this happens?

  • Log Directories in Oracle 10g RAC environment

    Hi all, Would you please tell me in which directories, the following log files will be created, in a Oracle 10g RAC enviroment. evmd.log crsd.log ocssd.log Best Regards, Narayan

  • Wuc-15 form must contain the following bean

    hi i am trying to use the client_text_io api's in a form but i keep getting the wuc-15 error (your form must contain the following bean for this function to be available - oracle.forms.webutil.file.FileFunctions). i do have the webutil object group i

  • Overwriting a part of a text file?

    Hi, i am writing an application where i can set markers on a waveform graph, now i want to write the values of the markers in a text-based file (spreadsheet) I make one file with several markers, but it happens that i want to overwrite a part of the