Search:

Type: Posts; User: Meson; Keyword(s):

Page 1 of 7 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    10
    Views
    9,118

    [all variants] Re: HP Envy 14 - Touchpad Disable feature

    Guys, if you are really interested, you can apply a patch to xf86-input-synaptics to get the double tap to work. You can also apply a kernel patch to get the LED to work (along with additional...
  2. [ubuntu] Skip GRUB on install with 10.04 Alternate Install CD

    My existing setup:



    /dev/sda1 boot
    /dev/sda2 win7
    /dev/sda3 recovery
    /dev/sda5 swap
    /dev/sda6 <to be: ubuntu (luks)>
    /dev/sda7 arch (luks)
  3. Replies
    10
    Views
    9,118

    [all variants] HP Envy 14 - Touchpad Disable feature

    I just got a new HP Envy 14, installed Ubuntu 10.04. The thouchpad has a little LED in the top left corner that if you tap is supposed to disable the touchpad (and the LED turns on).

    What are my...
  4. Replies
    2
    Views
    2,401

    Re: Gedit External Tools

    The echo command inserts a newline at the end. You want to call

    echo -n "STUFF"
  5. [ubuntu] Re: Looking for easy roaming profile solution for ubuntu

    One piece that remains unanswered though, is how to efficiently handle situations where the NFS server is not available. This is important for roaming laptop users who might want their home directory...
  6. Replies
    0
    Views
    1,149

    Eeebuntu 1005HA pinch zoom

    Pinch zoom seems to work from the live version, but not once fully installed. Is this an xorg.conf thing?
  7. Replies
    7
    Views
    743

    [ubuntu] Re: Remote Desktop help

    To be honest, I really don't like tsclient. It's just a wrapper for the rdesktop command. You might be more sucessful if you check out the manpage for rdesktop and build the command yourself.

    Here...
  8. Replies
    7
    Views
    743

    [ubuntu] Re: Remote Desktop help

    Where are you trying to paste to? You should only be able to write to your home directory.
  9. Replies
    7
    Views
    743

    [ubuntu] Re: Remote Desktop help

    Check out filesystem forwarding in the 'Local Resources' tab. When set up, your local filesystem will appear on the Windows computer you've connected to.
  10. Replies
    22
    Views
    1,425

    [ubuntu] Re: ubuntu wont start up!!

    ~$ grep $USER /etc/passwd
    matt:x:1000:1000:,,,:/home/matt:/bin/bash
    ~$

    The text in bold is my home directory, if it isn't set properly it will mean bad things for me. The fact that the command...
  11. Replies
    22
    Views
    1,425

    [ubuntu] Re: ubuntu wont start up!!

    I'm not sure what that /dev/shm mount point you have is, but it's full.

    As far as "grep $USER /etc/passwd" not returning anything, that is bad.
  12. Replies
    22
    Views
    1,425

    [ubuntu] Re: ubuntu wont start up!!

    You typed the command wrong before, the file it's passwd (just 'wd', not 'word') So:

    grep $USER /etc/passwd

    DeMus had a good suggestion too. Try posting the output of
    df -h You may have done...
  13. Replies
    22
    Views
    1,425

    [ubuntu] Re: ubuntu wont start up!!

    To be honest I had trouble even making out what your problem is from what you wrote above. Just start your own thread =) Try to be clear and specific.
  14. Replies
    22
    Views
    1,425

    [ubuntu] Re: ubuntu wont start up!!

    This isn't related to the original post.
  15. Replies
    22
    Views
    1,425

    [ubuntu] Re: ubuntu wont start up!!

    Hmm, does anyone know if this means X11 thinks that / is his home directory? The-ITu, can you verify that your home directory is /home/username in the file /etc/passwd?

    grep $USER /etc/passwd
  16. Replies
    22
    Views
    1,425

    [ubuntu] Re: ubuntu wont start up!!

    Well, it could have something to do with the permissions on .Xauthority (but I guess not if you tried starting with a fresh home directory)

    You could try from recovery mode:

    dpkg-reconfigure...
  17. Replies
    22
    Views
    1,425

    [ubuntu] Re: ubuntu wont start up!!

    It could have something to do with the files and/or permissions of your home directory. Have you tried booting into recovery mode? When the computer is booting the grub menu should list it for you.
    ...
  18. [ubuntu] Re: 9.04 -> Dell Inspirion 8600 -> Wireless not working

    I hope this works for him, but I'm still troubled by the fact that the card doesn't show up in Jockey. Mine does and it's a BCM4309. I think pretty much the same card as the OP but with 802.11a as...
  19. [ubuntu] Re: 9.04 -> Dell Inspirion 8600 -> Wireless not working

    Try posting the output of
    sudo lspci -vv

    PLEASE PUT THE OUTPUT IN CODE TAGS! You didn't do it for the output of lshw =(
  20. [ubuntu] Re: 9.04 -> Dell Inspirion 8600 -> Wireless not working

    This list is only for hardware that requires drivers that are not free / closed source. It is puzzling to me that your wireless drivers are not there because as far as I know they should be.

    Maybe...
  21. [ubuntu] Re: 9.04 -> Dell Inspirion 8600 -> Wireless not working

    Go to System > Administration > Hardware Drivers

    See if there is an entry to enable the driver for your wireless card. Do you have a Broadcom card by any chance? (The 'Dell' wireless adapters are...
  22. Thread: Server or PC

    by Meson
    Replies
    1
    Views
    341

    [ubuntu] Re: Server or PC

    There isn't much difference between Server and Desktop besides package selection (I think there are some fundamental differences with scheduling that you won't need for such a basic setup.)

    My...
  23. Thread: Bash aliases

    by Meson
    Replies
    9
    Views
    616

    [all variants] Re: Bash aliases

    You'd be best off pasting at least one of your configuration files and pointing out which ones load and which don't. You might have something weird going on with quotes or other meta-characters
  24. Thread: UPnP Browser?

    by Meson
    Replies
    2
    Views
    642

    [all variants] Re: UPnP Browser?

    These are to add rules to iptables on my machine, I want to edit the UPnP rules on my router.
  25. Thread: UPnP Browser?

    by Meson
    Replies
    2
    Views
    642

    [all variants] UPnP Browser?

    I'd like to be able to see what ports are forwarded on my router and manually add/remove forwarding rules. Does anyone know of an application that can do this?
Results 1 to 25 of 171
Page 1 of 7 1 2 3 4