Applications and Utilities

Discussion about applications and utilities.

Modems - GSM PPP fail to get IP address

Submitted by Anonymous
on June 26, 2009 - 12:44pm

Anyone have an idea why this login fails?
ed92626@gmail.com

read whole readPASSED first char gsm l 108
response2 = ATD*99***1#CONNECT 115200~�}#�!}!}!} }6}!}$}%�}"}&} } } } }'}"}(}"}#}$�#&�~
CONNECTED!
Start using connection in modem.c
_connectedPid = 35
username = jasper EOM
echo off = 1
_connectedPid = 0
username = jasper EOM
path2a
613 usb_control_msg returned 32

dispaly the field nfmak of sruct net_device.

Submitted by rufa
on June 4, 2009 - 8:57pm
Applications and Utilities

hi, i want to dispaly the field nfmark of the struct net_device after marked it withe iptables:

iptbles -i mangle -A PREROUTING -p icmp -j MARK --set-mark 5

i whrit : printk("%u", skb->nfmark);

thank you.

Maps in navit

Submitted by navquest
on May 7, 2009 - 11:42am
Applications and Utilities

Hi,

1)When i run navit, the map takes a really long time to load.It takes nearly 45 minutes in my system. What can I do about it? Please help..

2) The NavIt application, hangs suddenly, while the map is zoomed or out in the Linux platform. What is the solution to this problem?

USB detection

Submitted by Anonymous
on March 24, 2009 - 9:29am
Applications and Utilities

Hi,
I have a USB device which should get detected and the application running on 2.4 kernel should respond to it,
For example,

Formatting Diskettes

Submitted by Anonymous
on March 24, 2009 - 7:20am
Applications and Utilities

I recently purchased a box of Maxwell Diskettes. I have a Dell PC. I attempted to format the diskettes going through "My Computer". I right clicked on the floppy drive icon, and then chose the format option. When I clicked the format option, I received the warning that existing files would be destroyed. I clicked on OK, and received a warning that the disk was "write protected".

How can I use git-svn to dcommit a just merged master branch to trunk?

Submitted by Anonymous
on March 16, 2009 - 8:17am
Applications and Utilities

Dear all,
I am managing a SVN repository with git-svn, and I created a branch both in my local repository copy and in the remote repository (into its SVN branch directory).
More precisely:

  • the "trunk" is linked to the local "master" branch, and

New network discovery and service scan tool

Submitted by Anonymous
on March 3, 2009 - 6:41am
Applications and Utilities

Born from the ashes of Look@LAN, overlook fing[2] is the ultimate command line tool for network and service discovery, taking advantage of the brand new cross-platform network engine which allows it to reach an impressive discovery sharpness and speed.

- Network discovery with 100% hit in any ethernet-based network
- Supported operating systems: Linux, Mac OS, Windows (Vista included!)

Help! Unknown multi-threaded socket limit.

Submitted by TragicWarrior
on February 16, 2009 - 11:53pm
Applications and Utilities

I am writing a multi-threaded application which services hundreds of remote connections for data transfer. Several instances of this program run simultaneously. The problem is that whenever the total number of active user connections (cumulative total of all open sockets tallied across all process instances) reaches about 700, I seem to hit some kind of hard limit.

lcd support

Submitted by Anusha
on February 7, 2009 - 1:25am
Applications and Utilities

Hi,

How to add LCD SUPPORT (CONFIG_LCD) to opma3evm bootcode(u-boot).if i add CONFIG_LCD in the omap3evm.h it gives error.
Because the display variables and funtions are not defined for omap.
I wanted to display a bmp logo on u-boot up.

Thank u

Git Duplicate Signoff Error

Submitted by Anonymous
on February 2, 2009 - 12:51pm
Applications and Utilities

I am getting a "Duplicate Sign-off-by:" error when trying to commit to a git repo. this wasnt happening earlier and has suddenly started. any clue what this error is and how to resolve this.

Intelligent enclosure (SES, SAF-TE) monitoring & configuration

Submitted by Anonymous
on January 5, 2009 - 12:38am
Applications and Utilities

In response to Richard's request for a utility to monitor enclosure SES data ...
> From: Richard Scobie
> To:
> Subject: SES monitoring
> Date: Saturday, November 22, 2008 - 4:45 pm

> Are there any utilities around to monitor enclosure ses data?

> I have found safte-monitor for SAF-TE enabled enclosures, but this does

Problem with git pull

Submitted by Anonymous
on November 25, 2008 - 6:28am
Applications and Utilities

Hello,

When I try git pull on Cygwin, git-version 1.5.6.4, I have the folow
errors:
$ git pull
remote: Counting objects: 3830, done.
remote: Compressing objects: 100% (1014/1014), done.
remote: Total 3600 (delta 2808), reused 3350 (delta 2586)
Receiving objects: 100% (3600/3600), 3.29 MiB | 2750 KiB/s, done.
fatal: serious inflate inconsistency
fatal: index-pack failed

addition vs. subtraction speed

Submitted by migurus
on November 11, 2008 - 3:50pm
Applications and Utilities

I did some simple speed measurement and can not understand the results. I measured just 1 million additions, then I measured 1 million subtractions and results are way different. It shows that I don't quite understand what is going on 'inside'. I would really appreciate if someone explain why:

my code:


#include "stdio.h" /* i changed brackets into double quotes */

embedded application

Submitted by pri
on October 21, 2008 - 9:38am
Applications and Utilities

how to create a C coding to implement a task scheduler.. if anybody can help me.... send a mail to priya.jas26@gmail.com

usb mic not detected

Submitted by Anusha
on October 1, 2008 - 12:35am
Applications and Utilities

Hello,
Usb mic on linux-2.6.10 not detected,only usb headphone is detected..The lsusb-v will not list the usb microphone..

Any suggestions for the detection?
Thank u