Search:

Type: Posts; User: j.daniel; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. [SOLVED] Re: How do I remove gvfs samba shares from the command line?

    Thank you steeldriver, that expanded my knowledge of gvfs with at least 300% ;)




    Great! I'll do that. Thank you!

    Cheers
    / Daniel
  2. [SOLVED] How do I remove gvfs samba shares from the command line?

    Hi!,

    ...small background; I'm helping out a friend with an Ubuntu machine (currently running 14.04). As this machine (and my friend) lives several hundred kilometers away, I pop in via ssh when...
  3. Replies
    0
    Views
    389

    Replacing your /home drive

    Hi,

    Just want to share this with you all since when I googled this, I found a lot of different advice on the 'net on how to move your /home partition to a different drive.

    I was running...
  4. Replies
    18
    Views
    18,917

    [ubuntu] Re: Automatic VPN PPTP reconnect script

    Just my $0.02; I had a similar problem a while ago and found an in my opinion better solution: nmcli.

    To establish a connection:

    nmcli con up id <VPN NAME>

    To see which connections are up:...
  5. Replies
    2
    Views
    631

    [SOLVED] Re: What do I miss with SUID ?

    Awh! That just plain sucks. So setting the SUID bit of commands like nmcli would somehow be safer?

    Anyway: thank you Bachstelze!

    Cheers
    / Daniel
  6. Replies
    2
    Views
    631

    [SOLVED] What do I miss with SUID ?

    Hello forum,

    I am writing a script that I want to run with root privileges (yes I know, it is dangerous etc. - still, I want to do that). Perfect use of the SUID file permission I thought!

    ...
  7. [SOLVED] Re: "Scheduling while atomic" spamming syslog due to my driver module

    Final answer,

    Problem was caused by usb_submit_urb(). In the completion handler I called it with the same parameters as when I submitted them in the first place, i.e. with the flag GFP_KERNEL....
  8. [SOLVED] Re: "Scheduling while atomic" spamming syslog due to my driver module

    Hi again,

    I think I have found the reason, from usb/URB.txt and also mentioned in Linux Journal article/4786;



    Ah well, I guess a tasklet (edit: workqueue) it is then.

    Cheers!
    / Daniel
  9. [SOLVED] Re: "Scheduling while atomic" spamming syslog due to my driver module

    Hi there,

    A thought has occurred to me; does anyone know if the USB URB completion callback is called in an interrupt context?

    That might be it; I use semaphores as mutex objects and I...
  10. [SOLVED] "Scheduling while atomic" spamming syslog due to my driver module

    Hello,

    First of all; I'm running Ubuntu 10.10; kernel 2.6.35-28-generic

    I have a question I thought I'd bounce with you guys to see if you have any clue to whats going on; I am trying to...
  11. Replies
    7
    Views
    5,028

    [SOLVED] Re: Color Management- Argyll and Spyder 3

    Have read somewhere that you should be able to create an "event" in Gnome that applies this. Ought to be the same as adding a "Startup Application" (under System->Preferences). You can add a command...
  12. Replies
    7
    Views
    5,028

    [SOLVED] Re: Color Management- Argyll and Spyder 3

    dispwin -I /your/profile/here.icc
  13. Replies
    883
    Views
    196,838

    [all variants] Re: Wacom tablets in Ubuntu guide/howto

    I am a little confused over what your problem is.

    As I understand it, your stylus is set to "absolute" position and not "relative". In "absolute" mode, the same point on the pad always correspond...
  14. Replies
    8
    Views
    5,990

    [ubuntu] Re: usb not working in 10.04

    Instead of

    sudo update-pciids && update-usbids

    Break it up into two commands:


    sudo update-pciids
    sudo update-usbids
  15. Replies
    883
    Views
    196,838

    [all variants] Re: Wacom tablets in Ubuntu guide/howto

    Is there a "Wacom Intous3 6x8" device? Try to check the "full names" you see in the "xsetwacom list";

    xsetwacom get Wacom\ Intous3\ 6x8\ cursor BottomX

    Cheers!
    / Daniel
  16. Replies
    883
    Views
    196,838

    [all variants] Re: Wacom tablets in Ubuntu guide/howto

    Regarding this command: To see the parameters of xsetwacom, just run the command itself w/o any arguments. Then you can see that you've got it backwards:


    xsetwacom -v list

    ...should do it
    ...
  17. Replies
    8
    Views
    5,990

    [ubuntu] Re: usb not working in 10.04

    Hi,

    Had a similar error trying to connect an USB memory, dmesg gave:


    [10379.348053] usb 1-3: new high speed USB device using ehci_hcd and address 6
    [10379.432157] hub 1-0:1.0: unable to...
  18. Replies
    883
    Views
    196,838

    [all variants] Re: Wacom tablets in Ubuntu guide/howto

    Hi partytmetroid,

    In Karmic (9.10) at least there are two ways: one "one shot" method and one permanent. Experiment with the "one shot" method and then when you're satisfied, fix it permanently. I...
  19. Replies
    883
    Views
    196,838

    [all variants] Re: Wacom tablets in Ubuntu guide/howto

    Hi SergeantOreo & Favux,

    Just my $0.02: I haven't followed your whole thread, but it seems that you cannot see all devices when you use 'xsetwacom list'. I can't either, but I can modify them...
  20. Replies
    883
    Views
    196,838

    [all variants] Multiple Zones ?

    Hello Forum,

    Question: is it possible (via the HAL/fdi) to create multiple zones on the Intous? I seem to recollect that it was possible in xorg, but I have not seen anything like that when it...
  21. Replies
    5
    Views
    4,122

    [ubuntu] Re: Firefox menus & drop downs not working

    Hi

    I have the same problem. Thank you for the ctrl-N suggenstion as a work-around. However the problem is of course still there: the first Firefox window is not showing any drop down menus/boxes...
  22. Replies
    1
    Views
    1,078

    [all variants] Re: pfscalibration tools

    Hi,

    The only option right now AFAIK is to download the source from sourceforge and compile yourself.

    Note: I spent two days trying to find where in *$%& the pfscalibration package were...
  23. Replies
    1
    Views
    1,315

    [SOLVED] Re: How to make pfscalibration ?

    Stupid user error! ](*,)

    ...the pfscalibration is not in the pfstools package on sourceforge. If I select "View all files" on the pfstools download page there is a separate folder (off screen -...
  24. Replies
    1
    Views
    1,315

    [SOLVED] How to make pfscalibration ?

    Hello,

    A question: where can I get hold of the pfscalibration 'package' (i.e. package as in collection of stuff, not a .deb package) ? I see in many places that there is supposed to be commands...
  25. Replies
    3
    Views
    420

    [ubuntu] Re: Mounting drives

    Hi,

    Just a small thought: Some computers from vendors like Acer for instance usually have a partition which is invisible from windows (they use a custom file system) where they have the...
Results 1 to 25 of 42
Page 1 of 2 1 2