... Tell the group what you have done and where you are facing the problem. Before that make sure you read the documentation that is available on the net or...
The March month meet promised a lot for newbies as it was an Installfest. The meet attendance was 16 with a sizeable number of newbies from engineering...
Hi, I am using Fedora core 5. There's no display problem when logged in as root/non-root user.The problem comes when i logged in as root user and switches to...
... krishna> Hi, I am using Fedora core 5. There's no display problem krishna> when logged in as root/non-root user.The problem comes krishna> when i logged in...
... When you 'su' from one user to other, the user environment variables are not reset. Two ways to address this: use hyphen when you are suing... # su -...
Hi all, 1. We are in need of 1-3 yrs experienced people in php AND/OR drupal. Pay will be among the best. 2. We are also looking for 2 freshers who we will...
Folks, We have put together a blog which will have a summary of all the past events, on quarterly basis. Kinda like a newsletter, so that people can find all...
I am writing a Python script in which a small portion involves playing a sound beep on error. I am using the play utility from the sox package. I use Fedora 6...
On 07 Apr 2007 19:15:52 -0700, thejaswi_p_23 ... What is the version of your sox?? Try this: sox somefile.wav -t wav default -- ... Version: 3.1 GCS/>M d-...
I am using Sox 13.0.0 (I believe it is the latest) I have to apologise because I had a typo in my message: It was not """ sox --device=/dev/audio --channels=2...
... fuser (1) has what you need. But if the distro you're using has ALSA why not base your python script on that? ALSA will handle this for you quite...
... It may not be the case with everybody, but since pre-ALSA days configuring sound had always been a pain for me. since you used 'play' instead of 'sox'......
... Dont change perms .. especially if its a newer distro with a device tree created using udev, that wont help Add the user running that python script to the...
Well the distro I am using is Fedora 6 and the sound architecture is ALSA and the test system uses Debian 3.1 with OSS as the sound architecture. The reason...
... The reason I suggested 'default' as output device in sox command is, sox should figure out output device itself irrespective of OSS or ALSA. If sox...
... Am I missing something very obvious here? Are you suggesting that permissions will revert back again or is there some other danger? I suggested changing...
... Well yes you can hardcode the device in console.perm but if you dont do that the next reboot will see udev resetting the permissions for that device to...
Hello All, Greetings for the New Year from LINUX For You magazine team! As you all know, we run a section called 'Opinions' in LFY where we pose a question to...
Hi, I am getting error when i run my simple socket program. #gcc talker.c -o talker -lsocket /usr/bin/ld: cannot find -lsocket collect2: ld returned 1 exit...
hasib shaikh
hasib@...
Apr 13, 2007 11:01 am
19303
On 07/04/13 19:01 +0800, hasib shaikh said ... ... -lsocket is not necessary on Linux. IIRC, it is necessary on Solaris. Compile your program as "gcc talker.c...
On 13 Apr 2007, hasib shaikh wrote: For socket programming, no need to link any lib files in linux. ... if 'libsocket.so' is your own lib file then indicate...