Page 3 of 3 FirstFirst 123
Results 21 to 30 of 30

Thread: Brown screen and mouse cursor after login.

  1. #21
    Join Date
    Apr 2007
    Beans
    72

    Re: Brown screen and mouse cursor after login.

    Quote Originally Posted by spiderbatdad View Post
    It may be a problem with hal in a race with gdm.lol

    This may fix:
    Code:
    sudo mv /etc/rc2.d/S20dbus /etc/rc2.d/S12dbus
    Please read this entire report first, in order to decide for yourself if this looks like what you want to do. https://bugs.launchpad.net/ubuntu/+s...bus/+bug/25931
    I am not an expert.
    I decided not to execute this command, I am not getting any hanging issues when browsing through files. Thank you for the heads up.

  2. #22
    Join Date
    Apr 2007
    Beans
    72

    Re: Brown screen and mouse cursor after login.

    Does anyone have any other suggestions?

  3. #23
    Join Date
    Nov 2005
    Location
    NEK Vermont
    Beans
    Hidden!
    Distro
    Ubuntu UNR

    Re: Brown screen and mouse cursor after login.

    Lost sight of your issue. Is it still a login issue and failure to initialize HAL, or is it now a wireless issue?

  4. #24
    Join Date
    Apr 2007
    Beans
    72

    Re: Brown screen and mouse cursor after login.

    I can log into failsafe mode, but the error still popups and I am not getting any internet through wireless connection or in wired connection.

  5. #25
    Join Date
    Nov 2005
    Location
    NEK Vermont
    Beans
    Hidden!
    Distro
    Ubuntu UNR

    Re: Brown screen and mouse cursor after login.

    going to need some info on your wireless card:
    Code:
    sudo lshw -C net
    The issue with HAL may yet be solved by the previous bug report, but would require you verify the rc.d files exist in your installation. That report deals with initializing HAL before gdm tries to start. I think that's the problem there.

  6. #26
    Join Date
    Apr 2007
    Beans
    72

    Re: Brown screen and mouse cursor after login.

    I get this in response:

    *-network:1
    description: Wireless interface
    product: AR2413 802.11bg NIC
    vendor: Atheros Communications INC.
    physical id: 2
    bus info: pci@0000:06:02.0
    logical name wifi0
    version: 01
    serial: 00:19:7d:d7:2f:8e
    width: 32 bits
    clock 33MHz
    capabilities: pmbus_master cap_list logical ethernet physical wireless

    configuration: broadcast=yes driver=ath_pci driverversion=0.9.4.5 (0.9.3.2) latency=168 maxlatency=28 mingnt=10 module=ath_pci multicast=yes wireless=IEEE 802.11g




    Sorry for my slow response, I had to type this all out since I have no way of copying from one my laptop to this computer
    Last edited by luke949; April 26th, 2008 at 05:52 AM.

  7. #27
    Join Date
    Nov 2005
    Location
    NEK Vermont
    Beans
    Hidden!
    Distro
    Ubuntu UNR

    Re: Brown screen and mouse cursor after login.

    Try runing
    Code:
    sudo modprobe ath_pci
    You may need to use the madwifi drivers available for this card. Sorry I can't be of more help with this card. Surely there are some posts...maybe google ubuntu AR2413
    Last edited by spiderbatdad; April 26th, 2008 at 11:20 AM.

  8. #28
    Join Date
    Nov 2005
    Location
    Finland, Oulu
    Beans
    1,501
    Distro
    Ubuntu 9.10 Karmic Koala

    Smile Re: Brown screen and mouse cursor after login.

    I don't think that is the issue... it's prbably gnome...
    Can you try selecting a session when you login?
    For example failsafe gnome...
    type your username...
    then press F10...
    select change session... choose fail safe gnome or something else....
    Does it login?
    if not... restart X with ctrl-alt-backspace and try to do a login as normal...
    anything?
    If not... we could even try to clean out your settings and see if that is the issue.
    But lets get the report from this first.
    Like my avatar? Help us make more and your own! http://launchpad.net/memaker
    Book of Mormon-MP3 or BOOK
    "Microsoft is open-source friendly in the same way that a butcher is friendly to a cow." -- This Guy

  9. #29
    Join Date
    Apr 2007
    Beans
    72

    Re: Brown screen and mouse cursor after login.

    Quote Originally Posted by encompass View Post
    I don't think that is the issue... it's prbably gnome...
    Can you try selecting a session when you login?
    For example failsafe gnome...
    type your username...
    then press F10...
    select change session... choose fail safe gnome or something else....
    Does it login?
    if not... restart X with ctrl-alt-backspace and try to do a login as normal...
    anything?
    If not... we could even try to clean out your settings and see if that is the issue.
    But lets get the report from this first.
    Yes I can log into failsafe GNOME.

  10. #30
    Join Date
    Nov 2005
    Location
    Finland, Oulu
    Beans
    1,501
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Brown screen and mouse cursor after login.

    Read the entire post before doing anything....
    I had a very similar issue...
    Ends up if you move all your data into another place... for example...
    you have your /home/username/ directory right? now in there is a bunch of files which contain all your settings...
    if you take every hidden file and directory and move it into a directory like this...
    Code:
    mkdir ~/backupCheck/
    mv ~/.* ~/backupCheck/
    and then restart your computer and try to login again... does it work?
    if not.. then there is something that I can't figure out for you.
    If it does work... then it's probably in something from those files you moved... you can slowly move one after another to find which one it is... but odds are it's your .gconf or .gnome and probably something in there.
    Now you may lose some settings. But at least your going to be back up and running again. Most of the settings you may loose... if this works... are things like... your passwords for wireless connections and a few other things. But they aren't something you can setup again.
    Like my avatar? Help us make more and your own! http://launchpad.net/memaker
    Book of Mormon-MP3 or BOOK
    "Microsoft is open-source friendly in the same way that a butcher is friendly to a cow." -- This Guy

Page 3 of 3 FirstFirst 123

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
  •