Having a few issues with my Satellite M105-S3004. Help please!

1)Ok I've had my laptop for about 3 1/2 years. For a few weeks now everytime I turn on my computer I get this message:
RegSvr32
loadlibrary ("C:\Documents and Settings\All users\Application Data\dubstefu.dll") failed-The specified module could not be found
2)I also have been trying to re-install the sims3 and when I put the disc in sometimes it will read and sometimes it won't. When it does begin to install it stops and gives me one of two messages:
Feature transfer error-I/O device error
or
Data error-cyclic redundancy check
Music CDs play, DVDs play, other games work, and the disc works in other computers.
Please Please Please respond if you have any idea what I need to do to fix this. I'm very good at following instructions.

Satellite M105-S3004
1) I don't recognize what's trying to load. You can track it down this way. Open the System Configuration Utility (msconfig.exe), uncheck all the items on the Startup tab, and reboot. If the message does not appear, then one of the items we have stopped is the culprit. It's a matter of rechecking half the items, rebooting, and so forth.
More (probably too much) about that utility here.
   How to configure Windows XP to start in a "clean boot" state
You can safely ignore the nag message. Check it's Don't show box.
2) Since you get a CRC error only on this drive, it's probably just slightly misaligned for that particular disc. You should be able to solve it by copying this disc to another blank using the drive in question.
Let's see what the folks over here have to say. You should tell them you have Windows XP.
-Jerry

Similar Messages

  • I'm having a few issues with Safari, can anyone help?

    Hello, all,
    I'm having a few annoying little issues with Safari at the moment, hopefully someone can help and it'll be an easy fix, but I'm stumped at the moment.
    1. Every time I close and quit Safari it freezes and I have to 'force quit' the app. Not the biggest of problems but it's a little annoying.
    2. Once I open Safari back up it reloads with whatever window was open when I quit, even if my Mac has been turned off.
    3. Safari is eating up a lot of my RAM at the moment. 'Activity Monitor' is telling me it's taking up between 2-6GB of Memory.
    Anybody have any ideas?
    Thanks in advance.

    Try a basic Safari reset.
    Safari/Preferences/Advanced - enable the Develop menu, then go there and Empty Caches. Quit/reopen Safari and test. Then try Safari/History/Show History and delete all history items.  Quit/reopen Safari and test. You can also try try Safari/Clear History and Web Site Data. The down side is it clears all cookies.Doing this may cause some sites to no longer recognize your computer as one that has visited the web site.

  • Having a few issues with several programs (tor / mpd / ccm..)

    Hey everybody,
    I'll arrange this post in 3 parts since I have 3 different kinds of "major" problems or questions .
    1st ( tor - privoxy - polipo - iptables )
    I somehow found this article in your wiki and therefore tried to get tor and privoxy up and running on my desktop machine, as this didn't work as I hoped it would I searched farther in the wiki and installed and configured (as far as I've thought of) polipo and iptables.
    Now I've put all 4 of them in my rc.conf, but somehow some of my http connections don't seem to work in chromium while iptables is running (https works fine though [e.g. archwiki works, youtube doesn't]).
    I did everything as suggested in the polipo wiki entry, meaning I changed my /etc/iptables/iptables.rules to
    *nat
    :PREROUTING ACCEPT [0:0]
    :POSTROUTING ACCEPT [0:0]
    :OUTPUT ACCEPT [0:0]
    -A OUTPUT -p tcp --dport 80 -m owner --uid-owner polipo -j ACCEPT
    -A OUTPUT -p tcp --dport 80 -j REDIRECT --to-ports 8123
    COMMIT
    and removed all proxy settings from my browser - meaning all corresponding flags in the startcommand. I also added "forward / localhost:8123" to the privoxy config and changed the polipo configuration according to the wiki in order to work with tor (the socksParentProxy, socksProxyType part).
    now the next problem - that might probably be related to the first - is that my privoxy doesn't load in daemon mode anymore.
    I think it's since I've installed polipo that privoxy began to refuse starting together with the other daemons
    [usR@machine ~]$ privoxy
    Apr 23 00:20:56.459 b75086c0 Fatal error: can't check configuration file '/home/usR/config': No such file or directory
    this is the output I get when I try to start privoxy in normal user mode from the terminal, when I try starting the daemon manually (/etc/rc.d/privoxy start) it says
    touch: cannot touch `/var/log/privoxy/logfile': Permission denied
    chgrp: cannot access `/var/log/privoxy/logfile': Permission denied
    chmod: cannot access `/var/log/privoxy/logfile': Permission denied
    touch: cannot touch `/var/log/privoxy/jarfile': Permission denied
    chgrp: cannot access `/var/log/privoxy/jarfile': Permission denied
    chmod: cannot access `/var/log/privoxy/jarfile': Permission denied
    Apr 23 00:22:34.490 b76396c0 Fatal error: Cannot setgid(): Insufficient permissions.
    [/var/log/privoxy belongs to privoxy:adm]
    when I do the same in sudo mode it just fails without displaying an error message..
    I added this code to the /etc/rc.d/privoxy executable but I still get this owner conflict error and I have no idea what might be causing it.
    if [ ! -d /var/log/privoxy ]
    then
    mkdir /var/log/privoxy
    touch /var/log/privoxy/errorfile
    touch /var/log/privoxy/logfile
    chown -R privoxy:adm /var/log/privoxy
    fi
    If the order of the daemons in rc.conf is of any real importance here a copy of my setup
    ( @polipo @privoxy @syslog-ng !set-hw-addr !iptables @network netfs hddtemp @crond hal dbus @alsa @slim @tor )
    2nd ( mpd & mpc )
    I'm just wondering if there's a way to output the position of a track in the current playlist combined with a search. since mpc search <type> <query> only prints out full file path and name, but not the position in the playlist so that you could play it with mpc play. I thought of a method to print out the whole list with mpc playlist and pipe this output into a listing program, than grep out the song I'm looking for all that in a little bash script, to replace mpc search.
    Is there an integrated mpc search function that works the way I imageine it and my idea therefore redundant, or if not, is it realizable the way I picture it; does such a listing program exist?
    3rd ( cairo-compmgr )
    Since I'm already posting here I thought I'd mention my older problem which I  still couldn't solve.
    1st) I need to start cairo-compmgr(-git) in sudo mode to be able to edit any settings or activate the gui in any way. how do I automatically start the program on startup in sudo mode? I tried editing ~/.fluxbox/startup & ~/.fluxbox/init, even tried adding it in /etc/rc.d/ and /etc/rc.conf in order to start it as a daemon (lol, noob) but none of that worked properly obviously Any ideas? I don't want to start it manually and "waste" a terminal window for that every time I boot.
    2nd) I can change opacity (transparency) in both versions only per hotkey, and when I do so the settings don't get saved, they even get reset to normal opacity as soon as another window gets selected. does anybody know if there's a config file or any way to save opacity settings for certain windows & programs, so that they automatically get loaded when cairo starts and stay applied until it gets closed?
    [or generally: how do I configure the Plugins? ]
    the last "problem" which occurs only with cairo-compmgr-git:
    When I rightclick the ccm icon in the task bar and disable the composite desktop, the whole program kills itself oO
    In the old version the option "Composite desktop"'s box just got un-checked and I could easily restart ccm by rightclicking the logo again and re-enabling the "Composite desktop" option.
    Any clues on that by any chance?
    I'm using Fluxbox by the way, if that's of any importance for any of the problems. hope I didn't forget any important information if so please remind me
    Would be thankful for any kind of help
    have a nice weekend
    deF
    //edit:
    concernig the tor / privoxy problem, I managed getting all the daemons to start up at bootup again, my iptables situation remains the same though.
    I went through all the config files again and played around with chown and chmod a little and for now the system is stable, everytime I reboot all the daemons start without any problems.
    but when i start chromium with --proxy-server=localhost:8118 now, I get the following error message
    The following error occurred while trying to access http://torcheck.xenobite.eu/index.php?:
    504 Connect to torcheck.xenobite.eu:80 failed: SOCKS error: network unreachable
    Generated Sat, 23 Apr 2011 04:49:08 CEST by Polipo on archzor.localdomain:8118.
    notably with all programs running now, tor, polipo, privoxy (and by now dansguardian as well)..
    I'm tired so I'll go asleep now, maybe I'll find something tomorrow in the logfiles or whatever, so far:
    every kind of help is still very appreciated
    ²
    /var/log/polipo/polipo.log
    Disabling disk cache: No such file or directory
    Couldn't bind: Address already in use
    Couldn't establish listening socket: Address already in use
    Couldn't bind: Address already in use
    Last edited by deF291 (2011-04-23 03:13:48)

    okay I've finally been able to get tor and all the other programs to work according to my plan the only thing that's still making problems is that iptables doesn't work as I want it to, when I start chromium without proxy settings privoxy doesn't seem to forward the information to polipo.. do I need to add another rule to iptables.rules in order for the program to know it has to reroute the information again or how can I get this to work? and is there any way to run rtorrent with proxy support?
    anyway, problem 2 and 3 are still to be solved.
    and does anybody know where i can get a good dansguardian blacklist that was not designed for 6 year old children and for which I don't need to subscribe? I'm still getting these partypoker popups -.-
    //e: with iptables it's the same thing as described in the first post. https works, http doesnt. I get the output "Invalid header received from client." on http sites. still no idea why though.. (and the https-version of torcheck.xenubite says i'm tor unprotected while starting the browser with iptables)
    Last edited by deF291 (2011-04-23 16:16:31)

  • Issue with shared services - Need Urgent Help please!!

    Hello Experts
    One of my customer has installed a new instance of oracle and copied all the schemas and data over to the new instance.
    Now when they bring up shared services, have lost all our provisioning. None of the projects are recognized by shared serices and gets the following error when we try to bring up a user
    'xxxxx' is not a recognized Shared Services project. Please contact your adminstrator
    Is there something we need to do to restore Shared Services to its original state?
    Thanks in advance.
    Regards,
    Sonu
    Edited by: 637223 on Jan 20, 2009 2:19 AM

    hi,
    I doubt that "creating a new instance of oracle and copied all the schemas and data over to the new instance" will register the project with shared service and thats why giving error. Because when you install shared service, it asks you about the database name (oracle in your case) to register with. So even if you overwrite that database by new instance it gives error.
    Have you tried the configuration utilty ? Over there you can provide the new database instanse as your database and configure your shared service. Remember that you need to do a complete configuration of shared service , analytic administration services and analytic services. After configuring, Restart the system.....it should work.
    Hope this helps!
    Regards,
    James

  • Timing and control issues with tween transitions. Need help please!

    Hi!
    I have a script which sets the duration of the Tween
    transition to 20 frames. How can I start another function when the
    Tween transition's playback has reached frame 10 of the 20 frames?
    The onMotionFinished property only works if I want to
    initiate something at the completion of the transition but I want
    to start something at a certain frame while it is still running.
    var butWebX:Tween = new Tween(butWeb, "_x", Bounce.easeOut,
    -300, 5, 20, false);
    Also is there any way to control the duration or the speed of
    the easing effect in the Tween transition class? ...by frames or
    time?
    thanks, Attila

    There should be a slight symbol of the sim card indicating the direction it is be inserted.
     Make sure at your carrier BIS site you do the CHANGE DEVICE and insert the new IMEi and PIN to move the accounts over to the new BB.
    Let's get that working first.
    http://www.blackberryfaq.com/index.php/Where_can_I_log_into_my_BIS_account%3F
    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

  • I'm having a huge issue with itunes locating my missing files..and it's too many for me to locate 1 by 1..It says I'm missing over 3,00 songs and They are all in my music folder..What can I do to fix this issue?

    I'm having a huge issue with itunes locating my missing files..and it's too many for me to locate 1 by 1..It says I'm missing over 3,000 songs and They are all in my music folder..What can I do to fix this issue? I've looked at all the tutorials on youtube and none of it works. I recently got a new computer and I Back-Up all my music and itunes playlist and I import it on my new computer with the new itunes and I go to play a few songs, it says I'm missing them I locate a few but it's still like 3,000 missing and again they are all on the computer and in one folder..Please Help !

    I did that and nothing changed half my songs still have examination marks beside them
    I also just tried dragging my folder of music int he playlist and it duplicated all of my songs? My playlist was at 5k now it's at 10k becuz of 3 duplicates of songs. Is there a way to delete multiple duplicate files?

  • Few issues with BI 2004s

    Hello there,
    I am having few issues with BI 2004s system. It’s a new implementation.
    -         When you create Data source using DB connect in new system, it creates with old version. I could see the SMALL square box next to the Data source. I would expect the system to generate new 2004s datasource.
    -         Obviously the generated D/S won’t allow us to create New Transformations. We have to create old transfer rules/update rule. I do see the option to migrate the D/S when I right click on it. But I get short dump when I try that and then you have to discard the D/S and create new one.
    -         Also, it won’t allow you to delete the DBConnect D/S although you have option to do that?
    Anyone has faced these issues?
    Performance issue with reporting:
    I understand that you have to have portal in order to execute reports which we don’t have at this client. They don’t have time and money to invest right now. So we have created reports using BW 3.5 BEx Q.designer/WAD to run the reports on web. The report takes long time when you try to drill down on Material/Customer with only 150,000 records in Cube. The cube has just three dimensions (two char each) and 4 key figures. Any suggestion to improve?
    Thanks
    Sudhakar

    Yes, I noticed it too and was thinking the same thing, blueaura.
    I'm sure they want to ensure the scan is reliable. I keep my screen at a lower brightness to save power, and sometimes Starbucks scanners take a bit longer for it to register.
    2) is already fixed.
    3) is a feature, not a bug. If you are updating an app you already have installed, it doesn't bother to ask you for the password. Nice!
    For Google maps, just use maps.google.com in the browser.

  • My iPod touch is having a little issue with the volume. When I plug in my headphones the volume works fine. When there aren't any headphones plugged in, no sound comes out from my iPod. When I go to turn up the volume, it still says headphones. Any tips?

    My iPod touch is having a little issue with the volume. When I plug in my headphones the volume works fine. When there aren't any headphones plugged in, no sound comes out from my iPod. When I go to turn up the volume, it still says headphones. I tried restarting it a few times, nothing worked. I looked up many tutorials, and still nothing did the trick. Any tips?

    - Try cleaning out/blowing out the headphone jack. Try inserting/removing the plug a dozen times or so.
    Try the following to rule out a software problem
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPod.
    - Make an appointment at the Genius Bar of an Apple store. Seems you have a bad headphone jack.
    Apple Retail Store - Genius Bar
    Apple will exchange your iPod for a refurbished one for this price. They do not fix yours.
    Apple - iPod Repair price                  
    A third-party place like the following will replace the jack for less. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens
    Replace the jack yourself
    iPod Touch Repair – iFixit

  • I am having some serious issues with firefox, i can't print anything because it is stuck on fax and I can't use any of the drop down menus on any site

    I am having some serious issues with firefox to the point of choosing another search engine. I can't print anything because it is stuck on fax and won't let me change it to my printer when i do try to select my printer it jumps right back to fax. The drop down menus do not work on any of the sites I go to. For example when purchasing clothes and you have to choose a size from a drop down menu I can't do it when I click on the drop down menu it doesn't work at all. I don't have a virus I ran my virus protector and no viruses are present. I don't have any suspicious issues going on with my computer so there has to be something in Firefox that is causing my issues. I tried internet explorer and I don't have any issues there. I hope you can help me because I love Firefox and would really like to continue to use it.

    Lots of issues there, main one getting fcpx going again, try deleting the preferences using the utility deveoped by these guys.
    http://www.digitalrebellion.com
    Try deleting your render files and re-rendering the project.
    Start with these and let us know how you go.
    Tony

  • I'm having a billing issue with my apple id. I got my first iPhone today and I've signe din etc however before i can download any apps etc i need to resolve an old payment apparently. The problem is i cant enter my new card details because no longer in US

    I'm having a billing issue with my apple id. I got my first iPhone today and I've signe din etc however before i can download any apps etc i need to resolve an old payment apparently. The problem is i cant enter my new card details because the issue is registered to when i was in America and i require to pay the funds from an American source. Any ideas how i can resolve this? It wont accept my new card detail as im back in the UK. I think i have posted this in the wrong area but anyone got any ideas?
    I have managed to change the rest of my accoutn being registered to the UK i think except this

    Hi..
    You can email Apple for help but the link is for the iTunes store not the Mac App Store. You've inadvertently poasted in the Using Mac App Store forum but that's ok. Billing issues are the same for the iTunes Store.
    Click here > Apple - Support - iTunes Store - Contact Us
    It wont accept my new card detail as im back in the UK
    Your credit or debit card credentials must be associated with the same country where you reside.
    "Although you can browse the iTunes Store in any country without being signed in, you can only purchase content from the iTunes Store for your own country. This is enforced via the billing address associated with your credit card or other payment method that you use with the iTunes Store, rather than your actual geographic location."
    From here >  The Complete Guide to Using the iTunes Store | iLounge Article

  • Since I've installed Mountain Lion, I am having lock up issues with multiple programs. MS Outlook has crashed and I've lost all my folders. HELP?

    Since I've installed Mountain Lion, I am having lock up issues with multiple programs. MS Outlook has crashed and I've lost all my folders. HELP?

    okay I've finally been able to get tor and all the other programs to work according to my plan the only thing that's still making problems is that iptables doesn't work as I want it to, when I start chromium without proxy settings privoxy doesn't seem to forward the information to polipo.. do I need to add another rule to iptables.rules in order for the program to know it has to reroute the information again or how can I get this to work? and is there any way to run rtorrent with proxy support?
    anyway, problem 2 and 3 are still to be solved.
    and does anybody know where i can get a good dansguardian blacklist that was not designed for 6 year old children and for which I don't need to subscribe? I'm still getting these partypoker popups -.-
    //e: with iptables it's the same thing as described in the first post. https works, http doesnt. I get the output "Invalid header received from client." on http sites. still no idea why though.. (and the https-version of torcheck.xenubite says i'm tor unprotected while starting the browser with iptables)
    Last edited by deF291 (2011-04-23 16:16:31)

  • Having a weird issue with my assign after java embedding

    hi,
    I'm having a weird issue with my assign activity, i am using a Java Embedding wherin i access a variable and assign it some data, later in next step when i try to assign some other data to this same variable in assign activity i get a Error message as below.
    com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.xmlsoap.org/ws/2003/03/business-process/}selectionFailure} parts: {{ summary=Invalid to part type. When performing the assign operation, the to node THIS,IS,,TEST is invalid. The node named in the error message was either null or an empty node set, and it was not an instance of org.w3c.Element. Verify the node value at line number 795 is not null and is an instance of org.w3c.Element. } .
    i'm using soa 11.1.1.5
    Can anyone please help ?
    - Thanks
    Shirish

    Shirish,
    It's a bug and you will need to apply a patch for that.
    You can find all explanation in Oracle Support Id ID 1194228.1.
    Arik

  • Few issues with N120

    I got a few issues with the N120 netbook that I hope you could help me to sort out.
    1.
    First the brightness up/down keys. First I gave this fix a go.
    http://www.sammynetbook.com/plugins/for … .php?29576
    It works but its very unstable for me, sometimes it will get stuck and just turn the screen all the way down and then hang for some time before being able to turn the light back on. The icon will hang on the desktop too. Beside that it occasionally makes gnome panel freeze or really most of the time.
    Then I gave .xbindkeysrc a try from the NC10 wiki.
    #Brightness up/down
    "xbacklight +10"
    m:0x0 + c:111
    "xbacklight -10"
    m:0x0 + c:116
    That seems to work fine however it is not binded to the Fn (just binded to up/down arrow) key I am sure I am missing something pretty simple here, but....
    2.
    Wifi Fn key binding is not working. xbindkeys -k gives me -
    "(Scheme function)"
    m:0x0 + c:75
    Here I am simple not sure what "Scheme function" to use.
    3.
    I would like to blacklist the webcam just not sure what module to blacklist. I did check for a BIOS option but unfortunately there is none.
    lsmod
    Module Size Used by
    ipv6 277972 10
    hidp 14500 1
    hid 42496 1 hidp
    fuse 60896 2
    i915 183016 1
    drm 154656 2 i915
    i2c_algo_bit 5864 1 i915
    rfcomm 39028 4
    bridge 54008 0
    stp 2088 1 bridge
    llc 5552 2 bridge,stp
    bnep 10916 2
    sco 10952 2
    l2cap 24132 21 hidp,rfcomm,bnep
    ext2 69036 1
    cpufreq_powersave 1380 0
    snd_seq_dummy 2696 0
    snd_seq_oss 31168 0
    cpufreq_ondemand 7672 2
    snd_hda_codec_realtek 206504 1
    snd_seq_midi_event 7012 1 snd_seq_oss
    acpi_cpufreq 8624 0
    snd_seq 53744 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device 6768 3 snd_seq_dummy,snd_seq_oss,snd_seq
    snd_hda_intel 26664 0
    freq_table 3716 2 cpufreq_ondemand,acpi_cpufreq
    snd_hda_codec 71716 2 snd_hda_codec_realtek,snd_hda_intel
    snd_pcm_oss 40352 0
    uvcvideo 61040 0
    iTCO_wdt 10952 0
    snd_hwdep 7656 1 snd_hda_codec
    snd_mixer_oss 17540 1 snd_pcm_oss
    fan 4392 0
    joydev 10400 0
    i2c_i801 9656 0
    iTCO_vendor_support 3080 1 iTCO_wdt
    btusb 12632 4
    intel_agp 27484 1
    snd_pcm 73672 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
    snd_timer 21100 2 snd_seq,snd_pcm
    videodev 36544 1 uvcvideo
    v4l1_compat 15688 2 uvcvideo,videodev
    bluetooth 56740 10 hidp,rfcomm,bnep,sco,l2cap,btusb
    battery 10984 0
    video 19832 1 i915
    output 2884 1 video
    button 5556 0
    thermal 13888 0
    pcspkr 2372 0
    ac 4360 0
    i2c_core 22776 4 i915,drm,i2c_algo_bit,i2c_i801
    processor 35800 3 acpi_cpufreq
    agpgart 32756 3 drm,intel_agp
    snd 58436 11 snd_seq_oss,snd_hda_codec_realtek,snd_seq,snd_seq_device,snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_hwdep,snd_mixer_oss,snd_pcm,snd_timer
    soundcore 6848 1 snd
    snd_page_alloc 8876 2 snd_hda_intel,snd_pcm
    sg 27928 0
    psmouse 59644 0
    evdev 10176 13
    serio_raw 5704 0
    ndiswrapper 211324 0
    rtc_cmos 11212 0
    rtc_core 18048 1 rtc_cmos
    rtc_lib 2500 1 rtc_core
    ext3 134380 2
    jbd 48504 1 ext3
    mbcache 7080 2 ext2,ext3
    sd_mod 27328 5
    ata_generic 4680 0
    ata_piix 23080 4
    pata_acpi 4228 0
    libata 168012 3 ata_generic,ata_piix,pata_acpi
    uhci_hcd 23540 0
    scsi_mod 110708 3 sg,sd_mod,libata
    ide_pci_generic 3816 0
    sky2 47240 0
    ehci_hcd 35664 0
    ide_core 101480 1 ide_pci_generic
    usbcore 150192 6 uvcvideo,btusb,ndiswrapper,uhci_hcd,ehci_hcd
    Other then these few issues all really seems to work really well. I have only had Arch installed for a week or so (not a lot of time on my hands atm though) but sorting these issues would would make it a 100% for me.
    I would appreciate if you could help me out.

    1.  My "gadget" is a basic script:
    #!/bin/sh
    # display brightness script
    # author: lswest
    usage="usage: $0 -c {up|down}"
    command=
    increment=5%
    while getopts h o
    do case "$o" in
    h) echo "$usage"; exit 0;;
    ?) echo "$usage"; exit 0;;
    esac
    done
    shift $(($OPTIND - 1))
    command=$1
    if [ "$command" = "" ]; then
    echo "usage: $0 {up|down}"
    exit 0;
    fi
    display_brightness=0
    if [ "$command" = "up" ]; then
    $(xbacklight -inc $increment)
    display_brightness=$(xbacklight|cut --delimiter="." -f 1)
    fi
    if [ "$command" = "down" ]; then
    $(xbacklight -dec $increment)
    display_brightness=$(xbacklight|cut --delimiter="." -f 1)
    fi
    icon_name=""
    if [ "$icon_name" = "" ]; then
    if [ "$display_brightness" = "0" ]; then
    icon_name="notification-display-brightness-off"
    else
    if [ "$display_brightness" -lt "33" ]; then
    icon_name="notification-display-brightness-low"
    else
    if [ "$display_brightness" -lt "67" ]; then
    icon_name="notification-display-brightness-medium"
    else
    if [ "$display_brightness" -lt "100" ]; then
    icon_name="notification-display-brightness-high"
    else
    icon_name="notification-display-brightness-full"
    fi
    fi
    fi
    fi
    fi
    notify-send " " -i $icon_name -h int:value:$display_brightness -h string:synchronous:brightness
    It uses notify-osd and displays the bar/icon.  If the icon is missing, you will have to copy the notification-* svg files over from the human icon theme.  Just in case you'd like it.
    Depends what you want to do with the wireless.  You can just bring the interface down with
    sudo ifconfig wlan0 down
    Or else you can remove the module with
    sudo modprobe -r <module>

  • Has anyone else been having hard drive issues with 13" MacBook Pro barely a year old?

    Has anyone else been having hard drive issues with 13" MacBook Pro barely a year old?

    Yes, BUT...
    ... there are many problems that are really easy to eliminate by replacing the Hard drive, including ones that have nothing to do with actual Drive Hardware failure. These include corrupted install of Mac OS X, its EFI partition, clobbered partition tables, or the appearance of Bad Blocks in a critical area.
    Any of these problems can sometimes be eliminated by re-initializing the entire drive and writing Zeroes, and re-installing from scratch. The trouble is, this process takes hours to complete, and is not guaranteed to be successful -- you may still need a new drive after all that effort.
    I learned from my Plumber that consumers have no appetite for solutions that might work, and detest return visits for any related problems whatsoever. You or your friend may have had your drive replaced, not because it actually failed, but because the situation was troublesome, and the provider thought you would not tolerate anything less than a crisp, complete fix on the first attempt. And based on the cost of technician time, it may have even been cheaper that way.

  • Having start-up issues with my 1st gen Macbook Pro

    Hi everyone. I just started having start-up issues with my first generation Macbook Pro. It was working fine the other day when I last used it, but today I went to use it and it wont load up to my desktop...? It starts up (grey screen with the little swirly bar under the apple,) then it goes to a blue screen, then my background and dock appear, then (before any of my desktop files even show up,) it goes to a blue screen (that brightens up and then dims a little,) and it just keeps showing this with a little swirly progress symbol (shows when the screen is darker blue, then disappears when the screen is a brighter blue.) I've included a video that I took with my iPhone to show it situation. Any ideas as to what's wrong with it? Thanks in advance!
    http://youtu.be/oDCfHM-Zoes

    Safe Boot by restarting your computer while holding down the "shift" key.  Safe booting disables all nonessential processes, often times allowing you to start up when you would otherwise crash.
    As of OS X 10.5.6 Safe Boot deletes the dynamic loader shared cache location in the /var/db/dyld directory.  A corrupt cache here can cause the blue screen crash.  Once you restart normally, the cache will be recreated.  This should take care of the issue.
    http://support.apple.com/kb/HT1564
    http://support.apple.com/kb/HT1455
    Use Software Update to update your os to 10.6.8 and anything else that needs to be updated.

Maybe you are looking for

  • Deserialization Error while connecting to web service

    I am getting a deserialization error while connecting to a web service. Deserializing parameter 'ScheduleReceiveService': could not find deserializer for type {http://www.w3.org/2001/XMLSchema}anyType... There are two methods ex UserDefinedClass1 met

  • IPhone 4 cannot be read by iTunes 10.6.

    Before I downloaded 10.6, I opened iTunes and said my iPhone could be updated to iOS 5.0.1, so I ran it.  An error showed up and I figured I could just try again, except my iPhone would not show up under devices.  My hp laptop was able to read the iP

  • PS6 raw image thumbnails gone in finder

    Recently upgraded to Photoshop CS6 and as a result raw images thumbnails no longer show up in finder windows. I use the finder for sorting hundreds of images - now it requires me to open Photoshop to see an image. Apple has always supported new versi

  • Stock transfer order accounting entries

    Dear all, In intracompany stock transfer order(within same companycode) please let me know how account determination happens and what are the settings of account determination.

  • Performance Decrease with ComboBoxes

    Memory consumption and bad performance decrease when closing and reopening panels containing ComboBoxes. Context: - Running localMode - Jdev 9.0.3.1 DE - Business Component Version 9.0.3.10.62 - jdk 1.3.1_02 Panel (within an JInternal frame) with som