RE: Problems installing a USB keyboard

2007-08-23 Thread Amol D Pise
by locating the .ko (the effect is the same, but I´ve tested both). What could be else? Thanks Gabriel Diego Teixeira On 8/22/07, Amol D Pise [EMAIL PROTECTED] wrote: Hi, I think you made USB driver as static in kernal, so no need to insert musb module again. Check whether device

OSS sound driver on linux-2.6.20

2007-08-21 Thread Amol D Pise
Hi all, I am not able to use OSS sound driver i.e. davinci-audio-aic33 on linux-2.6.20 git kernal. With loopback application, device /dev/dsp is opened and one beep sound came for 2-3 sec and then stoped. It was perfect on linux 2.6.10. I checked inside /driver/i2c/chips,there is only

RE: Is it possible to use vid0 (/dev/fb/1) without enabling a vid1(/dev/fb/3)?

2007-08-21 Thread Amol D Pise
Hi pradip, You can directly use /dev/video0 i.e. /dev/fb/1 instead of /dev/fb/3 in your application, but for that you need to make it enable in davincifb.c driver. One more thing Video0 having some silicon issues so, you won't get smooth video. regards, Amol Pise -Original Message-

RE: Problems installing a USB keyboard

2007-08-21 Thread Amol D Pise
Hi, I think you made USB driver as static in kernal, so no need to insert musb module again. Check whether device( USB keyboard) is detected or not by giving following command # lsusb if yes, then to test keboard functionality, #export DISPLAY=LOCALHOST:0 and do #startx If still

RE: Demos on Git 2.6.21 Kernel

2007-08-16 Thread Amol D Pise
Hi all, I have solved this issue and now able to compile dsplinkk.ko. You need to modify in include/asm/param.h replace #define HZ CONFIG_HZ to #define HZ 100 regards, Amol Pise -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Amol D Pise Sent

RE: Demos on Git 2.6.21 Kernel

2007-08-16 Thread Amol D Pise
:11 PM To: Amol D Pise Subject: Re: Demos on Git 2.6.21 Kernel Is that all you had to change? I still get the following warnings/errors: In file included from /home/guest/workdir/lsp/ti-davinci/include/linux/bitops.h:9, from /home/guest/workdir/lsp/ti-davinci/include/linux

RE: Demos on Git 2.6.21 Kernel

2007-08-15 Thread Amol D Pise
Hi all, I am also getting the same problem but on Git 2.6.20 kernal. while executing : gmake -C gpp/src I got the following error. Is it the problem with git kernal ??? then what modification we need to do for it . Please guide us, Thanks in advance .. Amol Pise Eroor log :

RE: USB Wifi issue

2007-07-25 Thread Amol D Pise
Hi , see the following archieve . http://www.mail-archive.com/davinci-linux-open-source@linux.davincidsp.com/m sg01652.html -Original Message- From: [EMAIL PROTECTED] com [mailto:[EMAIL PROTECTED] incidsp.com]On Behalf Of qx.ccx Sent: Thursday, July 26, 2007 8:40 AM To:

Codec Engine problem

2007-06-27 Thread Amol D Pise
Hi All, I am developing application(arm side) on Davinci. I try to use codec engine APIs, and I face following problems after integrating Codec engine in my application. I have listed down the problem below. /opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/bin/../lib/gcc/armv5tl-mont

Re: USB Insertion error.

2007-02-23 Thread Amol D Pise
Hi.. This issue is already solved on davinci forum... just check it following link... http://www.mail-archive.com/davinci-linux-open-source@linux.davincidsp.com/msg01652.html regards, AMOL PISE ___ Davinci-linux-open-source mailing list

Re: DVEVM

2007-02-20 Thread Amol D Pise
Hi aysun.. you can directly read a yuv file. But you need to have a 4:2:2 file for that. Please ask questions on davinci forum. AMOL PISE ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com

Picture in Picture issue

2007-02-16 Thread Amol D Pise
Hi ... Sorry for disturbing once again... Actually I want to do picture in picture function, for that I need to use both video windows video0(/dev/fb/1) and video1(/dev/fb/3). But in mailing list I saw VID0 Window is disabled due to silicon bug. Still, Is this problem not solved ?, So,

Re: usb wifi driver error:khubd timed out on ep0in

2007-02-15 Thread Amol D Pise
hi, I have solved this problem just check this link. http://www.mail-archive.com/davinci-linux-open-source@linux.davincidsp.com/msg01652.html AMOL PISE ___ Davinci-linux-open-source mailing list

RE: Can anyone help me in changing the position of video window?

2007-02-15 Thread Amol D Pise
Hi ZHENG Thank You very much, Its working fine for me Now I am able to resize as well as repositioning video window. Once again Thanks a lot regards, AMOL PISE ___ Davinci-linux-open-source mailing list

How to Resize the video

2007-02-13 Thread Amol D Pise
Hi , I am able to reposition the video on screen using following command #define FBIO_SETPOSX _IOW('F', 0x22, u_int32_t) #define FBIO_SETPOSY_IOW('F', 0x23, u_int32_t) But still strugling for resizing the video. Even I have tried to set the size using

Resize Video

2007-02-08 Thread Amol D Pise
hi all I am using decode video demo on DVEVM. As per the davinci mailing list I have resized the video to 352x280 size by making following changes in display.c (seting the size using FBIOPUT_VSCREENINFO) varInfo.xres = 352; //D1_WIDTH; varInfo.yres = 288; //D1_HEIGHT; And I got resize

RE: USB Wifi issue

2007-02-02 Thread Amol D Pise
Hi Zheng Thank You very much for this patch. Its working fine for me. Thanks a lot once again regards, AMOL PISE Senior Engineer(D D) TATA-ELXSI LIMITED, Hoodi,Whitefield road, Banglore 560048 +919986362590 ___

UBOOT version 1.1.3_0.5.4

2007-02-01 Thread Amol D Pise
hi all, i need the new UBOOT version 1.1.3_0.5.4 to boot the lastest kernel from the GIT tree. Where can I get this latest UBOOT? plz reply me . Thanks AMOL PISE Senior Engineer(D D) TATA-ELXSI LIMITED, Hoodi,Whitefield road, Banglore 560048 +919986362590

USB Wifi issue

2007-02-01 Thread Amol D Pise
hi all, Is anybody successfully used USB wifi dongle on TI-Davinci EVM board ? As this issue already raised by most of the peoples on mailing list, but nobody succesfull. Is this means Ti-Davinci board not support it or what ? Plz help us Thank you, amol

Uboot upgrade

2007-02-01 Thread Amol D Pise
Hi , I want to update u-boot but I am not able to download ubootupgrade.tar ( link is dead ). Is there any other source?. Plz tell me how to get it ? Thank You, amol ___ Davinci-linux-open-source mailing list

USB wifi dongle

2007-01-17 Thread Amol D Pise
hi all, Is anybody used USB wifi dongle on TI-Davinci board successfully? if yes, which one? plz help me Thank you. ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com

unable to download latest kernel image

2007-01-17 Thread Amol D Pise
Hi all, I want to download latest kernel image using git repository, but it gives me following error. I cant understand why it is ? Plz try to solve my problem. # git-clone git://source.mvista.com/git/linux-davinci-2.6.git fatal: unable to connect a socket ( Connection Refused)

usb 1-1: insmod timed out on ep0in

2007-01-16 Thread Amol D Pise
Hi All, I am trying to use RealTek-8187 Wi-Fi wireless adaptor work on DVEVM board through USB 1.1/2.0 version. After i created and inserted relative modules and adaptor, board detected this device but back error messages: like: . rtl8187: Initializing module rtl8187: Wireless extensions