Results 1 to 7 of 7

Thread: Failed to Initialize Hal... Ubuntu 8.04...

  1. #1
    Join Date
    May 2008
    Beans
    132

    Failed to Initialize Hal... Ubuntu 8.04...

    Hi, Everyone...

    This forum provided terrific help w/ a failed applications menu. Now I can't seem to get things rolling because of an internal error: failed to initialize HAL.

    I am a new user and don't know what HAL is, precisely. I have reviewed other posts on this topic and the remedies don't seem to apply (changing the logon to timed, for ex.) or using an older kernel. Additionally, some of those which might are a bit beyond my comprehension.

    I am currently booting to Windows via a separate disk. My booting into Heron w/ this error allows access to the administrative preferences but not the Net (Firefox can't find a server). Also, The shutdown button is inactive.

    Does anyone have a link to a fix for this problem (or an explanation that involves a how to)?

    I appreciate any ideas anyone has,

    Casp

  2. #2
    Join Date
    Jan 2007
    Location
    Location: Location:
    Beans
    1,246
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Failed to Initialize Hal... Ubuntu 8.04...

    The HAL is your hardware abstraction layer.

    please paste the output of

    sudo lspci

    you may have hardware going bad.

    also paste the output of

    dmesg | tail
    clear && echo paste url and press enter; read paste; (youtube-dl $paste) | zenity --progress --title="" --text "Downloading, please wait" --auto-close --pulsate && ans=$(zenity --file-selection); gnome-terminal -x mplayer "$ans"

  3. #3
    Join Date
    Jan 2007
    Location
    Location: Location:
    Beans
    1,246
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Failed to Initialize Hal... Ubuntu 8.04...

    at any rate your best bet is to
    1. try restarting the HAL
    Code:
    sudo /etc/init.d/hal stop
    sudo /etc/init.d/hal start
    (paste the output of step 1 if it gives you an error)

    2. locate and replace the failing device (if it really is a failing device). Browse the content of

    Code:
    dmesg
    look for services that couldn't be started, this will usually help you sniff out the malfunction (paste the output of any errors of course so the community can help you determine their meaning)

    3. IF ALL ELSE FAILS (in other words don't do this yet, I'm sure someone will give you an even better idea before you risk trying this)
    *reinstall HAL.. (dangerous, may leave your system crippled, you know, like it already is)

    Code:
    sudo apt-get remove --purge hal
    sudo apt-get install hal
    clear && echo paste url and press enter; read paste; (youtube-dl $paste) | zenity --progress --title="" --text "Downloading, please wait" --auto-close --pulsate && ans=$(zenity --file-selection); gnome-terminal -x mplayer "$ans"

  4. #4
    Join Date
    May 2008
    Beans
    132

    Re: Failed to Initialize Hal... Ubuntu 8.04...

    |{urse...

    I tried doing things as you suggested w/ the following results:

    1. Stopping and restarting HAL produced the following error upon restart: error while loading shared libraries: libpolkit.so.2

    Cannot open share object file: no such file or directory

    2. dmesg produced a voluminous amount of recorded activity, which I cannot past because I cannot access the Net and cannot save and paste to my Windows disk for the following reasons: a. the Windows disk is NTFS, and b. the disk, suspiciously, does not appear in my Linux file structure--this could be the hardware error to which HAL refers.

    I did get this much from the dmesg command results:

    Driver sd needs updating; please use bus type method
    Not locating disk.

    I have always been able to locate my Windows disk within Linux and did nothing unusual prior to the boot which went wrong. Moreover, I am using Windows now, and everything is nominal within W2000.

    So, I am indebted to your help. Perhaps something here is usable.

    All Regards,

    Casp (Whit)

  5. #5
    Join Date
    May 2008
    Beans
    132

    Re: Failed to Initialize Hal... Ubuntu 8.04...

    |{urse...

    I figured out what went wrong: I did make a prior change to the system before this error plagued it.

    Just before logging off a couple of nights ago I got the bright idea to install a CD burning program located through Synaptic: K3b. Well, I installed this, and it ran well from what I could tell from loading it for a preview.

    But I am using Ubuntu and the program is KDE. Somehow, it ruined the HAL initialization (so I surmised).

    I uninstalled K3b, and now everything is fine.

    Thank-you so much for your help. I hope this will show other novices that mixing and matching Linux programs through Synaptic is not the best idea.

    All Regards,

    Casp

  6. #6
    Join Date
    Jan 2007
    Location
    Location: Location:
    Beans
    1,246
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Failed to Initialize Hal... Ubuntu 8.04...

    thats insane... but okies ^^ glad you got it sorted
    clear && echo paste url and press enter; read paste; (youtube-dl $paste) | zenity --progress --title="" --text "Downloading, please wait" --auto-close --pulsate && ans=$(zenity --file-selection); gnome-terminal -x mplayer "$ans"

  7. #7
    Join Date
    May 2008
    Beans
    132

    Re: Failed to Initialize Hal... Ubuntu 8.04...

    ...And you would know much better than I how insane...

    |{urse...

    I am pretty sure that's how HAL got screwed up. Kubuntu-based applications must have some kernel differences (see, that's about all I know about Linux--just say kernel and something else; it's like saying something's wrong w/ the solenoid in an electrical component) that can wreak havoc w/ different Linux flavors.

    I am always amazed,

    Casp

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •