[twincling] Data packets from PS/2

2009-06-06 Thread Anirudh Ramachandran
Hi. A friend of mine needs to get actual data packets from a PS/2 mouse, for some trajectory analysis. He can read the movement packets sent by the mouse by reading /dev/psaux, but he also want to send bytes of data - commands - to the mouse so that he can get the information about sampling and

[twincling] Unable to recognise DVDs on Kubuntu 9.04

2009-06-06 Thread Anirudh Ramachandran
Hi I have a DVD-RAM drive on which both CDs and DVDs were recognised by Windows XP, Windows Vista as well as Ubuntu 8.04. But with Ubuntu 8.10 and Kubuntu 9.04 (which I am using at present), I am only able to recognise CDs. DVDs are not being recognised at all, whether they be commercial xor

[twincling] Problems with compiling wireshark 1.2.0pre1

2009-06-10 Thread Anirudh Ramachandran
Problem 1: ./configure on wireshark-1.2.0pre1 Checking for GTK+ - version = 2.4.0... no *** Could not run GTK+ test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GTK+ is incorrectly

Re: [twincling] Problems with compiling wireshark 1.2.0pre1

2009-06-11 Thread Anirudh Ramachandran
2009/6/11 Saifi Khan saifi.k...@twincling.org: On Wed, 10 Jun 2009, Anirudh Ramachandran wrote: Problem 1: ./configure on wireshark-1.2.0pre1 Checking for GTK+ - version = 2.4.0... no This is a strict requirement for Wireshark ! Alternatively, we can just compile tshark, but even

Re: [twincling] windows problem

2009-06-18 Thread Anirudh Ramachandran
Buy! Better yet, switch to GNU/Linux or BSD or OpenSolaris! :) Anirudh R 2009/6/18 chiluveru snehith csnehith...@gmail.com: hi how to get genuine version of window On Thu, Jun 18, 2009 at 8:52 AM, harish chander harish_chander...@yahoo.co.in wrote: go n get genuine version of

Re: [twincling] Cannot utime: Operation not permitted

2009-06-20 Thread Anirudh Ramachandran
The tarball is trying to set the time attibutes to file(s), and you don't have permission to set them. Strange, because you say the file has user-specific permissions. I also have this problem. Running the tar command in root has always worked for me, but it failed for this guy

Re: [twincling] Linux Permissions

2009-06-26 Thread Anirudh Ramachandran
2009/6/26 Siddu siddu.s...@gmail.com: Kartik, I am assuming ur question is is it safe to give RWX permissions to all users to all the files ? answer is Big NO ! especially you need to be very careful not to mess with the permissions /bin or /sbin and many of the configuration files present

Re: [twincling] Qt-Resizing window

2009-06-26 Thread Anirudh Ramachandran
I did not understand what you are trying to do. Could you please explain with code? 2009/6/25 Keval Vora kevalv...@gmail.com: Hii, I was trying to write a code through Qt creator. On a click of a button, a label simply disappears. I was able to disappear the label but I could not resize

[twincling] Qt: (a) signals and slots (b) button label editing

2009-06-27 Thread Anirudh Ramachandran
In my application, I have a horizontal slider (QSlider), a spin box (QSpinBox), and a button box with OK and Cancel (QDialogButtonBox). (a) Signals and slots I have set a valueChanged(int) signal from the slider to the setValue(int) slot on the spinbox, and vice-versa, so that the slider and the

Re: [twincling] accessing the drives

2009-06-27 Thread Anirudh Ramachandran
2009/6/27 Mukund Deshpande mukund.twincl...@gmail.com: Hi Vasudev, You need to get a player like amarok if you are on Kubuntu (KDE desktop) or Real Player http://www.real.com/linux/ also works fine. The amarok might ask for some files to be added to run mp3 files on ubuntu. Rhythmbox

Re: [twincling] Qt-Resizing window

2009-06-29 Thread Anirudh Ramachandran
2009/6/29 Keval Vora kevalv...@gmail.com: Any Idea? Unable to find a resizing slot in the documentation. I think we will have to work with the layout only. Sorry for the late reply, was working on some college-related stuff. -- Thanks Regards, Keval Vora. [Non-text portions of this

Re: [twincling] Qt: (a) signals and slots (b) button label editing

2009-06-29 Thread Anirudh Ramachandran
2009/6/27 Keval Vora kevalv...@gmail.com: (a) Signals and slots I have set a valueChanged(int) signal from the slider to the setValue(int) slot on the spinbox, and vice-versa, so that the slider and the spinbox values are coordinated. My next objective is to reset the values of the

Re: [twincling] cannot utime: Operation not permitted

2009-07-02 Thread Anirudh Ramachandran
2009/7/2 Saifi Khan saifi.k...@twincling.org: Hi: trying to extract an tar.gz archive and get this error. -- Files to extract: '*' Overwriting existing files. Skipping to next header .: Cannot utime: Operation not permitted Finished with some errors. The file may be corrupted or you

Re: [twincling] cannot utime: Operation not permitted

2009-07-02 Thread Anirudh Ramachandran
2009/7/2 Anirudh Ramachandran pitbull@gmail.com: 2009/7/2 Saifi Khan saifi.k...@twincling.org: Hi: trying to extract an tar.gz archive and get this error. -- Files to extract: '*' Overwriting existing files. Skipping to next header .: Cannot utime: Operation not permitted

Re: [twincling] solution needed

2009-07-07 Thread Anirudh Ramachandran
2009/7/7 Saifi Khan saifi.k...@twincling.org: On Tue, 7 Jul 2009, raviteja kvs wrote: My system automatically shutdown s after continous use of 4to 5 hours N also last session is not being saved...i.e the programs that happened in last 4to 5 hours Please suggest the solution as

[twincling] Wireshark Bluetooth

2009-07-07 Thread Anirudh Ramachandran
Has anyone tried using Wireshark to capture Bluetooth data? I am using a USB Bluetooth dongle to connect to my phone, but I am unable to capture data on the pseudo-device interface. Anirudh R

[twincling] Updating programs was installed from source

2009-07-07 Thread Anirudh Ramachandran
Wireshark 1.2.0 stable released on June 15th. I currently have 1.2.0pre1 which I compiled, built and installed from the source code. I want to upgrade to the latest version after removing the version I have currently. How do I do this? I use Ubuntu Jaunty. Anirudh R

Re: [twincling] Updating programs was installed from source

2009-07-07 Thread Anirudh Ramachandran
2009/7/8 Satish Vellanki satish.v...@gmail.com: On Tue, Jul 7, 2009 at 12:09 PM, Anirudh Ramachandran pitbull@gmail.com wrote: Wireshark 1.2.0 stable released on June 15th. I currently have 1.2.0pre1 which I compiled, built and installed from the source code. I want to upgrade