Find the answer to your Linux question:
Results 1 to 3 of 3
Question: How does one automatically load KOrganizer upon boot? Problem: My desktop fails to recognize any USB memory stick when I plug it in. (My USB connected mass storage is ...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Posts
    21

    A question and a problem Ubuntu 8.10

    Question:
    How does one automatically load KOrganizer upon boot?


    Problem:

    My desktop fails to recognize any USB memory stick when I plug it in.
    (My USB connected mass storage is detected and usable).
    Is there a system or a boot log that I can look at to see if there are any initialization errors?

    Thanks

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    How does one automatically load KOrganizer upon boot?
    You can add its entry in Session. Look for it in Prefrences menu.
    My desktop fails to recognize any USB memory stick when I plug it in.
    (My USB connected mass storage is detected and usable).
    Is there a system or a boot log that I can look at to see if there are any initialization errors?
    Code:
    tail -s 3 -f /var/log/messages
    dmesg | less
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Mar 2008
    Posts
    21
    Thank you for your answer Devils Casper
    The answer to the question works perfectly.

    The USB problem still persists. (sort of)
    I have an ultra hub (separately powered) working OK, and plugged into one of the ports on the back of the PC, however the ports on the front panel seem to be inoperative (they work OK in xp)
    I noticed a warning message in the messages log. I'm not sure if this may be causing a problem.

    Heres the warning message:

    Code:
     Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after


    the ehci_hcd statements are logged after uhci_hcd


    Also there is one group of messages that indicate a usb hub error

    Code:
    hub 5-0:1.0: USB hub found
    [    3.156470] hub 5-0:1.0: 8 ports detected
    [    3.205920] hub 1-1:1.0: hub_port_status failed (err = -71)
    [    3.206912] hub 1-1:1.0: hub_port_status failed (err = -71)
    [    3.207916] hub 1-1:1.0: hub_port_status failed (err = -71)
    [    3.209519] hub 1-1:1.0: hub_port_status failed (err = -71)
    I'm not sure how to identify which ports belong to which plugs on my PC let alone to what (err = -71) refers.

    Any comments on the messages?

Posting Permissions

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