Re: HT: File Permissions of files in /system/bin at compile time

2011-01-19 Thread Pradeep Kumar
hi Greg, My question is I had a Linux kernel source code, do they have similar lines as %defattr(644,root,root,755) to set permissions for the compiled binaries. On Tue, Jan 18, 2011 at 12:49 AM, Greg Freemyer greg.freem...@gmail.comwrote: On Mon, Jan 17, 2011 at 5:41 AM, Pradeep Kumar

Re: HT: File Permissions of files in /system/bin at compile time

2011-01-19 Thread Anuz Pratap Singh Tomar
On Wed, Jan 19, 2011 at 8:26 AM, Pradeep Kumar pradeepker...@gmail.comwrote: hi Greg, My question is I had a Linux kernel source code, do they have similar lines as %defattr(644,root,root,755) to set permissions for the compiled binaries. What do you mean by binaries? Kernel Build System

How to create dev files in sysfs?

2011-01-19 Thread Arvid Brodin
Hello, How do I make my platform device a character device that can be handled by udev? Background: I've written a driver for a very simple platform device (a jumper connected to an input pin on the processor). Today I can read the status of the pin through a driver attribute file in sysfs at:

Re: How to create dev files in sysfs?

2011-01-19 Thread Greg KH
On Wed, Jan 19, 2011 at 02:23:41PM +0100, Arvid Brodin wrote: Hello, How do I make my platform device a character device that can be handled by udev? Have you read the Linux Device Drivers book about this very topic? If not, I suggest you do so. Background: I've written a driver for a

Re: Regarding Kernel Project

2011-01-19 Thread Greg KH
On Wed, Jan 19, 2011 at 09:11:53PM -0500, Pein Junior wrote: What is the USB device and vendor id? Hope this manual help explaining all that. http://digicel4gbroadband.com/assets/uploads/WiMAX_USB_Dongle_Modem_G_AX_225_Quick_Start_Guide.pdf No, what is the output of 'lsusb' with

Debug Logs

2011-01-19 Thread sugnan prabhu
Hello all, I am trying to work on the NFS and RPC, i am trying to understand the code, i have enabled the debugging messages of rpc using rpcdebug -m module -s all. now i can see that lot of debug can be found in /var/log/messages, i do see that there are lot of other debug messages