[Solved]Yet Another HAL / Mounting issue....

My issue can be avoided by manually mounting a device, just to get that out there.
Whenever I transfer a larger file ( > 200mb) onto a removable USB device formated in either FAT or any non-journaled filesystem, Thunar will *pretend* like its unmounting the device but after about 20 seconds it states:
Failed to unmount "<device name>".
Did not receive a reply. Possible causes include: the remote application did not send a reply,
the message bus security policy blocked the reply, the reply timeout expired,
or the network connection was broken.
On top of the message, my data written is mostly corrupt.
What I know:
** Thunar uses exo-unmount to unmount devices given a HAL uuid. Maybe this is failing? Any clue how to debug this?
** 20-storage-methods.fdi states that all vfat mounted devices have 'flush' and 'async' mount options... could this be an issue?
** I'm part of the 'storage' and 'power' groups.
** i start XFCE using ck-launch-session startxfce4
I've made sure that the device has no other handles and is not open in any window. My system(s) all have new and updated HAL and DBUS, as well as every other package. Running 'sync' after writing the files sometimes fixes the issue. Does anyone have a fix for why removable drives aren't "sending a reply" ? Thanks!
--Anthony
Last edited by anthonyclark (2010-09-22 17:48:13)

Alright ... well. I managed to solve this kind of. As per my last post regarding the same exact issue, I must've missed a reply from Inxsible telling me to use the FIRST suggest UDEV rule from the arch udev wiki.
The result of this is basically...
*Device inserted
*Mounted in /media/<device name> automatically
*(No access via Thunar sidepane since it gets mounted with `mount`)
*No need to manually unmount
*just unplug or power off the device and it gets "lazy" unmounted via `unmount`
Downside:
*Mounting a drive via TrueCrypt creates a directory in /media that doesn't get automatically deleted.
*Not a solution to Thunar having response issues with unmounting.
/etc/udev/rules.d/11-media-by-label-auto-mount.rules
KERNEL!="sd[a-z][0-9]", GOTO="media_by_label_auto_mount_end"
# Import FS infos
IMPORT{program}="/sbin/blkid -o udev -p %N"
# Get a label if present, otherwise specify one
ENV{ID_FS_LABEL}!="", ENV{dir_name}="%E{ID_FS_LABEL}"
ENV{ID_FS_LABEL}=="", ENV{dir_name}="usbhd-%k"
# Global mount options
ACTION=="add", ENV{mount_options}="relatime"
# Filesystem-specific mount options
ACTION=="add", ENV{ID_FS_TYPE}=="vfat|ntfs", ENV{mount_options}="$env{mount_options},utf8,gid=100,umask=002"
# Mount the device
ACTION=="add", RUN+="/bin/mkdir -p /media/%E{dir_name}", RUN+="/bin/mount -o $env{mount_options} /dev/%k /media/%E{dir_name}"
# Clean up after removal
ACTION=="remove", ENV{dir_name}!="", RUN+="/bin/umount -l /media/%E{dir_name}", RUN+="/bin/rmdir /media/%E{dir_name}"
# Exit
LABEL="media_by_label_auto_mount_end"
Last edited by anthonyclark (2010-09-22 03:50:00)

Similar Messages

  • Yet Another P7N Diamond Issue

    Apart from the ongoing problem I am still having in this thread I now have yet another dilemma. I bought a BFG 9800 GT OC2 as a upgrade and installed it the usual way ensuring I connected the 6 pin connector too and the pc does not boot up even after several attempts
    Instead I am getting a strange beeping pattern one long beep then some shorts 
    Please if someone could shed some light I would greatly appreciate it even if its regarding my previous issue.

    http://www.coolermaster.com/products/product.php?language=en&act=detail&tbcate=22&id=2543
    I use the above Cooler Master PSU, zero issues. Has 4 pci-e connectors, so it's ready for quad sli if I ever want to go that route with my P6n Diamond. Has lots of different connection options, highly rated PSU. Not all Cooler Master PSUs underperform, just have to know what you're buying. The above supply also has 2 8 pin connectors so for instance when my GTX 295 arrives I'll have no trouble (card uses 6/8 pin). Reviews also can be helpful.

  • [SOLVED] Yet another time issue...

    Hi there,
    I'm having some crazy, hair pulling, head banging UTC time issues on both my dual boot (Arch & Windows 8) desktop and single boot laptop.
    I've been searching and following a mulitude of old threads and the official Wiki guide, however, I simply cannot get UTC time to stay correct between reboots. I've installed Arch a fair few times now, both before and after the switch to systemd and in dual and single boot setups and have never had time related issues like this before...
    Here's a run down of the whole sorry story....
    Fresh install - set time with hwclock --systohw utc as suggested in the beginners guide.
    First boot - time an hour out - huh? cat /etc/adjtime and ls -l /etc/localtime - everything as it should be... UTC and symlink to /usr/share/zoneinfo/Europe/London. Nonetheless I duly follow the Time guide on the wiki, get to know timedatectl a bit, and soon after, time is set to be correct. Great.
    Reboot. Time an hour out. Whaaaa??. Start googling, finding a plethora of bbs links to others with similar issues, decide to use NTP. Install, ntpd -qg. All good again. Time right. Phew...
    Reboot. Nope. Arrrrgggghhhh. (Bare in mind - at this point I haven't even booted the Windows 8 disc, and I went through the exact same process on my Arch only laptop...)
    More googling, thread reading. Find out that hwclock and ntp might be in conflict. Delete /etc/adjtime, reinstall tzdata, re-follow Time article to the letter and reenable NTP to start at boot.
    Reboot - time is foward an hour yet again. Bang head repeatedly on desk. Then suddenly - 10 mins or so after boot - NTP kicks in, and time is magically goes back an hour to the correct time! Surely NTP should be doing this early in the boot process, not 10 minutes after? But OK, at least something is happening...
    Next I dare to boot into Windows, and yup, time an hour out. Expected, but frustrating nonetheless. Add the registry tweak as suggested in the guide, and turn off the Windows time synchronisation. During which I noticed that Windows 8 time is set to UTC by default, not localtime, which is what the wiki says. Is this a Windows 8 thing?
    I can't help thinking, that if this is the case, and the Wiki advise is written under the assumption that Windows time is always localtime, that perhaps this is the route of my problem....
    Anyway, Windows time all good now, reboot Arch, time again wrong untill NTP finally kicks in - sigh. Reboot to Windows. Time an hour back. Gaaaahhhh - WTF?!! reset it to be correct. Try again. Same thing. Oops, forgot to mention that on each reboot, I check the BIOS clock, which remains persistently correct during the whole debarkle...
    Ok, so I try without the registry hack and turn Windows sync back on. Still fucked. I try various combinations of the two, I try resetting Arch time over and over again. With NTP - late sync. With hwclock only, or both hwclock & NTP - totally fucked! Eventually, I give up on UTC in Arch, set it localtime, delete registry key, turn Windows time sync back on, and thus far all good......
    TL;DR - couldn't get hwclock to set UTC time correctly across reboots. NTP worked (sort of), but after each reboot it would take ten minutes for the time to sync and the clock to move back an hour to the correct time. Localtime just works...
    My question is - why is the wiki (and the timedatectl status output for that matter) - so adamant that we should use UTC? From what I can gather, as long as I boot Windows around the DST time. or manually move the clock forward or back an hour - all should be well, no? Or are there other issues that I may run into that I've missed? The thing I'm most concerned about is data corruption due to timestamp issues...
    Also, why does the wiki repeatedly say that Windows uses localtime, when this doesn't appear to be the case in Eight? Does the wiki need updating or is Windows lying to me? I know which I'd put my money on ;-)
    Finally can anyone explain why my time was always an hour forward after a reboot, even when the time was set correctly before, the BIOS showed the correct time, and NTP was in use?
    Sorry for the crazy long posting, but this issue has been driving me totally batty!! Any light-shedding greatfully appreciated :-)
    Last edited by knowayhack (2013-08-10 15:24:09)

    Ok, so I set the clock back an hour in the BIOS, booted Windows - time right - YAY.
    Rebooted Arch - time right. OMFG - pure joy!!!
    I have to say, I still find it odd that this is how it works, and would like to confirm that things are looking as they should in the output from the following commands....
    toby@archy ~ > timedatectl status
          Local time: Sat 2013-08-10 15:42:56 BST
      Universal time: Sat 2013-08-10 14:42:56 UTC
            Timezone: Europe/London (BST, +0100)
         NTP enabled: n/a
    NTP synchronized: no
    RTC in local TZ: no
          DST active: yes
    Last DST change: DST began at
                      Sun 2013-03-31 00:59:59 GMT
                      Sun 2013-03-31 02:00:00 BST
    Next DST change: DST ends (the clock jumps one hour backwards) at
                      Sun 2013-10-27 01:59:59 BST
                      Sun 2013-10-27 01:00:00 GMT
    toby@archy ~ > sudo hwclock --debug
    sudo: timestamp too far in the future: Aug 10 16:39:24 2013
    We trust you have received the usual lecture from the local System
    Administrator. It usually boils down to these three things:
        #1) Respect the privacy of others.
        #2) Think before you type.
        #3) With great power comes great responsibility.
    [sudo] password for toby:
    hwclock from util-linux 2.23.2
    Using /dev interface to clock.
    Last drift adjustment done at 1376148264 seconds after 1969
    Last calibration done at 1376148264 seconds after 1969
    Hardware clock is on UTC time
    Assuming hardware clock is kept in UTC time.
    Waiting for clock tick...
    ...got clock tick
    Time read from Hardware Clock: 2013/08/10 14:43:20
    Hw clock time : 2013/08/10 14:43:20 = 1376145800 seconds since 1969
    Sat 10 Aug 2013 15:43:20 BST  -0.953640 seconds
    Is it OK to now reinstall NTP to keep the clock in sync on Arch, and are the Windows reg tweaks still necessary on Windows 8?
    Thank you guys SOOO much for all the unbelievabley speedy help on this issue - you have no idea how much this has been stressing me out!!
    Last edited by knowayhack (2013-08-10 14:54:31)

  • [SOLVED, sort of] Yet another UEFI boot issue

    Hello everyone,
    Let me start by saying sorry for the long (first) post.
    I've ended up with a UEFI boot problem I can't solve. I've searched the forum and internet and I realize I'm not the only one who ran into problems with UEFI. Unfortunately, the problems other have had seem not similar to mine. I've spent almost 2 days now trying to figure this out, and I'm getting nowhere (though I've learnt some more about UEFI, which I guess is good). I was hoping someone here can give me some hints on how to proceed.
    So lets start with the background. I recently bought a new computer (Lenovo Thinkpad Edge E530 with Windows 8) and of course I want to run ArchLinux on it (been using ArchLinux for almost 7 years now and no plans on switching). Installation went ok with only a few problems during installation that I managed to solve (or so I thought). I must admit I didn't follow the guide fully. I didn't want to remove the Restore and Windows partitions, so I figured it would be safe to reuse the existing UEFI System Partition, as long as there was enough room, which there was. Anyway, I now have a computer I can boot into ArchLinux and also Windows 8, just the way I want it, almost. There is this one final issue I haven't been able to figure out how to solve.
    The problem
    Whenever I reset/power on the computer, I must press Enter during the initial screen (showing a Lenovo logo, and a message about pressing Enter to interrupt normal startup). If I don't press Enter before the timeout (a second or so), the screen will go white and that's it. No beep, no message, no nothing but a white screen. A power cycle is the only way to leave this state. Occasionally the screen will be a white bar at the top and random colours below, but I'm guessing this only represents what is in graphics memory at the time (0x00, 0xFF or any other random value).
    If i do press Enter however, then I'm presented with a menu where I can select what to boot; rEFInd (which is preselected) along with Windows 8 and some restore and diagnostic entries. Pressing enter will take me to the preselected rEFInd, pressing enter again (or wait for timeout) will boot linux, and I'm in. Nothing weird there. And if I select Windows in rEFInd, then windows boot, just as expected.
    There is no difference whether I'm switching from Windows to Linux or Linux to Windows or just reboot the same OS I was using again. The result is the same whatever I choose to boot.
    So the question is: Why do I have to select rEFInd manually and go through all these menus? Should I not be able to just power it on and let it boot the preselected rEFInd entry and continue from there, without me helping it?
    Trying to solve it
    Searching here and on the internet gave me some ideas on what to try, so here is a list of my attempts:
    efibootmgr show me there is a rEFInd entry, and that it is the first one in boot order
    I copied refindx64.efi to /boot/efi/EFI/Boot/bootx64.efi (replacing an existing entry)
    I've updated the EFI firmware (from Lenovo) to the latest and greatest
    One other guy had almost the same issue, but with a single boot of Windows. He solved it with Microsoft Boot Manager (there is an Automatic Repair, or something). I even dared trying this, though I must admit I was a bit hesitant about letting some Microsoft program trying to repair my computer. Anyway, it said it couldn't repair my problem, nor did it say I had one, so I am none the wiser.
    None of the above gave anything.
    So, that's it. I guess I can live with having to press Enter on every power up/reset, but it is very annoying having to do so, and even more so when I forget it because then I'm forced to power cycle it. I hope someone reading this can figure out what's going on, because I am clueless.
    Best regards,
    Johan
    Last edited by 6feet5 (2013-01-08 19:03:50)

    WonderWoofy wrote:@srs5694, have you thought about filing a bug report/feature request about the naming scheme here?  I would imagine that something coming directly from the upstream developer would be something that they should take into consideration.  Also, I imagine that renaming it to refindx64.efi kind of goes against the whole "vanilla packages" thing we tout around here... so it really makes me wonder why it is done in the first place.
    I've just done that:
    https://bugs.archlinux.org/task/33326
    It's not been very important until recently; but I've been putting a lot of effort into the ancillary support scripts (install.sh and mvrefind.sh). They necessarily rely on the files having certain names, so installing them under other names robs users of functionality.
    6feet5 wrote:I've decided to try and restore the whole unit, thinking it would take maybe an hour or two. It's been running now for almost 3 hours and only completed 20%.
    Good luck with that!
    FWIW, it seems that the number of EFI-related bug reports on Linux forums has gone way up recently. No doubt this is because EFI is now pretty much universal on new computers, so problems that used to affect one or two people now affect dozens or hundreds, and some of those post about them.

  • [SOLVED] YASBI (yet another screen brightness issue)

    i feel silly posting this, as there seems to be a lot of documentation about this, but i'm kind of baffled.  if i run
    echo "5" > /sys/class/backlight/acpi_video0/brightness
    as root, everything works nicely, my screen turns it's brightness down to half-way (max brightness is 10).
    if i run the same command as sudo, i get a permissions error.  my final goal is to bind this to a key in openbox, but first i need to figure out what i'm doing wrong.  do i need to be part of a certain group?  do i need to edit my sudoers file?
    thanks in advance.
    Last edited by williamkray (2012-02-02 22:49:56)

    i have solved this, and am posting how here for anyone else who might come across this in a search. this is what i came up with:
    added the following to my /etc/rc.local:
    chgrp users /sys/class/backlight/acpi_video0/brightness && chmod g=+rw /sys/class/backlight/acpi_video0/brightness
    then i came across this script on another forum post, and saved it to /usr/sbin/brightness, made it executable and chgrp users:
    #!/bin/bash
    file="/sys/class/backlight/acpi_video0/brightness"
    level=$(cat $file)
    if [[ "$#" -eq 0 ]]; then
    cat $file
    elif [[ "$1" = "-" ]]; then
    echo $(( level - 1 )) > $file
    elif [[ "$1" = "+" ]]; then
    echo $(( level + 1 )) > $file
    fi
    then in my ~/.config/openbox/rc.xml i added the following code to bind the commands to my Super+Up and Super+Down :
    <keybind key="W-Up">
    <action name="Execute">
    <command>brightness +</command>
    </action>
    </keybind>
    <keybind key="W-Down">
    <action name="Execute">
    <command>brightness -</command>
    </action>
    </keybind>
    Last edited by williamkray (2012-02-02 22:51:28)

  • Yet Another Toshiba A75 Issue.. Can anyone solve it ???

    I have a A75 Satellite. The issue I'm having is that everytime I try and install Windows XP, when it's copying files, it totally shuts down. It can stay running at the bios screen all day long, but when it comes to installing an OS, it shuts off.. Any fix for this ? Thanks !

    Try cleaning the air vents. When it's at the BIOS screeen the CPU, memory, and hard drive aren't doing anything so very little heat is generated, but when the OS is being loaded, the CPU, memory, hard drive, and DVD drive are running and generating a lot of heat. If the vents are clogged with dust the fan won't be able to cool the unit down enough and the unit shuts down.

  • Yet another CC billing issue

    I had to update the credit card on file with my Creative Cloud account. Since then, the card has not been billed. The last payment was made on October 6. The information on file is correct, and has been for quite some time (even with multiple attempts to re-update it). Now access to my Adobe products has been suspended. I tried calling Adobe multiple times ... once hanging up after 45 minutes of being on hold, another time choosing the call-back option and never receiving a call back, and finally getting the recording that the wait time was between 90 and 120 minutes. One time I got through on chat, but after the unsuccessful session I was told to call Customer Support. Yet a connection to sales was near instantaneous.
    These wait times are completely unacceptable. I understand that the attack on your servers has caused big headaches, but hire some temporary support staff to get through this.
    Please, Adobe, help me out. I need to use your products for work.
    -Jon-

    Hi Jon,
    I am so sorry for the inconvenience  faced by you, please provide me your contact number, if possible with an alternate contact number. I will follow up the issue.
    I have send an email to you also, please respond.
    Regards,
    Rajshree

  • [SOLVED] Yet another microphone capture with Intel HD Audio 82801H

    Hello,
    I have a macbook pro 4.1.
    I have been using Gentoo for years and after wanting to change, I decided to go for Arch Linux.
    So I reinstalled my macbook with Arch and so far, I can't make the audio work correctly.
    My problems are:
    - no microphone working
    - no switch between speakers and headphones when I plug them
    Here is the output of lspci:
    lspci | grep -i audio
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
    My modprobe.d/soud.conf:
    alias char-major-116 snd
    alias char-major-14 soundcore
    alias sound-service-0-0 snd-mixer-oss
    alias sound-service-0-1 snd-seq-oss
    alias sound-service-0-3 snd-pcm-oss
    alias sound-service-0-8 snd-seq-oss
    alias sound-service-0-12 snd-pcm-oss
    #alias snd-card-0 snd-hda-intel
    #alias sound-slot-0 snd-hda-intel
    options snd-hda-intel model=mb5 enable_msi=1 power_save=0
    #options snd-hda-intel model=laptop
    alias /dev/mixer snd-mixer-oss
    alias /dev/dsp snd-pcm-oss
    alias /dev/midi snd-seq-oss
    As you can see, I tried several "model=" options (mb, laptop, ...). Only the "mb5" allows me to hear something from the speaker.
    I discussed about my Gentoo experience because on this same laptop, I had it working perfectly on a kernel 2.6.39.
    So I thought maybe some option in the ARCH kernel conflicts with it (I am kind of desperate).
    I therefore compiled a custom kernel and removed a lot of modules that were useless for me... still no luck!
    As a note, on Gentoo, I didn't have to specify the model.
    To be fully complete in my description, on Gentoo, I was on 64 bits and here, I'm on 32 (for different reasons).
    And I have Pulseaudio installed, not that I want to but as I like Gnome 3... But even without (unsintalling Gnome 3 and Pulseaudio), I still had the same issues, so to me, it doesn't seem to be coming from Pulseaudio, but I could be wrong.
    And to answer the obvisous: no I don't have anything muted on alsamixer except "Line" and "Beep".
    Thanks in advance for your help because it drives me a bit crazy...
    Last edited by theseus (2011-08-24 16:04:52)

    Welcome to Arch! I run both Arch and Gentoo and like them both. I have my doubts that your sound problem is an Arch specific issue (but stranger things have happened).
    If my google-fu is any good, it seems that the general consensus on getting ALSA to behave with a Macbook Pro 4.1 is:
       options snd_hda_intel model=mbp3
    Here's just one (old) example:
    http://osdir.com/ml/linux.ports.mactel. … 00003.html
    You tried that one yet?

  • Yet another Quick TIme issue.

    I made new audio in Digital Performer and imported an MOV file as the source video. The new file was saved as an MOV and plays perfectly on a mac. However, when I try to play this on my pc's QT, I have to load the new file first THEN the original file before both the video/audio play. Help!

    OK, that makes total sense. Thank you very much Jon; that explains the issue very clearly. This of course begs another question though; how to I merge the new audio file and the original video file?
    That may depend on how you plan to play the file. My preferred strategy is to create a new target file and prevent the original source files from being accidentally modified in case I need to repeat the merge sequence.
    1) Open the source files.
    2) Create a new empty player.
    3) Copy the individual files to the empty player in the order you wish them played.
    4 Save the resulting new file as a stand alone file.
    This merged file would play in most versions of QT based apps but maight be a problem in some versions of mobile device players which require content be "flattened" to individual audio and video tracks. (I.e., the QT 7 player can play up to 99 mixed data tracks but some versions of the mobile players do not.)

  • Yet another DNS forwarding issue.

    I'e read a few of the posts in here and it seems I'm not the only one having problems. I'll give you a rundown of my setup / problem.
    Ethernet 1 - 192.x.x.x address - Router & DNS pointing to itself - Name resolution works fine.
    Ethernet 2 - 10.x.x.x address - This is on my corporate LAN. Added the router & DNS address to this card. I can ping the router.
    I've setup forwarding using the GUI & also tried adding the entry of the 10.x DNS server to named.conf
    When I start this interface I get odd behaviour from Server Admin tool, spinning wheel until I stop the interface again.
    I've read various documents and AFAIK I've set things up correctly but it doesn't want to play ball! I'm running 10.5.7 btw.
    Any help appreciated.

    That was part of the problem, it had been setup that way as when I'd been testing DeployStudio and had just followed the instructions. Removing it didn't just solve the problem though as I needed to add both local DNS & external DNS on both interfaces with the 192 DNS first. Anyway cheers for pointing it out, I couldn't see the wood for the trees and needed another set of eyes and to sleep on it.
    Thanks
    Sean

  • Yet another hybrid graphics issue...

    Hi everyone!
    I've been finding help (and funny stuff!) on these forums and the wiki for a while, but one problem remains despite Arch's awesomeness: I can't seem to shutdown, reboot or hibernate my laptop properly after switching graphics... It freezes every single time I try it, leaving me with soft lockups and acknowledging nothing but a hard shutdown.
    Some info:
    - Laptop: Acer 5820TG with Intel (integrated) and ATI HD 5650 (dedicated) graphics
    - vgaswitcheroo seems to work:
    [root@funbox tan]# echo "DIGD" > /sys/kernel/debug/vgaswitcheroo/switch
    [root@funbox tan]# cat /sys/kernel/debug/vgaswitcheroo/switch
    0:IGD:+:Pwr:0000:00:02.0
    1:DIS: :Pwr:0000:01:00.0
    2:DIS-Audio: :Pwr:0000:01:00.1
    [root@funbox tan]# echo "OFF" > /sys/kernel/debug/vgaswitcheroo/switch
    → Overheating stops and battery consumption decreases, as expected
    However, the "vgaswitcheroo" folder disappears as soon as "OFF" has been echo-ed to "switch":
    [root@funbox tan]# cat /sys/kernel/debug/vgaswitcheroo/switch
    cat: /sys/kernel/debug/vgaswitcheroo/switch: Datei oder Verzeichnis nicht gefunden
    A few things keep surprising me:
    1. KMS does not seem to be enabled for my integrated graphics:
    [root@funbox tan]# cat /sys/module/i915/parameters/modeset
    -1
    However, dmesg | grep drm shows this: http://hastebin.com/wawavayena.coffee , which leads me to think that KMS are enabled for both integrated and dedicated graphics...
    2. As you have probably noticed above, the "switch" file initially contains a "DIS-Audio" entry, which I haven't seen anywhere else while browsing to solve this problem. Could this be part of the issue ?
    Anyway, thanks in advance for having read all of this, and of course feel free to ask me for more information and/or tell me if I have done or understood something wrong.
    Cheers,
    Tan
    Last edited by Weyfonk (2014-01-08 20:12:07)

    I assume you are using the radeon driver? Or am I mistaken and you are using Catalyst?

  • Yet another slow connection issue

    My broadband speed is totally unreliable - and from a quick scan of the forums it seems I'm not the only one!
    Much the same as numerous other posters, I'm paying for up to 8meg broadband but typically getting far less than that.  Being in a rural location i appreciate that the local phone exchange probably isn't the most high tech facility in the world, but we're only 2 miles away from it and the speed tester has recorded up to 7meg on occasion.  Today, and this seems to be an increasingly frequent occurence, the speed tester says "your IP profile is 250k".
    We had an engineer out 3 weeks ago for the same problem but he could find no faults at the house, said there were no reported faults on the local exchange and the morning before he arrived the IP profile had already been reset to a more usable level.  Rang the call centre again today and after wasting about an hour trying to explain the problem then waiting for him to check things and call me back, then explaining the same thing over again, absolutely nothing has been resolved and they want to send out another engineer.  
    I have a couple of very simple questions which the customer services team seem incapable of answering:
    1. what is the reason for my IP profile being set so low?
    2. what needs to be done to fix it now?
    3. what needs to be done to stop it happening again?
    I don't think the guy I spoke to actually knows what an IP profile is, let alone how to resolve a problem with it.  What is the point of a technical support helpline when the staff quite obviously have no technical knowledge?!

    Have spent another hour of my life on the phone to BT helpline this afternoon.
    Apparently the reason we hadn't received the call back yesterday was due to a "technical issue" at their end and the request had not been passed on to the engineer team.
    Having gone through exactly the same conversation and process as on Tuesday, the helpline chap has run his tests and when pressed told me that he could determine no faults on the line.  An engineer might be able to determine other faults though so he would like to book an appointment for an engineer to call.
    Unfortunately, even though I've waited 2 days for this already because they didn't pass on the engineer request the other day, they can't do anything to prioritise the call so I've now got to wait up to another 48hrs for somebody to ring me to book the appointment.  As its Thursday now, that probably means that it could Monday before that happens and therefore probably the middle of next week before the engineer actually gets to the house.  So another week of broadband that is barely faster than dial up.

  • Yet another HH5 disconnect issue

    I'm experiencing a lot of LCP termination requests and its very annoying to say the least !
    I've read all the threads and the only solution appears to be to fork out on an aftermarket router, hardly a good start to my fibre experience !
    I did PM a mod on here a couple of weeks ago but got no response.
    Here are some stats for what it's worth, if anyone can shed some light on my issues it would be much appreciated but I fully expect to hear its the HH5 issue that's the cause, thanks in advance
    1. Product name: BT Home Hub
    2. Serial number: +068343+NQ40105818
    3. Firmware version: Software version 4.7.5.1.83.8.173.1.6 (Type A) Last updated 01/04/14
    4. Board version: BT Hub 5A
    5. VDSL uptime: 0 days, 01:07:42
    6. Data rate: 7428 / 30785
    7. Maximum data rate: 7508 / 33555
    8. Noise margin: 6.1 / 5.5
    9. Line attenuation: 0.0 / 26.3
    10. Signal attenuation: 0.0 / 23.7
    11. Data sent/received: 2.2 GB / 1.6 GB
    12. Broadband username: [email protected]
    13. BT Wi-fi: Yes
    14. 2.4 GHz Wireless network/SSID: BTHub5-7QXK
    15. 2.4 GHz Wireless connections: Enabled (802.11 b/g/n (up to 150 Mb/s)) 20 MHz, WPS enabled
    16. 2.4 GHz Wireless security: WPA2
    17. 2.4 GHz Wireless channel: 4
    18. 2.4 GHz Wireless network/SSID: BTWiFi-with-FON
    19. 2.4 GHz Wireless connections: Enabled (802.11 b/g/n (up to 150 Mb/s)) 20 MHz, WPS disabled
    20. 2.4 GHz Wireless security: None
    21. 2.4 GHz Wireless channel: 4
    22. 2.4 GHz Wireless network/SSID:
    23. 2.4 GHz Wireless connections: Enabled (802.11 b/g/n (up to 150 Mb/s)) 20 MHz, WPS disabled
    24. 2.4 GHz Wireless security: None
    25. 2.4 GHz Wireless channel: 4
    Solved!
    Go to Solution.

    Its not the best situation and I to was a little annoyed with all the hh5 issues.
    However it did me a favour it the long run as those unlocked modems are great little things.  
    With out the HH5 having all the issues I would never of known about them. It was only through the good people on here they point me in the right direction!

  • Yet Another YouTube Connection Issue

    Hi,
    Long time Mac user, 1st time poster
    Yes, I have the (apparently) infamous "I can't get the YouTube URL to work" problem. I have gone thru a number of the related/similar questions already on the ASC but still no joy.
    For the past few months I cannot get my MacBook Pro to even see/load Youtube.com while at home using our iMac as a WiFi hub. It is not a video/Flash issue as I can load/view streaming video from many other sites. If I go on the road, Youtube loads & works fine. Our boy's Window's PC loads & runs Youtube fine from the same iMac at home. Wife has the same issue as me with her MacBook. It is only Youtube that will not load as an URL (as well as any imbedded YouTube videos).
    The fact that two MacBooks have the identical problem running off the same WiFi connection (plus that the site works when using other hot spots) leads me to suspect its something on the iMac that is not allowing our MacBooks to load this site, but yet an old PC laptop using the same WiFi as us loads YouTube fine.
    On the MacBook end I tried the HTML5, the direct IP, clearing all caches (including Library ones), reseting Safari, trying other browsers (Firefox has the identical problem), etc....and still can't see Youtube.com.
    Could there be something on the iMac that is blocking this one site? The iMac is o-l-d & is simply used for WiFi.
    Any help/suggestions would be appreciated!

    Even the cheapest wireless router will work much better than what you have as a WiFi access point, and over the life of the device you'll probably save enough on electricity to recover the cost.

  • Yet another tagged songs issue

    Ok all, I have another question about tagged songs. I figured out how to buy a tagged song. On a windows machine, you have to hit the applications key and then there is a buy option. I bought two songs this way, but when I connected my IPod the other day to purchase a song I had tagged since I bought the last song, the buy option is no longer available. How do I buy the songs now?

    http://www.coolermaster.com/products/product.php?language=en&act=detail&tbcate=22&id=2543
    I use the above Cooler Master PSU, zero issues. Has 4 pci-e connectors, so it's ready for quad sli if I ever want to go that route with my P6n Diamond. Has lots of different connection options, highly rated PSU. Not all Cooler Master PSUs underperform, just have to know what you're buying. The above supply also has 2 8 pin connectors so for instance when my GTX 295 arrives I'll have no trouble (card uses 6/8 pin). Reviews also can be helpful.

Maybe you are looking for

  • Does Stage3D work with SDK 3.5?

    Hi, I'm in research for GPU enhancement for current project based on Flex SDK 3.5 (with Flash Builder 4.0.1). It causes runtime error as following. VerifyError: Error #1014: Class flash.display::Stage3D could not be found. If I changed SDK to 4.6 and

  • Is there problem with InputFile && jsff view ??

    Hi i have train task flow , and 2 jsff view , every one have input form dragged from Data Control to insert (insert master then insert details) this train task flow dragged in page as regon 1# in the second jsff view i have InputFile component but do

  • Time on SUNMC agents complicated!!! and interesting

    Hi, Some of our machines (SUNMC agents) are on a different timezone. Whenever I create graphs the time on the red spots is I dont know what. Any ides n how to change the time of the graphs according to what the time is on the agent. For example = the

  • Recursive XInclusion with XPointer fragment selection fails

    Hello! I have three XML files: "a.xml", "b.xml" and "c.xml". Full XML files are at the end of this message. 1) "c.xml" is simple XML file. 2) "b.xml" does simple XInclusion of "c.xml" as '<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="c

  • Trouble w/Left Channel on 20g iPod

    I received my iPod about 2 years ago. When I listened to it last night, there was virtually no sound coming from the left channel through my earphones. This morning, I grabbed a better set of headphones and plugged them in. Still, the sound coming fr